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
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
2018-02-24
Save some memory allocations by using the right API
Aleix Pol
2017-12-02
GIT_SILENT repair indentation
David Faure
2017-11-20
Don't look for /etc/kderc every single time
Aleix Pol
2017-03-15
Now that kconfigbackend.h isn't installed anymore, rename it to _p.h for clar...
David Faure
2017-02-14
GIT_SILENT remove comment about this being a temp workaround.
David Faure
2017-01-16
Prefer nullptr over Q_NULLPTR
Kevin Funk
2017-01-16
Use nullptr everywhere
Kevin Funk
2016-04-27
Make kdeglobals file path static as intended
Aleix Pol
2016-04-27
Remove unneeded ifdefs to compare paths
Aleix Pol
2016-03-28
Add support for get QStandardPaths locations.
Sandro Knauß
2015-10-17
Allow KConfig to use resources as fallback config files
Christoph Cullmann
2015-10-05
Minor optimizations
Albert Astals Cid
2015-08-19
Fix pedantic
Montel Laurent
2015-08-12
Minimize calls to expensive QStandardPaths::locateAll()
Sergio Martins
2015-04-04
KConfig: fix using KSharedConfig in global object destructor.
David Faure
2015-02-19
Avoid code path that leaves local config locked
David Edmundson
2014-09-19
provide a getter for OpenFlags
Aaron Seigo
2014-07-29
Fix KConfig compilation
David Gil
2014-06-28
Fix data race on static int.
David Faure
2014-06-21
Fix reading of entries for language/country combinations
Martin Gräßlin
2014-06-18
Optimize KConfigGroup::exists and similar operations.
Milian Wolff
2014-06-18
Remove duplicate comparison against group.
Milian Wolff
2014-06-12
Fix locale-aware reading in KDesktopFile
Martin Gräßlin
[next]