summaryrefslogtreecommitdiffstats
path: root/common/resourcefacade.h
Commit message (Collapse)AuthorAge
* Ensure we monitor resources for status changes that have been createdChristian Mollekopf2017-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 livequeryChristian Mollekopf2017-05-12
|
* Adapt to KAsync changesChristian Mollekopf2017-03-01
|
* Remove resources and identities with the accountChristian Mollekopf2017-01-05
|
* Introduced Log::ContextChristian Mollekopf2016-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 moveChristian Mollekopf2016-12-04
|
* interresource moveChristian Mollekopf2016-12-02
|
* Don't hardcode the type property.Christian Mollekopf2016-09-27
|
* React to new resourcesChristian Mollekopf2016-07-12
|
* Account statusChristian Mollekopf2016-07-08
|
* Disconnect one the object is gone.Christian Mollekopf2016-07-07
|
* Apply the status to resourcesChristian Mollekopf2016-07-06
|
* Fixed LocalStorageFacade.Christian Mollekopf2016-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 parameterChristian Mollekopf2016-04-12
|
* Added identity supportChristian Mollekopf2016-04-12
|
* Ported ResourceFacade to LocalStorageFacadeChristian Mollekopf2016-04-12
|
* Generalized LocalStorageFacadeChristian Mollekopf2016-04-12
|
* Use ConfigStore for accountsChristian Mollekopf2016-04-11
|
* Live queries for accountsChristian Mollekopf2016-03-17
|
* Added support for accountsChristian Mollekopf2016-03-15
|
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* Fixed build.Christian Mollekopf2016-01-19
|
* Prepared maildir inspection implementationChristian Mollekopf2016-01-19
|
* Introduced a QueryRunner objectChristian Mollekopf2015-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 providerChristian Mollekopf2015-11-18
| | | | We're not doing any lifetime management anyways.
* It's starting to workChristian Mollekopf2015-11-13
|
* Untangled the include dependencies a bit.Christian Mollekopf2015-08-13
| | | | We no longer depend on clientapi.h from everywhere.
* We can add resources.Christian Mollekopf2015-07-08