~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/davidk/meson-source_dir

Last commit made on 2022-02-16
Get this branch:
git clone -b wip/davidk/meson-source_dir https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wip/davidk/meson-source_dir
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

21226b9... by David King

common: Add gresource sources to common_sources

As the gresource source and header are generated, add them to
common_sources. Follow-up to 234d1aadb78dfea16d001569bcb71a6807598c03.
Without this, the build fails on s390 as the resources header is not
generated.

2657811... by Hugo Carvalho

Update Portuguese translation

9dd96d7... by Hugo Carvalho

Update Portuguese translation

494f0d6... by Yosef Or Boczko <email address hidden>

Update Hebrew translation

cedb115... by Georges Basile Stavracas Neto

42.beta

1c9cb2d... by Fran DiƩguez

Update Galician translation

dddd3f6... by Georges Basile Stavracas Neto

display: Box Night Light temperature vertically

Instead of being in the horizontal end of the row, move
the temperature scale to a second row.

Related: https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1587

8b05bc9... by Georges Basile Stavracas Neto

display: Remove labels from Night Light temperature scale

As per mockups.

8dc39c8... by Mohammed Sadiq <email address hidden>

wwan: Remove a never reached code

Since we return early, the code followed is never run.
Also, the password for GSM APNs are not actually sensitive
secrets. So Remove the lines that are never reached.

10489fb... by Alessandro Bono <email address hidden>

net-vpn: Don't append `VPN` in the title of the editor dialog

We don't do anything similar for other connections editors (wired and WiFi).
We alredy know that we are modifying a VPN, no need to repeat ourself.