aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfigtest.cpp
AgeCommit message (Expand)Author
2022-05-04KConfigGroup: fix writePathEntry/readPathEntry roundtrip for symlinksDavid Faure
2022-01-02Exclude deleted groups from groupList()Igor Kushnir
2021-12-16WIP: Change the build system to enable building with Qt 6Ahmad Samir
2021-10-13Enforce KAuthorized enums being not 0Alexander Lohnau
2021-10-13Create enum to to authorize common keysAlexander Lohnau
2021-10-11Create utility method for moving entries from one group to anotherAlexander Lohnau
2021-08-28GIT_SILENT: we can use std::as_const directlyLaurent Montel
2021-08-13clang-tidy: one declaration per line; braces around statementsAhmad Samir
2021-08-03KConfig: fix deletion of an entry that is also in kdeglobalsDavid Faure
2021-07-13Fix typos found by codespellChristophe Giboudeaux
2021-06-21kconfigtest: save/restore XDG_CONFIG_DIRSDavid Faure
2021-05-25Revert "fix deleted group is in listGroups"Nate Graham
2021-05-25fix deleted group is in listGroupsLieven Hey
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
2021-02-06Fix build on windows on the CI, againAhmad Samir
2021-02-06Fix windows build on the CIAhmad Samir
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