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
/
kcoreconfigskeleton.cpp
Age
Commit message (
Expand
)
Author
2019-09-30
Small performance enhacements
Albert Astals Cid
2019-09-17
[KConfig] port away from deprecated methods in Qt 5.14
David Faure
2019-04-24
Add Notify capability to KConfigXT
Kai Uwe Broulik
2019-03-03
[Kconfig] Compile without foreach
Laurent Montel
2018-04-19
Warning--
Laurent Montel
2015-08-19
Rename private class to avoid exporting it accidentally
Montel Laurent
2015-01-07
Fix KCoreConfigSkeleton when toggling a value with saves in between
Albert Astals Cid
2014-09-18
Move diagnostic pragmas outside/around functions.
Nicolás Alvarez
2014-03-28
guard gcc-specific things with Q_CC_GNU to avoid problems elsewhere
David Faure
2014-03-28
Stop re-loading values inside KCoreConfigSkeleton::save().
Matthew Dawson
2014-03-23
Rename readConfig() to load(), to make it clear it's loading from disk.
David Faure
2014-03-23
Remove unnecessary debug output
David Faure
2014-03-23
Add KCoreConfigSkeleton::read() which doesn't call reparseConfiguration.
David Faure
2014-03-13
KCoreConfigSkeleton: delay parsing until the call to readConfig()
David Faure
2014-02-27
Add sharedConfig() accessor, to avoid manipulating a raw KConfig * as returne...
David Faure
2014-02-20
Make kconfig_compiler signals actually useful + add unit test
Alex Richardson
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