Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-26 | Generate Q_PROPERTY entries out of KConfigSkeleton classes | Aleix Pol | |
It adds a configuration setting that makes it possible to generate Q_PROPERTY instances out of each variable exposed by the configuration class. Especially useful when it comes to exposing these classes to QtQuick interfaces. REVIEW: 123367 CHANGELOG: Generate QML-proof classes using the kconfigcompiler | |||
2014-02-20 | Make kconfig_compiler signals actually useful + add unit test | Alex Richardson | |
Previously the classes generated by kconfig_compiler would only emit the defined signals when using the setters provided by that class. However, when using e.g. KConfigDialog which uses KConfigSkeletonItem::setProperty() to change the items no signal was generated. This patch fixes this by using a wrapper KConfigSkeletonItem subclass that calls a private itemChanged() method in the generated class which updates the set of changed properties. As soon as the item is saved (usrWriteConfig() in the generated class is called) the signal will be emitted REVIEW: 115635 REVIEW: 115634 | |||
2014-01-09 | Further renaming to kconfig_compiler_kf5 | Jonathan Riddell | |
2013-12-18 | Move kconfig code to the root directory. | Jenkins CI | |