aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfiggroup.h
AgeCommit message (Expand)Author
2022-08-23Add KServiceAction as a friend of KConfigGroupNicolas Fella
2022-02-18Use our deprecation macros rather than Q_DECL_DEPRECATED directlyVolker Krause
2021-11-02GIT_SILENT: add missing overrideLaurent Montel
2021-10-11Create utility method for moving entries from one group to anotherAlexander Lohnau
2021-07-13Fix typos found by codespellChristophe Giboudeaux
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
2020-07-25API dox: state explicitly expected encoding for KConfig key & group namesFriedrich W. H. Kossebau
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2019-10-18Use ECMGenerateExportHeader to manage deprecated API betterFriedrich W. H. Kossebau
2019-05-10Replace qVariantFromValue with QVariant::fromValueNicolas Fella
2019-04-01Add Notify capability to revertToDefaultKai Uwe Broulik
2019-03-03[Kconfig] Compile without foreachLaurent Montel
2018-05-04Use overrideLaurent Montel
2018-03-11Remove not necessary QtCore and coLaurent Montel
2017-01-16Prefer nullptr over Q_NULLPTRKevin Funk
2017-01-02Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid
2016-05-11Remove typedef copyStephen Kelly
2015-02-12Use Q_DECL_OVERRIDE where possibleKevin Funk
2014-06-12Simple CleanupsThomas Braxton
2014-05-26REVIEW: 118039Thomas Braxton
2014-01-01Generate forward headers.David Faure
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI