~vcs-imports/gnome-control-center/+git/gnome-control-center:gnome-3-22

Last commit made on 2017-08-12
Get this branch:
git clone -b gnome-3-22 https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Recent commits

06ce929... by Andika Triwidada

Update Indonesian translation

c870c95... by Matej Urbančič

Updated Slovenian translation

e768cde... by Marek Cernocky <email address hidden>

Updated Czech translation

c0e45ae... by Matej Urbančič

Updated Slovenian translation

bf7c437... by Bastien Nocera

network: Simplify the ignored Network interface types

We might want to add more ignored types later on, but this is a simple
cleanup.

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

1f52670... by Lubomir Rintel

hostname-helper: use SSID_MAX_LEN

It looks a bit weird to define it and still use the numeric literal.

a80bb95... by Lubomir Rintel

hostname-helper: fall back to kernel hostname when the pretty one is an empty string

The empty string is not too useful as an SSID, an attempt to create a
hotspot fails:

  (gnome-control-center:19371): network-cc-panel-WARNING **:
    Failed to add new connection: (2)
    A 'wireless' setting with a valid SSID is required if no AP path was given.

9697610... by Mohammed Sadiq <email address hidden>

hostname-helper: don't read past '\0'

g_utf8_find_next_char() doesn't do checks whether the char
is '\0' or not. We have to take care of that ourself.

This commit fixes heap-buffer-overflow found by test-hostname

ERROR: AddressSanitizer: heap-buffer-overflow on address
READ of size 1 at 0x60200000cd76 thread T0
 #0 0x7f8b26920d08 in g_utf8_find_next_char glib/glib/gutf8.c:179
 #1 0x55c2b8eacaee in pretty_hostname_to_ssid gnome-control-center/shell/hostname-helper.c:199

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

18e67c6... by Carlos Garnacho

common: Add "pad" GsdDeviceType to GsdDeviceManager

So we can recognize pad devices.

Note:
  Cherry-picked from master commit 176dfca to fix
  https://bugzilla.gnome.org/show_bug.cgi?id=781846

efee15c... by Hideki Yamane

Updated Japanese translation