Emmanuele Bassi 97feb06a6f timeline: Add repeat-count
Being able to easily set the number of repeats has been a request for
the animation framework for some time now. The usual way to implement
this is: connect to the ::completed signal, use a static counter, and
stop the timeline when the counter hits a specific spot.

In the same light as the :auto-reverse property, we can make it easier
to implement this common functionality by adding a :repeat-count
property that, when set, limits the amount of loops that a Timeline can
perform before stopping itself.

In fact, we can implement the :loop property in terms of the
:repeat-count property just by using a sentinel value mapping to
"infinity", and map loop=FALSE to repeat-count=0, and loop=TRUE to
repeat-count=-1.
2012-02-13 17:30:22 +00:00
..
2012-01-16 23:37:12 +00:00
2011-11-10 19:05:39 +01:00
2011-11-18 22:06:30 +01:00
2012-01-26 08:31:11 +00:00
2012-01-26 08:30:58 +00:00
2012-01-26 08:31:10 +00:00
2012-02-09 18:42:27 +00:00
2011-10-19 15:23:55 +01:00
2011-10-19 15:23:55 +01:00
2011-11-10 14:13:45 +00:00
2011-06-07 16:06:24 +01:00
2010-10-21 12:22:17 +01:00
2012-01-16 23:35:16 +00:00
2011-06-07 16:06:24 +01:00
2011-12-28 09:37:53 +00:00
2011-06-07 16:06:24 +01:00
2012-01-16 21:06:19 +00:00
2011-06-07 16:06:24 +01:00
2011-06-07 16:06:24 +01:00
2012-01-16 23:49:49 +00:00
2012-02-11 16:02:31 +00:00
2012-02-13 17:30:22 +00:00
2012-02-13 17:30:22 +00:00
2012-01-27 11:55:39 +00:00
2011-06-07 16:06:24 +01:00
2012-01-16 23:35:17 +00:00
2012-02-13 17:30:22 +00:00
2012-02-09 18:42:27 +00:00