index
:
kconfig.git
hurd
master
hurd kconfig.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
kconfigini.cpp
Age
Commit message (
Expand
)
Author
2022-08-19
General code clean-up
Ahmad Samir
2021-09-29
Android: Fix writing to config if path is a content:// Uri
Sharaf Zaman
2021-09-19
kconfigini: Only open the file once to write
Aleix Pol
2021-08-28
GIT_SILENT: we can use std::as_const directly
Laurent Montel
2021-08-13
clang-tidy: one declaration per line; braces around statements
Ahmad Samir
2021-08-03
KConfig: fix deletion of an entry that is also in kdeglobals
David Faure
2021-07-05
Do not create a vector and a QByteArray just to discard it immediately
Aleix Pol
2021-07-05
Only query for existing config file when it's necessary
Aleix Pol
2021-04-15
KConfig: rename kconfigdata.h to kconfigdata_p.h
David Faure
2021-03-06
Minor code optimisation
Ahmad Samir
2021-03-06
Optimise string operations a bit
Ahmad Samir
2021-02-22
Fix formatting in a couple of places after running clang-format
Ahmad Samir
2021-02-22
Run clang-format on all cpp/h files
Ahmad Samir
2021-02-06
Preincerment/predecrement operator where the post ones aren't needed
Ahmad Samir
2020-07-07
Use camelcase include. (scripted)
Laurent Montel
2020-04-17
Add force save behavior to KEntryMap
Benjamin Port
2020-03-22
KConfig: Convert to SPDX license statements
Andreas Cord-Landwehr
2019-12-04
Don't use nullptr as flag. Make it compile against qt5.15
Laurent Montel
2019-08-28
GIT_SILENT: use QLatin1String
Laurent Montel
2019-08-14
Add a logging category for logs warnings
Méven Car
2019-03-11
Remove reference from const KConfigIniBackend::BufferFragment &
Albert Astals Cid
2019-03-03
[Kconfig] Compile without foreach
Laurent Montel
2019-02-20
Write valid UTF8 characters without escaping.
Jos van den Oever
2019-02-04
KConfig: handle directory symlinks correctly.
David Faure
2018-12-30
Fix a regression introduced in 6a1852
Jos van den Oever
2018-12-18
Escape bytes that are larger than or equal to 127 in config files
Jos van den Oever
2018-09-28
Fix issue when reading path lists
Aleix Pol
2017-08-08
kconfigini: Strip leading whitespace when reading entry values.
Michael Pyne
2017-03-15
Remove unused QDateTime in KConfigBackend.
David Faure
2017-03-15
Now that kconfigbackend.h isn't installed anymore, rename it to _p.h for clar...
David Faure
2017-03-05
avoid useless reallocs by removing squeeze call on temporary buffer
Christoph Cullmann
2017-01-16
Prefer nullptr over Q_NULLPTR
Kevin Funk
2017-01-16
Use nullptr everywhere
Kevin Funk
2016-02-19
KConfigIniBackend: Fix expensive detach in lookup
Kevin Funk
2015-10-05
Minor optimizations
Albert Astals Cid
2014-07-01
Fix reading of XDG style semicolon separated lists with escaped ';'
Alex Richardson
2014-07-01
Remove register keyword since it is deprecated
Alex Richardson
2014-06-21
Fix reading of entries for language/country combinations
Martin Gräßlin
2014-06-19
Optimize KConfigIniBackend::parseConfig by reducing allocations.
Milian Wolff
2014-06-12
Simple Cleanups
Thomas Braxton
2013-12-30
Revert "Workaround corrupted lock files"
David Faure
2013-12-18
Code reformatted using kde-dev-scripts/astyle-kdelibs.
David Faure
2013-12-18
Move kconfig code to the root directory.
Jenkins CI