summaryrefslogtreecommitdiffstats
path: root/dummyresource/facade.cpp
Commit message (Collapse)AuthorAge
* Moved client and dummyresource to examples/Christian Mollekopf2015-04-19
|
* Moved generic part of load to GenericFacadeChristian Mollekopf2015-04-18
|
* Cleanup in DummyResourceFacade::loadChristian Mollekopf2015-04-16
| | | | We avoid capturing resultProvider or queryRunner so they don't live forever.
* Log storage errors during query.Christian Mollekopf2015-04-15
|
* Use a queryrunner to execute queries.Christian Mollekopf2015-04-15
| | | | | | | | | | | | | | The queryrunner is responsible for running queries and keeping them up to date. This is required for self-updating queries. To get this to work properly the ResultProvider/emitter had to be fixed. The emitter now only lives as long as the client holds a reference to it, allowing the provider to detect when it is no longer necessary to keep the query alive (because noone is listening). In the process various lifetime issues have been fixed, that we're caused by lambdas capturing smartpointers, that then extended the lifetime of the associated objects unpredictably.
* More generic domainadpator code.Christian Mollekopf2015-04-12
| | | | | This should cover read and write for entites that have a 1:1 mapping to the resource buffers.
* commentsChristian Mollekopf2015-04-09
|
* Renamed Akonadi::Domain to Akonadi::ApplicationDomainChristian Mollekopf2015-04-09
| | | | Because it's really the application domain and not the akonadi domain.
* Refactored buffer extraction from vector.Christian Mollekopf2015-04-09
|
* Started a facade base implementation.Christian Mollekopf2015-04-09
|
* Use QByteArray instead of QStringChristian Mollekopf2015-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.
* cleanupChristian Mollekopf2015-04-08
|
* Some more CreateVector => appendAsVector transformations.Christian Mollekopf2015-04-08
|
* We have to copy all values anyways, so this transaction is no longer required.Christian Mollekopf2015-04-03
|
* log messages.Christian Mollekopf2015-04-03
|
* Storage: API cleanup/use QByteArray instead of std::stringChristian Mollekopf2015-03-31
|
* introduce a set of isInternalKey functions to hide this impl detailAaron Seigo2015-01-27
|
* debug outputChristian Mollekopf2015-01-25
|
* A way to ensure all messages have been processed.Christian Mollekopf2015-01-25
| | | | | As queries become reactive this should become less important. We can then just wait until all results become available. For tests it is in either case useful though.
* Uid index + query using that index.Christian Mollekopf2015-01-24
| | | | ...and a couple of other fixes.
* Create buffer with values from domain objectChristian Mollekopf2015-01-21
|
* Use jobs in queries, sync works again.Christian Mollekopf2015-01-18
|
* Use jobs to track progress of write commands.Christian Mollekopf2015-01-18
|
* Writing from facade.Christian Mollekopf2015-01-15
|
* Made the domain adaptor actually work. We can read stuff now.Christian Mollekopf2015-01-07
|
* Turned synchronizeResource command into a job.Christian Mollekopf2015-01-06
|
* Shared domain adaptors between resource and facade.Christian Mollekopf2015-01-03
|
* DomainTypeAdaptor factory, per type preprocessor pipeline configuration.Christian Mollekopf2015-01-02
|
* Buffers wrapped into entity buffer, async command progress tracking.Christian Mollekopf2014-12-28
|
* unifying buffer, and a better way to implement domain object adapters.Christian Mollekopf2014-12-24
|
* Write-Read loop from clientside.Christian Mollekopf2014-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).
* move client classes into akonadi2common and add the base class for resource ↵Aaron Seigo2014-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
* licensesAaron Seigo2014-12-15
|
* namespace everything in libs with Akonadi2Aaron Seigo2014-12-15
|
* Dummyresourcefacade test.Christian Mollekopf2014-12-11
| | | | Huzaa, we can read a value!
* read takes an error handler rather than returns a boolAaron Seigo2014-12-06
|
* major reorg that puts Storage (previously Database) into commonAaron Seigo2014-12-05
| | | | | there is now a top-level tests dir, and a compile time switch for lmdb vs kyotocabinet
* use the standard storage locationAaron Seigo2014-12-04
|
* buildAaron Seigo2014-12-04
|
* The resource can read (but not very selective yet).Christian Mollekopf2014-12-04
|
* dummyresource that doesn't work yetChristian Mollekopf2014-12-03