Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Moved client and dummyresource to examples/ | Christian Mollekopf | 2015-04-19 |
| | |||
* | Use QByteArray instead of QString | Christian Mollekopf | 2015-04-09 |
| | | | | | All identifiers should be latin1 and we make this explicit by using QByteArray. QString is reserved for strings that can be UTF-8 or alike. | ||
* | use client pid for identifier for now | Aaron Seigo | 2014-12-17 |
| | | | | | will allow stateful handling of resource side client-specific caches in future (e.g. for storing the results of source-side search queries) | ||
* | send a sync command on start | Aaron Seigo | 2014-12-16 |
| | |||
* | default to the dummy plugin | Aaron Seigo | 2014-12-16 |
| | |||
* | move client classes into akonadi2common and add the base class for resource ↵ | Aaron Seigo | 2014-12-16 |
| | | | | | | | | | plugins we can divide up libakonadi2common later once we have a full collection of classes this makes writing code a bit simpler now as we don't have to figuer out which libraries to link against or how class dependencies should look. when we have more infrastructure in place this will mostly become self-evident | ||
* | licenses | Aaron Seigo | 2014-12-15 |
| | |||
* | namespace everything in libs with Akonadi2 | Aaron Seigo | 2014-12-15 |
| | |||
* | standardize on calling it Akonadi2 | Aaron Seigo | 2014-12-06 |
| | |||
* | stupid error: use the resources list so we actually get a default value | Aaron Seigo | 2014-12-06 |
| | |||
* | allow defining which resource to connect to | Aaron Seigo | 2014-12-02 |
| | |||
* | sketch in the client/resource model | Aaron Seigo | 2014-11-20 |