aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig.cpp
AgeCommit message (Expand)Author
2015-10-17Allow KConfig to use resources as fallback config filesChristoph Cullmann
2015-10-05Minor optimizationsAlbert Astals Cid
2015-08-19Fix pedanticMontel Laurent
2015-08-12Minimize calls to expensive QStandardPaths::locateAll()Sergio Martins
2015-04-04KConfig: fix using KSharedConfig in global object destructor.David Faure
2015-02-19Avoid code path that leaves local config lockedDavid Edmundson
2014-09-19provide a getter for OpenFlagsAaron Seigo
2014-07-29Fix KConfig compilationDavid Gil
2014-06-28Fix data race on static int.David Faure
2014-06-21Fix reading of entries for language/country combinationsMartin Gräßlin
2014-06-18Optimize KConfigGroup::exists and similar operations.Milian Wolff
2014-06-18Remove duplicate comparison against group.Milian Wolff
2014-06-12Fix locale-aware reading in KDesktopFileMartin Gräßlin
2014-06-12Simple CleanupsThomas Braxton
2014-05-05Revert "Store app config file in ~/.config/<domain>/<app>rc"David Faure
2014-05-04Store app config file in ~/.config/<domain>/<app>rcDavid Faure
2014-04-01fixed mingw buildPatrick von Reth
2014-03-25Use the full path for kconf_update when running itAlex Merry
2014-03-24Remove old kdelibs4 codeAlex Merry
2014-03-23Revert addition of DelayedParsing, not needed after all.David Faure
2014-03-13KCoreConfigSkeleton: delay parsing until the call to readConfig()David Faure
2014-03-01make comment less confusingDavid Faure
2014-03-01we use Qt5 now, so re-enable -DQT_NO_CAST_FROM_BYTEARRAYDavid Faure
2014-01-09Use kde5rc instead of kde4rc naming convention, REVIEW: 114917Siddharth Sharma
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI