aboutsummaryrefslogtreecommitdiff
path: root/autotests
AgeCommit message (Expand)Author
2022-05-21remove unused includesXaver Hugl
2022-05-04KConfigGroup: fix writePathEntry/readPathEntry roundtrip for symlinksDavid Faure
2022-05-03autotests: skip KStandardShortcutWatcherTest on WindowsDavid Faure
2022-02-25Remove broken Python bindings generationFriedrich W. H. Kossebau
2022-02-24Add KWindowStateSaverVolker Krause
2022-02-18KConfigCompiler: support ItemAccessors=true with signalling itemsFriedrich W. H. Kossebau
2022-02-04Fix build on WindowsDavid Redondo
2022-02-01Don't use saveShortcut for setting up testsDavid Redondo
2022-01-24Introduce StandardShortcutWatcher to watch for runtime changesDavid Redondo
2022-01-22Make singleton teardown work with Qt6 as wellVolker Krause
2022-01-02Exclude deleted groups from groupList()Igor Kushnir
2021-12-16WIP: Change the build system to enable building with Qt 6Ahmad Samir
2021-12-03Fix KDesktopFileTest::testIsAuthorizedDesktopFile running on gitlab CIAlbert Astals Cid
2021-11-23Add the enum group test to the kconfigcompiler_testTomaz Canabrava
2021-11-23Add a proper test for the enumms within groupsTomaz Canabrava
2021-11-23Add missing changesTomaz Canabrava
2021-11-23unbreak kconfig with enums, mutators and properties.Tomaz Canabrava
2021-11-23Demonstrate build failure with kconfig generated codeTomaz Canabrava
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-09-19Allow KConfigXT to use KSharedConfig::openStateConfigAlexander 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-27Avoid cmake variables and pass sources directly to macroFriedrich W. H. Kossebau
2021-05-25Revert "fix deleted group is in listGroups"Nate Graham
2021-05-25fix deleted group is in listGroupsLieven Hey
2021-05-16GIT_SILENT: use qt_ macroLaurent Montel
2021-05-04Fix cmake warningLaurent Montel
2021-04-15KConfig: rename kconfigdata.h to kconfigdata_p.hDavid Faure
2021-04-05kconfig_compiler: add override to generated destructorsDavid Faure
2021-04-04autotests: look for cmd, not bash, on WindowsDavid Faure
2021-03-28Relicense file to LGPL-2.0-or-laterAndreas Cord-Landwehr
2021-03-06kconfig_compiler: change how paramString() creates stringsAhmad Samir
2021-02-24Add KEntryMap::constFindEntry() methodAhmad Samir
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-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-06Compile without implicit cast from ASCIIAhmad Samir
2021-02-06kconfigtest: less implicit cast from ASCIIAhmad Samir
2021-02-06Less 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