19533 Commits

Author SHA1 Message Date
Changwoo Ryu
628d210826 Update Korean translation 2024-04-09 00:27:51 +00:00
Juliano de Souza Camargo
8f19c04011 Update Brazilian Portuguese translation 2024-04-07 17:12:16 +00:00
dcz
e4f2edf9bd gsettings: Use strict compilation
Without this flag, changes resulting in invalid gschemas are ignored and
easily lost within the compilation input. In CI and some development
workflows this may let bad builds through.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3262>
2024-04-05 19:50:48 +02:00
Danial Behzadi
0cc6a2747d Update Persian translation 2024-04-05 13:17:49 +00:00
Artur S0
f4a529362b Update Russian translation 2024-04-04 14:44:12 +00:00
Robert Mader
490ecc536a screencastService: Use 'screen' encoder profile for openH264
There are "camera" and "screen", the former being the default. Using the
later should slightly increase image quality.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3259>
2024-04-02 11:20:36 +02:00
Nathan Follens
796f347fa7 Update Dutch translation 2024-03-31 10:30:37 +00:00
Martin
481657f948 Update Slovenian translation 2024-03-30 17:00:19 +00:00
Милош Поповић
54710d2d3a Update Serbian (Latin) translation 2024-03-29 14:44:36 +00:00
Милош Поповић
023ec7ba06 Update Serbian translation 2024-03-29 14:43:45 +00:00
Vincent Chatelain
39352d0afe Update French translation 2024-03-24 13:43:37 +00:00
Athmane MOKRAOUI
ee03cf5f64 Update Kabyle translation 2024-03-23 15:08:32 +00:00
Boyuan Yang
d54cc369b7 Update Chinese (China) translation 2024-03-21 23:37:22 +00:00
Sabri Ünal
1e58f76a80 Update Turkish translation 2024-03-20 22:20:46 +00:00
Jordi Mas
1b92c58b7c Update Catalan translation 2024-03-19 21:49:57 +01:00
Jordi Mas i Hernandez
bcd543b0d9 Update Catalan translation 2024-03-19 20:18:13 +00:00
Fran Dieguez
c5e3b16d81 Update Galician translation 2024-03-19 15:35:55 +00:00
Sebastian Keller
7f476e051c notificationDaemon: Use correct property name to enable markup
The property is named useBodyMarkup, not bannerMarkup. This was causing
markup to be disabled for FDO notifications.

Fixes: cc60ce7f94 ("notification: Stop using 'update()' from MessageTray.Notification")
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7495
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3247>
2024-03-19 13:14:04 +01:00
Milo Casagrande
0ff4501b40 Update Italian translation 2024-03-19 11:03:18 +00:00
Christian Kirbach
3099a57cc0 Update German translation 2024-03-18 16:33:22 +00:00
A S Alam
2318d897ba Update Punjabi translation 2024-03-18 04:02:35 +00:00
Brage Fuglseth
64c47912d0 Update Norwegian Bokmål translation 2024-03-17 18:23:58 +00:00
Carlos Garnacho
d97bd4ab00 data: Add shift level to Korean OSK layout
This allows input of double consonants and other characters
typically hidden in the first level.

Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7455
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3222>
2024-03-17 14:22:43 +00:00
Yaron Shahrabani
2b2d6b718a Update Hebrew translation 2024-03-17 13:12:40 +00:00
Piotr Drąg
c390c58768 Update Polish translation 2024-03-17 11:54:15 +00:00
Jiri Grönroos
ab9b4997fe Update Finnish translation 2024-03-17 10:16:37 +00:00
Asier Sarasua Garmendia
b3f530096d Update Basque translation 2024-03-17 09:50:36 +00:00
Ekaterine Papava
978f3b592d Update Georgian translation 2024-03-17 02:24:11 +00:00
Daniel Rusek
61556c3c11 Update Czech translation 2024-03-16 22:52:21 +00:00
Yuri Chornoivan
e198c86772 Update Ukrainian translation 2024-03-16 20:54:03 +00:00
Aurimas Černius
5ba3f3a7d5 Update Lithuanian translation 2024-03-16 20:37:17 +00:00
Anders Jonsson
33c15d3380 Update Swedish translation 2024-03-16 19:26:23 +00:00
Baurzhan Muftakhidinov
a6e84c76f8 Update Kazakh translation 2024-03-16 18:15:54 +00:00
Danial Behzadi
1b5ae14d46 Update Persian translation 2024-03-16 17:51:54 +00:00
Joan Torres
b33f82b583 loginDialog: Improve conflicting session notification message
This makes it less confusing.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3235>
2024-03-16 16:33:50 +00:00
Florian Müllner
0463511457
Bump version to 46.0
Update NEWS.
2024-03-16 01:56:52 +01:00
Sam Hewitt
cee3ec2c50 style: Fix hover state difference in notification header buttons
- make the close button and expand button use the same styles
- add style for :active:hover state since it was missing

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3238>
2024-03-15 13:04:55 +00:00
Athmane MOKRAOUI
27c0772808 Update Kabyle translation 2024-03-15 12:20:54 +00:00
Sebastian Keller
04fd3a4277 keyboard: Specify anchor when deleting characters via timeout
6e80f858c dropped the second cursor argument used as anchor when calling
the delete function from the timeout. This was causing the early check
that was trying to detect when deleting from the beginning of the text
to fail, because anchor was now undefined.

Fixes: 6e80f858c ("keyboard: Move backspace key handling to KeyboardController")
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7484
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3239>
2024-03-15 11:52:37 +01:00
Sam Hewitt
881ec91370 style: Fix the lock-screen styles leaking
- wrap the user-icon overrides in login-lock with the login class
- clean out redundant css on the user-icon

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3203>
2024-03-14 14:15:51 +00:00
Sebastian Keller
8616ec00a0 magnifier: Stop using Clutter.StaticColor
This was removed from mutter in commit 72c2d8913. Instead of manually
creating a white color, we can just rely on ClutterTextureNode creating
one for us when passing null.

Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7480
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3237>
2024-03-13 22:01:39 +00:00
Joan Torres
5d58e41cbc loginDialog: Fix conflicting session notification
The internal notification API changed between the time the
code was originally written and the time the change was
merged. Belatedly adapt to those changes.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3236>
2024-03-13 17:32:28 +00:00
Ask Hjorth Larsen
09bdad851a Update Danish translation 2024-03-13 17:10:21 +00:00
Julian Sparber
fd58294ec3 messageTray: Ensure that a notification is removed from Source correctly
We need to make sure that we always emit the `notification-removed`
signal on the source object when a notification is removed or
destroyed.

Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7463
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3229>
2024-03-13 11:21:35 +00:00
Changwoo Ryu
a043868a5e Update Korean translation 2024-03-13 10:15:22 +00:00
Jonas Dreßler
de754db469 subprojects/gvc: Bump gvc submodule to newest commit
A few fixes have landed in gvc recently that should fix a crash,
so bump the submodule to include those.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3233>
2024-03-12 18:24:44 +01:00
Ekaterine Papava
615a7f877d Update Georgian translation 2024-03-12 16:58:49 +00:00
Artur S0
0e4e649ef6 Update Russian translation 2024-03-12 13:25:10 +00:00
Brage Fuglseth
05c44b546d Update Norwegian Bokmål translation 2024-03-11 21:21:46 +00:00
Philipp Kiemle
9af9906ae3 Update German translation 2024-03-11 20:44:54 +00:00