Commit Graph

2387 Commits

Author SHA1 Message Date
Jeremy Bicha a33802d3e5 Update upstream source from tag 'upstream/42.0'
Update to upstream version '42.0'
with Debian dir 534fb27166
2022-03-14 11:29:57 -04:00
Jeremy Bicha 573aba17d7 New upstream version 42.0 upstream/42.0 2022-03-14 11:29:53 -04:00
Florian Müllner 227c900d1c Bump version to 42.0
Update NEWS.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/220>
42.0
2022-03-12 23:57:47 +01:00
Baurzhan Muftakhidinov 49b304f3b7 Update Kazakh translation 2022-03-12 17:57:43 +00:00
sicklylife ac77f0b879 Update Japanese translation 2022-03-12 10:42:11 +00:00
Марко Костић 54e02b1925 Update Serbian translation 2022-03-11 06:11:09 +00:00
Balázs Úr 1489e42c46 Update Hungarian translation 2022-03-11 00:39:00 +00:00
Philipp Kiemle 684004bd89 Update German translation 2022-03-10 23:34:18 +00:00
Jeremy Bicha d483244ecb releasing package gnome-shell-extensions version 42~rc-1 debian/42_rc-1 2022-03-08 17:55:04 -05:00
Jeremy Bicha 8e39e0d363 Revert "debian/control: Support pre-release versions of gnome-shell"
This reverts commit e2369147b1.

Fixed in gnome-pkg-tools instead
2022-03-08 09:55:43 -05:00
Jeremy Bicha 2762830b10 Revert "debian/watch: Look for any released version"
This reverts commit a2c271d677.

Now that the 42 devel series is basically done, let's
return to looking for stable releases.

Yes, I know there is some disagreement about our watch files,
but this matches what nearly all the Debian GNOME packages do.
2022-03-08 09:32:45 -05:00
Jeremy Bicha df1df4b8e1 New upstream release 2022-03-08 09:32:30 -05:00
Jeremy Bicha 210e86641b Update upstream source from tag 'upstream/42_rc'
Update to upstream version '42~rc'
with Debian dir 7835943993
2022-03-08 09:32:30 -05:00
Jeremy Bicha 2117c42d74 New upstream version 42~rc upstream/42_rc 2022-03-08 09:32:26 -05:00
Florian Müllner 80e68be9fa Bump version to 42.rc
Update NEWS.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/219>
42.rc
2022-03-07 16:04:51 +01:00
Florian Müllner 06af10e0d3 Update sass submodule
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/219>
2022-03-07 16:03:40 +01:00
Changwoo Ryu 95b8aa38cb Update Korean translation 2022-03-03 12:45:28 +00:00
Charles Monzat b010bff5d9 Update French translation 2022-03-03 07:53:48 +00:00
Alan Mortensen a8b73861a6 Updated Danish translation 2022-02-28 18:46:32 +01:00
Luna Jernberg bd002fa96d Update Swedish translation 2022-02-28 15:17:45 +00:00
Jiri Grönroos 5712dd05d9 Update Finnish translation 2022-02-27 16:54:51 +00:00
Piotr Drąg 694b0552c2 Update Polish translation 2022-02-26 15:17:47 +01:00
Dušan Kazik d9f5726d45 Update Slovak translation 2022-02-25 07:14:55 +00:00
Marco Trevisan (Treviño) a8a49e3c65 Upload to experimental debian/42_beta-1 2022-02-23 07:35:20 +01:00
Marco Trevisan (Treviño) bfe26eaf84 Update changelog 2022-02-23 03:12:07 +01:00
Marco Trevisan (Treviño) 60a08debff debian/patches: Drop applied upstream 2022-02-23 03:12:07 +01:00
Marco Trevisan (Treviño) 132bd9259e debian/control: Depend on libadwaita and gtk-4 (instead of gtk-3) 2022-02-23 03:03:05 +01:00
Marco Trevisan (Treviño) 5eb4dcf6bf New upstream release 2022-02-23 02:57:10 +01:00
Marco Trevisan (Treviño) 5edffcd859 New upstream version 42~beta upstream/42_beta 2022-02-23 02:57:09 +01:00
Marco Trevisan (Treviño) 295fb67225 Update upstream source from tag 'upstream/42_beta'
Update to upstream version '42~beta'
with Debian dir 7f35debfa0
2022-02-23 02:57:09 +01:00
Marco Trevisan (Treviño) a2c271d677 debian/watch: Look for any released version 2022-02-23 02:56:48 +01:00
Florian Müllner 3c5a56b440 auto-move: Bind list to model
Using a model gives us a clear separation between data and representation,
as well as between regular rows and the "new item" row at the end.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/218>
2022-02-18 13:09:35 +01:00
Florian Müllner 725cf83551 auto-move-windows: Change 'update' action to 'rename'
Limiting the action to the row that changed instead of the list as
a whole makes it easier to only update the changed value and not
recreate the entire list.

This doesn't make a difference right now, because we carefully sync
the list to reuse existing rows, but we are about to back the list
with a GListModel instead of updating it manually.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/218>
2022-02-18 13:08:09 +01:00
Florian Müllner f91275ffd2 workspace-indicator: Bind list to model
Using a model gives us a clear separation between data and representation,
as well as between regular rows and the "new item" row at the end.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/218>
2022-02-18 13:02:17 +01:00
Florian Müllner f0e46f4b12 workspace-indicator: Change 'update' action to 'rename'
Limiting the action to the row that changed instead of the list as
a whole makes it easier to only update the changed value and not
recreate the entire list.

This doesn't make a difference right now, because we carefully sync
the list to reuse existing rows, but we are about to back the list
with a GListModel instead of updating it manually.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/218>
2022-02-18 12:55:57 +01:00
Florian Müllner 57f7f21ecb workspace-indicator: Bind name to action target
Since we now have an override for bind_properties_full(), we can
use that instead of an explicit notify handler.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/218>
2022-02-18 12:42:07 +01:00
Florian Müllner 9f673f27ef cleanup: Use static class blocks for gtype registration
gjs enabled support for static class blocks, which gives us a
less error-prone and more readable alternative to _classInit(),
provided we make sure to call registerClass() first.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/215>
2022-02-18 03:34:06 +00:00
Florian Müllner 08db193b31 cleanup: Use regular constructors in GObject subclasses
As a side-effect of supporting class fields, regular constructors
now work in GObject subclasses. Using _init() still works and
there's no functional difference, but it's simply much nicer
to use the same syntax for all classes.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/215>
2022-02-18 03:34:06 +00:00
Florian Müllner 0be8b10995 cleanup: Simplify action handling
GTK4 has dedicated API for widget-specific actions, make use of that
instead of explicitly managing an action group.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/215>
2022-02-18 03:34:06 +00:00
Florian Müllner b35df9062c lint: Sync with gjs
This is needed for eslint to recognize static class blocks.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/215>
2022-02-18 03:34:06 +00:00
Florian Müllner f6f34c6341 ci: Replace js78 job
Provided we use the correct version of the SpiderMonkey shell, we
can perform checks using the same engine that is used by gjs.

However some engine features are opt-in, so the set of features enabled
by gjs and js91 may differ. The obvious option for avoiding this is
replacing js91 with gjs for tests.

Switch to the newly added gjs-check-syntax script, which does precisely
that.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/215>
2022-02-18 03:34:06 +00:00
Florian Müllner 22e4ca8925 ci: Bump gnome-shell image
We are about to make use of new language features, so update to an
image that has the necessary tooling.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/215>
2022-02-18 03:34:06 +00:00
Marek Černocký 4fd2be744e Updated Czech translation 2022-02-16 10:00:12 +01:00
Simon McVittie 6901f6187d Backport patch from upstream to fix FBTFS with Meson 0.61
Closes: #1005534
debian/41.1-2
2022-02-15 11:18:42 +00:00
Florian Müllner 31e48437ec classic: Update list of sass sources 2022-02-14 23:49:00 +01:00
Florian Müllner 78f1bb3cc9 Update sass submodule 2022-02-14 23:48:12 +01:00
Florian Müllner 14cdb5fa16 Bump version to 42.beta
Update NEWS.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/216>
42.beta
2022-02-14 23:18:46 +01:00
Emin Tufan Çetin 533cd07cfd Update Turkish translation 2022-02-13 22:42:10 +00:00
Alexander Shopov 7232118978 Update Bulgarian translation 2022-02-13 10:41:54 +00:00
Naala Nanba 7a1286ec1c Update Abkhazian translation 2022-02-12 20:25:06 +00:00