Commit Graph

2413 Commits

Author SHA1 Message Date
TomiOhl
4708f43d4b Translated using Weblate (Hungarian)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/hu/
2023-02-04 12:25:07 +00:00
Dennis ten Hoove
72adb47f94 Translated using Weblate (Dutch)
Currently translated at 98.2% (56 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/nl/
2023-02-02 09:25:11 +00:00
TomiOhl
cb5e4fb0c4 Translated using Weblate (Hungarian)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/hu/
2023-02-02 09:25:11 +00:00
Nathan
83509f46de Translated using Weblate (French)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/fr/
2023-02-02 09:25:11 +00:00
Dennis ten Hoove
a810dd43a9 Translated using Weblate (Dutch)
Currently translated at 98.2% (56 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/nl/
2023-01-31 18:26:39 +00:00
DutchVipperloid
a238bc474f Translated using Weblate (Dutch)
Currently translated at 98.2% (56 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/nl/
2023-01-31 18:26:39 +00:00
DutchVipperloid
acb442a165 Translated using Weblate (Dutch)
Currently translated at 96.4% (55 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/nl/
2023-01-31 18:26:02 +00:00
TomiOhl
13bf59195b Translated using Weblate (Hungarian)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/hu/
2023-01-24 20:25:04 +00:00
David M
954136cda3 Translated using Weblate (Catalan)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/ca/
2023-01-23 14:25:04 +00:00
Ihor Hordiichuk
608026af0b Translated using Weblate (Ukrainian)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/uk/
2023-01-21 12:25:08 +00:00
lenemter
160e9c9e0d Translated using Weblate (Russian)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/ru/
2023-01-21 12:25:08 +00:00
Marcin Serwin
a249877464 Translated using Weblate (Polish)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/pl/
2023-01-21 12:25:08 +00:00
Allan Nordhøy
7d0a07483b Translated using Weblate (Norwegian Bokmål (nb))
Currently translated at 82.4% (47 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/nb/
2023-01-21 12:25:08 +00:00
Ryo Nakano
4949478496 Translated using Weblate (Japanese)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/ja/
2023-01-21 12:25:08 +00:00
Yaron Shahrabani
6071813877 Translated using Weblate (Hebrew)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/he/
2023-01-21 12:25:08 +00:00
David M
5a4e2236a6 Translated using Weblate (Catalan)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/ca/
2023-01-21 12:25:07 +00:00
Weblate
aa7f3b5a48 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/
2023-01-19 10:58:36 +00:00
lenemter
613cdfec08 Translated using Weblate (Russian)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/ru/
2023-01-19 10:58:33 +00:00
elementaryBot
a81089b5fa Update translation template 2023-01-19 10:58:29 +00:00
Gustavo Marques
05dceba10d
WindowManager: confirm_display_change() fixes
The value of 30 seconds here is wrong, and the dialog was outliving the timeout
used by mutter internally. instead of hardcoding the right values here too, use
the mutter provided function to query the real timeout.

also, make AccessDialog.show() base handler run first than signal callbacks,
and that we only call AccesDialog.close() when we don't receive a response.
2023-01-19 10:56:59 +00:00
Gustavo Marques
4bf55e76db Dialogs: remove dbus timeout from AccessDialog call
we don't want the calls to the portal to be timed out before the user sent a
response, so disable the timeout.

while here, fix a issue with the show() call in the CloseDialog class creating
new dialogs even when a dialog is already open, also handle the portal response
only in the AccessDialog base class and use a protected method to convert
between portal and close dialog responses.

fixes https://github.com/elementary/gala/issues/1505
2023-01-19 11:55:32 +01:00
lenemter
0cf4429676 Allow KeyBindingAction.NONE in Multitasking View 2023-01-15 12:23:40 +01:00
Leo
223fdb0135
WindowClone: Fix shadows (#1503)
Co-authored-by: Ryan Kornheisl <ryan@skarva.tech>
2023-01-15 00:40:10 -05:00
Nathan
d8bfa8129d Translated using Weblate (French)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/fr/
2023-01-13 10:44:50 +00:00
David M
ad88b6c450 Translated using Weblate (Catalan)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/ca/
2023-01-11 16:25:04 +00:00
TomiOhl
138cfbec44 Translated using Weblate (Hungarian)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/hu/
2023-01-08 00:25:12 +00:00
Danielle Foré
5392f693e6
Release 7.0.0 (#1510) 2023-01-05 12:51:48 -08:00
Danielle Foré
6aac733cec
Update CI for Horus/Jammy (#1511) 2023-01-05 12:35:03 -08:00
Danielle Foré
9ca6c585c5
Update main.yml 2023-01-05 12:30:28 -08:00
Danielle Foré
9ed0472dbe
Update release.yml 2023-01-05 12:29:27 -08:00
Ihor Hordiichuk
5144aab27c Translated using Weblate (Ukrainian)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/uk/
2023-01-05 18:25:07 +00:00
кубик круглый
6cd3566d56 Translated using Weblate (Russian)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/ru/
2023-01-05 18:25:07 +00:00
Marcin Serwin
00ef5bc981 Translated using Weblate (Polish)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/pl/
2023-01-05 18:25:07 +00:00
Ryo Nakano
f611bd14cc Translated using Weblate (Japanese)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/ja/
2023-01-05 18:25:07 +00:00
Yaron Shahrabani
085f181a55 Translated using Weblate (Hebrew)
Currently translated at 100.0% (57 of 57 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/he/
2023-01-05 18:25:07 +00:00
Weblate
4a3acdb28c Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/
2023-01-03 20:37:03 +00:00
elementaryBot
d1c2343849 Update translation template 2023-01-03 20:36:56 +00:00
Danielle Foré
8dd412ab28
6.4.0 Release notes (#1509) 2023-01-03 12:35:15 -08:00
lenemter
0d8a4a87af Fix workspace switching in multitasking view 2022-12-25 10:36:21 +01:00
Gran PC
2d43311d7e
Improve multitasking view animation performance (#1498) 2022-12-24 19:45:55 +09:00
lenemter
45126e4c2d Fixes 2022-12-22 11:45:23 +01:00
lenemter
0121541fca Update src/Zoom.vala
Co-authored-by: Corentin Noël <tintou@noel.tf>
2022-12-22 11:45:23 +01:00
lenemter
49d3ddae5b Remove space 2022-12-22 11:45:23 +01:00
lenemter
b9c5c9c79a Fix zoom 2022-12-22 11:45:23 +01:00
Sergey Zolotarev
1487660812 Don't reconfigure hot corners on monitors_changed event when there are no monitors 2022-12-22 11:40:57 +01:00
Allan Nordhøy
e66a3b2223 Translated using Weblate (Norwegian Bokmål (nb))
Currently translated at 87.5% (70 of 80 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/nb/
2022-12-21 23:25:24 +00:00
Gran PC
c175d2662d
Fix awkward two-finger scroll in multitasking view (#1499) 2022-12-22 01:07:42 +09:00
Gran PC
34a208e26d
ShadowEffect: let Clutter know the shadow's size (#1500)
Seems to stop shadows from lingering around. Fixes #1443, hopefully.
2022-12-22 00:44:58 +09:00
Weblate
b094d22282 Update translation files
Updated by "Update LINGUAS file" hook in Weblate.

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/
2022-12-02 10:25:03 +00:00
Gran PC
8842e576e3
Temporary workaround for crash when a notification expires while we are switching workspaces (#1497) 2022-12-02 00:56:28 -05:00