commit e56fa790992619fab88606dc5f063f354a23c429
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Mon Jan 18 17:53:30 2016 +0100

    3.19.5

 NEWS         | 25 +++++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 26 insertions(+), 1 deletion(-)

commit 04a8943cfdb6ec43db55c07749a9921d70e61b10
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Sat Sep 13 16:38:04 2014 +0900

    user-accounts: Give mnemonic to labelled widgets
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736606

 panels/user-accounts/data/account-dialog.ui       | 6 ++++--
 panels/user-accounts/data/user-accounts-dialog.ui | 3 ++-
 panels/user-accounts/um-account-dialog.c          | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

commit a3a8255b9795c0075646e78e73c2d928fcfad93d
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Sat Sep 13 15:40:18 2014 +0900

    sharing: Give mnemonic to labelled widgets
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736606

 panels/sharing/sharing.ui | 41 +++++++++++++++++++++++++++++------------
 1 file changed, 29 insertions(+), 12 deletions(-)

commit 472fd9d33d2f6f0ed981b915e59f50f36b1cd5a6
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Sat Sep 13 11:52:24 2014 +0900

    notifications: Give mnemonic to labelled widgets
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736606

 panels/notifications/edit-dialog.ui   | 18 ++++++++++++------
 panels/notifications/notifications.ui |  6 ++++--
 2 files changed, 16 insertions(+), 8 deletions(-)

commit e96e87a2827a1710e27bcdbf154b8f89a427d181
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Mon Jan 18 16:17:48 2016 +0100

    universal-access: Fix mnemonic conflicts

 panels/universal-access/uap.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit cde6a3eb3aede4a812dd1fc45f74ccca0c0518c0
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Mon Jan 18 16:16:33 2016 +0100

    universal-access: Add missing mnemonic widget to the Large Text label

 panels/universal-access/uap.ui | 1 +
 1 file changed, 1 insertion(+)

commit 7b9a76c609b432b373ea4933e1023ec71e8e6c09
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Sat Sep 13 17:59:58 2014 +0900

    datetime: Fix mnemonic conflict
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736606

 panels/datetime/datetime.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5ae47f030571327a86eb425e847aec8bacaa6fa5
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Sat Sep 13 17:58:07 2014 +0900

    region: Give mnemonic to labelled widgets
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736606

 panels/region/cc-region-panel.c | 2 +-
 panels/region/region.ui         | 9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

commit 9dc11e66bdcb7bc9d1b1a73c509b11cacef49713
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Sat Sep 13 17:35:33 2014 +0900

    background: Give mnemonic to labelled widgets
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736606

 panels/background/background.ui                  | 8 ++++++--
 panels/background/cc-background-chooser-dialog.c | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

commit e49495408ab5617fa2637a14ef2c3b8c62e92f2c
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Sat Sep 13 16:25:16 2014 +0900

    universal-access: Give mnemonic to labelled widgets
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736606

 panels/universal-access/zoom-options.ui | 51 ++++++++++++++++++++++-----------
 1 file changed, 34 insertions(+), 17 deletions(-)

commit cc2fad82bc59a863b87edf1e2ca1882f2ad3912a
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Sat Sep 13 15:41:07 2014 +0900

    color: Give mnemonic to labelled widgets
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736606

 panels/color/color-calibrate.ui | 12 ++++++++----
 panels/color/color.ui           | 15 ++++++++-------
 2 files changed, 16 insertions(+), 11 deletions(-)

commit 5b189ea0e3c93098e996ee1e8b9c0d7f552e87ed
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Sat Sep 13 13:18:23 2014 +0900

    printers: Give mnemonic to labelled widgets
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736606

 panels/printers/jobs-dialog.ui    | 3 ++-
 panels/printers/options-dialog.ui | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 888e40eae8f26823f2e9bf0c37c45eafad467d07
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Mon Jan 18 14:41:47 2016 +0100

    wacom: Avoid crashing when opening the panel on wayland sessions
    
    We don't yet support wacom devices under wayland and GsdWacomDevice
    uses X APIs unconditionally which makes us crash under wayland.
    
    Instead, let's return early and leave the GsdWacomDevice in an invalid
    state which means that we just present the default UI for "no wacom
    devices detected".

 panels/wacom/gsd-wacom-device.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 30470d721398b4368e2e60e403e88b6a7fdf7ec6
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Sep 29 18:06:55 2015 +0200

    region: Ensure that system and user formats are consistent
    
    The formats (or 'region') setting might be unset meaning that it's the
    same as the language since that's what LC_TIME et al default to when
    unset.
    
    We already handle this for the user setting but for the system setting
    we're losing that semantic when getting it from localed since we don't
    allow priv->system_region to remain unset. This means that when users
    change the system language, the system formats will be explicitly set
    to the previous value of the system language instead of remaining
    unset and thus follow the new value for the system language.
    
    This isn't that bad on multi user systems where we display system
    settings separately from user settings, but on single user systems we
    change the system values to match the user values which, due to the
    above mentioned semantic difference regarding the region setting,
    means that when changing the language, the (unset) region will be
    displayed as the same as the language but the system region will be
    explicitly set to the previous language.
    
    Fix this by making the system region have the same semantic as the
    user's, i.e. allow it to remain unset until explicitly set by the
    user.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755648

 panels/region/cc-region-panel.c | 82 ++++++++++++++++++++++-------------------
 1 file changed, 44 insertions(+), 38 deletions(-)

commit 7a757b7741c5871b141f5f91fe9056406b0b4239
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Sat Jan 16 08:49:44 2016 +0000

    Updated Finnish translation

 po/fi.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 5358230e663b29c36c26460bbe933c24437c64cf
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Sat Jan 16 08:46:07 2016 +0000

    Updated Finnish translation

 po/fi.po | 50 ++++++++++++++++++--------------------------------
 1 file changed, 18 insertions(+), 32 deletions(-)

commit ad6a00ae16a308b0b234f8aa2cd623b767381603
Author: Andrew Cowie <andrew@operationaldynamics.com>
Date:   Tue Dec 22 14:35:07 2015 +1100

    network: Elipsize device metadata fields
    
    Excessively long metadata fields cause the the control-center panel to
    blow out to wider than screen width. Probably the right thing is to
    limit the allocation to the device detail pane from somewhere up the
    stack, but for now, enable ellipsizing and set an max-width to
    constrain the width of things which are there just for information
    anyway; true values are available in the edit dialog.
    
    Closes #759766.
    
    Signed-off-by: Andrew Cowie <andrew@operationaldynamics.com>

 panels/network/panel-common.c | 2 ++
 1 file changed, 2 insertions(+)

commit 7cd6800da0b343aaa44bdafb7e1f2348995aa414
Author: Felipe Borges <felipeborges@gnome.org>
Date:   Wed Jan 13 15:45:22 2016 +0100

    printers: port pp_cups_get_dests* to GTask
    
    As of GLib 2.46, GSimpleAsyncResult is deprecated
    in favor of GTask, which provides a simpler API.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760581

 panels/printers/pp-cups.c | 67 ++++++++++++-----------------------------------
 1 file changed, 17 insertions(+), 50 deletions(-)

commit a3ed8851a3b5274d557e2f026fd56441b58a8761
Author: Stas Solovey <whats_up@tut.by>
Date:   Fri Jan 15 09:58:01 2016 +0000

    Updated Russian translation

 po/ru.po | 746 ++++++++++++++++++++++++++++++---------------------------------
 1 file changed, 349 insertions(+), 397 deletions(-)

commit 46f19022efca21bf45b211949a11c1ecdb5db09c
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Tue Jan 5 19:19:08 2016 +0100

    region: Use listbox header helper
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760582

 panels/region/cc-input-chooser.c | 29 +++--------------------------
 1 file changed, 3 insertions(+), 26 deletions(-)

commit 5af18c4fb4ab32557a4429f6c21645435071f241
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Mon Jan 11 13:30:42 2016 +0000

    Updated Slovak translation

 po/sk.po | 55 ++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 34 insertions(+), 21 deletions(-)

commit fd69da72558bde6c9bbb79f7e169016eb367b565
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Jan 10 18:07:17 2016 +0200

    Updated Lithuanian translation

 po/lt.po | 93 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 46 insertions(+), 47 deletions(-)

commit 4a009da483e96ea1763855f419da64c9e2468a34
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jan 10 15:51:25 2016 +0100

    bluetooth: Don't change the switch status when transitioning
    
    When transitioning from an enabled platform rfkill to disabled, the
    Bluetooth adapter's power will lag behind. Make sure to not change the
    switch's status when we get into this temporary state.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760168

 panels/bluetooth/cc-bluetooth-panel.c | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

commit 40117a0ed577757ceba4b6cb5479642c29f8568d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jan 10 14:49:15 2016 +0100

    bluetooth: Avoid broken state when enabling Bluetooth
    
    When enabling Bluetooth, and with older versions of the rfkill
    gnome-settings-daemon D-Bus service, we could get into a state where the
    Bluetooth rfkill was off, but the hciX rfkill associated with the
    adapter is blocked.
    
    Avoid showing filler text in that case.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760168

 panels/bluetooth/cc-bluetooth-panel.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 06c8bd45861ecc001460c5991b5bb3124e8f449c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jan 10 15:58:57 2016 +0100

    bluetooth: Bump required gnome-bluetooth version
    
    So that the new API is available.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0d4b2bc49b01a1316bd1bcaaed8716fe258e0365
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jan 10 10:07:15 2016 +0100

    sharing: Ensure Tracker rygel plugin is disabled
    
    The Tracker plugin is enabled by default, and will replace the
    MediaExport plugin is enabled. This means that instead of sharing files
    listed in the paths set in the UI, we'd be sharing the user's files as
    configured in the Search panel. Not what we want to do if this contains
    private files.

 panels/sharing/cc-media-sharing.c | 1 +
 1 file changed, 1 insertion(+)

commit d98d42880de420b8a1ee1f5a3cf7102f42de435b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Dec 17 15:41:46 2015 +0100

    common: Update from gnome-settings-daemon

 panels/common/gsd-device-manager-x11.c |   6 +-
 panels/common/gsd-device-manager.c     |  10 ++
 panels/common/gsd-device-manager.h     |   2 +
 panels/common/gsd-input-helper.c       | 282 ---------------------------------
 panels/common/gsd-input-helper.h       |  21 ---
 5 files changed, 17 insertions(+), 304 deletions(-)

commit c860b59a097fb230af3fa1dc36e2301bc2960796
Author: Muhammet Kara <muhammetk@gmail.com>
Date:   Sat Jan 9 22:35:51 2016 +0000

    Updated Turkish translation

 po/tr.po | 79 ++++++++++++++++++++++++++++------------------------------------
 1 file changed, 35 insertions(+), 44 deletions(-)

commit cf4851e602f0fb21fc9dc83e876c64bf1326edb6
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Sat Jan 9 19:19:53 2016 +0000

    Updated Finnish translation

 po/fi.po | 36 ++++++++++++------------------------
 1 file changed, 12 insertions(+), 24 deletions(-)

commit e5e3cb564be772dfbcdee97631cbf28877412c70
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Fri Jan 8 15:35:29 2016 +0000

    Updated Finnish translation

 po/fi.po | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

commit 80096d2a66e465324d0bf86db0dfc8fcc88bd2e2
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Jan 7 22:58:30 2016 +0100

    Updated Norwegian bokmål translation.

 po/nb.po | 58 +++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 33 insertions(+), 25 deletions(-)

commit 3169835db7fded08984cd82c5eb92abf0bbd619d
Author: Jiri Grönroos <jiri.gronroos@iki.fi>
Date:   Wed Jan 6 13:03:51 2016 +0000

    Updated Finnish translation

 po/fi.po | 519 ++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 294 insertions(+), 225 deletions(-)

commit eedeef2db6a39962790b8e08fce7d6f78367275c
Author: Theppitak Karoonboonyanan <theppitak@gmail.com>
Date:   Mon Jan 4 12:29:22 2016 +0700

    Correct Akom's copyright years in header

 po/th.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 593e2d9ed12b07960ae0295bb525a029ca119198
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:   Mon Jan 4 11:29:22 2016 +0700

    Updated Thai translation.

 po/th.po | 224 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 126 insertions(+), 98 deletions(-)

commit 4448f0a73583979727cf51d6b214c45f2ce9944f
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:   Thu Dec 31 19:03:40 2015 +0200

    Updated Hebrew translation

 po/he.po | 64 ++++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 36 insertions(+), 28 deletions(-)

commit dadcbb86eb10fb58d84c2157d6121ef57595c091
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Tue Dec 29 14:26:01 2015 +0100

    Updated German translation

 po/de.po | 1879 +++++++++++++++++++++++++-------------------------------------
 1 file changed, 760 insertions(+), 1119 deletions(-)

commit 956c0a98c38316f081ff5f4aa1701799bb7bfa39
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Dec 25 12:46:09 2015 +0100

    Updated Czech translation

 po/cs.po | 659 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 306 insertions(+), 353 deletions(-)

commit a777f4ac080579644e286cc6127c951db54f578c
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Mon Dec 21 12:46:20 2015 +0000

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 355 +++++++++++++++++++++++-------------------------------------
 1 file changed, 134 insertions(+), 221 deletions(-)

commit 7aa2a1d80886fa45fd7cae98dba1ed3efa19a2e0
Author: Gustavo Marques <gutodisse+gnome@gmail.com>
Date:   Mon Dec 21 12:32:57 2015 +0000

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 1837 +++++++++++++++++++++++------------------------------------
 1 file changed, 726 insertions(+), 1111 deletions(-)

commit 6a81eac9c167e137700bccc0e5aff837a9fc9225
Author: Leonardo Fontenelle <leonardof@gnome.org>
Date:   Mon Dec 21 11:51:47 2015 +0000

    Updated Brazilian Portuguese translation
    (cherry picked from commit e09e7d8a78c671e37d71401f4f7b68860e4f4e98)

 po/pt_BR.po | 184 +++++++++++++++++++++++++++---------------------------------
 1 file changed, 83 insertions(+), 101 deletions(-)

commit 31144c2408be97d32aad0b2bb189a21475c4e7dc
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sun Dec 20 14:50:00 2015 +0200

    Updated Lithuanian translation

 po/lt.po | 733 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 392 insertions(+), 341 deletions(-)

commit aded43ab8968de69e16cd376d09413e9f26e0db3
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Dec 17 19:12:37 2015 +0100

    Updated Spanish translation

 po/es.po | 86 ++++++++++++++++++++++++++++------------------------------------
 1 file changed, 37 insertions(+), 49 deletions(-)

commit 09c86e277cba1e7388feef7a6b25ffbc2a41515d