Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-04 | Fix generating properties that start with an uppercase letter | Aleix Pol | |
Summary: We were not adjusting the property name to the getter letter-casing. Test Plan: See added test, also fixes the issue that made me realize this issue. Reviewers: #frameworks, davidedmundson Reviewed By: davidedmundson Subscribers: ngraham, aacid, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D24010 | |||
2015-10-30 | Use QStringLiteral in generated code | Montel Laurent | |
REVIEW: 125833 | |||
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 |