gnome-shell/js/ui
Florian Müllner 4622a68100 status/network: Split out WirelessNetwork class
Different access points can belong to the same wireless network. As
NetworkManager doesn't handle this for us, we need to track networks
ourselves, and we currently do this using ad-hoc object literals and
monkey-patching.

Clean this up by factoring out a proper WirelessNetwork class, and
associate them to items with a map.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2406>
2022-08-07 22:41:09 +02:00
..
components js: Use async D-Bus wrappers 2022-08-01 18:51:14 +00:00
status status/network: Split out WirelessNetwork class 2022-08-07 22:41:09 +02:00
accessDialog.js accessDialog: Allow body label to wrap lines 2022-07-14 16:51:52 +00:00
altTab.js
animation.js
appDisplay.js search: Use async functions instead of callbacks 2022-08-01 18:51:14 +00:00
appFavorites.js Adopt EventEmitter class instead of injecting Signal methods 2022-07-04 18:30:49 -04:00
appMenu.js appMenu: Hide overview when pressing on 'Show Details' 2022-06-09 17:51:46 +02:00
audioDeviceSelection.js
background.js Adopt EventEmitter class instead of injecting Signal methods 2022-07-04 18:30:49 -04:00
backgroundMenu.js
barLevel.js
boxpointer.js
calendar.js js: Use async D-Bus wrappers 2022-08-01 18:51:14 +00:00
checkBox.js
closeDialog.js
ctrlAltTab.js
dash.js
dateMenu.js dateMenu: Remove custom aligning of time strings in the World Clocks 2022-07-07 12:40:30 +00:00
dialog.js
dnd.js Adopt EventEmitter class instead of injecting Signal methods 2022-07-04 18:30:49 -04:00
edgeDragAction.js edgeDragAction: Change edge trigger threshold to AFTER 2022-05-27 09:29:26 +00:00
endSessionDialog.js loginManager: Return objects instead of multiple booleans 2022-08-01 20:58:37 +02:00
environment.js build: Port to gcr4 2022-08-02 16:13:54 +00:00
extensionDownloader.js
extensionSystem.js extensionSystem: Check if mode is supported when loading 2022-07-27 14:01:30 +00:00
focusCaretTracker.js Adopt EventEmitter class instead of injecting Signal methods 2022-07-04 18:30:49 -04:00
grabHelper.js Require both mouse and keyboard grabs for some grabs to be successful 2022-05-04 17:28:08 +00:00
ibusCandidatePopup.js ibusCandidatePopup: Prevent it from covering screenshot UI 2022-07-04 13:38:15 +00:00
iconGrid.js iconGrid: Add more possible icon sizes 2022-05-04 20:49:15 +00:00
inhibitShortcutsDialog.js js: Use async D-Bus wrappers 2022-08-01 18:51:14 +00:00
init.js
kbdA11yDialog.js kbdA11yDialog: Use MetaKeyboardA11yFlags 2022-06-16 09:38:20 +00:00
keyboard.js Adopt EventEmitter class instead of injecting Signal methods 2022-07-04 18:30:49 -04:00
layout.js Adopt EventEmitter class instead of injecting Signal methods 2022-07-04 18:30:49 -04:00
lightbox.js
locatePointer.js
lookingGlass.js Adopt EventEmitter class instead of injecting Signal methods 2022-07-04 18:30:49 -04:00
magnifier.js Adopt EventEmitter class instead of injecting Signal methods 2022-07-04 18:30:49 -04:00
main.js environment: Remove inline import of extensionUtils 2022-07-06 13:40:44 -04:00
messageList.js messageList: Only close messages via delete key if they can be closed 2022-06-04 15:23:45 +02:00
messageTray.js
modalDialog.js Require both mouse and keyboard grabs for some grabs to be successful 2022-05-04 17:28:08 +00:00
mpris.js js: Use async D-Bus wrappers 2022-08-01 18:51:14 +00:00
notificationDaemon.js js: Use async D-Bus wrappers 2022-08-01 18:51:14 +00:00
osdMonitorLabeler.js osd: Restyle OSD display popup 2022-04-24 18:19:16 +02:00
osdWindow.js
overview.js Adopt EventEmitter class instead of injecting Signal methods 2022-07-04 18:30:49 -04:00
overviewControls.js overviewControls: Minor style fix 2022-08-01 00:48:07 +00:00
padOsd.js Adopt EventEmitter class instead of injecting Signal methods 2022-07-04 18:30:49 -04:00
pageIndicators.js
panel.js status/power: Merge with system indicator 2022-08-03 12:41:05 +00:00
panelMenu.js
pointerA11yTimeout.js
pointerWatcher.js
popupMenu.js popupMenu: Close quick settings when activating settings action 2022-08-02 16:05:28 +00:00
quickSettings.js quickSettings: Bind menu arrow's reactivity to parent 2022-08-06 21:27:15 +00:00
remoteSearch.js js: Use async D-Bus wrappers 2022-08-01 18:51:14 +00:00
ripples.js
runDialog.js runDialog: Use single quotes for Wayland restart warning 2022-05-31 18:35:41 +00:00
screenShield.js js: Use async D-Bus wrappers 2022-08-01 18:51:14 +00:00
screenshot.js js: Use async D-Bus wrappers 2022-08-01 18:51:14 +00:00
scripting.js js: Use async D-Bus wrappers 2022-08-01 18:51:14 +00:00
search.js search: Use async functions instead of callbacks 2022-08-01 18:51:14 +00:00
searchController.js
sessionMode.js panel: Add quick settings indicator 2022-08-02 16:05:28 +00:00
shellDBus.js shellDBus: Actually make ScreenTransitionAsync async 2022-03-28 15:36:18 +02:00
shellEntry.js
shellMountOperation.js
slider.js
swipeTracker.js
switcherPopup.js
switchMonitor.js switchMonitor: Fix switching configuration 2022-03-20 22:04:55 +00:00
unlockDialog.js lockScreen: Extend modal grab to entire uiGroup 2022-05-18 20:16:10 +02:00
userWidget.js
welcomeDialog.js
windowAttentionHandler.js
windowManager.js js: Use async D-Bus wrappers 2022-08-01 18:51:14 +00:00
windowMenu.js
windowPreview.js Js: Use new :icon-name property 2022-05-06 13:39:40 +00:00
workspace.js workspace: Port WorkspaceBackground allocate to C 2022-08-03 12:30:31 +00:00
workspaceAnimation.js workspaceAnimation: Get time outside of the animation-complete callback 2022-03-13 00:06:03 +00:00
workspacesView.js
workspaceSwitcherPopup.js
workspaceThumbnail.js workspaceThumbnail: Use new helper function when accepting drops 2022-03-31 17:56:49 +02:00
xdndHandler.js Adopt EventEmitter class instead of injecting Signal methods 2022-07-04 18:30:49 -04:00