aboutsummaryrefslogtreecommitdiff
path: root/src/core/kcoreconfigskeleton.h
AgeCommit message (Expand)Author
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