gnome-shell/js/ui
Marina Zhurakhinskaya b017a2187b Don't show the summary if a new item got removed before we had a chance to show it
It's possible that an item that was added to the summary got removed before
we had a chance to show the summary because the user has interacted with
the notification (e.g. clicked on an application ready notification). We should
not be showing the summary with an unchanged set of items in this case.

However, it is possible that multiple items were added to the summary before
we had a chance to show the summary, and only some of them got removed. In view
of this scenario, we can't just use a boolean flag to indicate if the summary
needs to be shown, but have to maintain an array of new summary items instead.

https://bugzilla.gnome.org/show_bug.cgi?id=630939
2010-10-05 16:14:05 -04:00
..
status accessibility-status: Remove left-over debug message 2010-09-24 10:49:12 +02:00
altTab.js Remove Alt+W/A/S/D hack 2010-09-23 15:17:06 -04:00
appDisplay.js [appDisplay] Factor out WellGrid/AppIcon 2010-09-23 19:08:43 +02:00
appFavorites.js fix "undo remove from favorites" 2010-07-20 16:24:24 +04:00
boxpointer.js Clean up unused includes 2010-07-19 01:46:01 +02:00
calendar.js [Calendar] Fix wrong start date in corner case 2010-08-02 16:48:10 +02:00
chrome.js Clean up unused includes 2010-07-19 01:46:01 +02:00
dash.js Make it possible to register new search providers for the dash after it has been created. 2010-08-19 18:04:30 -04:00
dnd.js [DND] change cursor when dragging 2010-09-10 06:00:28 +04:00
docDisplay.js Clean up unused includes 2010-07-19 01:46:01 +02:00
environment.js tests: Fix environment 2010-10-05 00:05:57 +02:00
extensionSystem.js Clean up unused includes 2010-07-19 01:46:01 +02:00
genericDisplay.js Clean up unused includes 2010-07-19 01:46:01 +02:00
iconGrid.js [baseIcon] Tie the icon's width to its height 2010-09-23 19:08:43 +02:00
lightbox.js Clean up unused includes 2010-07-19 01:46:01 +02:00
link.js Clean up unused includes 2010-07-19 01:46:01 +02:00
lookingGlass.js Add symbolic icons to TextureCache's load_icon_name() 2010-09-24 10:57:27 -04:00
magnifier.js Add Universal Access status indicator 2010-09-16 15:03:26 -04:00
magnifierDBus.js Some Magnifier DBus methods incorrectly interpret rectangles. 2010-09-10 12:03:40 -04:00
main.js [StatusIconDispatcher] Move non-system-tray icons to message tray 2010-09-23 09:49:47 -04:00
messageTray.js Don't show the summary if a new item got removed before we had a chance to show it 2010-10-05 16:14:05 -04:00
notificationDaemon.js Add symbolic icons to TextureCache's load_icon_name() 2010-09-24 10:57:27 -04:00
overview.js [Overview] Fix zoom when dragging items from the dash 2010-08-21 11:25:20 +02:00
panel.js [StatusIconDispatcher] Add keyboard and display icons to tray icon list 2010-09-24 14:53:50 -05:00
panelMenu.js Add symbolic icons to TextureCache's load_icon_name() 2010-09-24 10:57:27 -04:00
placeDisplay.js Add symbolic icons to TextureCache's load_icon_name() 2010-09-24 10:57:27 -04:00
popupMenu.js PopupMenu: add horizontal sliders 2010-10-01 15:18:36 -04:00
runDialog.js Clean up unused includes 2010-07-19 01:46:01 +02:00
scripting.js Clean up unused includes 2010-07-19 01:46:01 +02:00
search.js Add basic error handling to search system. 2010-09-24 10:01:33 +02:00
shellDBus.js Clean up unused includes 2010-07-19 01:46:01 +02:00
statusIconDispatcher.js [StatusIconDispatcher] Add keyboard and display icons to tray icon list 2010-09-24 14:53:50 -05:00
statusMenu.js Use System Settings instead of Preferences in the user menu 2010-10-02 16:42:06 -04:00
telepathyClient.js Remove use of octal constants 2010-09-30 12:43:12 -04:00
tweener.js Move Tweener.slowDownFactor into St 2010-06-21 16:19:25 +02:00
windowAttentionHandler.js Use 'customContent' flag instead of 'bannerBody' 2010-08-31 13:47:10 -04:00
windowManager.js [windowDimmer] handle changing of window_type 2010-10-01 01:09:15 +04:00
workspace.js Don't use mutter_window_get_window_type / MetaCompWindowType 2010-09-30 18:36:28 +02:00
workspacesView.js [DND] change cursor when dragging 2010-09-10 06:00:28 +04:00
workspaceSwitcherPopup.js Fade in alt-tab popup, adjust timings 2010-06-16 20:55:26 +02:00