summaryrefslogtreecommitdiffstats
path: root/common/facadefactory.cpp
Commit message (Collapse)AuthorAge
* Got rid of unnecessary constructor parameterChristian Mollekopf2016-04-12
|
* Added identity supportChristian Mollekopf2016-04-12
|
* Fixed accounts supportChristian 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).
* Avoid deadlockChristian Mollekopf2015-10-23
|
* Avoid hardcoding a made-up resource type for config that doesn't belongChristian Mollekopf2015-10-21
| | | | to a resource
* Mode FacadeFactory to separate file, mutex protected it, and loadedChristian Mollekopf2015-07-27
resource The factory is potentially used from several queries simultaneously, so it's now mutex protected. Additionally we try to load the plugins directly in the factory.