~vcs-imports/gnome-control-center/+git/gnome-control-center:gsoc23/add-network-displays-support

Last commit made on 2023-05-04
Get this branch:
git clone -b gsoc23/add-network-displays-support https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
gsoc23/add-network-displays-support
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

fd27a3c... by Bogi

Add Faroese translation

(cherry picked from commit 53956cffd882c2b16e50034a2289ffdd845ba4bc)

ce74553... by Robert Ancell

Fix typo in email address

a53bd08... by Robert Ancell

Update my Email address to match the one I use in commits

6179d58... by Felipe Borges <email address hidden>

color: Make it easier to translate panel description string

This helps translators understand what are the placeholders in
the visible string.

+#. Translators: This will be presented as the text of a link to the documentation
+#. translators: Text used in link to privacy policy
+#: panels/color/cc-color-panel.c:2021
+#: panels/diagnostics/cc-diagnostics-panel.c:137
+msgid "Learn more"

+#. Translators: %s is a link to the documentation with the label "Learn more"
+#: panels/color/cc-color-panel.c:2023
+msgid "Each device needs an up to date color profile to be color managed. %s"

2d31091... by sunflowerskater <email address hidden>

color: Dim information text & fix "Learn more" link alignment

8dd0abe... by Automeris naranja <email address hidden>

network: Rename "Other Devices" to "Bluetooth"

Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2102

13e4e0c... by Automeris naranja <email address hidden>

general: Set a minimum size for various dialogs

This change prevents some dialogs from being shrunk
to a really small size by setting a minimum size for them.

c3110d2... by Felipe Borges <email address hidden>

doap: Mark myself as a "General" maintainer

bf7ec41... by Marek Kašík

Fix my email address

fe36282... by Automeris naranja <email address hidden>

network: AdwStatusPage consistency tweaks

Both Wi-Fi and Network panels shows a status page when Network Manager isn't running.
However, they don't use the same writing style:

- https://gitlab.gnome.org/GNOME/gnome-control-center/-/blob/gnome-44/panels/network/cc-wifi-panel.ui#L221
- https://gitlab.gnome.org/GNOME/gnome-control-center/-/blob/gnome-44/panels/network/cc-network-panel.c#L672

This change makes both status pages to use the same writing style.