kwin/clients/aurorae/src/qml
Martin Gräßlin 9308028fa4 Decoration can announce whether it currently requires an alpha channel
A decoration can provide the AbilityAnnounceAlphaChannel in addition to
AbilityUsesAlphaChannel. If this ability is provided the decoration can
enable/disable the use of the alpha channel through setAlphaEnabled().

The base idea behind this mechanism is to be able to tell the compositor
that currently alpha is not needed. An example is the maximized state in
which the decoration is fully opaque so that there is no need to use the
translucency code path which would render all windows behind the deco.

In addition also the blur effect honors this setting so that behind a
known opaque decoration no blurring is performed.

Oxygen is adjusted to disable translucency in maximized state and Aurorae
is adjusted to allow themes to enable/disable translucency. For Plastik
translucency and with that also blurring is disabled.

REVIEW: 106810
2012-11-09 10:36:43 +01:00
..
aurorae.qml Merge branch 'KDE/4.9' 2012-10-12 07:59:22 +02:00
AuroraeButton.qml Do not use States and Transitions in QML of Aurorae 2012-07-05 15:22:57 +02:00
AuroraeButtonGroup.qml Fix enabled borders and padding for maximized Aurorae decos 2012-09-27 15:34:32 +02:00
AuroraeMaximizeButton.qml Do not use States and Transitions in QML of Aurorae 2012-07-05 15:22:57 +02:00
ButtonGroup.qml Use a Component for Explicit Spacers 2012-10-25 11:18:52 +02:00
Decoration.qml Decoration can announce whether it currently requires an alpha channel 2012-11-09 10:36:43 +01:00
DecorationButton.qml Support for Maximized/Restore buttons 2012-01-13 18:08:41 +01:00
MenuButton.qml Option to disable window close on menu double click in Aurorae 2012-08-26 20:56:19 +02:00
qmldir Declarative extension plugin for window decorations 2012-08-26 20:56:19 +02:00