| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
..because there is a boatload more to fix.
|
|
|
|
| |
... so we can use that information in fetchMore.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
clang-format -i */**{.cpp,.h}
|
|
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.
|