~vcs-imports/gnome-control-center/+git/gnome-control-center:night-strings-translate-3-32

Last commit made on 2019-04-11
Get this branch:
git clone -b night-strings-translate-3-32 https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
night-strings-translate-3-32
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

ed9c7be... by Sebastien Bacher

Include glib/gi18n.h which is needed for gettext

21c2686... by Sebastien Bacher

night-light: set screen temperature strings as translatable

Fixes #437

5fac79b... by Robert Ancell

region: Fix input source options not being applied.

This was broken in a86cf1eca2 (3.32) when the input options dialog was converted
into a GtkPopover. Previously two GSettings objects were used, with one set to
'delay-apply' mode. The input source option didn't apply the changes.

The 'delay-apply' mode is from the original commit d3852fc831, however code was
simplified in b3199dd to only set one setting. This meant that the delay is no
longer necessary.

Fixes #440

725a921... by Jordi Mas

Update Catalan translation

8e78f84... by Felipe Borges <email address hidden>

mouse: Reinstate keyboard navigation in the panel

Fixes #246

(cherry picked from commit 6046d562cf0ae7573a7586223a4231ebe7d30aeb)

419d2f9... by Carmen Bianca BAKKER <email address hidden>

Update Esperanto translation

5c1dedb... by Dusan Kazik

Update Slovak translation

901bb6b... by Dusan Kazik

Update Slovak translation

5606637... by Georges Basile Stavracas Neto

3.32.1

a368153... by Benjamin Berg <email address hidden>

mouse: Sync touchpad scrolling switch states correctly

The old code would not sync the state when the page was loaded. Also,
due to how the code was written, it would not update the switch state if
the underlying setting was changed in some other way.

Fix this by connecting the setting with the "state" of the switches.
When the switches "active" property is changed, update the underlying
setting and ensure the mutually exclusive switch is turned off when
needed.

Fixes #398