Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remember aggregated ids | Christian Mollekopf | 2018-02-21 |
| | |||
* | Fixed build issues with pedantic enabled | Christian Mollekopf | 2017-01-12 |
| | |||
* | Report when we don't have any more to fetch. | Christian Mollekopf | 2016-12-20 |
| | | | | ... so we can use that information in fetchMore. | ||
* | Use the ApplicationDomainType in the queries as well. | Christian Mollekopf | 2016-10-21 |
| | | | | | We have to access properties, so we need the mapper anyways, and the ApplicationDomainType type shouldn't be a large overhead anyways. | ||
* | Simplified replaySet | Christian Mollekopf | 2016-10-21 |
| | |||
* | count as a first aggregation function | Christian Mollekopf | 2016-10-06 |
| | |||
* | Refactored the query part of the entity reader into DataStoreQuery. | Christian Mollekopf | 2016-09-19 |
| | | | | | | | | | DataStoreQuery now encapsulates the low-level query that operates directly on the storage. It no longer has access to the resource buffers, and is instantiated by the type implementation, so we can specialize the query alogorithm per type, but not per resource. This will allow us to implement the threading queries for the mailtype. | ||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 |
| | | | | clang-format -i */**{.cpp,.h} | ||
* | Fetch more data on demand | Christian Mollekopf | 2016-02-20 |
| | | | | | | | | We skip values we've already seen and only retrieve the new ones. This currently only properly works in a non-live query and we don't give the model any feedback when we can't fetch more data anymore. However, it generally works and we get the desired effect. | ||
* | Prepared querying of batches and added a switch to enable/disable | Christian Mollekopf | 2016-02-15 |
| | | | | sorting | ||
* | Less typing | Christian Mollekopf | 2016-02-12 |
| | |||
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
| | | | | (except for documentation). | ||
* | A null value means the generator has nothing to generate anymore. | Christian Mollekopf | 2015-10-10 |
| | |||
* | Change replay | Christian Mollekopf | 2015-10-10 |
| | | | | | So far only includes modifications and additions, removals are not yet stored as separate revisions. | ||
* | Fixed all warnings | Christian Mollekopf | 2015-07-07 |
| | |||
* | An almost generic query implementation. | Christian Mollekopf | 2015-06-17 |
| | | | | With equality filter on arbitrary properties as a bonus. | ||
* | Fixed return value. | Christian Mollekopf | 2015-05-31 |
| | |||
* | Centralized type specific code. | Christian Mollekopf | 2015-05-25 |