Andy Holmes
|
66a387eaf7
|
fix: add missing gettext import
|
2023-09-21 19:22:29 -07:00 |
|
Andy Holmes
|
f68e860d43
|
refactor: remove unused imports
|
2023-09-21 19:22:28 -07:00 |
|
Andy Holmes
|
5ced13a324
|
fix: null DESKTOPSETTINGS on disable
|
2023-09-21 19:22:28 -07:00 |
|
Andy Holmes
|
20b692ab40
|
fix: use GSettings constructor for desktop settings
|
2023-09-21 19:22:27 -07:00 |
|
Andy Holmes
|
05281ab7a0
|
cleanup: drop unnecessary call to initTranslations()
|
2023-09-21 19:22:27 -07:00 |
|
Andy Holmes
|
7bf1de0037
|
refactor: drop backwards-compatibility check
Checking for `Main.extensionManager` isn't necessary, since this
release of the extension can only support >= GNOME 45.
|
2023-09-21 19:22:26 -07:00 |
|
Andy Holmes
|
70da5672e2
|
fix: use St.IconTheme in the shell process
|
2023-09-21 19:22:26 -07:00 |
|
Andy Holmes
|
93f1777878
|
fix: use St.PolicyType in the shell process
|
2023-09-21 19:22:25 -07:00 |
|
Andy Holmes
|
285c3862b1
|
fix: remove unused Gtk import
|
2023-09-21 19:22:25 -07:00 |
|
Andy Holmes
|
fd8022b49b
|
refactor: replace export var with export const
|
2023-09-21 19:22:24 -07:00 |
|
Charles Gagnon
|
47e4be829d
|
Merge pull request #1955 from philippun1/fix-get-app-from-source
Fix getAppFromSource call
|
2023-09-20 15:15:24 -04:00 |
|
Philipp Unger
|
880156b953
|
fix getAppFromSource
|
2023-09-20 19:43:10 +02:00 |
|
Charles Gagnon
|
346a35b269
|
Merge pull request #1939 from philippun1/gnome-45
Gnome 45
|
2023-09-18 16:23:40 -04:00 |
|
Philipp Unger
|
c3db082e5b
|
use getAppFromSource from Dash again
|
2023-09-07 01:11:25 +02:00 |
|
Philipp Unger
|
70c640b957
|
replace Meta.Rectangle with Mtk.Rectangle
|
2023-09-07 01:08:12 +02:00 |
|
Philipp Unger
|
a3fc2fd0de
|
use Clutter.ActorAlign instead of St.Align
|
2023-09-04 22:17:43 +02:00 |
|
Philipp Unger
|
3fe3eddc00
|
fix scroll panel to change volume
|
2023-09-03 20:54:33 +02:00 |
|
ChristianCiach
|
378850a72d
|
Fix german translation for "Device Management"
|
2023-08-30 17:33:36 +02:00 |
|
Philipp Unger
|
c4c114d921
|
copy getAppFromSource into taskbar.js since it is not exported yet
|
2023-08-28 16:56:11 +02:00 |
|
Philipp Unger
|
6b2629a572
|
move away from event.get_source
|
2023-08-26 23:56:54 +02:00 |
|
Philipp Unger
|
817c8cbf81
|
remove option to show appmenu
appmenu has been removed with gnome 45
|
2023-08-20 23:33:03 +02:00 |
|
Philipp Unger
|
0418059f61
|
use SearchController from Main.overview to fix show apps button
|
2023-08-20 20:22:15 +02:00 |
|
Philipp Unger
|
217816da8d
|
update ActivitiesButton access in panel
|
2023-08-20 19:44:09 +02:00 |
|
Philipp Unger
|
222e3ed7fc
|
update QuickSettings access in utils
|
2023-08-20 19:16:50 +02:00 |
|
Philipp Unger
|
ac43d822f3
|
remove open-application-menu keybinding, appmenu will be removed
|
2023-08-20 19:10:38 +02:00 |
|
Philipp Unger
|
ae812b34d0
|
fix _realHasOverview access in extension _disable
|
2023-08-20 18:28:44 +02:00 |
|
Philipp Unger
|
4625beef12
|
fix ngettext import in prefs
|
2023-08-20 17:36:57 +02:00 |
|
Philipp Unger
|
8a61a0d730
|
fix version in about panel
|
2023-08-20 17:36:30 +02:00 |
|
Philipp Unger
|
fe83d4d36a
|
fix SHELL_KEYBINDINGS_SCHEMA import
|
2023-08-20 02:58:36 +02:00 |
|
Philipp Unger
|
d4a2eb219f
|
export missing variables
|
2023-08-20 02:15:20 +02:00 |
|
Philipp Unger
|
116eeec5ba
|
export proximity Mode
|
2023-08-19 23:25:39 +02:00 |
|
Philipp Unger
|
d9e55635fc
|
add the reset parameter back to extension disable function
|
2023-08-19 15:35:58 +02:00 |
|
Philipp Unger
|
011c9d5d26
|
open-application-menu and _toggleAppMenuare no longer available, comment the key binding replacement for now
|
2023-08-19 15:33:06 +02:00 |
|
Philipp Unger
|
11b04333c1
|
use Extension.openPreferences
|
2023-08-19 15:31:03 +02:00 |
|
Philipp Unger
|
ef733f33f5
|
export panelBoxes and fix its import
|
2023-08-19 14:21:21 +02:00 |
|
Philipp Unger
|
e97e5b111a
|
fix quickSettings _volume being renamed to _volumeOutput
|
2023-08-19 14:01:26 +02:00 |
|
Philipp Unger
|
517d7d2e75
|
modify Signals import and use addSignalMethods again
|
2023-08-19 13:48:43 +02:00 |
|
Philipp Unger
|
03a0aee77c
|
remove the remaining non ESM imports
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
3f8e5bfb95
|
export functions and classes from appIcons.js
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
d95db96d4f
|
export class from desktopIconsIntegration.js
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
fb8fd19d95
|
export class from intellihide.js
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
37e11409b7
|
export functions and classes from windowPreview.js
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
61db151f83
|
export classes and functions from utils.js
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
204f33eb70
|
export classes from transparency.js
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
59bc598566
|
export classes and functions from taskbar.js
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
24f4552a79
|
export classes from profimity.js
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
01d63c2332
|
export classes from progress.js
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
8cabdd4662
|
export classes from panelStyle.js
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
8a987a4ec2
|
export overview class
|
2023-08-19 13:48:38 +02:00 |
|
Philipp Unger
|
32021f825e
|
export classes in panel.js
|
2023-08-19 13:48:38 +02:00 |
|