Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | Fixed date parsing | Christian Mollekopf | 2018-02-13 |
| | |||
* | Removed all traces of BLOB properties | Christian Mollekopf | 2018-02-06 |
| | |||
* | New properties | Christian Mollekopf | 2017-03-23 |
| | |||
* | PropertyRegistry for runtime information about properties. | Christian Mollekopf | 2017-02-16 |
A first usecase is parsing different property types. |