kwin/effects/desktopgrid
Martin Gräßlin 49e734f743 Change the way how effects can get mouse events
With the removal of BoxSwitch all effects which want mouse events use the
fullscreen input window. The available functionality is too complex both
in EffectsHandler and in the Effects.

With this change only fullscreen input windows are supported and all
effects share the input window. This means there is at maximum one input
window. This simplifies the code in the Effects as they don't have to
keep track of the window they created any more. In EffectsHandler it
means that only one window needs to be created, destroyed and raised.
Also it means that we can properly react on screen size changes which had
been ignored in the past. Also quite some roundtrips to X are no longer
needed as we do not need to query the window geometry when creating the
input window.

REVIEW: 110156
2013-05-03 08:15:42 +02:00
..
CMakeLists.txt Use a QDeclarativeView for button views in Present Windows and Desktop Grid 2013-03-12 08:40:46 +01:00
desktopgrid.cpp Change the way how effects can get mouse events 2013-05-03 08:15:42 +02:00
desktopgrid.desktop SVN_SILENT made messages (.desktop file) 2013-01-28 13:20:08 +01:00
desktopgrid.h Change the way how effects can get mouse events 2013-05-03 08:15:42 +02:00
desktopgrid.kcfg Use KConfigXT in DesktopGrid effect 2012-09-15 11:24:11 +02:00
desktopgrid_config.cpp Save shortcut editor in DesktopGrid config 2013-03-06 09:53:15 +01:00
desktopgrid_config.desktop SVN_SILENT made messages (.desktop file) 2013-01-28 13:20:08 +01:00
desktopgrid_config.h Use KConfigXT in DesktopGrid effect 2012-09-15 11:24:11 +02:00
desktopgrid_config.ui Use KConfigXT in DesktopGrid effect 2012-09-15 11:24:11 +02:00
desktopgridconfig.kcfgc Use KConfigXT in DesktopGrid effect 2012-09-15 11:24:11 +02:00
main.qml Use a QDeclarativeView for button views in Present Windows and Desktop Grid 2013-03-12 08:40:46 +01:00