Revision c469768...

Go back to digest for 29th July 2012

Features in KDE Base

Martin Gräßlin committed changes in [kde-workspace] /clients/aurorae/src:

Declarative extension plugin for window decorations

The generic QML components from Aurorae are split out into an
own declarative plugin. In addition two new helper classes are
added to this plugin:
* A ColorHelper to map a few function of KColorSheme and making
it possible to actually work with colors in QML. The need
emerged from trying to port Plastik to QML which makes strong
use of color shading.
* A DecorationOptions class which is a wrapper around KWin's
KDecorationOptions but in a more useable way for QML. The
various options are provided as properties and the value of
the properties changes automatically depending on whether the
decoration is active or inactive.

Aurorae itself is not yet adjusted to these changes, but it
should also be adjusted as some of the options are currently
exported in the factory and the factory is injected into the
Aurorae QML decoration.

File Changes

Added 8 files
  • /clients/aurorae/src
  •   kwin/colorhelper.cpp
  •   kwin/colorhelper.h
  •   kwin/decorationoptions.cpp
  •   kwin/decorationoptions.h
  •   kwin/decorationplugin.cpp
  •   kwin/decorationplugin.h
  •   kwin/qml/ButtonGroup.qml
  •   kwin/qml/qmldir
Modified 3 files
  • /clients/aurorae/src
  •   kwin/aurorae.cpp
  •   kwin/aurorae.h
  •   kwin/CMakeLists.txt
11 files changed in total