Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-08 | Make kconfig_compiler generate ctors with the optional parent arg | Kevin Ottens | |
Reviewers: #plasma, #frameworks, dfaure, mart, apol Reviewed By: apol Subscribers: kossebau, apol, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D24490 | |||
2015-10-30 | Use QStringLiteral in generated code | Montel Laurent | |
REVIEW: 125833 | |||
2015-06-22 | Support translation domain in 'kde' translation system | Chusslove Illich (Часлав Илић) | |
In applications translations can be looked up in the globally set translation domain, but in libraries it is necessary to link every i18n call to the library's own translation domain. A new code generation option TranslationDomain= is added to enable this. It has effect only if TranslationSystem=kde is set. Added unit tests to check generated translation calls. CHANGELOG: New code generation option TranslationDomain=, for use with TranslationSystem=kde; normally needed in libraries. REVIEW: 123872 |