aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfiggroup.cpp
AgeCommit message (Expand)Author
2022-05-04KConfigGroup: fix writePathEntry/readPathEntry roundtrip for symlinksDavid Faure
2022-04-18Support storing QUuidJan Blackquill
2021-11-14Avoid some allocations by QString/QByteArray's toLower()Friedrich W. H. Kossebau
2021-10-11Create utility method for moving entries from one group to anotherAlexander Lohnau
2021-08-13clang-tidy: one declaration per line; braces around statementsAhmad Samir
2021-04-15KConfig: rename kconfigdata.h to kconfigdata_p.hDavid Faure
2021-03-06Minor code optimisationAhmad Samir
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
2021-02-06General code cleanupAhmad Samir
2021-01-26KConfig: preserve the milliseconds component of QDateTimeDavid Faure
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2019-10-18Use ECMGenerateExportHeader to manage deprecated API betterFriedrich W. H. Kossebau
2019-08-24String code optimization: use QLatin1String overload for QString::replaceFriedrich W. H. Kossebau
2019-08-14Add a logging category for logs warningsMéven Car
2019-04-01Add Notify capability to revertToDefaultKai Uwe Broulik
2018-03-24Remove useless QT_VERSION_CHECKAlbert Astals Cid
2018-03-11Remove not necessary QtCore and coLaurent Montel
2017-11-30Use Q_FALLTHROUGHMontel Laurent
2017-09-21[KConfigGroup] reserve() more and add some C++11Kai Uwe Broulik
2017-01-16Prefer nullptr over Q_NULLPTRKevin Funk
2017-01-16Use nullptr everywhereKevin Funk
2017-01-08Update message, kdeui doesn't exist anymore.David Faure
2016-07-13Reduce string modifications when calling translatePathAleix Pol
2015-12-23Fix some Clazy warningsImran Tatriev
2015-03-20mini-optimization by fixing defects found by coverity and using QByteArrayLit...Nick Shaforostoff
2014-06-12Simple CleanupsThomas Braxton
2014-05-26Update usage of QVariant::type() for Qt5.Thomas Braxton
2014-04-02The "trailing semicolon" requirement was relaxed yesterday.David Faure
2014-03-01we use Qt5 now, so re-enable -DQT_NO_CAST_FROM_BYTEARRAYDavid Faure
2014-01-01Generate forward headers.David Faure
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI