~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/inigomartinez/gettext

Last commit made on 2018-01-18
Get this branch:
git clone -b wip/inigomartinez/gettext https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wip/inigomartinez/gettext
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

844abe1... by Piotr Drąg

sharing: add XML declaration to the .policy file

Without it, gettext mangles UTF-8 characters.

https://bugzilla.gnome.org/show_bug.cgi?id=787588

c1aee64... by Piotr Drąg

sound: specify encoding in the XML declaration of gnome-sounds-default.xml

Without it, gettext mangles UTF-8 characters.

https://bugzilla.gnome.org/show_bug.cgi?id=787588

25f4d2f... by Iñigo Martínez

build: Migrate from Intltool to Gettext

Recent versions of Gettext are able to translate several formats
that are used in GNOME applications. This patch migrates from
Intltool to Gettext by using meson's i18n features.

https://bugzilla.gnome.org/show_bug.cgi?id=787588

2be893d... by Iñigo Martínez

build: Make bluetooth, network and wacom mandatory on linux

The bluetooh, network and wacom panels should not be optional
on linux, except on s390 systems which lack USB support. It
should also not be built at all on other systems.

This patch makes these panels mandatory on linux.

https://bugzilla.gnome.org/show_bug.cgi?id=792641

d71f705... by Robert Ancell

datetime: Use g_auto for variables

https://bugzilla.gnome.org/show_bug.cgi?id=788221

8e2305c... by Michael Catanzaro

power: Add sublabel for Bluetooth switch

We already have this label for Wi-Fi and Mobile Broadband, so it looks
silly that it's missing from the Bluetooth row.

https://bugzilla.gnome.org/show_bug.cgi?id=771200

3dafd78... by Bastien Nocera

keyboard: Simplify keyboard option object creation

https://bugzilla.gnome.org/show_bug.cgi?id=771009

dc0988d... by Iñigo Martínez

build: Remove autotools

To avoid the burden of maintaining multiple build systems, this
patch removes autotools support.

https://bugzilla.gnome.org/show_bug.cgi?id=785414

ca37794... by Bastien Nocera

power: Add gaming input devices label

See https://bugs.freedesktop.org/show_bug.cgi?id=102493

https://bugzilla.gnome.org/show_bug.cgi?id=787087

a37d04d... by Georges Basile Stavracas Neto

connection-editor: Expose metered connection switch

NetworkManager supports marking a connection as metered, meaning
that connection is e.g. charged by its usage or extremely limited.
When a network is metered, background network usage must cease
and the behavior of the various OS pieces must be adjusted.

This patch adds a switch to set a connection as metered or not.
The property is imediately propagated to NetworkManager.

https://bugzilla.gnome.org/show_bug.cgi?id=792608