summaryrefslogtreecommitdiffstats
path: root/common/entityreader.cpp
Commit message (Collapse)AuthorAge
* CleanupChristian Mollekopf2016-09-15
|
* 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.
* Don't match invalid properties.Christian Mollekopf2016-06-13
|
* Get folder moves to work, and fix the mime message moving.Christian Mollekopf2016-06-13
|
* Moved query logic to EntityReader to make it reusable in the resource.Christian Mollekopf2016-06-09