Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Ensure subquery results work with live queries | Christian Mollekopf | 2016-10-11 | |
| | ||||
* | These jobs now work reliably. | Christian Mollekopf | 2016-10-07 | |
| | ||||
* | count as a first aggregation function | Christian Mollekopf | 2016-10-06 | |
| | ||||
* | Moved standard quries to a separate header. | Christian Mollekopf | 2016-10-06 | |
| | ||||
* | 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 | |
| | ||||
* | Resource subqueries | Christian Mollekopf | 2016-10-04 | |
| | ||||
* | 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). | |||
* | Account filter test | Christian Mollekopf | 2016-09-29 | |
| | ||||
* | Use the Query::filter api. | Christian Mollekopf | 2016-09-27 | |
| | ||||
* | Don't hardcode the type property. | 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 new query system | Christian Mollekopf | 2016-09-23 | |
| | ||||
* | Merge mails by subject | Christian Mollekopf | 2016-09-21 | |
| | ||||
* | A first draft of the threading algorithm. | Christian Mollekopf | 2016-09-20 | |
| | ||||
* | Flag updates | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | Ported to the kasync revamp | Christian Mollekopf | 2016-09-15 | |
| | ||||
* | make it compile | Michael Bohlender | 2016-09-04 | |
| | ||||
* | Fixed new diagnostics errors | Christian Mollekopf | 2016-07-13 | |
| | ||||
* | Don't include valgrind checks by default | Christian Mollekopf | 2016-07-12 | |
| | | | | ...because it makes "make test" useless. | |||
* | React to new resources | Christian Mollekopf | 2016-07-12 | |
| | ||||
* | Isolate tests | Christian Mollekopf | 2016-07-11 | |
| | ||||
* | Support valgrind directly in the buildsystem | Christian Mollekopf | 2016-07-11 | |
| | ||||
* | Account status | Christian Mollekopf | 2016-07-08 | |
| | ||||
* | Print where the notification is coming from. | Christian Mollekopf | 2016-07-08 | |
| | ||||
* | Shorten the types to be more distinctive. | Christian Mollekopf | 2016-07-08 | |
| | | | | | The org.kde prefix is useless and possibly misleading. Simply prefixing with sink is more unique and shorter. | |||
* | Control debugoutput during tests with sinksh. | Christian Mollekopf | 2016-07-08 | |
| | ||||
* | A new debug system. | Christian Mollekopf | 2016-07-07 | |
| | | | | | | | | | | | | | | | Instead of a single #define as debug area the new system allows for an identifier for each debug message with the structure component.area. The component is a dot separated identifier of the runtime component, such as the process or the plugin. The area is the code component, and can be as such defined at compiletime. The idea of this system is that it becomes possible to i.e. look at the output of all messages in the query subsystem of a specific resource (something that happens in the client process, but in the resource-specific subcomponent). The new macros are supposed to be less likely to clash with other names, hence the new names. | |||
* | Fix imap tests after trash addition | Christian Mollekopf | 2016-07-07 | |
| | ||||
* | Fail quickly if the backend is not available | Christian Mollekopf | 2016-07-07 | |
| | ||||
* | Avoid an endless stream of errormessages in modelinteractivity test | Christian Mollekopf | 2016-07-07 | |
| | ||||
* | Fixed tests | Christian Mollekopf | 2016-07-06 | |
| | ||||
* | Test the resourcefactory | Christian Mollekopf | 2016-07-06 | |
| | ||||
* | Test the resource status | Christian Mollekopf | 2016-07-06 | |
| | ||||
* | Prepare for making the resource status available | Christian Mollekopf | 2016-07-05 | |
| | ||||
* | Maildir trash support | Christian Mollekopf | 2016-06-30 | |
| | ||||
* | Fixed build | Christian Mollekopf | 2016-06-30 | |
| | ||||
* | Dummyresource mailtest | Christian Mollekopf | 2016-06-26 | |
| | ||||
* | Remove the store from the resource side. | Christian Mollekopf | 2016-06-26 | |
| | | | | ...and shutdown the resource after we removed all data. | |||
* | Fixed build | Christian Mollekopf | 2016-06-21 | |
| | ||||
* | Central place for test macros | Christian Mollekopf | 2016-06-16 | |
| | ||||
* | Fixed tests. | Christian Mollekopf | 2016-06-15 | |
| | | | | We really should clean the source in-between tests. | |||
* | Start using the sync api in tests. | Christian Mollekopf | 2016-06-15 | |
| | ||||
* | Fixed LocalStorageFacade. | Christian Mollekopf | 2016-06-15 | |
| | | | | | We can't make any assumptions about the lifetime of the facade, so make sure we have all we need in the lambda. | |||
* | Moved thread-boundary crossing to the model. | Christian Mollekopf | 2016-06-15 | |
| | | | | | That way we avoid any unnecessary queuing for the sync API, and enable fine-tuning in the model code at a later stage. | |||
* | Prepared trash test | Christian Mollekopf | 2016-06-15 | |
| | ||||
* | Fixed build. | Christian Mollekopf | 2016-06-14 | |
| | | | | | We already exported that symbol as a non-template class in the dummy resource code. | |||
* | Get folder moves to work, and fix the mime message moving. | Christian Mollekopf | 2016-06-13 | |
| |