Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | count as a first aggregation function | Christian Mollekopf | 2016-10-06 |
| | |||
* | Moved standard quries to a separate header. | Christian Mollekopf | 2016-10-06 |
| | |||
* | A query for outgoing mails | Christian Mollekopf | 2016-10-05 |
| | |||
* | A better resource filter api | Christian Mollekopf | 2016-10-05 |
| | |||
* | Specify base set as part of the filter stages in the query. | Christian Mollekopf | 2016-10-05 |
| | |||
* | Support for subqueries. | Christian Mollekopf | 2016-10-04 |
| | | | | | | This allows us to match properties from a subquery. Unfortunately this also means that DataStoreQuery needs access to all type implementations to issue the subquery (for potentially another type). | ||
* | Use the Query::filter api. | Christian Mollekopf | 2016-09-27 |
| | |||
* | Don't access the propertyFilter list directly. | Christian Mollekopf | 2016-09-27 |
| | |||
* | New query api | Christian Mollekopf | 2016-09-27 |
| | |||
* | Blooming | Christian Mollekopf | 2016-09-26 |
| | |||
* | A first draft of the threading algorithm. | Christian Mollekopf | 2016-09-20 |
| | |||
* | Avoid clearing the liveQuery flag. | Christian Mollekopf | 2016-06-15 |
| | |||
* | Synchronous API | Christian Mollekopf | 2016-06-15 |
| | |||
* | Moved query logic to EntityReader to make it reusable in the resource. | Christian Mollekopf | 2016-06-09 |
| | |||
* | Some query API for use with property definitions | Christian Mollekopf | 2016-05-10 |
| | |||
* | Resource factory methods and capability filter. | Christian Mollekopf | 2016-05-09 |
| | |||
* | Filtering on empty identifiers is an error | Christian Mollekopf | 2016-05-09 |
| | |||
* | Avoid accidental implicit conversions | Christian Mollekopf | 2016-05-02 |
| | |||
* | Account filter for resources and contains comparator in query | Christian Mollekopf | 2016-05-01 |
| | |||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 |
| | | | | clang-format -i */**{.cpp,.h} | ||
* | Cleanup | Christian Mollekopf | 2016-02-20 |
| | |||
* | Ensure we correctly sort by date. | Christian Mollekopf | 2016-02-15 |
| | |||
* | Prepared querying of batches and added a switch to enable/disable | Christian Mollekopf | 2016-02-15 |
| | | | | sorting | ||
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
| | | | | (except for documentation). | ||
* | A more convenient and expressive query API | Christian Mollekopf | 2016-01-14 |
| | |||
* | Use a list instead of a set for requested properties | Christian Mollekopf | 2015-12-08 |
| | | | | We want to maintain the order since we use the list in the model result | ||
* | Use Query::parentProperty to express tree queries | Christian Mollekopf | 2015-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 Mollekopf | 2015-08-13 |
We no longer depend on clientapi.h from everywhere. |