aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfigtest.cpp
AgeCommit message (Expand)Author
2021-02-06Minor code optimisationsAhmad Samir
2021-02-06kconfigtest: less implicit cast from ASCIIAhmad Samir
2021-02-06Preincerment/predecrement operator where the post ones aren't neededAhmad Samir
2021-02-06General code cleanupAhmad Samir
2021-01-26KConfig: preserve the milliseconds component of QDateTimeDavid Faure
2021-01-17Adapt to Qt6 text codec changesNicolas Fella
2020-12-13Don't include QtTest as it includes all QtCore includesLaurent Montel
2020-12-03Remove redundant comment, foreach is long goneAhmad Samir
2020-04-17Add force save behavior to KEntryMapBenjamin Port
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2020-01-23Port endl to "\n" as it's qt namespaced. Use directlyLaurent Montel
2019-12-04Make sure to execute test with english langLaurent Montel
2019-10-18Use ECMGenerateExportHeader to manage deprecated API betterFriedrich W. H. Kossebau
2019-09-17[KConfig] port away from deprecated methods in Qt 5.14David Faure
2019-08-07Security: remove support for $(...) in config keys with [$e] marker.David Faure
2019-04-01Add Notify capability to revertToDefaultKai Uwe Broulik
2019-03-03[Kconfig] Compile without foreachLaurent Montel
2019-02-20Write valid UTF8 characters without escaping.Jos van den Oever
2018-12-28Fix build without D-BusVolker Krause
2018-12-19Deduplicate reference valueJos van den Oever
2018-12-19Remove unneeded qWarningJos van den Oever
2018-12-18Escape bytes that are larger than or equal to 127 in config filesJos van den Oever
2018-10-10Set explicit arg type in QCOMPAREDavid Edmundson
2018-10-10Add mechanism to notify other clients of config changes over DBusDavid Edmundson
2018-09-28 Fix issue when reading path listsAleix Pol
2018-08-08Fix cleanup of kconfigtest kdeglobalsDavid Edmundson
2018-03-11Remove not necessary QtCore and coLaurent Montel
2017-12-02KConfig: fix autotest on CI with trailing slash in HOME.David Faure
2017-12-02Repair broken test after commit ee2b394599.David Faure
2017-11-30Fix some clazy warningMontel Laurent
2016-09-27Marm test QSKIP when running as root.Evgeniy Sadovnik
2016-03-28Add support for get QStandardPaths locations.Sandro Knauß
2015-11-09In KConfigTest::testEntryMap, convert QByteArray with nulls using a char *Matthew Dawson
2015-08-19unittest fix: compare floats/doubles rather than strings-made-from-floats/dou...David Faure
2015-05-01disable xdg-specific test on osxDavid Faure
2014-07-01Fix compiler warning due to undefined macroAlex Richardson
2014-07-01Fix reading of XDG style semicolon separated lists with escaped ';'Alex Richardson
2014-07-01Fix unittest: must sync in main thread for other threads to see the changesDavid Faure
2014-07-01KSharedConfig: move mainConfig and wasTestEnabled to the thread storage.David Faure
2014-06-27Fix build on Visual C++ 2010.Nicolás Alvarez
2014-06-12Fix locale-aware reading in KDesktopFileMartin Gräßlin
2014-05-26REVIEW: 118039Thomas Braxton
2014-05-07Apparently calling readAll() on the temporary file doesn't workAlex Richardson
2014-05-07Test that kconfig always uses native line endings in the created filesAlex Richardson
2014-03-05kconfigtest: write everything into a subdirectoryAlex Richardson
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI