Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | A single propertymapper for both directions | Christian Mollekopf | 2017-04-28 |
| | |||
* | Removed the template argument from the write property mapper | Christian Mollekopf | 2017-04-28 |
| | |||
* | Simplified propertymapper | Christian Mollekopf | 2017-04-28 |
| | |||
* | New properties | Christian Mollekopf | 2017-03-23 |
| | |||
* | Set to/cc/bcc | Christian Mollekopf | 2016-11-01 |
| | |||
* | Mail::Contact mapping | Christian Mollekopf | 2016-10-31 |
| | |||
* | Property definitions | Christian Mollekopf | 2016-05-10 |
| | | | | | Instead of hardcoding assumptions all over the place we create typesafe setters and getters for all properties. | ||
* | 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} | ||
* | Use Sink instead of SinkCommon | Christian Mollekopf | 2016-02-09 |
| | |||
* | Insall sincommon_export.h | Christian Mollekopf | 2016-01-31 |
| | |||
* | Explicitly state visibility | Christian Mollekopf | 2016-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 warnings | Christian Mollekopf | 2016-01-31 |
| | |||
* | Support the attachment property | Christian Mollekopf | 2015-12-21 |
| | |||
* | Build with latest flatbuffers | Christian Mollekopf | 2015-12-14 |
| | | | | We now have actual booleans | ||
* | example client and properties | Christian Mollekopf | 2015-12-04 |
| | |||
* | Reduced boilerplate for buffer mapping | Christian Mollekopf | 2015-12-04 |
| | |||
* | Conciser PropertyMapper::addMapping notation | Christian Mollekopf | 2015-09-09 |
| | |||
* | Added support for mails to akonadi and the dummyresource. | Christian Mollekopf | 2015-09-08 |
| | | | | Adding new types definitely needs to become easier. | ||
* | 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. |