Jeremy Bicha
8f8292afb3
releasing package gnome-shell-extensions version 43~beta-1
debian/43_beta-1
2022-08-21 10:59:29 -04:00
Jeremy Bicha
d505f75c9b
New upstream release
2022-08-21 10:59:17 -04:00
Jeremy Bicha
a8a2729531
Update upstream source from tag 'upstream/43_beta'
...
Update to upstream version '43~beta'
with Debian dir 54ab7f9898
2022-08-21 10:59:17 -04:00
Jeremy Bicha
aeee81a82c
New upstream version 43~beta
upstream/43_beta
2022-08-21 10:59:16 -04:00
Florian Müllner
d62b58b1d9
Bump version to 43.beta
...
Update NEWS.
43.beta
2022-08-10 20:03:20 +02:00
Florian Müllner
4f78bb96a7
Update sass submodule
2022-08-10 20:03:20 +02:00
Florian Müllner
c94678e2be
classic: Adjust to quick settings
...
The aggregate menu has been replaced with quick settings. Adjust
the session mode definition accordingly.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/238 >
2022-08-10 16:21:13 +02:00
Nart Tlisha
3c515d42f2
Update Abkhazian translation
2022-07-26 10:45:41 +00:00
Jeremy Bicha
9306ee7a5d
releasing package gnome-shell-extensions version 42.3-1
debian/42.3-1
2022-07-13 17:49:11 +02:00
Jeremy Bicha
e8c8c7d940
New upstream release
2022-07-13 17:48:52 +02:00
Jeremy Bicha
871c9c39dc
Update upstream source from tag 'upstream/42.3'
...
Update to upstream version '42.3'
with Debian dir 1a2f6557b5
2022-07-13 17:46:11 +02:00
Jeremy Bicha
fcefdc3271
New upstream version 42.3
upstream/42.3
2022-07-13 17:46:10 +02:00
Florian Müllner
bb5869f8df
ci: Instruct gitlab to checkout submodules
...
... instead of doing it in the script.
This will become important when we switch to a CI image with an
updated meson version that no longer checks out submodules as
part of the dist command.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/237 >
2022-07-11 00:33:47 +02:00
Florian Müllner
faaa66eb3f
ci: Don't define image globally
...
This has been deprecated in favor of defining the default image
in the default section.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/237 >
2022-07-11 00:33:47 +02:00
Florian Müllner
14c60eb954
Bump version to 43.alpha
...
Update NEWS.
43.alpha
2022-07-10 14:36:37 +02:00
Florian Müllner
0234cd74f7
Update sass submodule
2022-07-10 14:36:37 +02:00
Florian Müllner
f637e81c8c
native-window-placement: Minor style fix
...
JSDoc prefer "object" over "Object", so update the doc comment
accordingly.
2022-07-10 14:20:25 +02:00
Marco Ciampa
ea82830a9f
Update it.po, corrected the file-manager name File.
2022-07-06 12:51:16 +00:00
Florian Müllner
8b62c38e20
Bump version to 42.3
...
Update NEWS.
42.3
2022-07-02 18:41:28 +02:00
Florian Müllner
4667b4704d
window-list: Open menu on long press
...
Right-click isn't available on touch, so implement long-press as
an alternative.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/146
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/233 >
2022-06-20 14:45:58 +02:00
Florian Müllner
fe60614b41
window-list: Fix primary button action on touch
...
If a click event was triggered via touch rather than a pointer
device, the button parameter is 0 rather than a mouse button
number.
Account for that to make sure that touch events are not misinterpreted
as right clicks.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/146
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/233 >
2022-06-20 14:45:58 +02:00
Florian Müllner
1e833f542f
screenshot-window-sizer: Delay size popup
...
We use the actual frame size for the popup rather than the target
size. That means (on wayland), we have to wait for the size to
actually change.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/232 >
2022-06-09 19:20:44 +02:00
Florian Müllner
faabfa11c2
screenshot-window-sizer: Remove superfluous check
...
We already filter out sizes that don't fit the screen when
building the scaledSizes array, no need to check again.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/232 >
2022-06-09 19:06:24 +02:00
Jeremy Bicha
ecc955b4cd
releasing package gnome-shell-extensions version 42.2-1
debian/42.2-1
2022-06-03 09:23:35 -04:00
Jeremy Bicha
7e5f7eb0aa
New upstream release
2022-06-03 09:19:26 -04:00
Jeremy Bicha
1c3407c05f
Update upstream source from tag 'upstream/42.2'
...
Update to upstream version '42.2'
with Debian dir a5ea5896c1
2022-06-03 09:19:25 -04:00
Jeremy Bicha
7a017c1e76
New upstream version 42.2
upstream/42.2
2022-06-03 09:19:21 -04:00
Florian Müllner
959782835d
Bump version to 42.2
...
Update NEWS.
42.2
2022-05-28 14:30:58 +02:00
Jason Lynch
412762ae9d
window-list: Set visibility based on the target monitor.
...
Currently, the visibility of the window list on a given monitor is set
according to the fullscreen status of the primary monitor. When a
fullscreen application is on a secondary monitor (but not on the primary
monitor), entering and exiting the overview will lead to the window list
incorrectly being visible on the monitor with the fullscreen
application.
Instead, determine the visibility based on the fullscreen status of the
monitor being evaluated.
Fixes https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/400
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/230 >
2022-05-19 18:31:33 -07:00
Florian Müllner
6e4f4126b6
native-window-placement: Adjust to 42 changes
...
gnome-shell's new screenshot UI reuses the overview's window
picker layout, but its window previews don't give access to
the underlying MetaWindow.
Adjust to that by using the boundingBox property instead, which
is all we really need from the window anyway.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/399
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/229 >
2022-05-19 19:08:59 +02:00
Cheng-Chia Tseng
5dc212d1e5
Update Chinese (Taiwan) translation
2022-05-11 16:02:45 +00:00
Jeremy Bicha
26fb856ffc
releasing package gnome-shell-extensions version 42.1-1
debian/42.1-1
2022-05-09 08:09:41 -04:00
Jeremy Bicha
9d2b15ba26
New upstream release
2022-05-09 08:08:22 -04:00
Jeremy Bicha
28cdc1df1a
Update upstream source from tag 'upstream/42.1'
...
Update to upstream version '42.1'
with Debian dir f8b48c4000
2022-05-09 08:02:14 -04:00
Jeremy Bicha
b2455f0ecd
New upstream version 42.1
upstream/42.1
2022-05-09 08:02:09 -04:00
Florian Müllner
a02c9b6589
Bump version to 42.1
...
Update NEWS.
42.1
2022-05-06 13:35:32 +02:00
Florian Müllner
18e18f240f
Update sass submodule
2022-05-06 13:30:26 +02:00
Jeremy Bicha
0c501f84b9
Update debian/watch
...
Gbp-Dch: Ignore
2022-04-27 13:01:36 -04:00
Zurab Kargareteli
96bdc7c74a
Add Georgian translation
2022-04-23 16:59:34 +00:00
Ngọc Quân Trần
812b96a571
Update Vietnamese translation
2022-04-03 07:51:00 +00:00
Florian Müllner
a51145f9db
window-list: Fix cleaning up signal on removal
...
The map uses windows as key, so trying to remove the handler ID
will leave stray windows/signals.
Spotted by Ron Yorston.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/225 >
2022-03-29 17:06:40 +02:00
Jeremy Bicha
c6d5ea5934
releasing package gnome-shell-extensions version 42.0-2
debian/42.0-2
2022-03-28 11:18:24 -04:00
Nathan Follens
36fc042e27
Update Dutch translation
2022-03-25 11:44:09 +00:00
Rūdolfs Mazurs
54f39318ba
Update Latvian translation
2022-03-24 20:15:56 +00:00
Florian Müllner
cbd5c2438d
classic: Drop unnecessary calendar styling
...
It is already fully covered by the light variant.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/222 >
2022-03-24 00:08:09 +00:00
Florian Müllner
29e032d89c
classic: Drop unused toggle-switch style/assets
...
gnome-shell dropped the separate us/intl handling back in 2019.
That includes adding the corresponding style classes, so the
style and assets are completely unused now.
Nobody noticed because gnome-shell itself includes assets for
a light variant, so we can simply drop the unused stuff.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/222 >
2022-03-24 00:08:09 +00:00
Florian Müllner
72a9696249
build: Remove unused stylesheets
...
The only reason for installing empty stylesheets is minimizing
build system differences between extensions. That's not a very
good reason and we don't do this for other optional files like
schemas.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/223 >
2022-03-24 00:53:13 +01:00
Milo Casagrande
9ca89cdf63
Update Italian translation
2022-03-17 08:34:22 +00:00
Jeremy Bicha
047f939b63
releasing package gnome-shell-extensions version 42.0-1
debian/42.0-1
2022-03-14 11:30:41 -04:00
Jeremy Bicha
3d693372ad
New upstream release
2022-03-14 11:29:57 -04:00