kwin/autotests/integration/effects
Martin Gräßlin af83401b83 Use KWin's KSharedConfigPtr in ScriptedEffect
Summary:
So far ScriptedEffect used EffectsHandler::effectConfig to get the
KConfigGroup for the ScriptedEffect. This has the disadvantage that the
config file name is hardcoded to kwinrc in EffectsHandler::effectConfig.

Inside KWin a KSharedConfigPtr is used which can point to somwhere else
than kwinrc. If that was the case the ScriptedEffects were not able to
pick up this customized config and instead continued to read values from
kwinrc.

With this change the ScriptedEffects use the KSharedConfigPtr provided
by KWin. Thus in e.g. autotests we can use the general way to configure
the effects and don't need to write to the config.

Reviewers: #kwin, #plasma

Subscribers: plasma-devel, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D3383
2016-11-16 15:31:14 +01:00
..
CMakeLists.txt [autotests/effect] Add test case for Sliding Popups effect 2016-10-30 11:27:38 +01:00
slidingpopups_test.cpp Ensure that all Effects honour the grab roles correctly 2016-11-07 11:45:09 +01:00
translucency_test.cpp Use KWin's KSharedConfigPtr in ScriptedEffect 2016-11-16 15:31:14 +01:00