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
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