summaryrefslogtreecommitdiffstats
path: root/common/propertymapper.cpp
Commit message (Collapse)AuthorAge
* Build on windowsChristian Mollekopf2018-05-15
|
* Implement Todo entity typeRémi Nicole2018-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 propertiesChristian Mollekopf2018-02-06
|
* Ensure we can deal with non-null terminated strings.Christian Mollekopf2017-06-27
|
* QDateTime::toString is really slowChristian Mollekopf2017-05-12
|
* New propertiesChristian Mollekopf2017-03-23
|
* Remember whether a blob property is external or not.Christian Mollekopf2017-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 Mollekopf2016-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 Mollekopf2016-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/bccChristian Mollekopf2016-11-01
|
* Mail::Contact mappingChristian Mollekopf2016-10-31
|
* Fixed new diagnostics errorsChristian Mollekopf2016-07-13
|
* Support for QByteArrayListChristian Mollekopf2016-05-03
|
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Support the attachment propertyChristian Mollekopf2015-12-21
|
* example client and propertiesChristian Mollekopf2015-12-04
|
* Added mail and folder propertiesChristian Mollekopf2015-12-04
|
* Added support for mails to akonadi and the dummyresource.Christian Mollekopf2015-09-08
| | | | Adding new types definitely needs to become easier.
* DebuginfoChristian Mollekopf2015-07-23
|
* Moved default read/write property mapper to TypeImplementationChristian Mollekopf2015-05-31
There is always exactly one default buffer that we can centralize in TypeImplementation.