Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-17 | Allow KConfig to use resources as fallback config files | Christoph Cullmann | |
Fallback will be :/kconfig/ REVIEW: 125598 | |||
2015-06-15 | Unittest of reading config data from qt resource | Sune Vuorela | |
REVIEW: 124098 | |||
2015-04-04 | KConfig: fix using KSharedConfig in global object destructor. | David Faure | |
ksharedconfig_in_global_object.cpp is now in kdelibs4 too (where it works) and reproduces Albert's KgDifficulty testcase. CHANGELOG: fix assert when using KSharedConfig in a global object destructor. REVIEW: 122232 | |||
2014-06-21 | Adapt change to NAME_PREFIX behaviour in ecm_add_tests. | Alex Merry | |
NAME_PREFIX now only changes the test name, not the target name. | |||
2014-06-13 | Reorder Tests | Thomas Braxton | |
Some tests are testing underlying components, these should be tested before testing the components that depend on them. REVIEW: 118680 | |||
2014-05-10 | Revert "adapt to ECMAddTests change" | Alex Richardson | |
This reverts commit 88c9a9664e99b639df4cde2be22dbe44df228879. | |||
2014-05-10 | adapt to ECMAddTests change | Alex Richardson | |
2014-05-07 | Use ecm_add_test(s) instead of own macro | Alex Richardson | |
This also fixes running 'nmake test' on Windows. | |||
2014-03-13 | Normalize vars to avoid odd bugs: QT_REQUIRED_VERSION => REQUIRED_QT_VERSION | Aurélien Gâteau | |
2014-01-15 | Improve dependency specifications. | Michael Palimaka | |
QtTest and QtConcurrent are only required for autotests, so no need to find them unconditionally. QtWidgets is not actually used - QtGui is instead. REVIEW: 114962 | |||
2014-01-13 | Make Qt5Test an optional dependency | Alex Richardson | |
It is only needed for building the autotests | |||
2013-12-18 | Move kconfig code to the root directory. | Jenkins CI | |