aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig.cpp
AgeCommit message (Expand)Author
2019-12-19Port deprecated methodsLaurent Montel
2019-12-04Don't use nullptr as flag. Make it compile against qt5.15Laurent Montel
2019-10-31These methods were adding in qt5.15Laurent Montel
2019-10-30Make it compile against qt5.15 without deprecated methodLaurent Montel
2019-10-18Use ECMGenerateExportHeader to manage deprecated API betterFriedrich W. H. Kossebau
2019-08-25Use more initializer listsFriedrich W. H. Kossebau
2019-08-24String code optimization: use QLatin1String/QChar overload for string concatFriedrich W. H. Kossebau
2019-08-24String code optimization: use QLatin1String overload for == & !=Friedrich W. H. Kossebau
2019-08-14Add a logging category for logs warningsMéven Car
2019-08-07Security: remove support for $(...) in config keys with [$e] marker.David Faure
2019-04-01Add Notify capability to revertToDefaultKai Uwe Broulik
2019-03-03[Kconfig] Compile without foreachLaurent Montel
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