Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Build on windows | Christian Mollekopf | 2018-05-15 |
| | |||
* | Implement Todo entity type | Rémi Nicole | 2018-05-06 |
| | | | | | | | | | | | | | | | Summary: Some notes: - Needed to specialize some flatbuffers related functions for serializing QStringList and int - Removed useless qWarnings in caldav test - Rename EventSynchronizer -> CalDAVSynchronizer since it also synchronizes Calendars and Todos (and more to come!) Reviewers: cmollekopf Tags: #sink Differential Revision: https://phabricator.kde.org/D12695 | ||
* | Removed all traces of BLOB properties | Christian Mollekopf | 2018-02-06 |
| | |||
* | Ensure we can deal with non-null terminated strings. | Christian Mollekopf | 2017-06-27 |
| | |||
* | QDateTime::toString is really slow | Christian Mollekopf | 2017-05-12 |
| | |||
* | New properties | Christian Mollekopf | 2017-03-23 |
| | |||
* | Remember whether a blob property is external or not. | Christian Mollekopf | 2017-02-16 |
| | | | | | ...we used to accidentally move external blobs after the property was lost when storing the modificatoin in the queue. | ||
* | Wrap references in a Reerence type. | Christian Mollekopf | 2016-12-08 |
| | | | | | | | | This allows us to make sure that references are not taken out of context (the resource). Because we need to use the type-specific accessors more we also ran into a problem that we cannot "downcast" a reference with the change recording still working, for that we have the cast<T>() operator now. | ||
* | Wrap blob properties in type so we can distinguish it from other properties. | Christian Mollekopf | 2016-12-06 |
| | | | | | | When moving an entity to another resource we have to move the blob properties to a temporary directory first, and that requires that we are able to distinguish blob properties from the rest at runtime. | ||
* | Set to/cc/bcc | Christian Mollekopf | 2016-11-01 |
| | |||
* | Mail::Contact mapping | Christian Mollekopf | 2016-10-31 |
| | |||
* | Fixed new diagnostics errors | Christian Mollekopf | 2016-07-13 |
| | |||
* | Support for QByteArrayList | Christian Mollekopf | 2016-05-03 |
| | |||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 |
| | | | | clang-format -i */**{.cpp,.h} | ||
* | Support the attachment property | Christian Mollekopf | 2015-12-21 |
| | |||
* | example client and properties | Christian Mollekopf | 2015-12-04 |
| | |||
* | Added mail and folder properties | Christian Mollekopf | 2015-12-04 |
| | |||
* | Added support for mails to akonadi and the dummyresource. | Christian Mollekopf | 2015-09-08 |
| | | | | Adding new types definitely needs to become easier. | ||
* | Debuginfo | Christian Mollekopf | 2015-07-23 |
| | |||
* | Moved default read/write property mapper to TypeImplementation | Christian Mollekopf | 2015-05-31 |
There is always exactly one default buffer that we can centralize in TypeImplementation. |