aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig.cpp
AgeCommit message (Expand)Author
2019-02-04KConfig: handle directory symlinks correctly.David Faure
2018-10-15Fix logic error in NotifyFlag testingDavid Edmundson
2018-10-10Add mechanism to notify other clients of config changes over DBusDavid Edmundson
2018-10-10Expose getter method for KConfig::addConfigSourcesDavid Edmundson
2018-08-14Remove warning about old kiosk feature that no longer applies.David Faure
2018-03-11Remove not necessary QtCore and coLaurent Montel
2018-02-24Save some memory allocations by using the right APIAleix Pol
2017-12-02GIT_SILENT repair indentationDavid Faure
2017-11-20Don't look for /etc/kderc every single timeAleix Pol
2017-03-15Now that kconfigbackend.h isn't installed anymore, rename it to _p.h for clar...David Faure
2017-02-14GIT_SILENT remove comment about this being a temp workaround.David Faure
2017-01-16Prefer nullptr over Q_NULLPTRKevin Funk
2017-01-16Use nullptr everywhereKevin Funk
2016-04-27Make kdeglobals file path static as intendedAleix Pol
2016-04-27Remove unneeded ifdefs to compare pathsAleix Pol
2016-03-28Add support for get QStandardPaths locations.Sandro Knauß
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