kwin/autotests/integration/effects
Vlad Zahorodnii e23cb52a16 wayland: Add windows when readyForPainting changes
A window is added to the workspace when it's mapped. It's assumed that
the first Window::windowShown signal indicates that. But it's not
entirely true. For example, if setHidden(false); setHidden(true); are
called in succession, the window will be marked as ready for painting
even though it isn't.

The Window::readyForPaintingChanged() signal fixes that. It's emitted
when the window is actually mapped.
2024-01-29 12:35:10 +02:00
..
scripts
CMakeLists.txt
desktop_switching_animation_test.cpp
maximize_animation_test.cpp
minimize_animation_test.cpp
popup_open_close_animation_test.cpp
scripted_effects_test.cpp
slidingpopups_test.cpp
toplevel_open_close_animation_test.cpp
translucency_test.cpp
wobbly_shade_test.cpp