aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig.cpp
AgeCommit message (Expand)Author
2022-01-02Extract isNonDeletedKey() helper functionIgor Kushnir
2022-01-02Look for entries with common group prefix in entryMap's subrangeIgor Kushnir
2022-01-02Improve the documentation of KConfigPrivate::allSubGroups()Igor Kushnir
2022-01-02KConfigPrivate::copyGroup: remove redundant entryMap lookupIgor Kushnir
2022-01-02groupList: convert each group name from UTF-8 onceIgor Kushnir
2022-01-02Exclude deleted groups from groupList()Igor Kushnir
2022-01-02groupList: don't copy unnecessarily; add constIgor Kushnir
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-18Port to QStrinViewAhmad Samir
2021-08-13clang-tidy: one declaration per line; braces around statementsAhmad Samir
2021-08-03KConfig: sort keys in keyListImpl() so unittests can rely on itDavid Faure
2021-07-04Cache global config filesAleix Pol
2021-05-25Revert "fix deleted group is in listGroups"Nate Graham
2021-05-25fix deleted group is in listGroupsLieven Hey
2021-05-09Revert QStringView portAhmad Samir
2021-05-02Minor code refactoringAhmad Samir
2021-03-06Minor code optimisationAhmad Samir
2021-02-24Add KEntryMap::constFindEntry() methodAhmad Samir
2021-02-22Fix formatting in a couple of places after running clang-formatAhmad Samir
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
2021-02-06Preincerment/predecrement operator where the post ones aren't neededAhmad Samir
2021-02-06General code cleanupAhmad Samir
2020-12-18Remove ifdefs, we require Qt 5.14 nowAlbert Astals Cid
2020-12-03Fix commentAhmad Samir
2020-11-07Fix KConfigGroup::copyTo with KConfigBase::NotifyFabian Vogt
2020-10-23If include is define in .h remove it if it's defined in .cpp too (scripted)Laurent Montel
2020-08-24Fix qt warning:Laurent Montel
2020-07-25Update sGlobalFileName when QStandardPaths TestMode is toggledAhmad Samir
2020-07-07Use camelcase include. (scripted)Laurent Montel
2020-03-30QAtomicInteger::loadRelaxed/storeRelaxed() are available since Qt 5.14Ahmad Samir
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2019-12-19Port deprecated methodsLaurent Montel
2019-12-04Don't use nullptr as flag. Make it compile against qt5.15Laurent Montel
2019-10-31These methods were adding in qt5.15Laurent Montel
2019-10-30Make it compile against qt5.15 without deprecated methodLaurent Montel
2019-10-18Use ECMGenerateExportHeader to manage deprecated API betterFriedrich W. H. Kossebau
2019-08-25Use more initializer listsFriedrich W. H. Kossebau
2019-08-24String code optimization: use QLatin1String/QChar overload for string concatFriedrich W. H. Kossebau
2019-08-24String code optimization: use QLatin1String overload for == & !=Friedrich W. H. Kossebau
2019-08-14Add a logging category for logs warningsMéven Car
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-04KConfig: handle directory symlinks correctly.David Faure
2018-10-15Fix logic error in NotifyFlag testingDavid Edmundson
2018-10-10Add mechanism to notify other clients of config changes over DBusDavid Edmundson
2018-10-10Expose getter method for KConfig::addConfigSourcesDavid Edmundson
2018-08-14Remove warning about old kiosk feature that no longer applies.David Faure
2018-03-11Remove not necessary QtCore and coLaurent Montel