Simon McVittie
d70eb1cb72
New upstream version 48.3
upstream/48.3
2025-07-28 10:21:40 +01:00
Florian Müllner
2dd9ae80ca
Bump version to 48.3
...
Update NEWS.
48.3
2025-06-29 12:56:57 +02:00
Florian Müllner
00b30c1a47
cleanup: Remove unused eslint-disable directives
...
The 'camelcase' rule only applies to variables and properties,
not to function names are getter/setter.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/413 >
(cherry picked from commit 9e11ec9940 )
2025-06-29 01:52:59 +02:00
Florian Müllner
5f68dd5645
cleanup: Remove unused catch bindings
...
Optional catch bindings have been supported for quite a while now,
so we can treat unused error bindings in catch statements like
any other unused variable.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/413 >
(cherry picked from commit 3a76b9eec4 )
2025-06-29 01:52:53 +02:00
Florian Müllner
752ed054fe
workspace-indicator: Remove left-over variable
...
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/405 >
(cherry picked from commit 53ba3ce620 )
2025-06-29 01:52:39 +02:00
Florian Müllner
88c420f8f2
lint: Require dangling comma in multi-line imports
...
This keeps the config in line with gjs, which added the option
in gjs@f7d3b5d4c8.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/411 >
(cherry picked from commit 301017904b )
2025-06-29 01:52:34 +02:00
Florian Müllner
0e31708227
window-list: Only remove fullscreen tracking in overview
...
Since commit 981e8e42e2 , we untrack chrome in the overview to avoid
fullscreen tracking interfering with hiding the window list in the
overview.
However this also means that we no longer contribute to the struts
while in the overview, which can lead to unwanted window resizes
around the transition.
So instead of fully untracking the actor, retrack without fullscreen
tracking.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/409 >
(cherry picked from commit 0ad959de1e )
2025-06-29 01:52:20 +02:00
Florian Müllner
5ec6daa8e5
Revert "window-list: Fix initial visibility"
...
Since we no longer track fullscreen state in the overview,
the workaround is no longer necessary.
This reverts commit 6ee4205f1e .
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/409 >
(cherry picked from commit a3ff3c79b2 )
2025-06-29 01:51:57 +02:00
Jeremy Bícha
4052f0694e
New upstream version 48.2
upstream/48.2
2025-05-27 09:01:38 -04:00
Florian Müllner
f1e2121b5e
Bump version to 48.2
...
Update NEWS.
48.2
2025-05-24 19:10:03 +02:00
Neal Gompa
27c86490c2
build: Do not install anything in xsessions when X11 is disabled
...
Fixes: b05eb4eb6d ("build: Allow disabling the X11 session")
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/400 >
(cherry picked from commit 2552c92fe1 )
2025-05-23 19:09:47 +02:00
Neal Gompa
64900f4a2e
build: Allow disabling the X11 session
...
This is consistent with gnome-session and the rest of the GNOME
session stack.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/396 >
(cherry picked from commit b05eb4eb6d )
2025-05-23 19:09:32 +02:00
Daniel Buch Hansen
bf84e5d58f
windowsNavigator: Adjust to get_key_focus() changes in Clutter
...
Clutter.Stage.get_key_focus() now always returns the value of
the Clutter.Stage.keyFocus property, whereas previously it
would return the stage itself when no explicit focus was set.
Adjust the code accordingly.
Closes: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/561
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/395 >
(cherry picked from commit e06b1e8236 )
2025-05-23 19:09:21 +02:00
Jeremy Bícha
e6f477f38a
New upstream version 48.1
upstream/48.1
2025-04-17 10:54:39 -04:00
Florian Müllner
76e4dbae3f
Bump version to 48.1
...
Update NEWS.
48.1
2025-04-13 17:06:43 +02:00
Danial Behzadi
1d2155b446
Update Persian translation
2025-04-01 03:45:27 +00:00
Hugo Carvalho
f68d61eeca
Update Portuguese translation
2025-03-29 14:54:30 +00:00
Jeremy Bícha
6bc806ffd7
New upstream version 48.0
upstream/48.0
2025-03-17 10:22:31 -04:00
Florian Müllner
63e6fec602
Bump version to 48.0
...
Update NEWS.
48.0
2025-03-16 13:25:14 +01:00
Stuart Hayhurst
27d463f572
meta: Correct case and styling for "Launch new instance" and "windowNavigator"
...
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/392 >
2025-03-15 15:31:02 +00:00
Victor Kareh
f4e044b4fe
apps-menu: Scroll application into view when active
...
When an ApplicationMenuItem becomes active, scroll the application
scroll box so that it becomes visible. This stopped working when the
gnome-shell API changed from getActive()/setActive() to the active
GObject property.
Closes https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/562
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/391 >
2025-03-13 18:56:07 -04:00
Florian Müllner
3b4e241b26
apps-menu: Stop tracking icon-theme changes
...
St.Icon already tracks theme change, so this is no longer necessary.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/390 >
2025-03-13 22:46:51 +01:00
Jeremy Bícha
2562b2f42f
New upstream version 48~rc
upstream/48_rc
2025-03-03 12:40:37 -05:00
Florian Müllner
019c935647
Bump version to 48.rc
...
Update NEWS.
48.rc
2025-03-03 17:23:22 +01:00
Florian Müllner
29d11e5879
screenshot-window-sizer: Adjust to mutter change
...
Mutter no longer hides the `event` parameter in Meta.KeyHandlerFuncs,
so update the function to account for the additional parameter.
Closes https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/559
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/388 >
2025-03-03 16:18:52 +01:00
Jiri Grönroos
662fe8e144
Update Finnish translation
2025-03-02 10:02:51 +00:00
Luming Zh
8bf1132bec
Update Chinese (China) translation
2025-03-02 06:20:42 +00:00
Aurimas Černius
c989fa165c
Update Lithuanian translation
2025-02-24 20:27:18 +00:00
Yuri Chornoivan
881d5aae59
Update Ukrainian translation
2025-02-23 20:17:24 +00:00
Ekaterine Papava
d9ff138f9e
Update Georgian translation
2025-02-23 05:58:19 +00:00
Anders Jonsson
fcf8892bf7
Update Swedish translation
2025-02-22 22:01:50 +00:00
Piotr Drąg
082b585ae6
Update Polish translation
2025-02-22 12:55:50 +01:00
Daniel Rusek
898f7b0d6f
Update Czech translation
2025-02-20 22:44:26 +00:00
Mathews M
fecd26851f
Update Malayalam translation
2025-02-15 02:37:36 +00:00
Emilio Sepúlveda
8a7d2fd86d
Update Interlingua translation
2025-02-14 13:38:39 +00:00
Florian Müllner
f1f05b58b9
ci: Pull in defaults/workflow from template
...
The template was added recently, so the same rules don't have
to be replicated by every project.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/385 >
2025-02-06 02:06:02 +01:00
Florian Müllner
c9838125a1
ci: Includes templates from project
...
Now that the freedesktop templates are mirrored on GNOME infrastructure,
we don't have to include them via HTTPS anymore.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/385 >
2025-02-06 01:59:40 +01:00
Jeremy Bícha
d0bd498efe
New upstream version 48~beta
upstream/48_beta
2025-02-05 06:28:22 -05:00
Jeremy Bícha
b84d5407ce
New upstream version 47.4
upstream/47.4
2025-02-05 06:24:44 -05:00
Florian Müllner
af35772b72
Actually bump version
...
Fixes: 61b5bdb4 ("Bump version to 48.beta")
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/384 >
48.beta
2025-02-05 12:11:54 +01:00
Florian Müllner
61b5bdb4e9
Bump version to 48.beta
...
Update NEWS.
2025-02-05 00:43:25 +01:00
Florian Müllner
fa5c4bade1
Bump version to 47.4
...
Update NEWS.
47.4
2025-02-05 00:40:33 +01:00
Florian Müllner
aa5df48c45
apps-menu: Set BoxLayout orientation
...
Use the new `orientation` property instead of `vertical`, as the
latter is deprecated.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/380 >
2025-01-27 20:02:36 +01:00
Florian Müllner
3929dd86bc
workspace-indicator: Set BoxLayout orientation
...
Use the new `orientation` property instead of `vertical`, as the
latter is deprecated.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/380 >
2025-01-27 20:02:36 +01:00
Emilio Sepúlveda
b1b16bcfe1
Add Interlingua translation
2025-01-20 21:45:01 +00:00
Rafael Fontenelle
e2b1503acd
Update Brazilian Portuguese translation
2025-01-20 00:13:23 +00:00
Florian Müllner
a7d4d8df80
window-list: Use correct params when re-tracking chrome
...
Since commit 981e8e42 , we temporarily untrack the window-list actor
while in the overview.
However as we don't pass pass the chrome parameters when re-tracking
chrome, the window-list no longer contributes to struts or tracks
fullscreen changes, whoops.
Make sure to pass the original parameters when re-tracking chrome
to restore the expected behavior.
Fixes: 981e8e42 ("window-list: Untrack chrome while in overview")
Closes: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/550
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/379 >
(cherry picked from commit 01f7df1e8a )
2025-01-16 12:09:05 +01:00
Florian Müllner
01f7df1e8a
window-list: Use correct params when re-tracking chrome
...
Since commit 981e8e42 , we temporarily untrack the window-list actor
while in the overview.
However as we don't pass pass the chrome parameters when re-tracking
chrome, the window-list no longer contributes to struts or tracks
fullscreen changes, whoops.
Make sure to pass the original parameters when re-tracking chrome
to restore the expected behavior.
Fixes: 981e8e42 ("window-list: Untrack chrome while in overview")
Closes: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/550
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/379 >
2025-01-15 12:39:22 +01:00
Jeremy Bícha
0deab770e3
New upstream version 47.3
upstream/47.3
2025-01-14 10:04:25 -05:00
Florian Müllner
b7de680805
Bump version to 48.alpha
...
Update NEWS.
48.alpha
2025-01-13 17:21:40 +01:00