summaryrefslogtreecommitdiffstats
path: root/tests/modelinteractivitytest.cpp
Commit message (Collapse)AuthorAge
* Cleaned up some unnecessary dependencies.Christian Mollekopf2018-05-28
|
* Fixed use after freeChristian Mollekopf2017-11-14
|
* Don't trigger threadindex warningsChristian Mollekopf2017-03-07
|
* Don't expose the live query flag directly.Christian Mollekopf2016-11-04
|
* These jobs now work reliably.Christian Mollekopf2016-10-07
|
* A better resource filter apiChristian Mollekopf2016-10-05
|
* Print where the notification is coming from.Christian Mollekopf2016-07-08
|
* Shorten the types to be more distinctive.Christian Mollekopf2016-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 Mollekopf2016-07-08
|
* Avoid an endless stream of errormessages in modelinteractivity testChristian Mollekopf2016-07-07
|
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Use slots/signals instead of Q_SLOTS/Q_SIGNALS for clang-format compatibilityChristian Mollekopf2016-02-17
|
* Stop using clientapi.hChristian Mollekopf2016-02-10
|
* Renamed Resources to ResourceControlChristian Mollekopf2016-02-10
|
* Moved some APIChristian Mollekopf2016-02-09
|
* Avoid shutdowns where we can.Christian Mollekopf2016-02-08
|
* Renamed Akonadi2 to SinkChristian Mollekopf2016-01-20
| | | | (except for documentation).
* Got rid of all uses of Query::syncOnDemand and Query::processAllChristian Mollekopf2016-01-14
|
* Threaded query runner implementationChristian Mollekopf2015-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.