aboutsummaryrefslogtreecommitdiff
path: root/src/gui/kconfigloader.cpp
AgeCommit message (Expand)Author
2021-11-14Avoid some allocations by QString/QByteArray's toLower()Friedrich W. H. Kossebau
2021-08-18Port to QStrinViewAhmad Samir
2021-05-09Revert QStringView portAhmad Samir
2021-05-02Minor code refactoringAhmad Samir
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
2021-02-06Minor code optimisationsAhmad Samir
2021-01-14QString::split(QChar, Qt::SplitBehavior, ...) is already in Qt 5.14Friedrich W. H. Kossebau
2020-11-02ConfigLoaderHandler::parse(): fix inverted sanity check logic at parse endFriedrich W. H. Kossebau
2020-06-22Also pass locationType to KConfigSkeleton when construction from groupArjen Hiemstra
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2020-03-03Make it compile against qt5.15. SkipEmptyParts is part of Qt::.Laurent Montel
2020-02-08[KConfigLoader] Code cleanupAhmad Samir
2020-01-27QXmlInputSource is deprecated in qt5.15. Port it to QXmlStreamReaderLaurent Montel
2019-10-18Use ECMGenerateExportHeader to manage deprecated API betterFriedrich W. H. Kossebau
2019-09-30Small performance enhacementsAlbert Astals Cid
2019-08-24String code optimization: use QLatin1String overload for == & !=Friedrich W. H. Kossebau
2019-03-03[Kconfig] Compile without foreachLaurent Montel
2017-01-16Prefer nullptr over Q_NULLPTRKevin Funk
2015-02-03skip empty partsMarco Martin
2014-09-19use the same open flags as the group handed inAaron Seigo
2014-06-12Simple CleanupsThomas Braxton
2014-05-12remove unused member of the private classMarco Martin
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
2013-12-18Move kconfig code to the root directory.Jenkins CI