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
/
kconfiggroup.cpp
Age
Commit message (
Expand
)
Author
2022-05-04
KConfigGroup: fix writePathEntry/readPathEntry roundtrip for symlinks
David Faure
2022-04-18
Support storing QUuid
Jan Blackquill
2021-11-14
Avoid some allocations by QString/QByteArray's toLower()
Friedrich W. H. Kossebau
2021-10-11
Create utility method for moving entries from one group to another
Alexander Lohnau
2021-08-13
clang-tidy: one declaration per line; braces around statements
Ahmad Samir
2021-04-15
KConfig: rename kconfigdata.h to kconfigdata_p.h
David Faure
2021-03-06
Minor code optimisation
Ahmad Samir
2021-02-22
Run clang-format on all cpp/h files
Ahmad Samir
2021-02-06
General code cleanup
Ahmad Samir
2021-01-26
KConfig: preserve the milliseconds component of QDateTime
David Faure
2020-03-22
KConfig: Convert to SPDX license statements
Andreas Cord-Landwehr
2019-10-18
Use ECMGenerateExportHeader to manage deprecated API better
Friedrich W. H. Kossebau
2019-08-24
String code optimization: use QLatin1String overload for QString::replace
Friedrich W. H. Kossebau
2019-08-14
Add a logging category for logs warnings
Méven Car
2019-04-01
Add Notify capability to revertToDefault
Kai Uwe Broulik
2018-03-24
Remove useless QT_VERSION_CHECK
Albert Astals Cid
2018-03-11
Remove not necessary QtCore and co
Laurent Montel
2017-11-30
Use Q_FALLTHROUGH
Montel Laurent
2017-09-21
[KConfigGroup] reserve() more and add some C++11
Kai Uwe Broulik
2017-01-16
Prefer nullptr over Q_NULLPTR
Kevin Funk
2017-01-16
Use nullptr everywhere
Kevin Funk
2017-01-08
Update message, kdeui doesn't exist anymore.
David Faure
2016-07-13
Reduce string modifications when calling translatePath
Aleix Pol
2015-12-23
Fix some Clazy warnings
Imran Tatriev
2015-03-20
mini-optimization by fixing defects found by coverity and using QByteArrayLit...
Nick Shaforostoff
2014-06-12
Simple Cleanups
Thomas Braxton
2014-05-26
Update usage of QVariant::type() for Qt5.
Thomas Braxton
2014-04-02
The "trailing semicolon" requirement was relaxed yesterday.
David Faure
2014-03-01
we use Qt5 now, so re-enable -DQT_NO_CAST_FROM_BYTEARRAY
David Faure
2014-01-01
Generate forward headers.
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