Commit graph

22174 commits

Author SHA1 Message Date
Piotr Drąg
ca1195dc48 Update Polish translation 2023-03-12 19:28:51 +01:00
Asier Sarasua Garmendia
fcc6fda65e Update Basque translation 2023-03-12 09:35:23 +00:00
Alan Mortensen
9b9286d46f Update Danish translation 2023-03-11 14:59:09 +00:00
Anders Jonsson
1be0685560 Update Swedish translation 2023-03-11 14:11:41 +00:00
Matej Urbančič
3c3be3171b Update Slovenian translation 2023-03-10 21:21:19 +00:00
Matej Urbančič
3a91f1dacd Update Slovenian translation 2023-03-10 21:17:25 +00:00
Sabri Ünal
897e19b934 Update Turkish translation 2023-03-10 18:00:07 +00:00
Kukuh Syafaat
93aadef2e0 Update Indonesian translation 2023-03-09 03:24:58 +00:00
Balázs Úr
23ffe5dfe8 Update Hungarian translation 2023-03-08 08:06:22 +00:00
Vasil Pupkin
d703fed57c Update Belarusian translation 2023-03-07 20:47:53 +00:00
Fran Dieguez
b92eb5270d Update Galician translation 2023-03-06 21:29:48 +00:00
Hugo Carvalho
f95b63072d Update Portuguese translation 2023-03-06 17:31:35 +00:00
Georges Basile Stavracas Neto
c9fde288f0 doap: Remove gicmo from DOAP file
The usename doesn't exist and it blocks my final goodbye
2023-03-06 13:00:20 -03:00
Georges Basile Stavracas Neto
eb19d98d2e doap: Remove myself from maintainers
Can't say it was a good ride, but it definitely lasted. I once
again wish the module that the next stewards will be better.
2023-03-06 12:50:48 -03:00
Georges Basile Stavracas Neto
fb1cc35828 Post-release version bump 2023-03-06 12:29:46 -03:00
Georges Basile Stavracas Neto
92353fab4c 44.rc 2023-03-06 12:22:35 -03:00
Sabri Ünal
25509d18c7 Update Turkish translation 2023-03-06 12:51:48 +00:00
MohammadSaleh Kamyab
d2dfad1c4b Update Persian translation 2023-03-06 09:28:06 +00:00
Alexander Shopov
3b36ad0352 Update Bulgarian translation 2023-03-06 09:15:51 +00:00
Aurimas Černius
968e05c010 Update Lithuanian translation 2023-03-04 19:57:45 +00:00
Jordi Mas
b13b080aa6 Update Catalan translation 2023-03-04 20:49:06 +01:00
Yosef Or Boczko
163e623573 Update Hebrew translation 2023-03-04 18:39:37 +00:00
Aleksandr Melman
1f5057c5f1 Update Russian translation 2023-03-04 15:20:23 +00:00
Changwoo Ryu
18c73dc4c7 Update Korean translation 2023-03-04 13:50:31 +00:00
Chao-Hsiung Liao
4d861162df Update Chinese (Taiwan) translation 2023-03-04 13:40:57 +00:00
Jiri Grönroos
33fbaae02a Update Finnish translation 2023-03-04 10:41:16 +00:00
Alessandro Bono
19c5d9d4fc thunderbolt: Decouple active and state properties usage
The ability to tweak the state property was mainly introduced in
order to implement delayed state change via the state-set signal.
Since GTK 4.9.3[1] the active and state properties are no more
interchangeable.

[1] https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5442
2023-03-03 18:16:57 +00:00
Alessandro Bono
6c125accc3 thunderbold: Don't cast CcBoltPanel when cancelled
Otherwise we get a crash.
2023-03-03 18:16:57 +00:00
Alessandro Bono
9d2844e02f sharing: Set active property instead of state
The ability to tweak the state property was mainly introduced in
order to implement delayed state change via the state-set signal.
Since GTK 4.9.3[1] the active and state properties are no more
interchangeable.

[1] https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5442
2023-03-03 18:16:57 +00:00
Alessandro Bono
4cacdb3544 sharing: Connect to the active property instead of state
The ability to tweak the state property was mainly introduced in
order to implement delayed state change via the state-set signal.
Since GTK 4.9.3[1] the active and state properties are no more
interchangeable.

[1] https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5442
2023-03-03 18:16:57 +00:00
Alessandro Bono
b892e6ff15 sharing: Bind to the active property instead of state
The ability to tweak the state property was mainly introduced in
order to implement delayed state change via the state-set signal.
Since GTK 4.9.3[1] the active and state properties are no more
interchangeable.

[1] https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5442
2023-03-03 18:16:57 +00:00
Alessandro Bono
e7458ff1b4 sharing: Set active property instead of state
The ability to tweak the state property was mainly introduced in
order to implement delayed state change via the state-set signal.
Since GTK 4.9.3[1] the active and state properties are no more
interchangeable.

[1] https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5442
2023-03-03 18:16:57 +00:00
Alessandro Bono
7c356d8c7d datetime: Decouple active and state properties usage
The ability to tweak the state property was mainly introduced in
order to implement delayed state change via the state-set signal.
Since GTK 4.9.3[1] the active and state properties are no more
interchangeable.

[1] https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5442

Closes: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2330
2023-03-03 18:16:57 +00:00
Alessandro Bono
9af0a2d15e bluetooth: Decouple active and state properties usage
The ability to tweak the state property was mainly introduced in
order to implement delayed state change via the state-set signal.
Since GTK 4.9.3[1] the active and state properties are no more
interchangeable.

[1] https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5442
2023-03-03 18:16:57 +00:00
Alessandro Bono
f275c3a53c bluetooth: Properly fetch changing state
Since commit 75c3e11708 user_data does not
contain the state anymore. Assume that the active value is what the state
is going to be.
2023-03-03 18:16:57 +00:00
Alessandro Bono
b236b72fb2 bluetooth: Return TRUE for state-set callback
From the documentation[1]: "The signal handler should return TRUE to
prevent the default handler from running."

[1] https://docs.gtk.org/gtk4/signal.Switch.state-set.html
2023-03-03 18:16:57 +00:00
Jordi Mas
61bc68b473 Update Catalan translation 2023-03-03 16:38:50 +01:00
Mohammed Sadiq
2fb74f2a40 panel-list: Switch to main list if custom sidebar is not set
If the previously shown panel had a custom sidebar, we were not
switching back to the main list if the currently shown panel
doesn't have one.

This will result in the sidebar having empty content.

Fix it by always switching to main sidebar view if no custom
sidebar widget is set.

Closes #2261
Closes #2292
2023-03-03 10:38:31 -03:00
Jonas Ådahl
b612179cdb panels/remote-desktop: Popuplate address label
This means the address will displayed as intended, and clicking the copy
icon will copy it again.

Related: https://bugzilla.redhat.com/show_bug.cgi?id=2173136
2023-03-03 13:57:09 +01:00
Philipp Kiemle
94c949a0f3 Update German translation 2023-03-03 07:28:59 +00:00
Ekaterine Papava
af4ffedf43 Update Georgian translation 2023-03-02 21:51:08 +00:00
Yuri Chornoivan
9cb4bad3a2 Update Ukrainian translation 2023-03-02 20:17:00 +00:00
Automeris naranja
ce212d9d06 firmware-security-dialog: Increase the dialog height
This change increases the dialog height to avoid
showing an unnecessary scrollbar.

Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2369
2023-03-02 15:53:07 +00:00
Felipe Borges
0e7ad06da3 mouse: Rename "Pointer Assistance" to "Mouse Acceleration"
This is the popular term  for this feature and we would be confusing
users by inserting new terminology.
2023-03-02 15:51:22 +00:00
Daniel
ee3c25cccb Updated Spanish translation 2023-03-02 13:16:27 +01:00
Sabri Ünal
c440955b3a Update Turkish translation 2023-03-01 21:37:14 +00:00
Jiri Grönroos
cde02e5f7a Update Finnish translation 2023-03-01 20:51:18 +00:00
Vasil Pupkin
0ab5e78002 Update Belarusian translation 2023-03-01 19:57:37 +00:00
Mohammed Sadiq
e155979dc2 keyboard: shortcut-dialog: Set custom title for subview
So that we can have different titles for main view and subview,
and so the title won't be broken when swiping back from subview.
2023-03-01 16:12:19 +00:00
Mohammed Sadiq
287ab748a1 keyboard: shortcut-dialog: Pack content in a single leaflet
Don't pack headerbar and content separately, keep them together.
So that navigating back shall work right.
2023-03-01 16:12:19 +00:00