gnome-shell/js/ui
robert.mader@collabora.com 3b921ba0cb overview: Handle unredirection in OverviewShown state machine
Under certain unknown circumstances currently not every
`disable_unredirect_for_display()` gets matched with an
`enable_unredirect_for_display()` when closing the overview.

As we only want to not disable unredirection when hidden and we nowadays
have a state machine that ensures we transition to and from one state to
another only once, handle unredirection en-/disablement as part of the
state transition.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2970>

(cherry picked from commit a94fcee961)
2023-09-27 12:31:41 +02:00
..
components polkitAgent: Fix closing dialog properly 2023-06-01 17:51:20 +02:00
status status/location: Handle geoclue not being activatable 2023-04-25 08:07:57 +00:00
accessDialog.js cleanup: Use deepUnpack() intead of deep_unpack() 2022-08-10 10:29:24 +00:00
altTab.js altTab: Always include label in thumbnail 2022-10-18 18:04:57 +00:00
animation.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
appDisplay.js appDisplay: Avoid using an undefined _swipeTracker 2023-04-25 08:07:57 +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 cleanup: Use new indentation style for object literals 2022-02-23 12:23:52 +00:00
background.js Adopt EventEmitter class instead of injecting Signal methods 2022-07-04 18:30:49 -04:00
backgroundMenu.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
barLevel.js barLevel: Reverse direction in RTL 2023-09-15 21:11:42 +02:00
boxpointer.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
calendar.js calendar: Unbind settings when destroying 2022-12-05 23:41:27 +01:00
checkBox.js checkbox: Improve accessibility of check boxes for Orca users 2020-03-29 12:56:33 +00:00
closeDialog.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
ctrlAltTab.js cleanup: Use new indentation style for object literals 2022-02-23 12:23:52 +00:00
dash.js dash: Do not destroy a dash label twice 2023-04-25 08:07:57 +00:00
dateMenu.js cleanup: Use deepUnpack() intead of deep_unpack() 2022-08-10 10:29:24 +00:00
dialog.js dialog: Remove incorrect disconnectObject() 2022-12-05 23:41:27 +01:00
dnd.js dnd: Don't leak a signal connection 2023-06-01 17:51:35 +02: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 environment: Preserve time 0 when animations are disabled 2022-10-14 22:32:31 +00:00
extensionDownloader.js js: Use templates for non-translatable strings 2022-02-12 12:29:52 +00:00
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: Make pagination buttons clickable without stealing focus 2022-12-05 16:19:46 +00:00
iconGrid.js iconGrid: Always call findBestModeForSize() 2022-08-10 15:16:36 +00:00
inhibitShortcutsDialog.js inhibitShorcutsDialog: Fix permission check 2022-11-19 11:28:06 -05:00
init.js init: Set console log domain 2021-09-01 14:55:47 +00:00
kbdA11yDialog.js kbdA11yDialog: Use MetaKeyboardA11yFlags 2022-06-16 09:38:20 +00:00
keyboard.js keyboard: Only reset to the default level on unlocked latched levels 2023-09-15 21:02:09 +02:00
layout.js layout: Initialize regions unconditionally 2022-12-05 23:41:27 +01:00
lightbox.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
locatePointer.js locatePointer: Bind ripples creation to settings 2019-09-09 19:28:18 +00:00
lookingGlass.js lookingGlass: Handle unprintable object 2023-08-22 21:27:28 +02:00
magnifier.js magnifier: Fix cursor offset 2023-07-04 18:12:42 +02:00
main.js environment: Remove inline import of extensionUtils 2022-07-06 13:40:44 -04:00
messageList.js messageList: Allow dismissal via backspace 2023-08-22 21:27:28 +02:00
messageTray.js messageTray: Don't set _notificationRemoved if destroyed notification is queued 2023-04-25 08:07:57 +00:00
modalDialog.js modalDialog: Fix fading out dialog 2023-04-25 08:07:57 +00:00
mpris.js cleanup: Use deepUnpack() intead of deep_unpack() 2022-08-10 10:29:24 +00:00
notificationDaemon.js cleanup: Use deepUnpack() intead of deep_unpack() 2022-08-10 10:29:24 +00:00
osdMonitorLabeler.js cleanup: Use deepUnpack() intead of deep_unpack() 2022-08-10 10:29:24 +00:00
osdWindow.js osdWindow: Implement new OSD design 2022-02-12 15:28:52 +00:00
overview.js overview: Handle unredirection in OverviewShown state machine 2023-09-27 12:31:41 +02:00
overviewControls.js overview: Make preparation to enter/leave overview explicit 2022-12-05 23:41:27 +01:00
padOsd.js padOsd: Figure out label/edition UI positions from unchanged fonts 2022-09-02 19:24:47 +00:00
pageIndicators.js cleanup: Use new indentation style for object literals 2022-02-23 12:23:52 +00:00
panel.js panel: Add PanelMenu.Button menu when menu-set is emitted 2022-09-17 17:56:21 +00:00
panelMenu.js panelMenu: Fix keynav of menu-less buttons 2023-04-25 08:07:57 +00:00
pointerA11yTimeout.js ui: Use ClutterSeat for keyboard/pointer a11y 2020-01-30 17:49:08 +00:00
pointerWatcher.js js: Get idle monitor from backend 2021-05-18 13:42:52 +00:00
popupMenu.js popupMenu: Close quick settings when activating settings action 2022-08-02 16:05:28 +00:00
quickSettings.js a11y: Don't create a parent loop for quick settings sliders 2023-08-22 21:27:28 +02:00
remoteSearch.js cleanup: Use deepUnpack() intead of deep_unpack() 2022-08-10 10:29:24 +00:00
ripples.js cleanup: Use new indentation style for object literals 2022-02-23 12:23:52 +00:00
runDialog.js runDialog: Use single quotes for Wayland restart warning 2022-05-31 18:35:41 +00:00
screenShield.js screenShield: Only wake up screen when active 2022-08-10 16:31:42 +00:00
screenshot.js screenshot: Only handle mode-switch shortcut when supported 2023-09-15 21:02:09 +02:00
scripting.js js: Use async D-Bus wrappers 2022-08-01 18:51:14 +00:00
search.js search: Expand search results view 2023-04-25 08:07:57 +00:00
searchController.js searchController: Avoid event.set_source() API 2022-03-04 12:27:34 +00:00
sessionMode.js panel: Remove aggregate menu 2022-08-10 16:37:15 +00:00
shellDBus.js cleanup: Use deepUnpack() intead of deep_unpack() 2022-08-10 10:29:24 +00:00
shellEntry.js shellEntry: Remove unused variable 2022-10-14 22:32:30 +00:00
shellMountOperation.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
slider.js slider: Reverse handle direction in RTL 2023-09-15 21:11:42 +02:00
swipeTracker.js swipeTracker: Set up 1fg drag gesture in capture phase 2022-08-10 17:11:26 +00:00
switcherPopup.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
switchMonitor.js switchMonitor: Fix initial selection on desktop 2022-08-31 00:38:49 +00:00
unlockDialog.js lockScreen: Extend modal grab to entire uiGroup 2022-05-18 20:16:10 +02:00
userWidget.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
welcomeDialog.js cleanup: Use new indentation style for object literals 2022-02-23 12:23:52 +00:00
windowAttentionHandler.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
windowManager.js js: Use async D-Bus wrappers 2022-08-01 18:51:14 +00:00
windowMenu.js windowMenu: Add an entry to take a screenshot 2022-02-12 00:20:54 +00:00
windowPreview.js windowPreview: Ignore leave events after being destroyed 2023-04-25 08:07:57 +00:00
workspace.js workspace: Reapply border radius on background changes 2023-07-04 18:12:57 +02:00
workspaceAnimation.js workspaceAnimation: Get time outside of the animation-complete callback 2022-03-13 00:06:03 +00:00
workspacesView.js workspacesView: Update visibility after updating workspaces 2023-04-25 08:07:57 +00:00
workspaceSwitcherPopup.js js: Use (dis)connectObject() 2022-03-04 14:14:37 +00:00
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