summaryrefslogtreecommitdiffstats
path: root/examples/client/main.cpp
Commit message (Collapse)AuthorAge
* A better resource filter apiChristian Mollekopf2016-10-05
|
* Shorten the types to be more distinctive.Christian Mollekopf2016-07-08
| | | | | The org.kde prefix is useless and possibly misleading. Simply prefixing with sink is more unique and shorter.
* Stop using clientapi.hChristian Mollekopf2016-02-10
|
* Enabled and fixed a bunch of warningsChristian Mollekopf2016-01-31
|
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* Got rid of all uses of Query::syncOnDemand and Query::processAllChristian Mollekopf2016-01-14
|
* Cleaned up akonadi2_client now that we have akonadishChristian Mollekopf2015-12-27
|
* Print the disk usage as part of the stat commandChristian Mollekopf2015-12-26
|
* Turn operations of resources into a special case.Christian Mollekopf2015-12-22
| | | | | | Resources don't live inside a resource context, and as such inherently are a special case. By also removing the option to manually specify the identifier, the commandline is a lot easier to use.
* Output formattingChristian Mollekopf2015-12-21
|
* Make the akonadi2_client more genericChristian Mollekopf2015-12-19
| | | | | One syntax for all entity types and a generic mechanism to execute operations.
* Fixed buildChristian Mollekopf2015-12-17
|
* Allow passing the resource configuration to the resourceChristian Mollekopf2015-12-16
|
* Added a way to gather some db statistics.Christian Mollekopf2015-12-15
|
* Changed akonadi2_client command syntax.Christian Mollekopf2015-12-13
| | | | It's now akonadi2_client $command [$type] ...
* Readd remove buttonChristian Mollekopf2015-12-10
|
* Remove all databases from diskChristian Mollekopf2015-12-10
|
* Example client: only load hierarchies if there is oneChristian Mollekopf2015-12-07
|
* example client and propertiesChristian Mollekopf2015-12-04
|
* ModelResult header data, and support listing various types in theChristian Mollekopf2015-12-04
| | | | dummyclient
* Example client: sync and treesChristian Mollekopf2015-12-01
|
* example client: slot performance measurements, async commandsChristian Mollekopf2015-11-30
|
* CleanupChristian Mollekopf2015-11-28
|
* CleanupChristian Mollekopf2015-11-28
|
* list and count options for non-gui operationsChristian Mollekopf2015-11-27
|
* Loading data with the new model for the test clientChristian Mollekopf2015-11-19
|
* Use the new modelresult in the dummyclientChristian Mollekopf2015-11-19
|
* Fixed shutdown and synchronize commandsChristian Mollekopf2015-10-31
|
* fixed buildChristian Mollekopf2015-10-23
|
* Finished ListResultModel implementation.Christian Mollekopf2015-10-21
|
* ClientAPI: Don't require an explicit instance identifierChristian Mollekopf2015-10-21
|
* Moved the ListModelResult to a separate fileChristian Mollekopf2015-10-21
|
* Dummyclient that can also remove stuff and updates queries automaticallyChristian Mollekopf2015-10-12
|
* Change replayChristian Mollekopf2015-10-10
| | | | | So far only includes modifications and additions, removals are not yet stored as separate revisions.
* Untangled the include dependencies a bit.Christian Mollekopf2015-08-13
| | | | We no longer depend on clientapi.h from everywhere.
* Fixed client buildChristian Mollekopf2015-08-12
|
* Fixed clientChristian Mollekopf2015-07-27
|
* Less hardcoded namesChristian Mollekopf2015-07-27
|
* Fixed the client, only optionally delete the db, and avoid constantChristian Mollekopf2015-07-23
| | | | | | model resets. We can now even start multiple clients.
* A test client showing a model that is populated by a queryChristian Mollekopf2015-05-24
|
* Moved Console to client.Christian Mollekopf2015-04-21
| | | | It's part of the demo application.
* Moved client and dummyresource to examples/Christian Mollekopf2015-04-19