index
:
kconfig.git
hurd
master
hurd kconfig.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
kconfigloader.cpp
Age
Commit message (
Expand
)
Author
2021-11-14
Avoid some allocations by QString/QByteArray's toLower()
Friedrich W. H. Kossebau
2021-08-18
Port to QStrinView
Ahmad Samir
2021-05-09
Revert QStringView port
Ahmad Samir
2021-05-02
Minor code refactoring
Ahmad Samir
2021-02-22
Run clang-format on all cpp/h files
Ahmad Samir
2021-02-06
Minor code optimisations
Ahmad Samir
2021-01-14
QString::split(QChar, Qt::SplitBehavior, ...) is already in Qt 5.14
Friedrich W. H. Kossebau
2020-11-02
ConfigLoaderHandler::parse(): fix inverted sanity check logic at parse end
Friedrich W. H. Kossebau
2020-06-22
Also pass locationType to KConfigSkeleton when construction from group
Arjen Hiemstra
2020-03-22
KConfig: Convert to SPDX license statements
Andreas Cord-Landwehr
2020-03-03
Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
Laurent Montel
2020-02-08
[KConfigLoader] Code cleanup
Ahmad Samir
2020-01-27
QXmlInputSource is deprecated in qt5.15. Port it to QXmlStreamReader
Laurent Montel
2019-10-18
Use ECMGenerateExportHeader to manage deprecated API better
Friedrich W. H. Kossebau
2019-09-30
Small performance enhacements
Albert Astals Cid
2019-08-24
String code optimization: use QLatin1String overload for == & !=
Friedrich W. H. Kossebau
2019-03-03
[Kconfig] Compile without foreach
Laurent Montel
2017-01-16
Prefer nullptr over Q_NULLPTR
Kevin Funk
2015-02-03
skip empty parts
Marco Martin
2014-09-19
use the same open flags as the group handed in
Aaron Seigo
2014-06-12
Simple Cleanups
Thomas Braxton
2014-05-12
remove unused member of the private class
Marco Martin
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