Read-only mirror of https://gitlab.gnome.org/GNOME/gnome-shell
9a21008177
Use Meta.later_add() with BEFORE_REDRAW rather than Mainloop.idle_add() to add the banner body so that the notification body is reliably added after the first frame is drawn. This is important for notifications that are expanded right away, such as the summary notifications that were not shown as banners because the user was in the Busy mode or was interacting with the summary. Otherwise, these notifications were sometimes shown with an ellipsized banner and were only getting full content when they were done animating. Only add expanded content and signal the change once. Previously, we used to signal the change numerous times and processing this signal was holding up processing other things, such as the user moving the mouse away from the notification so that the notification collapses. https://bugzilla.gnome.org/show_bug.cgi?id=645719 |
||
---|---|---|
.settings | ||
data | ||
js | ||
man | ||
po | ||
src | ||
tests | ||
tools | ||
.gitignore | ||
.project | ||
AUTHORS | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
gnome-shell.doap | ||
MAINTAINERS | ||
Makefile.am | ||
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.