aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfigini.cpp
AgeCommit message (Expand)Author
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