kwin/effects/dashboard
Martin Gräßlin 565b4ed6a3 Common way to announce support for specific effects through X11
Instead of each effect, which needs to announce support, having custom
code to create a property and set it on the root window, there is now a
common API in EffectsHandler to take care of this.

The methods takes care of creating the atom if it has not already done
and set the property on the root window. Furthermore it allows multiple
effects to announce the same property without getting in conflict with
each other.

As a further convenience the property is automatically removed when the
effect is unloaded, so less things an effect author has to care about.

REVIEW: 107815
2013-01-07 10:00:01 +01:00
..
CMakeLists.txt Use KConfigXT in Dashboard Effect 2012-09-19 09:21:15 +02:00
dashboard.cpp Common way to announce support for specific effects through X11 2013-01-07 10:00:01 +01:00
dashboard.desktop SVN_SILENT made messages (.desktop file) 2012-12-24 09:05:36 +01:00
dashboard.h Common way to announce support for specific effects through X11 2013-01-07 10:00:01 +01:00
dashboard.kcfg Use KConfigXT in Dashboard Effect 2012-09-19 09:21:15 +02:00
dashboard_config.cpp Use KConfigXT in Dashboard Effect 2012-09-19 09:21:15 +02:00
dashboard_config.desktop SVN_SILENT made messages (.desktop file) 2012-12-24 09:05:36 +01:00
dashboard_config.h Use KConfigXT in Dashboard Effect 2012-09-19 09:21:15 +02:00
dashboard_config.ui Use KConfigXT in Dashboard Effect 2012-09-19 09:21:15 +02:00
dashboardconfig.kcfgc Use KConfigXT in Dashboard Effect 2012-09-19 09:21:15 +02:00