Milo Casagrande
0fcce24e14
Update Italian translation
2024-03-10 16:29:04 +00:00
Fran Dieguez
feee66d3ce
Update Galician translation
2024-03-10 15:51:16 +00:00
Anders Jonsson
2bffa8e59f
Update Swedish translation
2024-03-09 13:06:21 +00:00
Rūdolfs Mazurs
be206a3b84
Update Latvian translation
2024-03-08 20:51:59 +00:00
Florian Müllner
7b8aa81fd9
extensions-app: Add brand colors
...
Flathub recently added support for "brand colors"[0] that app
stores can use to improve an app's presentation.
Sam Hewitt was kind enough to provide some for the Extensions
app, add them to the metainfo.
[0] https://docs.flathub.org/blog/introducing-app-brand-colors/
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3226 >
2024-03-08 19:52:12 +00:00
Jonas Dreßler
a64424864b
Revert "main: Only restore key focus on pop when modal actor is still focused"
...
This one caused a regression and now keys appear to get stuck while raising
the screenShield, so revert it. Hopefully we can fix the original problem in
a better way next cycle by tracking key focus changes internally in
ClutterGrab.
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7446
This reverts commit 4d544d7b5614cd33bf60c1b610f8b81546955fbb.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3231 >
2024-03-08 19:45:20 +00:00
Aleksandr Mezin
e1db7e368f
messageList: Fix TypeError
in Message.useBodyMarkup
setter
...
Setting `useBodyMarkup` to `true` fails with:
JS ERROR: TypeError: this.setBody is not a function
set useBodyMarkup@resource:///org/gnome/shell/ui/messageList.js:585:14
Fixes: f0e863f529 "messageList: Use GObject properties for Message"
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3232 >
2024-03-08 19:36:50 +00:00
Yotam Bar-On
77af504930
st/clipboard: Check for errors when creating MetaSelectionSourceMemory
...
depends on !3551
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3161 >
2024-03-08 18:45:25 +01:00
Quentin PAGÈS
8e21eb4c60
Update Occitan translation
2024-03-08 17:00:20 +00:00
Jonas Dreßler
fc58f6f053
keyboard: Don't fall back to next model after we found a valid one
...
The fallback for creating models is to try the next one in case the current
one can not be created, until we fall all the way back to the US layout.
Obviously we shouldn't fall back in case creating the model actually worked,
so break out of the loop and then use the new model.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3230 >
2024-03-07 12:02:10 +00:00
Andika Triwidada
4a81099ff2
Update Indonesian translation
2024-03-07 06:44:06 +00:00
Brage Fuglseth
5efb515537
Update Norwegian Bokmål translation
2024-03-06 21:26:17 +00:00
Carlos Garnacho
a60d454cca
endSessionDialog: Disconnect signal from the right object
...
This signal id comes from a signal handler on self, use the right
object when disconnecting it. Spotted by Eugene Popov at
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2140#note_2039721 .
Fixes: b3f5fdcb6 ("endSessionDialog: Connect to events in the dialog itself")
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3225 >
2024-03-06 11:35:35 +01:00
Baurzhan Muftakhidinov
da21f8114a
Update Kazakh translation
2024-03-06 03:06:53 +00:00
Bruce Cowan
ec5f2110bf
Update British English translation
2024-03-05 11:21:31 +00:00
Matej Urbančič
8dbdf2572d
Update Slovenian translation
2024-03-05 11:18:43 +00:00
Jordi Mas i Hernandez
6f5afdc51f
Update Catalan translation
2024-03-05 06:51:53 +00:00
Guillaume Bernard
d919f6524b
Update French translation
2024-03-04 22:01:41 +00:00
Asier Sarasua Garmendia
96b91ec62c
Update Basque translation
2024-03-04 19:58:51 +00:00
Daniel Mustieles
770e48ff14
Updated Spanish translation
2024-03-04 11:12:09 +01:00
Yaron Shahrabani
2b21b991a2
Update Hebrew translation
2024-03-04 09:50:50 +00:00
Aurimas Černius
9203d051f3
Update Lithuanian translation
2024-03-03 20:52:48 +00:00
Ekaterine Papava
9e7216af59
Update Georgian translation
2024-03-03 19:34:59 +00:00
Jiri Grönroos
910553944d
Update Finnish translation
2024-03-03 19:24:05 +00:00
Sabri Ünal
9a87f46133
Update Turkish translation
2024-03-03 19:16:27 +00:00
Piotr Drąg
f9b9074e40
Update Polish translation
2024-03-03 18:48:16 +00:00
Yuri Chornoivan
8fa5019061
Update Ukrainian translation
2024-03-03 18:44:52 +00:00
Sabri Ünal
d3ab842d89
Update Turkish translation
2024-03-03 18:25:05 +00:00
Florian Müllner
dfb0f96f29
Bump version to 46.rc
...
Update NEWS.
2024-03-03 15:37:13 +01:00
Brage Fuglseth
a2ecbeb697
Update Norwegian Bokmål translation
2024-03-03 14:29:17 +00:00
Daniel Rusek
674df088b3
Update Czech translation
2024-03-03 11:42:29 +00:00
Luming Zh
22e204d44d
Update Chinese (China) translation
2024-03-03 09:54:51 +00:00
Danial Behzadi
ceb3ffaed1
Update Persian translation
2024-03-03 05:24:00 +00:00
Julian Sparber
d1e9cfa5c2
message-list: Fix dim buttons for notifications in calender drawer
...
Since we now display notification buttons in the calender drawer we need
to adjust the styling a little bit.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
262fb191b1
notification: Allow expanding notification in calendar drawer
...
This adds a button to expand a notification. This makes most of
the body readable (limited to 6 lines) and the action buttons available
to the user.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
dc4e2e8114
messageList: Always show close button when message is closable
...
Once we add a expand button, which we want to show always, the close
button would look odd if it hides automatically.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
e334d5e575
messageList: Increase space between message list and controls
...
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
274d8be7b9
messageList: Use single actor to display message body
...
Using two actor to display collapsed and expanded body creates a small
flicker when switching between the actors, since we can resize the actor
we can just use one actor and resize it.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
9bf280bbd2
messageTray: Drop 'update()' from MessageTray.Notification
...
Since MessageTray.Notification now uses GObject properties we use
`Object.set()` to update multiple properties and the `update()` method
isn't needed anymore.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
3ef86b279a
messageTray: Always play sound when a notification is updated
...
We had a policy (see [1]) to replay sound for updated notification only
when the sound changed. But this behavior never worked because of a bug
in the code. Since nobody noticed in years, let's remove it and always
allow the sound to be played.
[1] https://bugzilla.gnome.org/show_bug.cgi?id=642831#c37
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
cc60ce7f94
notification: Stop using 'update()' from MessageTray.Notification
...
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
b746ab05b3
notification: Use full potential of MessageTray.Notification properties
...
Since MessageTray.Notification now uses GObject properties we can use
property bindings and specific notify signals.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
f0e863f529
messageList: Use GObject properties for Message
...
This will allow us to use property bindings.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
ffaec5615a
messageList: Directly take an GioIcon as image for a message
...
There is pretty much no value gained by allowing to use any actor to display
an image, so just don't allow it since it simplifies the code and CSS.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
cb1b54b954
notification: Remove old setter methods of MessageTray.Notification
...
We now have nice GObject properties for the properties that can be set
with in different ways, since we already changing the API so much let's
drop the old setter methods.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
1d1d9806f3
notification: Stop using old setter methods of MessageTray.Notification
...
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
9ac4c7da53
messageTray: Automatically update Notification's datetime on property changes
...
Setting the `datetime` property whenever a notification is updated is
tedious and error-prone. Therefore, whenever properties, other then
`acknowledged` and `datetime`, of a notification change update the
`datetime` property to the current time.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
d54219c098
messageTray: Only take params in Notification
constructor
...
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
251a5e9d20
messageTray: Use GObject properties for Notification
...
This will allow us to use property bindings, and it's much clear which
properties a `Notification` has.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00
Julian Sparber
34f05b075b
messageTray: Let the tray decide whether to show a banner
...
Always use the same code path to add new messages to a source, and
let the `MessageTray` decide whether it shows a banner.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173 >
2024-03-03 01:33:16 +00:00