Revision bdc2ad2...
Go back to digest for 26th January 2014Features in User Interface
Martin Gräßlin committed changes in [plasma-framework] /:
Add outputOnly property to PlasmaCore.Dialog
The outputOnly property allows to specify that the dialog should not
accept any input. Thus it's an output only window which supports click
through. This is obviously platform specific and so far it is only
implemented for the X11 platform using the shape extension.
The input shape needs to be set once the window is visible and thus
the functionality is bound to the visible changed signal. The code
ensures that the required shape extension version is present and only
fetches it once.
REVIEW: 115139
File Changes
Modified 4 files
- CMakeLists.txt
- src/declarativeimports/core/CMakeLists.txt
- src/declarativeimports/core/dialog.cpp
- src/declarativeimports/core/dialog.h
4 files changed in total