kwin/autotests/integration/effects
Vlad Zagorodniy bebe81209c Port QPA away from Wayland
Summary:
So far wayland was used by internal clients to submit raster buffers
and position themselves on the screen. While we didn't have issues with
submitting raster buffers, there were some problems with positioning
task switchers. Mostly, because we had effectively two paths that may
alter geometry.

A better approach to deal with internal clients is to let our QPA use
kwin core api directly. This way we can eliminate unnecessary roundtrips
as well make geometry handling much easier and comprehensible.

The last missing piece is shadows. Both Plasma::Dialog and Breeze widget
style use platform-specific APIs to set and unset shadows. We need to
add shadows API to KWindowSystem. Even though some internal clients lack
drop-shadows at the moment, I don't consider it to be a blocker. We can
add shadows back later on.

CCBUG: 386304

Reviewers: #kwin, davidedmundson, romangg

Reviewed By: #kwin, romangg

Subscribers: romangg, kwin

Tags: #kwin

Maniphest Tasks: T9600

Differential Revision: https://phabricator.kde.org/D22810
2019-09-23 17:28:56 +03:00
..
scripts [scripting] Introduce complete function 2018-11-17 13:44:20 +02:00
CMakeLists.txt [autotests] Test maximize animation 2019-02-01 13:50:40 +02:00
desktop_switching_animation_test.cpp [autotests] Test desktop switching animations 2019-02-01 13:50:40 +02:00
fade_test.cpp Fix FadeTest and TranslucencyTest when started without install 2018-11-07 09:34:38 +01:00
maximize_animation_test.cpp [wayland] Finish initialising ShellClient only when commited to the surface 2019-02-26 13:51:28 +00:00
minimize_animation_test.cpp [autotests] Test minimize animations 2019-02-01 13:50:40 +02:00
popup_open_close_animation_test.cpp Port QPA away from Wayland 2019-09-23 17:28:56 +03:00
scripted_effects_test.cpp [libkwineffects] Make AnimationEffect::AniMap protected 2019-02-26 11:37:44 +02:00
slidingpopups_test.cpp [autotests] Don't check whether there is a /dev/dri/card0 2019-01-12 07:36:28 +01:00
toplevel_open_close_animation_test.cpp [autotests] Don't check whether there is a /dev/dri/card0 2019-01-12 07:36:28 +01:00
translucency_test.cpp Fix FadeTest and TranslucencyTest when started without install 2018-11-07 09:34:38 +01:00
windowgeometry_test.cpp [effects] Delay creation of EffectFrames in WindowGeometryEffect 2017-11-21 19:28:00 +01:00
wobbly_shade_test.cpp Use more accurate name for Workspace::getMovingClient method 2019-04-22 11:12:22 +03:00