Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed use after free | Christian Mollekopf | 2017-11-14 |
| | |||
* | Don't trigger threadindex warnings | Christian Mollekopf | 2017-03-07 |
| | |||
* | Don't expose the live query flag directly. | Christian Mollekopf | 2016-11-04 |
| | |||
* | These jobs now work reliably. | Christian Mollekopf | 2016-10-07 |
| | |||
* | A better resource filter api | Christian Mollekopf | 2016-10-05 |
| | |||
* | 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 |
| | |||
* | Avoid an endless stream of errormessages in modelinteractivity test | Christian Mollekopf | 2016-07-07 |
| | |||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 |
| | | | | clang-format -i */**{.cpp,.h} | ||
* | Use slots/signals instead of Q_SLOTS/Q_SIGNALS for clang-format compatibility | Christian Mollekopf | 2016-02-17 |
| | |||
* | Stop using clientapi.h | Christian Mollekopf | 2016-02-10 |
| | |||
* | Renamed Resources to ResourceControl | Christian Mollekopf | 2016-02-10 |
| | |||
* | Moved some API | Christian Mollekopf | 2016-02-09 |
| | |||
* | Avoid shutdowns where we can. | Christian Mollekopf | 2016-02-08 |
| | |||
* | Renamed Akonadi2 to Sink | Christian Mollekopf | 2016-01-20 |
| | | | | (except for documentation). | ||
* | Got rid of all uses of Query::syncOnDemand and Query::processAll | Christian Mollekopf | 2016-01-14 |
| | |||
* | 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. |