kwin/scripting
Martin Gräßlin 7a7f9d1a34 Change the way how screen edges interact with Effects/Scripts
The main difference is that the activation of an edge is no longer
broadcasted to all effects and scripts, but instead a passed in slot of
the Effect/Script is invoked.

For this the EffectsHandler API is changed to take the Effect as an
argument to (un)reserveElectricBorder. As callback slot the existing
borderActivated is used.

In addition the ScreenEdge monitors the object for beeing destroyed and
unregisters the the edge automatically. This removes the need from the
Effect to call unregister in the dtor.

BUG: 309695
FIXED-IN: 4.11
2013-02-07 09:46:52 +01:00
..
documentation-effect-global.xml Export QEasingCurve to scripted Effects 2012-11-24 10:19:59 +01:00
documentation-global.xml Add documentation for global KWin object in KWin scripting 2013-01-11 18:12:25 +01:00
kwinscript.desktop SVN_SILENT made messages (.desktop file) 2013-01-31 16:31:28 +01:00
meta.cpp Let kwin scripts add dynamic properties to client objects. 2012-04-24 17:42:16 +02:00
meta.h fix tabbing 2012-02-11 16:30:22 +01:00
scriptedeffect.cpp Change the way how screen edges interact with Effects/Scripts 2013-02-07 09:46:52 +01:00
scriptedeffect.h Change the way how screen edges interact with Effects/Scripts 2013-02-07 09:46:52 +01:00
scripting.cpp Change the way how screen edges interact with Effects/Scripts 2013-02-07 09:46:52 +01:00
scripting.h Change the way how screen edges interact with Effects/Scripts 2013-02-07 09:46:52 +01:00
scriptingutils.cpp Asserts for KWin scripts 2012-05-10 10:00:54 +02:00
scriptingutils.h Change the way how screen edges interact with Effects/Scripts 2013-02-07 09:46:52 +01:00
timer.cpp Simplify the Timer in scripting 2012-01-22 13:02:34 +01:00
workspace_wrapper.cpp Move handling of Virtual Desktops into a VirtualDesktopManager 2013-01-07 09:47:51 +01:00
workspace_wrapper.h Move handling of Virtual Desktops into a VirtualDesktopManager 2013-01-07 09:47:51 +01:00