summaryrefslogtreecommitdiffstats
path: root/common/domain/propertyregistry.cpp
Commit message (Collapse)AuthorAge
* 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
* Fixed date parsingChristian Mollekopf2018-02-13
|
* Removed all traces of BLOB propertiesChristian Mollekopf2018-02-06
|
* New propertiesChristian Mollekopf2017-03-23
|
* PropertyRegistry for runtime information about properties.Christian Mollekopf2017-02-16
A first usecase is parsing different property types.