kwin/plugins/kdecorations/aurorae
David Edmundson 6dfb7ba1ce [aurorae] Use shared implementation of QtQuick rendering
Summary:
Removes a tonne of complex code, means any future improvements to our
QtQuick integration only need to be in one place.

QML logic remains in Aurorae as it does complex things. All other
aurorae specialties remain.

Only functional difference is that we now use a shared GL context
between window frames, which Plasma::FrameSVG will make use of.

Test Plan:
kcmshell5 kwindecoration
ran some aurorrae themes on my kwin. Look the same as master

Reviewers: #kwin, mart

Reviewed By: mart

Subscribers: mart, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D25206
2019-11-14 12:50:24 +00:00
..
src [aurorae] Use shared implementation of QtQuick rendering 2019-11-14 12:50:24 +00:00
themes SVN_SILENT made messages (.desktop file) - always resolve ours 2019-10-17 05:41:38 +02:00
AUTHORS
CMakeLists.txt
README
theme-description Update URLs to use https 2019-03-25 19:26:23 +01:00
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.