027a7a1646
Adjust all components to use the QSharedPointer. Aurorae obviously has to create a QSharedPointer, Shadow holds a QSharedPointer for the DecorationShadow (advantage: is kept when the Decoration is destroyed), and the KCM needs to add a property on PreviewItem to get access to the Shadow. It's no longer a Q_PROPERTY on Decoration and we cannot re-add it as a dynamic property (cannot be read from QML side). |
||
---|---|---|
.. | ||
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.