kwin/libkdecorations
Martin Gräßlin 4022de7075 Use signal/slots instead of deep function calls into decoration
For all the decoration updates called from Client into the decoration we
also have a signal being emitted. So turning the pure virtual public
functions into slots means we can just connect our existing signals and
get rid off the deep function calls.

The keepAbove/Below signals are changed to take a boolean argument as
needed by KDecoration and a few emitted signals are moved to a better
fitting location.

REVIEW: 110335
2013-05-07 16:53:58 +02:00
..
CMakeLists.txt KDecorationBridge becomes private again 2013-03-22 09:09:48 +01:00
kcommondecoration.cpp s/KLocale/KLocalizedString/g 2013-03-07 13:59:15 +01:00
kcommondecoration.h Strip module path from all Qt #include <> 2013-03-06 10:26:56 +01:00
kcommondecoration_p.cpp
kcommondecoration_p.h
kdecoration.cpp remove moveResizeMaximized option 2013-03-24 22:26:48 +01:00
kdecoration.h Use signal/slots instead of deep function calls into decoration 2013-05-07 16:53:58 +02:00
kdecoration_p.cpp remove moveResizeMaximized option 2013-03-24 22:26:48 +01:00
kdecoration_p.h remove moveResizeMaximized option 2013-03-24 22:26:48 +01:00
kdecoration_plugins_p.cpp Move decoration related methods from Workspace to DecorationPlugin 2013-04-15 09:59:09 +02:00
kdecoration_plugins_p.h Move decoration related methods from Workspace to DecorationPlugin 2013-04-15 09:59:09 +02:00
kdecorationbridge.h remove moveResizeMaximized option 2013-03-24 22:26:48 +01:00
kdecorationfactory.cpp
kdecorationfactory.h
Mainpage.dox
Messages.sh