ca27bc09c5
QQuickRenderControl brings a few advantages for the usage in Aurorae: * can create an offscreen window * eliminate the need for mutex as we control the rendering * control the tear down of the QML scene (no more crashes in Qt) In future we can further improve this, by sharing the context, so that we can use the FBO texture directly. But this first needs some more work in KWin core. As we don't hard depend on Qt 5.4 yet it's using ifdefs. Once we have Qt 5.4 the old code will be removed. |
||
---|---|---|
.. | ||
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.