Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Pass entity to preprocessor. | Christian Mollekopf | 2015-01-03 | |
| | ||||
* | Shared domain adaptors between resource and facade. | Christian Mollekopf | 2015-01-03 | |
| | ||||
* | DomainTypeAdaptor factory, per type preprocessor pipeline configuration. | Christian Mollekopf | 2015-01-02 | |
| | ||||
* | Buffers wrapped into entity buffer, async command progress tracking. | Christian Mollekopf | 2014-12-28 | |
| | ||||
* | unifying buffer, and a better way to implement domain object adapters. | Christian Mollekopf | 2014-12-24 | |
| | ||||
* | Write-Read loop from clientside. | Christian Mollekopf | 2014-12-21 | |
| | | | | | | | | | It's a huge hack but starts to show results. Most urgently we need: * reliable command results * the 3 buffers instead of the 1 * A way to implement storage as preprocessor (or a place to impelement it after the preprocessors). | |||
* | Fixed build. | Christian Mollekopf | 2014-12-18 | |
| | ||||
* | a basically-working Pipeline implementation | Aaron Seigo | 2014-12-17 | |
| | | | | | still a skeleton rather than a full body with flesh and blood, but it is getting there! | |||
* | sync stub | Aaron Seigo | 2014-12-16 | |
| | ||||
* | dummy resource factory 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 | |
| | ||||
* | set a good trend for akonadi2 library name: akonadi2_resource_<name> | Aaron Seigo | 2014-12-15 | |
| | | | | also, correct Qt library usage | |||
* | namespace everything in libs with Akonadi2 | Aaron Seigo | 2014-12-15 | |
| | ||||
* | shared libraries, install targets | Aaron Seigo | 2014-12-15 | |
| | ||||
* | Dummyresourcefacade test. | Christian Mollekopf | 2014-12-11 | |
| | | | | Huzaa, we can read a value! | |||
* | ubyte, like the one in the tests | Aaron Seigo | 2014-12-06 | |
| | ||||
* | standardize on calling it Akonadi2 | Aaron Seigo | 2014-12-06 | |
| | ||||
* | read takes an error handler rather than returns a bool | Aaron Seigo | 2014-12-06 | |
| | ||||
* | major reorg that puts Storage (previously Database) into common | Aaron Seigo | 2014-12-05 | |
| | | | | | there is now a top-level tests dir, and a compile time switch for lmdb vs kyotocabinet | |||
* | use the standard storage location | Aaron Seigo | 2014-12-04 | |
| | ||||
* | build | Aaron Seigo | 2014-12-04 | |
| | ||||
* | The resource can read (but not very selective yet). | Christian Mollekopf | 2014-12-04 | |
| | ||||
* | dummyresource that doesn't work yet | Christian Mollekopf | 2014-12-03 | |