gnome-shell/js/ui
Giovanni Campagna f3cb9d0443 Network Menu: update the UI only when really needed
By using Main.queueDeferredWork, we can ensure that most of the
menu contents (in particular, the heaviest parts like the list of
wifi networks) are not updated immediately as we receive signals
from NetworkManager. Instead, the menu is rebuilt some time later,
or as soon as the user opens the menu.
This means that it is no longer needed to optimize for the
access-point-added case, replacing a lot of buggy code with a safer
call to _queueCreateSection, which in turn should ensure that the
more menu, if existing, is always at the end and that at most 5 networks
are visible outside it.

https://bugzilla.gnome.org/show_bug.cgi?id=664124
2011-12-16 08:58:11 +01:00
..
status Network Menu: update the UI only when really needed 2011-12-16 08:58:11 +01:00
altTab.js Port everything to class framework 2011-11-24 09:50:04 +01:00
appDisplay.js Port everything to class framework 2011-11-24 09:50:04 +01:00
appFavorites.js Port everything to class framework 2011-11-24 09:50:04 +01:00
automountManager.js Port everything to class framework 2011-11-24 09:50:04 +01:00
autorunManager.js autorun-manager: Use app names rather than full names 2011-12-04 15:38:03 +01:00
boxpointer.js Port everything to class framework 2011-11-24 09:50:04 +01:00
calendar.js Port everything to class framework 2011-11-24 09:50:04 +01:00
contactDisplay.js Port everything to class framework 2011-11-24 09:50:04 +01:00
ctrlAltTab.js Port everything to class framework 2011-11-24 09:50:04 +01:00
dash.js Port everything to class framework 2011-11-24 09:50:04 +01:00
dateMenu.js Port PanelMenu to new class framework 2011-11-24 09:50:04 +01:00
dnd.js Port everything to class framework 2011-11-24 09:50:04 +01:00
docDisplay.js Port all classes with inheritance to class framework 2011-11-24 09:50:04 +01:00
endSessionDialog.js Port everything to class framework 2011-11-24 09:50:04 +01:00
environment.js *.js: Make emacs modelines consistent 2011-10-11 08:05:12 -04:00
extensionSystem.js extensionSystem: Set the proper 'enabled' and 'type' parameters 2011-11-30 22:04:00 -05:00
iconGrid.js Port everything to class framework 2011-11-24 09:50:04 +01:00
keyboard.js Port everything to class framework 2011-11-24 09:50:04 +01:00
layout.js layout: Make ripple boxes initially invisible 2011-12-05 10:39:14 +01:00
lightbox.js Port everything to class framework 2011-11-24 09:50:04 +01:00
link.js Port all classes with inheritance to class framework 2011-11-24 09:50:04 +01:00
lookingGlass.js Port everything to class framework 2011-11-24 09:50:04 +01:00
magnifier.js Do not use the default stage 2011-12-15 16:13:29 -05:00
magnifierDBus.js Port everything to class framework 2011-11-24 09:50:04 +01:00
main.js shell-wm: Remove takeover_keybinding() 2011-11-22 00:42:28 +01:00
messageTray.js messageTray: use a "hot corner" to summon the tray 2011-12-05 04:51:16 +00:00
modalDialog.js Port ModalDialog to the class framework 2011-11-24 09:50:04 +01:00
networkAgent.js Port everything to class framework 2011-11-24 09:50:04 +01:00
notificationDaemon.js Port everything to class framework 2011-11-24 09:50:04 +01:00
overview.js workspaces-display: Make workspacesView private 2011-12-01 17:55:13 +01:00
panel.js Port everything to class framework 2011-11-24 09:50:04 +01:00
panelMenu.js Port PanelMenu to new class framework 2011-11-24 09:50:04 +01:00
placeDisplay.js Port everything to class framework 2011-11-24 09:50:04 +01:00
polkitAuthenticationAgent.js Port everything to class framework 2011-11-24 09:50:04 +01:00
popupMenu.js Port everything to class framework 2011-11-24 09:50:04 +01:00
runDialog.js Port everything to class framework 2011-11-24 09:50:04 +01:00
scripting.js Port client side code to GDBus 2011-11-11 11:15:38 -05:00
search.js Port everything to class framework 2011-11-24 09:50:04 +01:00
searchDisplay.js Port everything to class framework 2011-11-24 09:50:04 +01:00
shellDBus.js Port everything to class framework 2011-11-24 09:50:04 +01:00
shellEntry.js Port PopupMenu to new Lang.Class framework 2011-11-24 09:50:04 +01:00
shellMountOperation.js Port everything to class framework 2011-11-24 09:50:04 +01:00
statusIconDispatcher.js Port everything to class framework 2011-11-24 09:50:04 +01:00
telepathyClient.js telepathyClient: only notify on new channels when asked to do so 2011-12-15 16:04:45 +00:00
tweener.js Port everything to class framework 2011-11-24 09:50:04 +01:00
userMenu.js Port PanelMenu to new class framework 2011-11-24 09:50:04 +01:00
viewSelector.js workspaces-display: Make workspacesView private 2011-12-01 17:55:13 +01:00
windowAttentionHandler.js Port everything to class framework 2011-11-24 09:50:04 +01:00
windowManager.js Port everything to class framework 2011-11-24 09:50:04 +01:00
workspace.js workspace: Remove tweens when hiding overlays 2011-12-12 20:02:51 +01:00
workspacesView.js Make the window labels visible at all times 2011-12-08 14:15:13 +00:00
workspaceSwitcherPopup.js Port everything to class framework 2011-11-24 09:50:04 +01:00
workspaceThumbnail.js workspace-thumbnails: Emit 'window-drag-cancelled' 2011-12-02 17:08:39 +01:00
xdndHandler.js Port everything to class framework 2011-11-24 09:50:04 +01:00