summaryrefslogtreecommitdiffstats
path: root/common/facadefactory.cpp
Commit message (Collapse)AuthorAge
* 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.