aboutsummaryrefslogtreecommitdiff
path: root/src/core/kcoreconfigskeleton.h
AgeCommit message (Expand)Author
2021-11-02GIT_SILENT: add missing overrideLaurent Montel
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
2021-02-22Add a trailing comma to last member in enumAhmad Samir
2020-08-28Introduce method to query KConfigSkeletonItem default valueDavid Edmundson
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2020-03-08KconfigXT: Add a value attribute to Enum field choicesMéven Car
2020-02-24KConfigSkeletonItem : allow to set a KconfigGroup to read and write items in ...Cyril Rossi
2020-02-12Add setNotifyFunction to KPropertySkeletonItemBenjamin Port
2020-01-07Fix API doc, usrSave is called from save not deprecated writeConfigBenjamin Port
2019-12-10Fix writeFlags with KConfigCompilerSignallingItemDavid Edmundson
2019-11-12Add KPropertySkeletonItemKevin Ottens
2019-11-12Prepare KConfigSkeletonItem to allow inheriting its private classKevin Ottens
2019-10-18Use ECMGenerateExportHeader to manage deprecated API betterFriedrich W. H. Kossebau
2019-10-16Expose isImmutable to introspection (e.g. QML)Kevin Ottens
2019-10-10Add convenience for defaults/dirty states to KCoreConfigSkeletonKevin Ottens
2019-04-24Add Notify capability to KConfigXTKai Uwe Broulik
2018-05-04Use overrideLaurent Montel
2018-04-19Warning--Laurent Montel
2018-03-11Remove not necessary QtCore and coLaurent Montel
2017-07-03API dox: use @param for normal parameter listing, not @argFriedrich W. H. Kossebau
2017-01-16Prefer nullptr over Q_NULLPTRKevin Funk
2015-08-19Rename private class to avoid exporting it accidentallyMontel Laurent
2015-07-27Don't recommend to use deprecated APIAleix Pol
2015-02-25not necessary to have virtual + Q_DECL_OVERRIDEMontel Laurent
2015-02-12Use Q_DECL_OVERRIDE where possibleKevin Funk
2015-01-07Fix KCoreConfigSkeleton when toggling a value with saves in betweenAlbert Astals Cid
2014-06-12Simple CleanupsThomas Braxton
2014-03-28Fix repeated typo in 'override'David Faure
2014-03-28Stop re-loading values inside KCoreConfigSkeleton::save().Matthew Dawson
2014-03-23Rename readConfig() to load(), to make it clear it's loading from disk.David Faure
2014-03-23Make readConfig() non-virtual anymore, it's not useful.David Faure
2014-03-23Add KCoreConfigSkeleton::read() which doesn't call reparseConfiguration.David Faure
2014-02-27Add sharedConfig() accessor, to avoid manipulating a raw KConfig * as returne...David Faure
2014-02-20Make kconfig_compiler signals actually useful + add unit testAlex Richardson
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI