Jeremy Bicha
e3e39728ce
releasing package gnome-shell-extensions version 40.4-2
debian/40.4-2
2021-08-29 10:46:41 -04:00
Jeremy Bicha
76dfb8ef31
releasing package gnome-shell-extensions version 40.4-1
debian/40.4-1
2021-08-29 09:17:31 -04:00
Jeremy Bicha
544cf566b5
Revert "debian/control: Don't build depend on sassc"
...
This reverts commit 3e87fa8aa5 .
2021-08-29 08:51:47 -04:00
Jeremy Bicha
da88313488
New upstream release
2021-08-29 08:50:45 -04:00
Jeremy Bicha
2aa0720e93
Update upstream source from tag 'upstream/40.4'
...
Update to upstream version '40.4'
with Debian dir e6eaad7d17
2021-08-29 08:50:45 -04:00
Jeremy Bicha
80c6656c4f
New upstream version 40.4
upstream/40.4
2021-08-29 08:50:41 -04:00
Jeremy Bicha
be536ee32e
Update debian/changelog
2021-08-29 08:49:07 -04:00
Jeremy Bicha
339e06634f
debian/copyright: Add gnome-classic.css to Files-Excluded
...
to ensure we build it from source
2021-08-29 08:47:48 -04:00
Jeremy Bicha
ff9527ea52
debian/watch: Watch for stable releases
2021-08-29 08:36:43 -04:00
Florian Müllner
a5a3523df8
Bump version to 40.4
...
Update NEWS.
40.4
2021-08-18 01:18:19 +02:00
Florian Müllner
06acd9ff25
build: Rewrite gettext domain when exporting zips
...
Now that every extension picks up its gettext domain from
its metadata, we can easily change it when exporting the
zips.
That ensures that every extension only binds its own domain
instead of messing up other extension's translations.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/335
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/179 >
2021-08-12 04:17:46 +02:00
Florian Müllner
1a1d45d9e4
build: Remove unused variable
...
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/335
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/179 >
2021-08-12 04:17:46 +02:00
Florian Müllner
1d3775b3d1
extensions: Pick up gettext domain from metadata
...
Since commit a6ee142f21 , the extension archives that are uploaded
to extensions.gnome.org only contain strings that are relevant for
the extension, not all translations from all extensions.
Unfortunately all extensions still share a common gettext domain,
so the extension with the last bind_textdomain() call wins and
leaves the others without translations.
We'll address this by using distinct domains when not installed
system-wide. That becomes easier if there is a canonical place
for the text domain, with the existing metadata key being the
natural choice.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/335
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/179 >
2021-08-12 04:17:46 +02:00
Florian Müllner
15c83db793
drive-menu: Hide items initially
...
Now that the check for network mounts is non-blocking, the initial
sync doesn't take effect immediately. We don't want hidden items
to briefly flash the indicator, so create them initially hidden.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/176 >
2021-07-19 16:44:37 +02:00
Florian Müllner
cc021589b8
drive-menu: Fix indicator visibility
...
Commit 519269be9d made the check for network mounts non-blocking, and
we now update the indicator's visibility before a newly-added network
mount is hidden.
Address this by monitoring the item itself for visibility changes.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/176 >
2021-07-19 16:44:37 +02:00
Florian Müllner
5e316d37cb
Bump version to 40.3
...
Update NEWS.
40.3
2021-07-12 18:18:45 +02:00
Florian Müllner
28dbb47937
window-list: Init translations
...
Whoops, we are missing the bindtextdomain() call, which means translations
won't work when no other extension that shares the same domain is used
(like in GNOME Classic for instance).
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/340
(cherry picked from commit c9d7f99d50f96d29c38380d9f0e3c9ddc660db9f)
2021-07-12 18:06:31 +02:00
Florian Müllner
619de9d5ee
drive-menu: Avoid blocking I/O when querying filesystem
...
The last commit improved the heuristics for detecting network mounts,
but at the price of potentially blocking the shell. Avoid that drawback
by making the code in question async.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/53
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/27 >
(cherry picked from commit 519269be9d )
2021-07-12 18:06:31 +02:00
Florian Müllner
561b8aeb03
drive-menu: Don't assume mounts without volume are local
...
The intention of the code is to only expose actually plugged in
devices rather than network mounts, but the existing heuristics are
based on GVolume and simply assume a local mount where there's no
associated volume. Fill that gap by querying the ::remote filesystem
attribute in that case.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/53
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/27 >
(cherry picked from commit 7d6670ce3c )
2021-07-12 18:06:31 +02:00
Florian Müllner
4286fd1bcc
Tag release 40.2
...
Update NEWS.
40.2
2021-06-10 13:41:34 +02:00
Adam Goode
3bb0897bc1
window-list: Don't use panel-button class for the workspace indicator
...
The panel-button introduces some horizontal padding which is insensitive
to scroll events. Without this change, there is a small dead zone in the
corner that cannot be used to switch workspaces with the mouse wheel.
For useMenu mode, this has the effect of removing all of the horizontal
space to the edge of the screen, so I add some back with the
status-label-bin margin.
This a is similar change to 8bad8a3b63 .
Fixes #315 .
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/171 >
(cherry picked from commit d6648b0b5c )
2021-06-10 13:38:47 +02:00
Juliano de Souza Camargo
12eedcf6f7
Update Portuguese translation
2021-06-07 10:22:02 +00:00
Hugo Carvalho
08d382facc
Update Portuguese translation
2021-06-02 16:09:54 +00:00
Marco Trevisan (Treviño)
e2369147b1
debian/control: Support pre-release versions of gnome-shell
...
Gnome version will now point to the stable version and not to the
development version, so we need to adjust the dependency to support
alpha, beta and rc releases.
2021-05-30 20:18:03 +02:00
Marco Trevisan (Treviño)
5e559c4444
Upload to experimental
debian/40.1-1
2021-05-30 20:05:13 +02:00
Marco Trevisan (Treviño)
e30762ea43
Update changelog
2021-05-30 20:04:52 +02:00
Marco Trevisan (Treviño)
1fa4a078d8
debian/control: Build-depend on dh-sequence-gnome 0.22
...
It's the first version that supports new GNOME versioning schema.
2021-05-30 19:36:26 +02:00
Marco Trevisan (Treviño)
3e87fa8aa5
debian/control: Don't build depend on sassc
...
Since we compile from tarball, this is not needed anymore given that
compiled css are provided already.
2021-05-30 18:09:10 +02:00
Marco Trevisan (Treviño)
e52ca120c4
debian/control: Update runtime dependencies to match code
...
Found grepping code via:
grep "imports\.gi" --include "*.js" -rh -B2 . \
| grep -o "\b[A-Z][A-Za-z]\+\b" | sed "s/,\?\s*$//g" | sort -u
2021-05-30 18:04:19 +02:00
Marco Trevisan (Treviño)
3eadbba8a1
New upstream release
2021-05-30 17:53:16 +02:00
Marco Trevisan (Treviño)
41f9451070
Update upstream source from tag 'upstream/40.1'
...
Update to upstream version '40.1'
with Debian dir 0cbf40a23d
2021-05-30 17:53:16 +02:00
Marco Trevisan (Treviño)
d9ae9a023a
New upstream version 40.1
upstream/40.1
2021-05-30 17:53:15 +02:00
Marco Trevisan (Treviño)
d2f5bfdbfd
debian/watch: Update for new gnome versioning schema
2021-05-30 17:52:23 +02:00
Marco Trevisan (Treviño)
b4a1953372
debian/gbp.conf: Use upstream/latest branch
2021-05-30 17:50:41 +02:00
Florian Müllner
96a1de92db
build: Only use major version in shell-versions
...
The website changed its version handling again, and now takes "40.0"
to mean "40.0, and only 40.0".
Not complaining though, as "40" is more correct in my opinion anyway ...
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/172 >
2021-05-25 19:26:08 +02:00
Florian Müllner
cc2f46b837
Post-release version bump
2021-05-14 17:00:35 +02:00
Florian Müllner
605dd02217
Tag release 40.1
...
Update NEWS.
40.1
2021-05-13 16:51:52 +02:00
Florian Müllner
b33a62f2dc
Update sass submodule
2021-05-13 16:50:34 +02:00
Quentin PAGÈS
8a320eb0a1
Update Occitan translation
2021-05-10 20:04:48 +00:00
Pawan Chitrakar
83c4ced407
Update Nepali translation
2021-05-01 05:49:03 +00:00
Florian Müllner
e094dead91
windowsNavigator: Adjust to gnome-shell change
...
Parts of WindowPreview were moved to C for performance reasons, which
turned a formerly private JS property into a GObject property.
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/302
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/170 >
2021-04-08 16:38:40 +02:00
Carmen Bianca BAKKER
6cdf86b6b3
Update Esperanto translation
2021-04-07 12:05:20 +00:00
Florian Müllner
3e8bbb07ea
classic: Disable welcome dialog
...
The Tour focuses on new overview features, which aren't relevant
for gnome-classic where the overview is disabled altogether.
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4026
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/169 >
2021-04-05 20:32:19 +02:00
Anders Jonsson
e3ddd8e7d0
Update Swedish translation
2021-03-27 20:14:29 +00:00
Ngọc Quân Trần
aa67982129
Update Vietnamese translation
2021-03-27 07:54:17 +00:00
Florian Müllner
8aa645ae5d
build: Adjust shell-version
...
With the new version scheme, only the major version is relevant as
far as gnome-shell is concerned. However the extension website does
not handle that at the moment, so always append a ".0".
2021-03-20 13:39:25 +01:00
Florian Müllner
20540cb843
Post-release version bump
2021-03-20 13:39:25 +01:00
Florian Müllner
d338930d69
Tag release 40.0
...
Update NEWS.
40.0
2021-03-20 13:10:47 +01:00
Jiri Grönroos
35c1763792
Update Finnish translation
2021-03-16 10:15:46 +00:00
Florian Müllner
7a87bdcb1b
Post-release version bump
2021-03-16 00:00:31 +01:00