Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Properly index dates | Christian Mollekopf | 2015-12-27 |
| | |||
* | Use KAsync::Job as abstraction for the threading implementation | Christian Mollekopf | 2015-12-27 |
| | |||
* | Ensure the initialization of the TypeIndex is threadsafe. | Christian Mollekopf | 2015-12-27 |
| | | | | Multiple initial queries can be running at the same time. | ||
* | Threaded query runner implementation | Christian Mollekopf | 2015-12-27 |
| | | | | | | | | | All database access is now implemented in threads, to avoid blocking the main thread. The resource communication still resides in the main thread to keep the coordination simple. With it comes a test that ensures we don't block the main thread for too long. | ||
* | Don't try to index stuff that isn't available | Christian Mollekopf | 2015-12-26 |
| | |||
* | Merge branch 'feature/remove_unqlite' into develop | Christian Mollekopf | 2015-12-26 |
|\ | |||
| * | unqlite is a dead end; time to start pruning these things | Aaron Seigo | 2015-12-25 |
| | | |||
* | | Time sync | Christian Mollekopf | 2015-12-26 |
|/ | |||
* | Use the contains function where we can. | Christian Mollekopf | 2015-12-22 |
| | |||
* | Don't break the maildirresourcetest | Christian Mollekopf | 2015-12-22 |
| | | | | It relies on being able to specify the identifier for the time being. | ||
* | Debug output | Christian Mollekopf | 2015-12-22 |
| | |||
* | Remove all resource data with the resource. | Christian Mollekopf | 2015-12-22 |
| | |||
* | Turn operations of resources into a special case. | Christian Mollekopf | 2015-12-22 |
| | | | | | | Resources don't live inside a resource context, and as such inherently are a special case. By also removing the option to manually specify the identifier, the commandline is a lot easier to use. | ||
* | Don't crash without metadata. | Christian Mollekopf | 2015-12-22 |
| | | | | Used in tests. | ||
* | Only load the properties we need. | Christian Mollekopf | 2015-12-22 |
| | | | | ...and adjust the test accordingly with what we expect. | ||
* | Threadboundary cleanup | Christian Mollekopf | 2015-12-22 |
| | |||
* | Support the attachment property | Christian Mollekopf | 2015-12-21 |
| | |||
* | Print a warning when operating on a file that doesn't exist. | Christian Mollekopf | 2015-12-21 |
| | |||
* | The generator should produce values one by one. | Christian Mollekopf | 2015-12-20 |
| | | | | | k ...not all at once. | ||
* | Use the logging mechanism we have. | Christian Mollekopf | 2015-12-20 |
| | |||
* | Avoid starting resources on non-live queries. | Christian Mollekopf | 2015-12-19 |
| | |||
* | Cleanup | Christian Mollekopf | 2015-12-19 |
| | |||
* | Make the akonadi2_client more generic | Christian Mollekopf | 2015-12-19 |
| | | | | | One syntax for all entity types and a generic mechanism to execute operations. | ||
* | Detect modifications and removals on folders in the maildirresource | Christian Mollekopf | 2015-12-18 |
| | |||
* | If we know what we want, we can get directly that. | Christian Mollekopf | 2015-12-17 |
| | |||
* | Make queries by id work | Christian Mollekopf | 2015-12-17 |
| | |||
* | Removed an unnecessary member variable | Christian Mollekopf | 2015-12-17 |
| | |||
* | Debug output | Christian Mollekopf | 2015-12-17 |
| | |||
* | Expose the mimeMessage property. | Christian Mollekopf | 2015-12-17 |
| | |||
* | A read-only maildir resource. | Christian Mollekopf | 2015-12-15 |
| | | | | Respectively a first prototype thereof. | ||
* | A simple resource configuration mechanism | Christian Mollekopf | 2015-12-15 |
| | | | | | We simply write all properties we don't know to a config file. Resources can pick up configurations as they are started. | ||
* | Avoid duplication accross resource implementations | Christian Mollekopf | 2015-12-15 |
| | |||
* | Added a way to gather some db statistics. | Christian Mollekopf | 2015-12-15 |
| | |||
* | Build with latest flatbuffers | Christian Mollekopf | 2015-12-14 |
| | | | | We now have actual booleans | ||
* | Ensure we process the query also if no resource is available. | Christian Mollekopf | 2015-12-13 |
| | |||
* | Load entities from multiple resources | Christian Mollekopf | 2015-12-13 |
| | |||
* | List resources properly | Christian Mollekopf | 2015-12-10 |
| | |||
* | Deal with no available resources | Christian Mollekopf | 2015-12-10 |
| | |||
* | Added resource disk usage | Christian Mollekopf | 2015-12-10 |
| | |||
* | A change-replay function | Christian Mollekopf | 2015-12-10 |
| | |||
* | Remove all databases from disk | Christian Mollekopf | 2015-12-10 |
| | |||
* | Index the folder of the mail | Christian Mollekopf | 2015-12-09 |
| | |||
* | Catch the case when we try to remove an entity that has already been | Christian Mollekopf | 2015-12-08 |
| | | | | removed | ||
* | 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 | ||
* | Ported folder and event to TypeIndex | Christian Mollekopf | 2015-12-07 |
| | |||
* | Added TypeIndex | Christian Mollekopf | 2015-12-06 |
| | | | | | A central location for all types to specify what properties are indexed, and how to query them. | ||
* | example client and properties | Christian Mollekopf | 2015-12-04 |
| | |||
* | ModelResult header data, and support listing various types in the | Christian Mollekopf | 2015-12-04 |
| | | | | dummyclient | ||
* | Reduced boilerplate for buffer mapping | Christian Mollekopf | 2015-12-04 |
| | |||
* | Provide a way to get to the ApplicationDomainType base class | Christian Mollekopf | 2015-12-04 |
| | | | | QVariant doesn't support polymorphism for non-QObject classes. |