kwin/clients/aurorae
Martin Gräßlin 17103c49a1 [aurorae] Add a ThemeFinder
The idea behind the ThemeFinder is to expose a way for a configuration
module to find all themes. The API is not yet finalized, thus it's just
a QObject with a Q_PROPERTY themes of type QVariantMap with key being
the user visible name and value being the internal theme name.
The ThemeFinder will have to be moved to KDecoration library.

The json metadata provides a "themeListKeyword" which is used as the
keyword to the KPluginFactory.
2014-10-28 09:57:38 +01:00
..
src [aurorae] Add a ThemeFinder 2014-10-28 09:57:38 +01:00
themes Initial port of Aurorae to KDecoration2 2014-10-24 13:48:31 +02:00
AUTHORS
CMakeLists.txt [aurorae] Drop project from CMakeLists.txt 2014-08-21 13:24:25 +02:00
README
theme-description Better support for maximized windows in Aurorae. The theme can include explicit elements for the maximzed area. 2010-03-07 13:37:47 +00: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.