Simon McVittie
db1342e5ff
Release to unstable
debian/3.38.2-1
2020-12-03 10:18:08 +00:00
Simon McVittie
86c5057d62
d/gbp.conf: Use upstream/3.38.x branch
...
Version 40~alpha was already released upstream.
2020-12-03 10:17:52 +00:00
Simon McVittie
779dea8408
Standards-Version: 4.5.1 (no changes required)
2020-12-03 10:12:34 +00:00
Simon McVittie
544f374e44
New upstream release
2020-12-03 10:11:15 +00:00
Simon McVittie
b55d783cc2
Update upstream source from tag 'upstream/3.38.2'
...
Update to upstream version '3.38.2'
with Debian dir 30b73fdd03
2020-12-03 10:11:15 +00:00
Simon McVittie
9f25047e24
New upstream version 3.38.2
upstream/3.38.2
2020-12-03 10:11:14 +00:00
Florian Müllner
fb66afbf71
Bump version to 3.38.2
...
Update NEWS.
3.38.2
2020-12-03 00:14:49 +01:00
Florian Müllner
365fa6abc9
Update sass submodule
2020-12-03 00:14:49 +01:00
Florian Müllner
d7a824f35f
workspace-indicator: Use overlap to determine preview visibility
...
In order to better reflect the actual workspace, show any preview
that is at least partially located on the monitor, not only those
that have the major part on that monitor.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/142 >
(cherry picked from commit 50d3ee5703 )
2020-12-03 00:09:21 +01:00
Florian Müllner
0d8e412220
window-list: Use overlap to determine preview visibility
...
In order to better reflect the actual workspace, show any preview
that is at least partially located on the monitor, not only those
that have the major part on that monitor.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/142 >
(cherry picked from commit 08dfb78815 )
2020-12-03 00:09:19 +01:00
Florian Müllner
991f6ef508
workspace-indicator: Account for monitor offset in window previews
...
Windows' frame rects are in screen coordinates, while the workspace
thumbnails are based on the monitor work area. Unless we account
for the difference, previews end up mispositioned in multi-monitor
setups.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/142 >
(cherry picked from commit 6949a5d075 )
2020-12-03 00:09:16 +01:00
Florian Müllner
37f03f5e2e
window-list: Account for monitor offset in window previews
...
Windows' frame rects are in screen coordinates, while the workspace
thumbnails are based on the monitor work area. Unless we account
for the difference, previews end up mispositioned in multi-monitor
setups.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/142 >
(cherry picked from commit 893d3b0473 )
2020-12-03 00:09:12 +01:00
Florian Müllner
b4a4ff0a06
workspace-indicator: Round calculated preview sizes
...
While not strictly necessary, there's no reason to differ from the
copy in the window-list extension ...
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/142 >
(cherry picked from commit f5128e13f2 )
2020-12-03 00:09:09 +01:00
Ray Strode
de8876bd5e
window-list: Stop monitoring drag operation if window list is destroyed
...
If a user is in the middle of a drag in the window list and the
window list associated with the drag gets destroyed, the drag
monitor gets leaked.
Later when the drag motion is processed, spew goes to the log:
clutter_actor_contains: assertion 'CLUTTER_IS_ACTOR (self)' failed
Examples of triggers for this bug:
- The monitor topology changes
- The screen gets locked during the drag
This commit fixes the spew and the leak by ensuring any pending
drag monitoring is disabled when the window lists are destroyed.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/145 >
(cherry picked from commit 8318ea919f )
2020-12-03 00:08:57 +01:00
Thun Pin
5ad272e628
window-navigator: Adjust to 3.38 overview changes
...
gnome-shell's overview code changed significantly in 3.38,
adjust the extension to work without the separate overlay.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/259
(cherry picked from commit 737c897624 )
2020-12-03 00:08:30 +01:00
Florian Müllner
3b22582752
auto-move-windows: Exclude sticky windows from empty-check
...
We modify gnome-shell's workspace tracker to only remove empty
workspaces from the end. However we currently don't take into
account that sticky windows appear on all workspaces, so those
are preventing any workspace from getting removed at the moment.
Exclude them when determining whether a workspace is empty to
get the expected behavior.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/135
(cherry picked from commit 61cf679b8c )
2020-12-03 00:08:07 +01:00
Florian Müllner
e734fcbd21
window-list: Adjust to overview changes
...
Window DND in the overview is now based on the metaWindow,
not the window actor (misnamed as "real window").
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/133
2020-11-19 04:54:07 +01:00
Florian Müllner
435879c121
workspace-indicator: Adjust to overview changes
...
Window DND in the overview is now based on the metaWindow,
not the window actor (misnamed as "real window").
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/133
2020-11-19 04:54:07 +01:00
Florian Müllner
ed81650f55
window-list: Use custom layout manager for thumbnails
...
The current code positions window previews explicitly using a fixed
layout manager. For that it relies on a valid parent allocation,
which is error-prone and frequently results in warnings.
Address this by moving the positioning code into a custom layout
manager, and only update the visibility from the window preview.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/260
2020-10-21 13:44:44 +02:00
Florian Müllner
1276a880de
workspace-indicator: Use custom layout manager for thumbnails
...
The current code positions window previews explicitly using a fixed
layout manager. For that it relies on a valid parent allocation,
which is error-prone and frequently results in warnings.
Address this by moving the positioning code into a custom layout
manager, and only update the visibility from the window preview.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/260
2020-10-21 13:44:44 +02:00
Sergio Costas
584016c291
window-list: Honor changes in skip-taskbar property
...
Although window-list checks the 'skip-taskbar' property when a
window is added to the desktop to decide wether it should be
shown in the bar or not, it doesn't honor that when the property
is changed after a window has already been added. Since the new
WaylandClient API allows to change this property for already
mapped windows, supporting this is a good idea.
This patch fixes this.
Fix https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/130
(cherry picked from commit b65f362f0d )
2020-10-08 21:50:07 +00:00
Jeremy Bicha
4e948b2b48
releasing package gnome-shell-extensions version 3.38.1-1
debian/3.38.1-1
2020-10-06 17:44:35 -04:00
Jeremy Bicha
b6bce374ad
Recommend gnome-shell-extension-prefs instead of gnome-tweaks
2020-10-06 17:38:18 -04:00
Jeremy Bicha
6cbd8abdca
New upstream release
2020-10-06 17:36:39 -04:00
Jeremy Bicha
5947f38421
Update upstream source from tag 'upstream/3.38.1'
...
Update to upstream version '3.38.1'
with Debian dir e97ed2a443
2020-10-06 17:36:39 -04:00
Jeremy Bicha
41664b152c
New upstream version 3.38.1
upstream/3.38.1
2020-10-06 17:36:33 -04:00
Florian Müllner
9e976f06b4
Bump version to 3.38.1
...
Update NEWS.
3.38.1
2020-10-05 20:43:21 +02:00
Florian Müllner
369801dbeb
Update sass submodule
2020-10-05 20:42:16 +02:00
Yosef Or Boczko
2c3c7e8a73
Update Hebrew translation
2020-09-28 19:05:19 +00:00
Simon McVittie
29b24e391a
Release to unstable
debian/3.38.0-2
2020-09-25 23:01:23 +01:00
Simon McVittie
0cdb80a9e0
Revert "debian/watch: Watch for unstable releases"
...
This reverts commit a289bbfb93 .
2020-09-25 23:00:48 +01:00
Stas Solovey
bb8f34de83
Update Russian translation
2020-09-22 19:52:00 +00:00
Cheng-Chia Tseng
6c98658fe1
Update Chinese (Taiwan) translation
2020-09-22 15:07:44 +00:00
Simon McVittie
a8907d6fb1
Release to experimental
debian/3.38.0-1
2020-09-22 11:49:57 +01:00
Simon McVittie
4851a66c57
Fix gnome-classic regression in 3.37.91-1
...
gnome-session no longer takes the `--session gnome-classic` argument
when running in classic mode.
2020-09-22 11:49:19 +01:00
Simon McVittie
1d5c2091cc
Update standards version to 4.5.0, no changes needed.
...
Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
2020-09-22 09:18:46 +01:00
Simon McVittie
e5abcaf7c8
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
...
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
2020-09-22 09:18:46 +01:00
Simon McVittie
d5733eed90
New upstream release
2020-09-22 09:17:08 +01:00
Simon McVittie
8957c277a1
New upstream version 3.38.0
upstream/3.38.0
2020-09-22 09:16:27 +01:00
Simon McVittie
a22cc0dc4e
Update upstream source from tag 'upstream/3.38.0'
...
Update to upstream version '3.38.0'
with Debian dir c70415b74c
2020-09-22 09:16:27 +01:00
Yacine Bouklif
3f06c2bc04
Add Kabyle translation
2020-09-19 11:51:36 +00:00
Florian Müllner
9e38b091a9
Bump version to 3.38.0
...
Update NEWS.
3.38.0
2020-09-14 22:52:43 +02:00
Rūdolfs Mazurs
62d7b883f0
Update Latvian translation
2020-09-12 09:06:28 +00:00
Milo Casagrande
e56a9c5681
Update Italian translation
2020-09-10 08:12:04 +00:00
Tim Sabsch
03aa180472
Update German translation
2020-09-09 06:04:41 +00:00
Juliano Camargo
bbb0775e1a
Update Portuguese translation
2020-09-08 20:08:29 +00:00
Alan Mortensen
c41d285131
Updated Danish translation
2020-09-07 19:58:09 +02:00
Balázs Meskó
cc63876b7e
Update Hungarian translation
2020-09-06 21:06:21 +00:00
Florian Müllner
08769ec0b6
Bump version to 3.37.92
...
Update NEWS.
3.37.92
2020-09-06 01:06:49 +02:00
Dušan Kazik
5615c21797
Update Slovak translation
2020-09-02 12:02:31 +00:00