Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-17 | kcfg_compiler now documents valid inputs for its 'Color' type | Harald Sitter | |
Summary: it wasn't exactly clear what the inputs for a Color type may be. this is now explained along with special type descriptions. it isn't perfectly ideal here since it is a bit hard to find, but better be hard to find than not documented at all. from a quick glance at the code indeed anything goes that QColor can construct from a QString. there is also custom regex code in the compiler that allows construction from r,g,b,a via the appropriate ctor of qcolor. Reviewers: broulik Reviewed By: broulik Subscribers: broulik, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D15576 | |||
2018-09-17 | whitespace cleanup | Harald Sitter | |
SCM_SILENT | |||
2016-12-17 | [kconfig_compiler] Improve documentation about Inherits | Martin Gräßlin | |
Summary: Better specify the requirements the parent class needs to have. KConfigCompiler generates different variants of ctors taking either: * a QStringLiteral argument (name set in <kcfgfile> * a KSharedConfig::Ptr argument (arg="true" in <kcfgfile>) * no argument (Inherits=true in kcfgc and no <kcfgfile>) In order to have Inherits generate compiling code in all cases the parent class needs to provide accessible ctors. This change updates the docuementation to reflect this. Reviewers: #frameworks, dfaure Differential Revision: https://phabricator.kde.org/D3636 | |||
2016-10-24 | Add documentation for the GenerateProperties option | Elvis Angelaccio | |
REVIEW: 129188 | |||
2013-12-18 | Move kconfig code to the root directory. | Jenkins CI | |