<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/mutter.git/src/tests/clutter/conform/scripts, branch document-button-values</title>
<subtitle>gitlab.gnome.org: GNOME/mutter.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mutter.git/'/>
<entry>
<title>clutter/timeline: Deprecate timelines without an actor or frame clock</title>
<updated>2020-07-02T17:36:50+00:00</updated>
<author>
<name>Jonas Ådahl</name>
<email>jadahl@gmail.com</email>
</author>
<published>2020-04-17T07:03:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mutter.git/commit/?id=2b95ec40c6a0f148411c7b1b2154ec1be7d374f6'/>
<id>2b95ec40c6a0f148411c7b1b2154ec1be7d374f6</id>
<content type='text'>
Without an associated actor, or explicit frame clock set, in the future
a timeline will not know how to progress, as there will be no singe
frame clock to assume is the main one. Thus, deprecate the construction
of timelines without either an actor or frame clock set.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1285
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without an associated actor, or explicit frame clock set, in the future
a timeline will not know how to progress, as there will be no singe
frame clock to assume is the main one. Thus, deprecate the construction
of timelines without either an actor or frame clock set.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1285
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Replace ClutterRectangle with ClutterActor</title>
<updated>2020-06-27T13:35:46+00:00</updated>
<author>
<name>Georges Basile Stavracas Neto</name>
<email>georges.stavracas@gmail.com</email>
</author>
<published>2020-06-26T20:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mutter.git/commit/?id=e884ba7f399f5cb3a5630743027dbf3c6a44a774'/>
<id>e884ba7f399f5cb3a5630743027dbf3c6a44a774</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop ClutterBox</title>
<updated>2020-06-27T13:35:46+00:00</updated>
<author>
<name>Georges Basile Stavracas Neto</name>
<email>georges.stavracas@gmail.com</email>
</author>
<published>2020-06-26T20:15:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mutter.git/commit/?id=2802d359e5b2ba10c24ffd8260d375f42d226d24'/>
<id>2802d359e5b2ba10c24ffd8260d375f42d226d24</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/clutter: Don't test BoxLayout's child properties</title>
<updated>2020-05-21T13:49:31+00:00</updated>
<author>
<name>Florian Müllner</name>
<email>fmuellner@gnome.org</email>
</author>
<published>2020-05-21T11:46:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mutter.git/commit/?id=a1be7cdbd7ed6869a4c81b8290b1446907628c5f'/>
<id>a1be7cdbd7ed6869a4c81b8290b1446907628c5f</id>
<content type='text'>
They are about to become ex-properties.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1265
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are about to become ex-properties.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1265
</pre>
</div>
</content>
</entry>
<entry>
<title>clutter: Remove ClutterAnimation</title>
<updated>2020-05-07T20:04:07+00:00</updated>
<author>
<name>Jonas Ådahl</name>
<email>jadahl@gmail.com</email>
</author>
<published>2020-04-09T15:54:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mutter.git/commit/?id=322b51cded630fb36f1759ebb608fe4985bd228b'/>
<id>322b51cded630fb36f1759ebb608fe4985bd228b</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/clutter/conform: Remove left-over ClutterAnimator scripts</title>
<updated>2020-05-07T20:04:07+00:00</updated>
<author>
<name>Jonas Ådahl</name>
<email>jadahl@gmail.com</email>
</author>
<published>2020-04-09T15:52:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mutter.git/commit/?id=b46bc98d44aeca66a5c173d769cf687f57caeb95'/>
<id>b46bc98d44aeca66a5c173d769cf687f57caeb95</id>
<content type='text'>
ClutterAnimator is long gone; remove some leftover test scripts.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1192
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ClutterAnimator is long gone; remove some leftover test scripts.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1192
</pre>
</div>
</content>
</entry>
<entry>
<title>clutter: Remove deprecated 'ClutterState'</title>
<updated>2020-05-07T20:04:07+00:00</updated>
<author>
<name>Jonas Ådahl</name>
<email>jadahl@gmail.com</email>
</author>
<published>2020-04-09T11:30:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mutter.git/commit/?id=a55a286b1518712b5de7e4a3d2dcd2e252e30ad6'/>
<id>a55a286b1518712b5de7e4a3d2dcd2e252e30ad6</id>
<content type='text'>
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1192
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1192
</pre>
</div>
</content>
</entry>
<entry>
<title>clutter: Remove unused deprecated/clutter-behaviour-opacity.c</title>
<updated>2019-10-22T19:01:17+00:00</updated>
<author>
<name>Adam Jackson</name>
<email>ajax@redhat.com</email>
</author>
<published>2019-03-01T15:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mutter.git/commit/?id=68fca552d761a73ec12b13f288aff7da6c8c8bba'/>
<id>68fca552d761a73ec12b13f288aff7da6c8c8bba</id>
<content type='text'>
https://gitlab.gnome.org/GNOME/mutter/merge_requests/879
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://gitlab.gnome.org/GNOME/mutter/merge_requests/879
</pre>
</div>
</content>
</entry>
<entry>
<title>clutter: Move tests to src/tests</title>
<updated>2019-08-24T08:59:08+00:00</updated>
<author>
<name>Carlos Garnacho</name>
<email>carlosg@gnome.org</email>
</author>
<published>2019-07-03T09:51:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/mutter.git/commit/?id=cfb8f18cef8546dd3b4e5ac93986d96b00d6423f'/>
<id>cfb8f18cef8546dd3b4e5ac93986d96b00d6423f</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
</feed>
