gnome-shell/js
Jasper St. Pierre 094669baee messageTray: Clear the pointer left timeout when showing a notification
When the pointer leaves the notification area, we queue a timeout to
hide the notification after a little while. If the user is hovering over
a notification and clicks the X button to close the notification, we will
destroy the notification, which causes a "pointer left" event on the
notification area. This queues a timeout which erroneously fires after
the next notification in the queue shows up.

The code and state machine are too complex to properly make sure this
timeout doesn't fire when there is no notification up next, so instead
just clear it when showing a notification to make sure that any
previously queued timeout doesn't apply to us.

https://bugzilla.gnome.org/show_bug.cgi?id=731118
2014-06-02 17:39:52 -04:00
..
extensionPrefs extensionPrefs: Skip main window when launched with a UUID 2014-05-27 18:02:25 +02:00
gdm loginDialog: Remove unused variable 2014-05-28 22:01:54 +02:00
misc util: Don't pass too many arguments to child_watch_add 2014-04-28 10:22:51 -04:00
perf
ui messageTray: Clear the pointer left timeout when showing a notification 2014-06-02 17:39:52 -04:00
js-resources.gresource.xml Implement window menus in gnome-shell 2014-05-17 15:17:29 -04:00
Makefile.am