Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | re-use the builder | Aaron Seigo | 2014-12-06 |
| | |||
* | prefix messages with the resource name | Aaron Seigo | 2014-12-02 |
| | | | | handy when multiple resources are connected | ||
* | send revision updates from resource to client | Aaron Seigo | 2014-12-01 |
| | | | | this includes an initial revision message on connect | ||
* | use a timer to control the re-connect process | Aaron Seigo | 2014-11-21 |
| | |||
* | sketch in the client/resource model | Aaron Seigo | 2014-11-20 |