gnome-shell/js
Stéphane Démurget c48a246ccb panel: programmatic anim. control of AnimatedIcon
The AnimatedIcon does not have an API for controlling the animation but
relies on the :visible property changes to start and stop a timeout used
to update the frame.

This has the inconvenient of having a side effect when visible is set to
true multiple times, and is not really the API expected from such
component. Also, there is a race if it is displayed before the images
are loaded: there is no child yet and thus we get this._frame = NaN
which leads to a crash.

Switch to a play/stop API instead, and add a load event callback to the
TextureCache.load_slice_image to exactly know when we can start using
the images.

https://bugzilla.gnome.org/show_bug.cgi?id=687583
2012-11-17 22:26:55 +01:00
..
extensionPrefs extensionPrefs: Remove an extra parameter to set_cell_data_func 2012-10-10 18:21:03 -03:00
gdm main: Add optional keybindingMode parameter to pushModal() 2012-11-17 01:44:22 +01:00
misc NetworkMenu: rework multiple NIC support 2012-11-16 13:52:52 -05:00
perf perf: Update to latest overlay changes 2012-08-20 20:40:01 +02:00
ui panel: programmatic anim. control of AnimatedIcon 2012-11-17 22:26:55 +01:00
Makefile.am ViewSelector: remove the places & devices search provider 2012-09-16 19:02:22 +02:00