aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfigini.cpp
AgeCommit message (Expand)Author
2022-08-19General code clean-upAhmad Samir
2021-09-29Android: Fix writing to config if path is a content:// UriSharaf Zaman
2021-09-19kconfigini: Only open the file once to writeAleix Pol
2021-08-28GIT_SILENT: we can use std::as_const directlyLaurent Montel
2021-08-13clang-tidy: one declaration per line; braces around statementsAhmad Samir
2021-08-03KConfig: fix deletion of an entry that is also in kdeglobalsDavid Faure
2021-07-05Do not create a vector and a QByteArray just to discard it immediatelyAleix Pol
2021-07-05Only query for existing config file when it's necessaryAleix Pol
2021-04-15KConfig: rename kconfigdata.h to kconfigdata_p.hDavid Faure
2021-03-06Minor code optimisationAhmad Samir
2021-03-06Optimise string operations a bitAhmad Samir
2021-02-22Fix formatting in a couple of places after running clang-formatAhmad Samir
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
2021-02-06Preincerment/predecrement operator where the post ones aren't neededAhmad Samir
2020-07-07Use camelcase include. (scripted)Laurent Montel
2020-04-17Add force save behavior to KEntryMapBenjamin Port
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
2019-12-04Don't use nullptr as flag. Make it compile against qt5.15Laurent Montel
2019-08-28GIT_SILENT: use QLatin1StringLaurent Montel
2019-08-14Add a logging category for logs warningsMéven Car
2019-03-11Remove reference from const KConfigIniBackend::BufferFragment &Albert Astals Cid
2019-03-03[Kconfig] Compile without foreachLaurent Montel
2019-02-20Write valid UTF8 characters without escaping.Jos van den Oever
2019-02-04KConfig: handle directory symlinks correctly.David Faure
2018-12-30Fix a regression introduced in 6a1852Jos van den Oever
2018-12-18Escape bytes that are larger than or equal to 127 in config filesJos van den Oever
2018-09-28 Fix issue when reading path listsAleix Pol
2017-08-08kconfigini: Strip leading whitespace when reading entry values.Michael Pyne
2017-03-15Remove unused QDateTime in KConfigBackend.David Faure
2017-03-15Now that kconfigbackend.h isn't installed anymore, rename it to _p.h for clar...David Faure
2017-03-05avoid useless reallocs by removing squeeze call on temporary bufferChristoph Cullmann
2017-01-16Prefer nullptr over Q_NULLPTRKevin Funk
2017-01-16Use nullptr everywhereKevin Funk
2016-02-19KConfigIniBackend: Fix expensive detach in lookupKevin Funk
2015-10-05Minor optimizationsAlbert Astals Cid
2014-07-01Fix reading of XDG style semicolon separated lists with escaped ';'Alex Richardson
2014-07-01Remove register keyword since it is deprecatedAlex Richardson
2014-06-21Fix reading of entries for language/country combinationsMartin Gräßlin
2014-06-19Optimize KConfigIniBackend::parseConfig by reducing allocations.Milian Wolff
2014-06-12Simple CleanupsThomas Braxton
2013-12-30Revert "Workaround corrupted lock files"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