aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig.h
AgeCommit message (Expand)Author
2022-03-13Make KConfig::mainConfigName() public.Ayush Singh
2021-11-02GIT_SILENT: add missing overrideLaurent Montel
2021-04-28Make the docs state that KConfig::reparseConfiguration() calls sync() if neededAhmad Samir
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
2021-02-22Add a trailing comma to last member in enumAhmad Samir
2020-07-07Use camelcase include. (scripted)Laurent Montel
2020-04-20API dox: document Q_DECLARE_FLAGS-based flagsFriedrich W. H. Kossebau
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2019-12-11kconfig EBN transport protocol cleanupJohn Hayes
2019-10-18Use ECMGenerateExportHeader to manage deprecated API betterFriedrich W. H. Kossebau
2019-03-01improve documentation on global config cascadingHarald Sitter
2018-10-10Expose getter method for KConfig::addConfigSourcesDavid Edmundson
2018-05-04Use overrideLaurent Montel
2018-03-11Remove not necessary QtCore and coLaurent Montel
2017-01-16Prefer nullptr over Q_NULLPTRKevin Funk
2015-02-25not necessary to have virtual + Q_DECL_OVERRIDEMontel Laurent
2015-02-12Use Q_DECL_OVERRIDE where possibleKevin Funk
2014-11-27Fix link to KSharedConfig::openConfig in apidocHeiko Becker
2014-09-205.3, not 5.2Aaron Seigo
2014-09-19provide a getter for OpenFlagsAaron Seigo
2014-06-12Simple CleanupsThomas Braxton
2014-03-23Revert addition of DelayedParsing, not needed after all.David Faure
2014-03-13KCoreConfigSkeleton: delay parsing until the call to readConfig()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