From 60980493eb666c92876d703e31110e1320e68920 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 3 Jul 2024 11:57:13 +0300 Subject: [PATCH] Import from CS git --- .gnome-shell-extensions.metadata | 1 + SOURCES/add-workspace-tooltips.patch | 16 ++++++++-------- SPECS/gnome-shell-extensions.spec | 10 +++++++++- 3 files changed, 18 insertions(+), 9 deletions(-) create mode 100644 .gnome-shell-extensions.metadata diff --git a/.gnome-shell-extensions.metadata b/.gnome-shell-extensions.metadata new file mode 100644 index 0000000..4e2ddcc --- /dev/null +++ b/.gnome-shell-extensions.metadata @@ -0,0 +1 @@ +51c1c16bcd0dc9125834b32d7c539c38fa9c4f52 SOURCES/gnome-shell-extensions-3.32.1.tar.xz diff --git a/SOURCES/add-workspace-tooltips.patch b/SOURCES/add-workspace-tooltips.patch index c809a48..ebce52d 100644 --- a/SOURCES/add-workspace-tooltips.patch +++ b/SOURCES/add-workspace-tooltips.patch @@ -1,4 +1,4 @@ -From 1f9f4af38f991b462ee5f872a697d88a9e115499 Mon Sep 17 00:00:00 2001 +From b87a0085342b9828e7e57e8db892b79e345bfbc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 20 Jan 2021 20:18:39 +0100 Subject: [PATCH 1/2] workspace-indicator: Add tooltips to workspace thumbnails @@ -11,7 +11,7 @@ those, so expose them as tooltip on hover. 1 file changed, 40 insertions(+) diff --git a/extensions/workspace-indicator/extension.js b/extensions/workspace-indicator/extension.js -index 69eef88c..b10e37ff 100644 +index 69eef88c..d377f288 100644 --- a/extensions/workspace-indicator/extension.js +++ b/extensions/workspace-indicator/extension.js @@ -8,6 +8,7 @@ const ExtensionUtils = imports.misc.extensionUtils; @@ -72,7 +72,7 @@ index 69eef88c..b10e37ff 100644 + + Tweener.addTween(this._tooltip, { + opacity: this.hover ? 255 : 0, -+ time: TOOLTIP_ANIMATION_TIME * 1000, ++ time: TOOLTIP_ANIMATION_TIME / 1000, + transition: 'easeOutQuad', + onComplete: () => (this._tooltip.visible = this.hover), + }); @@ -85,10 +85,10 @@ index 69eef88c..b10e37ff 100644 this._workspace.disconnect(this._windowRemovedId); global.display.disconnect(this._restackedId); -- -2.31.1 +2.44.0 -From 19e19e11214b6b9deae110cd6a4c9232d77c18cb Mon Sep 17 00:00:00 2001 +From 36f2762c8c6cda512f164ea22b62d10d03a369b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 20 Jan 2021 20:29:01 +0100 Subject: [PATCH 2/2] window-list: Add tooltips to workspace thumbnails @@ -101,7 +101,7 @@ expose them as tooltip on hover. 1 file changed, 40 insertions(+) diff --git a/extensions/window-list/workspaceIndicator.js b/extensions/window-list/workspaceIndicator.js -index ca476111..33ec9b0e 100644 +index ca476111..8ae9b288 100644 --- a/extensions/window-list/workspaceIndicator.js +++ b/extensions/window-list/workspaceIndicator.js @@ -5,10 +5,14 @@ const DND = imports.ui.dnd; @@ -159,7 +159,7 @@ index ca476111..33ec9b0e 100644 + + Tweener.addTween(this._tooltip, { + opacity: this.hover ? 255 : 0, -+ time: TOOLTIP_ANIMATION_TIME * 1000, ++ time: TOOLTIP_ANIMATION_TIME / 1000, + transition: 'easeOutQuad', + onComplete: () => (this._tooltip.visible = this.hover), + }); @@ -172,5 +172,5 @@ index ca476111..33ec9b0e 100644 this._workspace.disconnect(this._windowRemovedId); global.display.disconnect(this._restackedId); -- -2.31.1 +2.44.0 diff --git a/SPECS/gnome-shell-extensions.spec b/SPECS/gnome-shell-extensions.spec index 8ba5df7..25f58d5 100644 --- a/SPECS/gnome-shell-extensions.spec +++ b/SPECS/gnome-shell-extensions.spec @@ -6,7 +6,7 @@ Name: gnome-shell-extensions Version: 3.32.1 -Release: 38%{?dist} +Release: 39%{?dist} Summary: Modify and extend GNOME Shell functionality and behavior Group: User Interface/Desktops @@ -573,10 +573,18 @@ cp $RPM_SOURCE_DIR/gnome-classic.desktop $RPM_BUILD_ROOT%{_datadir}/xsessions %changelog +* Tue Apr 23 2024 Florian Müllner - 3.32.1-39 +- Fix tooltip animation times + Resolves: RHEL-33681 + * Wed Feb 07 2024 Florian Müllner - 3.32.1-38 - Hide classification banners from picks Resolves: RHEL-24438 +* Thu Nov 02 2023 Florian Müllner - 3.32.1-37 +- Fix spawning terminal without a desktop directory + Resolves: RHEL-15031 + * Fri Sep 15 2023 Florian Müllner - 3.32.1-36 - Update panel-favorites to matching upstream release Resolves: RHEL-3536