Commit Graph

2699 Commits

Author SHA1 Message Date
Jeremy Bícha f6157394d3 releasing package gnome-shell-extensions version 46.2-2 debian/46.2-2 2024-07-12 18:34:15 -04:00
Jeremy Bícha 87bfb01642 releasing package gnome-shell-extensions version 46.2-1 debian/46.2-1 2024-05-28 16:19:40 -04:00
Jeremy Bícha c74ab7aa23 New upstream release 2024-05-28 16:19:27 -04:00
Jeremy Bícha 48b00e6a0a Update upstream source from tag 'upstream/46.2'
Update to upstream version '46.2'
with Debian dir b698465cef
2024-05-28 16:19:27 -04:00
Jeremy Bícha 6b2f4e801e New upstream version 46.2 upstream/46.2 2024-05-28 16:19:26 -04:00
Florian Müllner ae9411a23d Bump version to 46.2
Update NEWS.
46.2
2024-05-25 23:40:02 +02:00
Florian Müllner 0334834a0f ci: Hook up release-module
In the future, the module will automate uploading the release
tarball. We already use the CI pipeline to generate the tarball,
so it's easy to hook up the module and provide some testing
before the module goes into production.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/324>
2024-05-25 23:39:20 +02:00
Florian Müllner b0ba8ca5c0 ci: Use meson introspect to generate artifact path
We currently assume that the `CI_COMMIT_TAG` variable matches the
version component of the generated dist tarball.

That is usually correct, but sometimes errors happen and a wrong
tag is pushed, and the real release uses something like "46.0-real".

Account for that by building the artifact path from `meson introspect`
and exporting it as environment variable.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/324>
2024-05-25 23:39:20 +02:00
Scrambled 777 ae00cf6b4e Update Hindi translation 2024-05-25 17:01:54 +00:00
Jordi Mas i Hernandez ee730d9e29 Update Catalan translation 2024-05-23 20:59:49 +00:00
Florian Müllner c290d7ddb3 window-list: Use getter methods for events
The underlying structs were made opaque a while ago, so direct
access to the struct fields is no longer possible.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/320>
(cherry picked from commit da90d365ec)
2024-05-23 13:18:04 +02:00
Florian Müllner de033a04fa apps-menu: Set label_actor of Category items
Category items are based on BaseMenuItem rather than MenuItem,
so the accessible relationship isn't set up automatically for us.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/319>
(cherry picked from commit 02ff72b2f0)
2024-05-23 13:17:57 +02:00
Jose Riha 1219dfc144 Update Slovak translation 2024-05-11 22:19:15 +00:00
Hugo Carvalho dd16556530 Update Portuguese translation 2024-05-04 23:22:24 +00:00
Jeremy Bícha 421abfd1a6 releasing package gnome-shell-extensions version 46.1-2 debian/46.1-2 2024-04-23 17:34:11 -04:00
Jeremy Bícha b836faee4a Add Depends: gir1.2-gtop-2.0 for system monitor extension
LP: #2063267
2024-04-23 17:33:15 -04:00
Jeremy Bícha 48cf148c23 releasing package gnome-shell-extensions version 46.1-1 debian/46.1-1 2024-04-21 16:46:27 -04:00
Jeremy Bícha e566a22f22 New upstream release 2024-04-21 16:44:48 -04:00
Jeremy Bícha 3ea76e3ecc New upstream version 46.1 upstream/46.1 2024-04-21 16:44:47 -04:00
Jeremy Bícha 0d5685a279 Update upstream source from tag 'upstream/46.1'
Update to upstream version '46.1'
with Debian dir e1d60f69a1
2024-04-21 16:44:47 -04:00
Florian Müllner 78c3957f64 Bump version to 46.1
Update NEWS.
46.1
2024-04-21 16:34:14 +02:00
Florian Müllner 38e267ae64 screenshot-window-sizer: Add additional size
1000x700 is the maximum recommended screenshot size on flathub[0]. As
that's a primary use case of the extension, it makes sense to include
the size.

[0] https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/quality-guidelines/#reasonable-window-size

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/317>
2024-04-20 14:33:40 +00:00
Fabio Tomat 59899a211d Update Friulian translation 2024-04-16 19:03:09 +00:00
Matheus Polkorny d3348761c3 Update Brazilian Portuguese translation 2024-03-29 11:13:45 +00:00
Rachida SACI 79a01c62bc Update Kabyle translation 2024-03-23 09:11:17 +00:00
Jeremy Bícha d2d5629bdd releasing package gnome-shell-extensions version 46.0-1 debian/46.0-1 2024-03-18 15:30:32 -04:00
Jeremy Bícha f590df238a New upstream release 2024-03-18 15:30:17 -04:00
Jeremy Bícha 7d92287596 Update upstream source from tag 'upstream/46.0'
Update to upstream version '46.0'
with Debian dir ac78a6675d
2024-03-18 15:30:17 -04:00
Jeremy Bícha 9c08df11dc New upstream version 46.0 upstream/46.0 2024-03-18 15:30:16 -04:00
Florian Müllner e65c561e6f Bump version to 46.0
Update NEWS.
46.0
2024-03-16 01:58:46 +01:00
Florian Müllner 6d36da1ce6 system-monitor: Fix net speed
We use different formats for values above and below 10, to only
include a fraction for the latter.

However we use the same factor to determine the format and to
compute the number to format, with the result that values above
10 are off by a factor of 10.

Address this by adding a separate "unitFactor" value for computing
the value.

Spotted by Yannick Daveluy.

Closes https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/494

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/313>
2024-03-16 00:50:59 +00:00
Ask Hjorth Larsen cd9341adf1 Update Danish translation 2024-03-13 17:11:10 +00:00
Changwoo Ryu 13842a012b Update Korean translation 2024-03-13 10:15:22 +00:00
Athmane MOKRAOUI f4f7d2dffb Update Kabyle translation 2024-03-12 11:27:34 +00:00
Quentin PAGÈS 87a5fc42b8 Update Occitan translation 2024-03-12 09:12:03 +00:00
Milo Casagrande f1456002d4 Update Italian translation 2024-03-08 13:39:43 +00:00
Aral Balkan 30266011bf screenshow-window-sizer: Document keyboard shortcuts
Close https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/492

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/311>
2024-03-06 13:53:50 +01:00
Balázs Úr 5a76dedb50 Update Hungarian translation 2024-03-04 11:35:06 +00:00
Piotr Drąg dc8ab6cf77 Update Polish translation 2024-03-03 19:05:37 +00:00
Anders Jonsson b97efdb584 Update Swedish translation 2024-03-03 15:56:53 +00:00
Florian Müllner a91e6aad87 Bump version to 46.rc
Update NEWS.
46.rc
2024-03-03 15:39:24 +01:00
Florian Müllner 6f03ca0434 ci: Drop custom image
Since we no longer depend on sassc for classic styling, the
regular JS image from gnome-shell already includes everything
we need for the fedora jobs.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/309>
2024-03-03 15:25:24 +01:00
Florian Müllner 7a01e3e103 ci: Update to F40-based image
gnome-shell switched to F40 for its JS image, follow suit.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/309>
2024-03-03 15:10:50 +01:00
Jiri Grönroos e539a65709 Update Finnish translation 2024-03-02 15:31:24 +00:00
Daniel Mustieles 2402c1bef5 Updated Spanish translation 2024-02-26 14:10:47 +01:00
Guillaume Bernard 1fd238b31d Update French translation 2024-02-25 12:53:54 +00:00
Rūdolfs Mazurs 21a65c1558 Update Latvian translation 2024-02-25 10:49:23 +00:00
Baurzhan Muftakhidinov f42d1f7ca9 Update Kazakh translation 2024-02-24 18:03:25 +00:00
Brage Fuglseth b77ecb2380 Update Norwegian Bokmål translation 2024-02-24 13:42:23 +00:00
Andi Chandler 4fc80e0ef3 Update British English translation 2024-02-23 12:23:32 +00:00