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.h
Age
Commit message (
Expand
)
Author
2018-05-04
Use override
Laurent Montel
2018-04-19
Warning--
Laurent Montel
2018-03-11
Remove not necessary QtCore and co
Laurent Montel
2017-07-03
API dox: use @param for normal parameter listing, not @arg
Friedrich W. H. Kossebau
2017-01-16
Prefer nullptr over Q_NULLPTR
Kevin Funk
2015-08-19
Rename private class to avoid exporting it accidentally
Montel Laurent
2015-07-27
Don't recommend to use deprecated API
Aleix Pol
2015-02-25
not necessary to have virtual + Q_DECL_OVERRIDE
Montel Laurent
2015-02-12
Use Q_DECL_OVERRIDE where possible
Kevin Funk
2015-01-07
Fix KCoreConfigSkeleton when toggling a value with saves in between
Albert Astals Cid
2014-06-12
Simple Cleanups
Thomas Braxton
2014-03-28
Fix repeated typo in 'override'
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
Make readConfig() non-virtual anymore, it's not useful.
David Faure
2014-03-23
Add KCoreConfigSkeleton::read() which doesn't call reparseConfiguration.
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