gnome-shell/js/ui
Georges Basile Stavracas Neto 9ce6756235 environment: Require GnomeBluetooth 1.0
libgnome-bluetooth will start to offer a 2.0 library version
depending on GTK4. Given that GNOME Shell already depends on
GTK3, it cannot use this next version of gnome-bluetooth. And
since GJS will automatically try and use the latest version
available of any library, Shell must specify it wants 1.0
explicitly.

Add a required GnomeBluetooth version number when importing it
for the status indicator.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2015>
2021-11-11 19:13:40 +00:00
..
components cleanup: Replace non-standard ByteArray module 2021-09-01 14:49:30 +00:00
status
accessDialog.js
altTab.js
animation.js
appDisplay.js
appFavorites.js
appMenu.js
audioDeviceSelection.js
background.js
backgroundMenu.js
barLevel.js
boxpointer.js boxpointer: Fix positioning with non-widget sources 2021-09-01 20:22:58 +00:00
calendar.js
checkBox.js
closeDialog.js
ctrlAltTab.js
dash.js dash: Fixes wrong separator position 2021-09-01 15:10:14 +00:00
dateMenu.js
dialog.js
dnd.js
edgeDragAction.js
endSessionDialog.js
environment.js environment: Require GnomeBluetooth 1.0 2021-11-11 19:13:40 +00:00
extensionDownloader.js cleanup: Replace non-standard ByteArray module 2021-09-01 14:49:30 +00:00
extensionSystem.js sessionMode: Drop allowExtensions property 2021-10-14 18:40:53 +00:00
focusCaretTracker.js
grabHelper.js
ibusCandidatePopup.js
iconGrid.js
inhibitShortcutsDialog.js
init.js init: Set console log domain 2021-09-01 14:55:47 +00:00
kbdA11yDialog.js
keyboard.js keyboard: Ensure chrome input region is updated after slide animation 2021-09-01 18:37:56 +02:00
layout.js layout: Exclude hidden actors from struts 2021-09-01 17:15:40 +00:00
lightbox.js Always assume GLSL is supported 2021-09-21 16:37:01 +02:00
locatePointer.js
lookingGlass.js
magnifier.js magnifier: Disable desaturation effect when not in use 2021-11-08 15:39:34 +00:00
main.js
messageList.js
messageTray.js
modalDialog.js
mpris.js
notificationDaemon.js notificationDaemon: Fix sound-file support 2021-10-06 17:39:01 +00:00
osdMonitorLabeler.js
osdWindow.js
overview.js
overviewControls.js
padOsd.js cleanup: Replace non-standard ByteArray module 2021-09-01 14:49:30 +00:00
pageIndicators.js
panel.js panel: Show warning indicator when unsafe-mode is on 2021-09-03 21:34:58 +00:00
panelMenu.js
pointerA11yTimeout.js
pointerWatcher.js
popupMenu.js
remoteSearch.js
ripples.js
runDialog.js
screenShield.js
screenshot.js screenshot: Unrestrict PickColor 2021-10-06 17:34:18 +00:00
scripting.js
search.js
searchController.js
sessionMode.js sessionMode: Drop allowExtensions property 2021-10-14 18:40:53 +00:00
shellDBus.js shellDBus: Restrict callers 2021-09-03 21:34:58 +00:00
shellEntry.js
shellMountOperation.js shellMountOperation: Remove unused volume monitor 2021-11-03 22:13:00 +00:00
slider.js
swipeTracker.js
switcherPopup.js
switchMonitor.js
unlockDialog.js unlockDialog: Properly reset auth prompt when showing it 2021-10-08 11:56:23 -04:00
userWidget.js
welcomeDialog.js welcomeDialog: Fix title translation 2021-10-05 15:05:18 +02:00
windowAttentionHandler.js
windowManager.js windowManager: Use MetaWindowActor.paint_to_content() for window effects 2021-09-04 10:08:10 +00:00
windowMenu.js
windowPreview.js
workspace.js workspace: Move fading minimized windows out of allocation 2021-09-01 15:02:47 +00:00
workspaceAnimation.js
workspacesView.js
workspaceSwitcherPopup.js
workspaceThumbnail.js
xdndHandler.js