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
2021-01-18
Use Q_EMIT instead of emit
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
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-10
Add convenience for defaults/dirty states to KCoreConfigSkeleton
Kevin Ottens
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