kwin/clients/aurorae/src
Martin Gräßlin b3d3c45149 Use KPluginLoader to load our decoration plugins
This simplifies the plugin loading. Decorations just have to use
K_PLUGIN_FACTORY to specify how the KDecorationFactory needs to be
created. The KWIN_DECORATION macro is adjusted to generate the
boiler plate code, but it now needs to specify the name for the
pluginfactory and the KDecorationFactory.

This also transits the decoration abi version check to use
K_EXPORT_PLUGIN_VERSION which also simplifies the loading.

As a result the complete canLoad handling in DecorationPlugins is
removed.

REVIEW: 115930
2014-03-03 13:55:52 +01:00
..
lib Replace NULL with nullptr in clients folder 2014-02-24 17:02:11 +01:00
qml
aurorae.cpp Use KPluginLoader to load our decoration plugins 2014-03-03 13:55:52 +01:00
aurorae.desktop
aurorae.h Use KPluginLoader to load our decoration plugins 2014-03-03 13:55:52 +01:00
aurorae.knsrc
CMakeLists.txt
colorhelper.cpp
colorhelper.h Replace NULL with nullptr in clients folder 2014-02-24 17:02:11 +01:00
decorationoptions.cpp Replace NULL with nullptr in clients folder 2014-02-24 17:02:11 +01:00
decorationoptions.h Replace NULL with nullptr in clients folder 2014-02-24 17:02:11 +01:00
decorationplugin.cpp
decorationplugin.h
kwindecoration.desktop