summaryrefslogtreecommitdiffstats
path: root/common/configstore.cpp
Commit message (Collapse)AuthorAge
* No more SINK_DEBUG_AREAChristian Mollekopf2017-05-12
|
* During modifications only modify what we really need to modify.Christian Mollekopf2017-01-25
| | | | We used to delete all non-modified properties...
* Don't hardcode the type property.Christian Mollekopf2016-09-27
|
* Separate config from data and define centrallyChristian Mollekopf2016-07-08
|
* A new debug system.Christian Mollekopf2016-07-07
| | | | | | | | | | | | | | | Instead of a single #define as debug area the new system allows for an identifier for each debug message with the structure component.area. The component is a dot separated identifier of the runtime component, such as the process or the plugin. The area is the code component, and can be as such defined at compiletime. The idea of this system is that it becomes possible to i.e. look at the output of all messages in the query subsystem of a specific resource (something that happens in the client process, but in the resource-specific subcomponent). The new macros are supposed to be less likely to clash with other names, hence the new names.
* Use ConfigStore for accountsChristian Mollekopf2016-04-11