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
2021-11-02
GIT_SILENT: add missing override
Laurent Montel
2021-02-22
Run clang-format on all cpp/h files
Ahmad Samir
2021-02-22
Add a trailing comma to last member in enum
Ahmad Samir
2020-08-28
Introduce method to query KConfigSkeletonItem default value
David Edmundson
2020-03-22
KConfig: Convert to SPDX license statements
Andreas Cord-Landwehr
2020-03-08
KconfigXT: Add a value attribute to Enum field choices
Méven Car
2020-02-24
KConfigSkeletonItem : allow to set a KconfigGroup to read and write items in ...
Cyril Rossi
2020-02-12
Add setNotifyFunction to KPropertySkeletonItem
Benjamin Port
2020-01-07
Fix API doc, usrSave is called from save not deprecated writeConfig
Benjamin Port
2019-12-10
Fix writeFlags with KConfigCompilerSignallingItem
David Edmundson
2019-11-12
Add KPropertySkeletonItem
Kevin Ottens
2019-11-12
Prepare KConfigSkeletonItem to allow inheriting its private class
Kevin Ottens
2019-10-18
Use ECMGenerateExportHeader to manage deprecated API better
Friedrich W. H. Kossebau
2019-10-16
Expose isImmutable to introspection (e.g. QML)
Kevin Ottens
2019-10-10
Add convenience for defaults/dirty states to KCoreConfigSkeleton
Kevin Ottens
2019-04-24
Add Notify capability to KConfigXT
Kai Uwe Broulik
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