summaryrefslogtreecommitdiffstats
path: root/common/query.h
Commit message (Collapse)AuthorAge
* Some query API for use with property definitionsChristian Mollekopf2016-05-10
|
* Resource factory methods and capability filter.Christian Mollekopf2016-05-09
|
* Filtering on empty identifiers is an errorChristian Mollekopf2016-05-09
|
* Avoid accidental implicit conversionsChristian Mollekopf2016-05-02
|
* Account filter for resources and contains comparator in queryChristian Mollekopf2016-05-01
|
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* CleanupChristian Mollekopf2016-02-20
|
* Ensure we correctly sort by date.Christian Mollekopf2016-02-15
|
* Prepared querying of batches and added a switch to enable/disableChristian Mollekopf2016-02-15
| | | | sorting
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* A more convenient and expressive query APIChristian Mollekopf2016-01-14
|
* Use a list instead of a set for requested propertiesChristian Mollekopf2015-12-08
| | | | We want to maintain the order since we use the list in the model result
* Use Query::parentProperty to express tree queriesChristian Mollekopf2015-11-24
| | | | | That way we don't have to hardcode the parent property, and we can use the property to express non-tree queries as well.
* Untangled the include dependencies a bit.Christian Mollekopf2015-08-13
We no longer depend on clientapi.h from everywhere.