Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | A better resource filter api | Christian Mollekopf | 2016-10-05 |
| | |||
* | Shorten the types to be more distinctive. | Christian Mollekopf | 2016-07-08 |
| | | | | | The org.kde prefix is useless and possibly misleading. Simply prefixing with sink is more unique and shorter. | ||
* | Stop using clientapi.h | Christian Mollekopf | 2016-02-10 |
| | |||
* | Enabled and fixed a bunch of warnings | Christian Mollekopf | 2016-01-31 |
| | |||
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
| | | | | (except for documentation). | ||
* | Got rid of all uses of Query::syncOnDemand and Query::processAll | Christian Mollekopf | 2016-01-14 |
| | |||
* | Cleaned up akonadi2_client now that we have akonadish | Christian Mollekopf | 2015-12-27 |
| | |||
* | Print the disk usage as part of the stat command | Christian Mollekopf | 2015-12-26 |
| | |||
* | Turn operations of resources into a special case. | Christian Mollekopf | 2015-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 formatting | Christian Mollekopf | 2015-12-21 |
| | |||
* | Make the akonadi2_client more generic | Christian Mollekopf | 2015-12-19 |
| | | | | | One syntax for all entity types and a generic mechanism to execute operations. | ||
* | Fixed build | Christian Mollekopf | 2015-12-17 |
| | |||
* | Allow passing the resource configuration to the resource | Christian Mollekopf | 2015-12-16 |
| | |||
* | Added a way to gather some db statistics. | Christian Mollekopf | 2015-12-15 |
| | |||
* | Changed akonadi2_client command syntax. | Christian Mollekopf | 2015-12-13 |
| | | | | It's now akonadi2_client $command [$type] ... | ||
* | Readd remove button | Christian Mollekopf | 2015-12-10 |
| | |||
* | Remove all databases from disk | Christian Mollekopf | 2015-12-10 |
| | |||
* | Example client: only load hierarchies if there is one | Christian Mollekopf | 2015-12-07 |
| | |||
* | example client and properties | Christian Mollekopf | 2015-12-04 |
| | |||
* | ModelResult header data, and support listing various types in the | Christian Mollekopf | 2015-12-04 |
| | | | | dummyclient | ||
* | Example client: sync and trees | Christian Mollekopf | 2015-12-01 |
| | |||
* | example client: slot performance measurements, async commands | Christian Mollekopf | 2015-11-30 |
| | |||
* | Cleanup | Christian Mollekopf | 2015-11-28 |
| | |||
* | Cleanup | Christian Mollekopf | 2015-11-28 |
| | |||
* | list and count options for non-gui operations | Christian Mollekopf | 2015-11-27 |
| | |||
* | Loading data with the new model for the test client | Christian Mollekopf | 2015-11-19 |
| | |||
* | Use the new modelresult in the dummyclient | Christian Mollekopf | 2015-11-19 |
| | |||
* | Fixed shutdown and synchronize commands | Christian Mollekopf | 2015-10-31 |
| | |||
* | fixed build | Christian Mollekopf | 2015-10-23 |
| | |||
* | Finished ListResultModel implementation. | Christian Mollekopf | 2015-10-21 |
| | |||
* | ClientAPI: Don't require an explicit instance identifier | Christian Mollekopf | 2015-10-21 |
| | |||
* | Moved the ListModelResult to a separate file | Christian Mollekopf | 2015-10-21 |
| | |||
* | Dummyclient that can also remove stuff and updates queries automatically | Christian Mollekopf | 2015-10-12 |
| | |||
* | Change replay | Christian Mollekopf | 2015-10-10 |
| | | | | | So far only includes modifications and additions, removals are not yet stored as separate revisions. | ||
* | Untangled the include dependencies a bit. | Christian Mollekopf | 2015-08-13 |
| | | | | We no longer depend on clientapi.h from everywhere. | ||
* | Fixed client build | Christian Mollekopf | 2015-08-12 |
| | |||
* | Fixed client | Christian Mollekopf | 2015-07-27 |
| | |||
* | Less hardcoded names | Christian Mollekopf | 2015-07-27 |
| | |||
* | Fixed the client, only optionally delete the db, and avoid constant | Christian Mollekopf | 2015-07-23 |
| | | | | | | model resets. We can now even start multiple clients. | ||
* | A test client showing a model that is populated by a query | Christian Mollekopf | 2015-05-24 |
| | |||
* | Moved Console to client. | Christian Mollekopf | 2015-04-21 |
| | | | | It's part of the demo application. | ||
* | Moved client and dummyresource to examples/ | Christian Mollekopf | 2015-04-19 |