Aurorae should be extended by a QML based themeing system. That is Aurorae should support themes provided as Plasma Packages which use QML files instead of the normal Aurorae themes structure.
Git commit 11325bf8f643339bb83a9f8ebcb706e03332ff72 by Martin Gräßlin. Committed on 25/08/2012 at 09:54. Pushed by graesslin into branch 'master'. Support for custom configuration dialogs for QML decorations If the decoration package contains a ui file in ui/config.ui and and KConfigXT xml file in config/main.xml the configure dialog is extended by the custom values. For this the ui file is loaded and included in the dialog's layout. To make this possible the AuroraeConfigForm is changed to a VBoxLayout containing the so far used FormLayout. The configuration settings are loaded using Plasma's ConfigLoader and attached to the widget through a KConfigDialogManager. Marking this commit as the one which implements QML support for Aurorae themes: REVIEW: 105751 REVIEW: 105768 FIXED-IN: 4.10 M +1 -1 kwin/kcmkwin/kwindecoration/CMakeLists.txt M +101 -100 kwin/kcmkwin/kwindecoration/auroraeconfig.ui M +8 -0 kwin/kcmkwin/kwindecoration/decorationmodel.cpp M +2 -0 kwin/kcmkwin/kwindecoration/decorationmodel.h M +32 -0 kwin/kcmkwin/kwindecoration/kwindecoration.cpp http://commits.kde.org/kde-workspace/11325bf8f643339bb83a9f8ebcb706e03332ff72