kwin/clients/aurorae
Martin Gräßlin bc236f3a4d [aurorae] Improve reading the border elements from C++ side
The KWin::Borders element is provided by an extension plugin. The reason
for that is to be able to use it from e.g. the kcm or Plasmate without
needing to compile the code in.

But this results in Aurorae itself not being able to access the element.
The solution is to first load our decoration plugin and afterwards
register the borders element again with the version compiled in from
Aurorae.

With that we can now read all borders and paddings without using
properties. Also we could connect to change signals and have the borders
and padding handling completely stateful. Might be an idea for extending
the decoration library...
2014-06-23 08:08:36 +02:00
..
src [aurorae] Improve reading the border elements from C++ side 2014-06-23 08:08:36 +02:00
themes [kcmkwin/deco] Support loading translations for UI loaded configs 2014-06-10 15:49:19 +02:00
AUTHORS Initial import of Aurorae Kwin decoration theme engine. 2009-06-19 09:18:07 +00:00
CMakeLists.txt Port of Plastik decoration to QML 2012-08-26 20:56:19 +02:00
README Initial import of Aurorae Kwin decoration theme engine. 2009-06-19 09:18:07 +00:00
TODO Initial import of Aurorae Kwin decoration theme engine. 2009-06-19 09:18:07 +00:00
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

README

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.