summaryrefslogtreecommitdiffstats
path: root/common/propertymapper.h
Commit message (Collapse)AuthorAge
* A single propertymapper for both directionsChristian Mollekopf2017-04-28
|
* Removed the template argument from the write property mapperChristian Mollekopf2017-04-28
|
* Simplified propertymapperChristian Mollekopf2017-04-28
|
* New propertiesChristian Mollekopf2017-03-23
|
* Set to/cc/bccChristian Mollekopf2016-11-01
|
* Mail::Contact mappingChristian Mollekopf2016-10-31
|
* Property definitionsChristian Mollekopf2016-05-10
| | | | | Instead of hardcoding assumptions all over the place we create typesafe setters and getters for all properties.
* Support for QByteArrayListChristian Mollekopf2016-05-03
|
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Use Sink instead of SinkCommonChristian Mollekopf2016-02-09
|
* Insall sincommon_export.hChristian Mollekopf2016-01-31
|
* Explicitly state visibilityChristian Mollekopf2016-01-31
| | | | | | | | | This cuts the exportet symbols from 12k to 2k and the library size from 16Mb to 14Mb, which isn't great but still an improvement. About 30% of the symbols are coming from the Store:: interface. nm -C -D /work/install/lib64/libsinkcommon.so.0.1
* Enabled and fixed a bunch of warningsChristian Mollekopf2016-01-31
|
* Support the attachment propertyChristian Mollekopf2015-12-21
|
* Build with latest flatbuffersChristian Mollekopf2015-12-14
| | | | We now have actual booleans
* example client and propertiesChristian Mollekopf2015-12-04
|
* Reduced boilerplate for buffer mappingChristian Mollekopf2015-12-04
|
* Conciser PropertyMapper::addMapping notationChristian Mollekopf2015-09-09
|
* Added support for mails to akonadi and the dummyresource.Christian Mollekopf2015-09-08
| | | | Adding new types definitely needs to become easier.
* Moved default read/write property mapper to TypeImplementationChristian Mollekopf2015-05-31
There is always exactly one default buffer that we can centralize in TypeImplementation.