Major transition to render using QtQuick 2. This means the actual rendering needs a QQuickWindow which we embed into a QWidget container. Not an optimal solution, deco API should offer to operate on QWindow. For non-composited the decoration gets rendered but for composited rendering the paint redirector is broken. There are no paint events on the main QWidget to intercept and thus the redirection doesn't work. |
||
---|---|---|
.. | ||
src | ||
themes | ||
AUTHORS | ||
CMakeLists.txt | ||
README | ||
theme-description | ||
TODO |
Aurorae is a themeable window decoration for KWin. It supports theme files consisting of several SVG files for decoration and buttons. Themes can be installed and selected directly in the configuration module of KWin decorations. Please have a look at theme-description on how to write a theme file.