Commit graph

22181 commits

Author SHA1 Message Date
Jake Dane
1ccade9481 notifications: Replace "Applications" with "Apps"
This is part of an initiative to use "app" instead of "applications",
see: https://gitlab.gnome.org/Teams/Design/initiatives/-/issues/123

!1637 missed replacing one occurrence of "Applications" on the
notifications panel. This does that last replacement with "Apps".
2023-03-14 19:49:54 +00:00
Bastien Nocera
5755f0eec7 power: Label the main "battery" as UPS if that's what it is
Change the label from "Battery" to "UPS" if the upower DisplayDevice is
a UPS. This avoids confusions like:
https://www.reddit.com/r/gnome/comments/11aws0q/battery_indicator_for_desktop_computer_seems/
https://askubuntu.com/questions/1344733/why-does-ubuntu-show-battery-and-charge-info-when-it-is-a-desktop-with-no-batter

"
Why does GNOME display a battery percentage ("Fully Charged") when I'm
running a desktop computer without any battery?
"
followed by:
"
Ha! I figured it out[...]. I have my desktop plugged into a UPS
"
2023-03-14 19:19:51 +00:00
Bastien Nocera
16702a1b00 ci: Build own GTK version
So that the "Finalizing foo, but it still has children left" message is
not truncated. This commit will be reverted when GTK is new enough in
our image.
2023-03-14 19:42:59 +01:00
Bastien Nocera
4d2803dc4c ci: Update CI image
Bump the version of the CI image to force a rebuild. This should bring
us a newer version of Mesa that would fix problems running GTK4 with
Xvfb as a display server:
libEGL fatal: did not find extension DRI_Mesa version 1

Closes: #2397
2023-03-14 18:05:09 +01:00
Martin
bcdc3651af Update Slovenian translation 2023-03-14 09:16:39 +00:00
Jordi Mas
97616f1108 Update Catalan translation 2023-03-13 15:13:41 +01:00
Daniel
535081c3d4 Updated Spanish translation 2023-03-13 10:48:54 +01:00
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