aboutsummaryrefslogtreecommitdiff
path: root/src/core/kcoreconfigskeleton.cpp
AgeCommit message (Expand)Author
2019-10-18Use ECMGenerateExportHeader to manage deprecated API betterFriedrich W. H. Kossebau
2019-10-10Add convenience for defaults/dirty states to KCoreConfigSkeletonKevin Ottens
2019-09-30Small performance enhacementsAlbert Astals Cid
2019-09-17[KConfig] port away from deprecated methods in Qt 5.14David Faure
2019-04-24Add Notify capability to KConfigXTKai Uwe Broulik
2019-03-03[Kconfig] Compile without foreachLaurent Montel
2018-04-19Warning--Laurent Montel
2015-08-19Rename private class to avoid exporting it accidentallyMontel Laurent
2015-01-07Fix KCoreConfigSkeleton when toggling a value with saves in betweenAlbert Astals Cid
2014-09-18Move diagnostic pragmas outside/around functions.Nicolás Alvarez
2014-03-28guard gcc-specific things with Q_CC_GNU to avoid problems elsewhereDavid 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-23Remove unnecessary debug outputDavid Faure
2014-03-23Add KCoreConfigSkeleton::read() which doesn't call reparseConfiguration.David Faure
2014-03-13KCoreConfigSkeleton: delay parsing until the call to readConfig()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