aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfigtest.h
AgeCommit message (Expand)Author
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-03KConfig: fix deletion of an entry that is also in kdeglobalsDavid Faure
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
2021-02-22Add a trailing comma to last member in enumAhmad Samir
2021-02-06kconfigtest: less implicit cast from ASCIIAhmad Samir
2020-04-17Add force save behavior to KEntryMapBenjamin Port
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2020-01-22Refactor KConfigXTTomaz Canabrava
2020-01-17Revert "WIP: Refactor KConfigXT"Tomaz Canabrava
2020-01-16WIP: Refactor KConfigXTTomaz Canabrava
2019-02-20Write valid UTF8 characters without escaping.Jos van den Oever
2018-12-18Escape bytes that are larger than or equal to 127 in config filesJos van den Oever
2018-10-10Add mechanism to notify other clients of config changes over DBusDavid Edmundson
2018-03-11Remove not necessary QtCore and coLaurent Montel
2017-01-02Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid
2016-03-28Add support for get QStandardPaths locations.Sandro Knauß
2014-07-01Fix reading of XDG style semicolon separated lists with escaped ';'Alex Richardson
2014-05-07Test that kconfig always uses native line endings in the created filesAlex Richardson
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI