| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
These tests were written (and copy-pasted) before ClutterActor
had an actual background-color property. As a preparation to
the removal of ClutterRectangle, replace all these rectangles
with plain actors and background colors.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1332
|
| |
|
|
|
|
|
| |
Nobody was subclassing or using it, except for the tests. Replace
it by ClutterActor in the tests.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1332
|
| |
|
|
|
|
|
| |
To change to the old behavior, pass --quiet. The aim is to be make it
easier to debug issues only reproducing in the CI.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1289
|
| |
|
|
|
|
| |
They are about to become ex-properties.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1265
|
| |
|
|
|
|
| |
... so that we can remove it.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1265
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes ClutterAnimation and related tests. ClutterAnimation has
been deprecated for a long time, and replacements exist and are used by
e.g. GNOME Shell since a while back.
This also disables a few relatively unrelated interactive tests, as they
rely on ClutterAnimation to implement some animations they use to
illustrate what they actually test.
As interactive tests currently are more or less untestable due to any
interaction with them crashing, as well as they in practice means
rewriting the tests using non-deprecated animation APIs, they are not
ported right now. To actually port the interactive tests, it needs to be
possible to fist interact with them.
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1192
|
| |
|
|
| |
https://gitlab.gnome.org/GNOME/mutter/merge_requests/879
|
| |
|
|
|
|
|
|
| |
And add the necessary glue so those initialize a X11 clutter backend.
This should get Clutter tests that are dependent on windowing to work
again, thus they were enabled back again.
https://gitlab.gnome.org/GNOME/mutter/merge_requests/672
|
|
|
Clutter doesn't hold anymore backend implementations, move tests where
we have one that we may assign.
https://gitlab.gnome.org/GNOME/mutter/merge_requests/672
|