Go to file
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
.settings
browser-plugin browser-plugin: Fix Opera support 2012-05-29 18:57:05 -04:00
data messageTray: Allow to make notification buttons insensitive 2012-05-18 17:39:50 +02:00
docs st: Remove st-container 2012-02-28 08:14:06 -05:00
js endSessionDialog: Factor out _updateDescription from _updateContent 2012-06-05 15:57:18 +02:00
man
po Updated Spanish translation 2012-06-03 17:57:30 +02:00
src telepathyClient: Remove C-based TelepathyLogger wrapper 2012-06-01 08:59:59 -04:00
tests tests: Refactor background-size test to support non-square containers 2012-03-18 09:33:30 -04:00
tools jhbuildrc-gnome-shell: remove versioned-xulrunner-directories workaround 2012-02-23 15:14:12 -05:00
.gitignore gitignore: Update to ignore calendar schemas 2012-04-29 19:20:04 -04:00
.project
AUTHORS
autogen.sh
configure.ac status/keyboard: Port to the new input sources settings 2012-06-01 22:18:59 +02:00
COPYING
gnome-shell.doap doap: Add myself as maintainer 2012-03-30 14:39:02 +02:00
MAINTAINERS
Makefile.am docs: Allow building API documentation 2011-10-20 22:48:44 +02:00
NEWS Bump version to 3.4.1 2012-04-17 13:20:16 -04:00
README

GNOME Shell provides core user interface functions for the GNOME 3 desktop,
like switching to windows and launching applications. GNOME Shell takes
advantage of the capabilities of modern graphics hardware and introduces
innovative user interface concepts to provide a visually attractive and
easy to use experience.

For more information about GNOME Shell, including instructions on how
to build GNOME Shell from source and how to get involved with the project,
see:

 http://live.gnome.org/GnomeShell

Bugs should be reported at http://bugzilla.gnome.org against the 'gnome-shell'
product.

License
=======
GNOME Shell is distributed under the terms of the GNU General Public License,
version 2 or later. See the COPYING file for details.