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
/
kconfig.cpp
Age
Commit message (
Expand
)
Author
2022-01-02
Extract isNonDeletedKey() helper function
Igor Kushnir
2022-01-02
Look for entries with common group prefix in entryMap's subrange
Igor Kushnir
2022-01-02
Improve the documentation of KConfigPrivate::allSubGroups()
Igor Kushnir
2022-01-02
KConfigPrivate::copyGroup: remove redundant entryMap lookup
Igor Kushnir
2022-01-02
groupList: convert each group name from UTF-8 once
Igor Kushnir
2022-01-02
Exclude deleted groups from groupList()
Igor Kushnir
2022-01-02
groupList: don't copy unnecessarily; add const
Igor Kushnir
2021-10-11
Create utility method for moving entries from one group to another
Alexander Lohnau
2021-08-28
GIT_SILENT: we can use std::as_const directly
Laurent Montel
2021-08-18
Port to QStrinView
Ahmad Samir
2021-08-13
clang-tidy: one declaration per line; braces around statements
Ahmad Samir
2021-08-03
KConfig: sort keys in keyListImpl() so unittests can rely on it
David Faure
2021-07-04
Cache global config files
Aleix Pol
2021-05-25
Revert "fix deleted group is in listGroups"
Nate Graham
2021-05-25
fix deleted group is in listGroups
Lieven Hey
2021-05-09
Revert QStringView port
Ahmad Samir
2021-05-02
Minor code refactoring
Ahmad Samir
2021-03-06
Minor code optimisation
Ahmad Samir
2021-02-24
Add KEntryMap::constFindEntry() method
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
2021-02-06
General code cleanup
Ahmad Samir
2020-12-18
Remove ifdefs, we require Qt 5.14 now
Albert Astals Cid
2020-12-03
Fix comment
Ahmad Samir
2020-11-07
Fix KConfigGroup::copyTo with KConfigBase::Notify
Fabian Vogt
2020-10-23
If include is define in .h remove it if it's defined in .cpp too (scripted)
Laurent Montel
2020-08-24
Fix qt warning:
Laurent Montel
2020-07-25
Update sGlobalFileName when QStandardPaths TestMode is toggled
Ahmad Samir
2020-07-07
Use camelcase include. (scripted)
Laurent Montel
2020-03-30
QAtomicInteger::loadRelaxed/storeRelaxed() are available since Qt 5.14
Ahmad Samir
2020-03-22
KConfig: Convert to SPDX license statements
Andreas Cord-Landwehr
2019-12-19
Port deprecated methods
Laurent Montel
2019-12-04
Don't use nullptr as flag. Make it compile against qt5.15
Laurent Montel
2019-10-31
These methods were adding in qt5.15
Laurent Montel
2019-10-30
Make it compile against qt5.15 without deprecated method
Laurent Montel
2019-10-18
Use ECMGenerateExportHeader to manage deprecated API better
Friedrich W. H. Kossebau
2019-08-25
Use more initializer lists
Friedrich W. H. Kossebau
2019-08-24
String code optimization: use QLatin1String/QChar overload for string concat
Friedrich W. H. Kossebau
2019-08-24
String code optimization: use QLatin1String overload for == & !=
Friedrich W. H. Kossebau
2019-08-14
Add a logging category for logs warnings
Méven Car
2019-08-07
Security: remove support for $(...) in config keys with [$e] marker.
David Faure
2019-04-01
Add Notify capability to revertToDefault
Kai Uwe Broulik
2019-03-03
[Kconfig] Compile without foreach
Laurent Montel
2019-02-04
KConfig: handle directory symlinks correctly.
David Faure
2018-10-15
Fix logic error in NotifyFlag testing
David Edmundson
2018-10-10
Add mechanism to notify other clients of config changes over DBus
David Edmundson
2018-10-10
Expose getter method for KConfig::addConfigSources
David Edmundson
2018-08-14
Remove warning about old kiosk feature that no longer applies.
David Faure
2018-03-11
Remove not necessary QtCore and co
Laurent Montel
[next]