kwin/plugins/platforms/x11/standalone
Martin Gräßlin 7b464cf284 Support interactive window selection through the Platform
Summary:
A new virtual method is added to Platform:
startInteractiveWindowSelection

The interactive window selection enters a mode where the user can select
a window through the pointer or keyboard device. The cursor is turned
into a crosshair cursor, unless another cursor name is provided (e.g.
pirate for kill window).

Once a window is selected the provided callback method is invoked with
the selected Toplevel as argument. In case the user cancelled the
selection a nullptr argument is passed in.

Currently it's only implemented by the X11 standalone platform using the
logic from KillWindow. Just instead of killing the window the callback
is invoked.

KillWindow loses the X11 implementation and interacts with the new
functionality in Platform by providing a lambda function for the
killing.

Test Plan: Killing of X11 windows is still possible

Reviewers: #kwin, #plasma

Subscribers: plasma-devel, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D3363
2016-11-17 08:08:56 +01:00
..
CMakeLists.txt Support interactive window selection through the Platform 2016-11-17 08:08:56 +01:00
edge.cpp
edge.h
glxbackend.cpp Remove KWin::display from kwinglobals 2016-11-16 18:00:00 +01:00
glxbackend.h Remove KWin::display from kwinglobals 2016-11-16 18:00:00 +01:00
logging.cpp
logging.h
screens_xrandr.cpp
screens_xrandr.h
windowselector.cpp Support interactive window selection through the Platform 2016-11-17 08:08:56 +01:00
windowselector.h Support interactive window selection through the Platform 2016-11-17 08:08:56 +01:00
x11.json SVN_SILENT made messages (.desktop file) - always resolve ours 2016-11-04 09:48:38 +00:00
x11_platform.cpp Support interactive window selection through the Platform 2016-11-17 08:08:56 +01:00
x11_platform.h Support interactive window selection through the Platform 2016-11-17 08:08:56 +01:00
x11cursor.cpp
x11cursor.h
xinputintegration.cpp Remove KWin::display from kwinglobals 2016-11-16 18:00:00 +01:00
xinputintegration.h Remove KWin::display from kwinglobals 2016-11-16 18:00:00 +01:00