summaryrefslogtreecommitdiffstats
path: root/common/resourceconfig.cpp
Commit message (Collapse)AuthorAge
* Don't hardcode the type property.Christian Mollekopf2016-09-27
|
* Separate config from data and define centrallyChristian Mollekopf2016-07-08
|
* Don't encode the resource type into the identifierChristian Mollekopf2016-04-17
|
* Use ConfigStore for accountsChristian Mollekopf2016-04-11
|
* Fixed accounts supportChristian Mollekopf2016-03-15
|
* 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).
* 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.
* CleanupChristian Mollekopf2015-12-19
|
* A simple resource configuration mechanismChristian Mollekopf2015-12-15
| | | | | We simply write all properties we don't know to a config file. Resources can pick up configurations as they are started.
* Filter queries by available resources, and filter resources byChristian Mollekopf2015-07-08
| | | | resource-types
* Extracted resource configChristian Mollekopf2015-07-08