Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed new warnings | Christian Mollekopf | 2018-03-25 |
| | |||
* | Ensure we monitor resources for status changes that have been created | Christian Mollekopf | 2017-09-02 |
| | | | | | | after the query. This fixes status monitoring when creating a new account. | ||
* | Don't add resources that don't match the query during a livequery | Christian Mollekopf | 2017-05-12 |
| | |||
* | Adapt to KAsync changes | Christian Mollekopf | 2017-03-01 |
| | |||
* | Remove resources and identities with the account | Christian Mollekopf | 2017-01-05 |
| | |||
* | Introduced Log::Context | Christian Mollekopf | 2016-12-22 |
| | | | | | | | To have hierarchical debug output we have to pass around something at run-time, there is no reasonable alternative. Log::Context provides the identifier to do just that and largely replaces the debug component idea. | ||
* | Copy command and proper move | Christian Mollekopf | 2016-12-04 |
| | |||
* | interresource move | Christian Mollekopf | 2016-12-02 |
| | |||
* | Don't hardcode the type property. | Christian Mollekopf | 2016-09-27 |
| | |||
* | React to new resources | Christian Mollekopf | 2016-07-12 |
| | |||
* | Account status | Christian Mollekopf | 2016-07-08 |
| | |||
* | Disconnect one the object is gone. | Christian Mollekopf | 2016-07-07 |
| | |||
* | Apply the status to resources | Christian Mollekopf | 2016-07-06 |
| | |||
* | Fixed LocalStorageFacade. | Christian Mollekopf | 2016-06-15 |
| | | | | | We can't make any assumptions about the lifetime of the facade, so make sure we have all we need in the lambda. | ||
* | Got rid of unnecessary constructor parameter | Christian Mollekopf | 2016-04-12 |
| | |||
* | Added identity support | Christian Mollekopf | 2016-04-12 |
| | |||
* | Ported ResourceFacade to LocalStorageFacade | Christian Mollekopf | 2016-04-12 |
| | |||
* | Generalized LocalStorageFacade | Christian Mollekopf | 2016-04-12 |
| | |||
* | Use ConfigStore for accounts | Christian Mollekopf | 2016-04-11 |
| | |||
* | Live queries for accounts | Christian Mollekopf | 2016-03-17 |
| | |||
* | Added support for accounts | Christian Mollekopf | 2016-03-15 |
| | |||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 |
| | | | | clang-format -i */**{.cpp,.h} | ||
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
| | | | | (except for documentation). | ||
* | Fixed build. | Christian Mollekopf | 2016-01-19 |
| | |||
* | Prepared maildir inspection implementation | Christian Mollekopf | 2016-01-19 |
| | |||
* | Introduced a QueryRunner object | Christian Mollekopf | 2015-11-27 |
| | | | | | | | | The QueryRunner object lives for the duration of the query (so just for the initial query for non-live queries, and for the lifetime of the result model for live queries). It's supposed to handle all the threading internally and decouple the lifetime of the facade. | ||
* | Don't use a smart pointer for the result provider | Christian Mollekopf | 2015-11-18 |
| | | | | We're not doing any lifetime management anyways. | ||
* | It's starting to work | Christian Mollekopf | 2015-11-13 |
| | |||
* | Untangled the include dependencies a bit. | Christian Mollekopf | 2015-08-13 |
| | | | | We no longer depend on clientapi.h from everywhere. | ||
* | We can add resources. | Christian Mollekopf | 2015-07-08 |