gnome-shell/js
Alejandro Piñeiro 7b048fc092 endSessionDialog: Factor out _updateDescription from _updateContent
_startTimer adds a tweener to implement the description countdown, which
updates the entire content on each iteration, including the icon. This
causes a significant impact on performance, especially when accessibility
is enabled, as it causes a flood of AtkObject:state-change:showing events.
As the countdown only affects the description, factor out _updateDescription
and use it in _startTimer, and only do a full update of all contents when
necessary.

https://bugzilla.gnome.org/show_bug.cgi?id=674210
2012-06-05 15:57:18 +02:00
..
extensionPrefs Switch string formatting to the one inside gjs 2012-05-24 15:38:44 -04:00
gdm Refactor show()/hide() sequences 2012-05-02 12:43:58 -04:00
misc extensionUtils: Support subdirectories in getCurrentExtension 2012-05-29 14:36:16 -04:00
perf *.js: Make emacs modelines consistent 2011-10-11 08:05:12 -04:00
ui endSessionDialog: Factor out _updateDescription from _updateContent 2012-06-05 15:57:18 +02:00
Makefile.am Switch string formatting to the one inside gjs 2012-05-24 15:38:44 -04:00