commit 49aff243c26e2be9d940b3c8355be8a84f7594e2 (HEAD -> master)
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 4 13:33:10 2016 +0100

    3.19.91

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

commit 80dee7fdfa8e09d717424cf5a2de68b3b8e2638f (origin/master, origin/HEAD)
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Fri Mar 4 03:59:24 2016 +0000

    Updated Kazakh translation

 po/kk.po | 304 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 165 insertions(+), 139 deletions(-)

commit a7800bdf02ef43aa945466727421c7beaf0a872e
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Thu Mar 3 20:59:06 2016 +0000

    Updated Slovak translation

 po/sk.po | 314 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 171 insertions(+), 143 deletions(-)

commit 11de84d080169f509421ac3e0875a92bc260c1ba
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Thu Mar 3 21:51:41 2016 +0200

    Update Latvian translation

 po/lv.po | 393 ++++++++++++++++++++++++++-------------------------------------
 1 file changed, 164 insertions(+), 229 deletions(-)

commit e42bb69cd004b8575719f2a3a5678a4bc0c7684d
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Mar 3 18:47:33 2016 +0100

    Updated Polish translation

 po/pl.po | 300 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 161 insertions(+), 139 deletions(-)

commit dc77bbc992e2d272f1b483dd69f28a9d89577efd
Author: Stas Solovey <whats_up@tut.by>
Date:   Thu Mar 3 17:34:13 2016 +0000

    Updated Russian translation

 po/ru.po | 301 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 160 insertions(+), 141 deletions(-)

commit e7509321a58bf7bca07b668808d691aa3527c835
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Thu Feb 18 16:43:23 2016 +0000

    privacy: Per-app location access control
    
    Latest gnome-shell (3.19.91) now asks user if they'd want to allow the
    application to gain access to their location information when an
    application tries to access this information. The user's choice is saved
    in xdg-app's permission store and user can no longer can change their
    mind about this later on. Hence the need to provide these per-application
    controls in control-center.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761245

 panels/privacy/cc-privacy-panel.c | 325 +++++++++++++++++++++++++++++++++++++-
 panels/privacy/privacy.ui         |  54 ++++++-
 2 files changed, 372 insertions(+), 7 deletions(-)

commit d77ec8e8212434dac188ae43c16627363c215435
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Wed Feb 17 15:56:21 2016 +0000

    privacy: Indicate location service being used
    
    As per the new mockup, we should indicate when location service is in
    use:
    
    https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/system-settings/privacy/privacy-3.20.png
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761245

 panels/privacy/cc-privacy-panel.c | 116 ++++++++++++++++++++++++++++++++++++--
 1 file changed, 111 insertions(+), 5 deletions(-)

commit 5ebf3d8ddf454bdb6e62b10bf586fb471a63b626
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Fri Feb 26 16:07:55 2016 +0000

    common: Fix codying-style in cc_util_get_smart_date()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761245

 panels/common/cc-util.c | 37 +++++++++++++++++++++----------------
 1 file changed, 21 insertions(+), 16 deletions(-)

commit 3ca5b11d7a520e746cc27a57dbb0e6277219f986
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Tue Feb 16 18:17:45 2016 +0000

    privacy: Move "Location Services" into a dialog
    
    We are about to add per-application settings for geolocation access and
    they won't really fit well in the main view. This is as per design
    mockup:
    
    https://dl.dropboxusercontent.com/u/5031519/privacy/privacy-3.20.png
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761245

 panels/privacy/cc-privacy-panel.c | 32 ++++++++++++-----
 panels/privacy/privacy.ui         | 72 ++++++++++++++++++++++++---------------
 2 files changed, 67 insertions(+), 37 deletions(-)

commit afebec5d9a6e2a210851aecb9a18cd22b62acbb4
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Fri Feb 12 23:06:59 2016 +0000

    common: Move get_smart_date() to common utils
    
    And rename it to cc_util_get_smart_date().
    
    In a following patch, we'll need to use it from privacy panel.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761245

 panels/common/cc-util.c                  | 39 ++++++++++++++++++++++++++++++++
 panels/common/cc-util.h                  |  3 ++-
 panels/user-accounts/um-history-dialog.c |  4 +++-
 panels/user-accounts/um-user-panel.c     |  3 ++-
 panels/user-accounts/um-utils.c          | 39 --------------------------------
 panels/user-accounts/um-utils.h          |  2 --
 6 files changed, 46 insertions(+), 44 deletions(-)

commit dc7b78ca423b710bda1109c278e863235a86f2e7
Author: Felipe Borges <felipeborges@gnome.org>
Date:   Wed Feb 17 15:25:14 2016 +0100

    printers: get printer job attributes async
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748336

 panels/printers/cc-printers-panel.c | 107 +++++++++++++++------------
 panels/printers/pp-job.c            | 144 ++++++++++++++++++++++++++++++++++++
 panels/printers/pp-job.h            |  18 ++++-
 3 files changed, 219 insertions(+), 50 deletions(-)

commit ede675003a3a14f54d53c6da4104b6c287f7e1fe
Author: Stas Solovey <whats_up@tut.by>
Date:   Wed Mar 2 22:38:32 2016 +0000

    Updated Russian translation

 po/ru.po | 369 +++++++++++++++++++++++++++++----------------------------------
 1 file changed, 170 insertions(+), 199 deletions(-)

commit 51316c4c8771241bb8a6c020cb686580003b0a8d
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Wed Mar 2 20:48:15 2016 +0200

    Updated Lithuanian translation

 po/lt.po | 685 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 379 insertions(+), 306 deletions(-)

commit 9f9c63fe8d1fe67c4989b87342589f8e09022583
Author: Felipe Borges <felipeborges@gnome.org>
Date:   Tue Mar 1 11:54:56 2016 +0100

    printers: cancel cups subscriptions asynchronously
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748336

 panels/printers/cc-printers-panel.c | 19 +++++++++++++-
 panels/printers/pp-cups.c           | 52 +++++++++++++++++++++++++++++++++++++
 panels/printers/pp-cups.h           |  8 ++++++
 panels/printers/pp-utils.c          | 22 ----------------
 panels/printers/pp-utils.h          |  2 --
 5 files changed, 78 insertions(+), 25 deletions(-)

commit ecaafb11bc1e49cd7ec38d6d893c98fccc2947b1
Author: Sebastien Bacher <seb128@ubuntu.com>
Date:   Fri Feb 12 11:30:31 2016 +0100

    user-accounts: Don't link directly to GStreamer
    
    The panel uses cheese and not GStreamer directly
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761915

 configure.ac                         | 2 +-
 panels/user-accounts/um-user-panel.c | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

commit 9f3e5a60cc714d63bf4c3b5b9ba602f044031ca4
Author: Yosef Or Boczko <yoseforb@src.gnome.org>
Date:   Wed Mar 2 09:58:09 2016 +0200

    Updated Hebrew translation

 po/he.po | 645 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 354 insertions(+), 291 deletions(-)

commit 82fce2e0ff11f494cc1e5815733d912c17fd8852
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Mar 1 16:17:08 2016 +0100

    universal-access: Fix empty panel with newer GTK+
    
    There's very few chances that the universal-access will fit in the
    minimum height of the shell for panels, so just nuke that.
    
    This also fixes the panel taking 1px in height until we switch away from
    it and back to it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761939

 panels/universal-access/cc-ua-panel.c | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)

commit 22e463a4ce8cb95c3351362f8bb220a124e61722
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Mar 1 16:15:41 2016 +0100

    shell: Avoid whitespace at the bottom in small mode
    
    When using the small mode, and the scroll window's content
    height is smaller than the screen, we'd end up with whitespace at the
    bottom of the panel, as the panel's height is smaller than the window.

 shell/cc-window.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 7229af6bdf47747fcf8650389e3a8905ba7c1185
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Mar 1 16:05:04 2016 +0100

    display: Bump the minimum resolution shown
    
    There's really no point showing a resolution that's smaller than the
    fixed width of the shell, and isn't the preferred resolution for the
    screen either. This stops the problematic 720x576 resolution showing on
    an HD screen.

 panels/display/cc-display-panel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 25d8d045f1dad17f2855d98dbe50f9104e413788
Author: Friedel Wolff <friedel@translate.org.za>
Date:   Mon Feb 29 21:01:20 2016 +0200

    Updated translation for Afrikaans (af)

 po/af.po | 2585 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1419 insertions(+), 1166 deletions(-)

commit 263e3783f28d763ef691964c388bf9235b0bd8aa
Author: Cédric Valmary <cvalmary@yahoo.fr>
Date:   Sat Feb 27 16:52:50 2016 +0000

    Updated Occitan translation

 po/oc.po | 4854 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 2578 insertions(+), 2276 deletions(-)

commit a212232a8e79f52345fd025c0ffb803f70925c1f
Author: Jordi Mas <jmas@softcatala.org>
Date:   Sat Feb 27 07:33:23 2016 +0100

    Update Catalan translation

 po/ca.po | 1298 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 714 insertions(+), 584 deletions(-)

commit 1d365545cf358f2129048c45964e5e15bd25fef5
Author: Felipe Borges <felipeborges@gnome.org>
Date:   Wed Feb 17 11:28:31 2016 +0100

    printers: set current page async
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748336

 panels/printers/cc-printers-panel.c | 31 +++++++++++++++++++++----------
 1 file changed, 21 insertions(+), 10 deletions(-)

commit 0a7cfa47fb84b2a4024123f5943e33875850569e
Author: Felipe Borges <felipeborges@gnome.org>
Date:   Wed Feb 17 10:56:16 2016 +0100

    printers: do async connection test during launch of panel
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748336

 panels/printers/cc-printers-panel.c | 73 +++++++++++++++++++++++++++----------
 panels/printers/pp-cups.c           | 36 ++++++++++++++++++
 panels/printers/pp-cups.h           |  7 ++++
 3 files changed, 96 insertions(+), 20 deletions(-)

commit 9dd58c0f77d700995941fb624e979b6c3f357618
Author: Felipe Borges <felipeborges@gnome.org>
Date:   Thu Feb 25 13:53:23 2016 +0100

    printers: make sure the printer job state_string is initialized
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762630

 panels/printers/pp-jobs-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit aa9be13bdf5461f373ae04473ca0bc5519e8eecc
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Feb 25 12:46:09 2016 +0100

    Updated Czech translation

 po/cs.po | 578 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 301 insertions(+), 277 deletions(-)

commit 9598b068a7003e75b49cacbdd108d49b953423d3
Author: Fran Dieguez <fran.dieguez@mabishu.com>
Date:   Tue Feb 23 16:19:46 2016 +0100

    Updated Galician translations

 po/gl.po | 1260 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 691 insertions(+), 569 deletions(-)

commit db81f0cdec14e64a2f76d4b1eeb1d3b33af1c18c
Author: Christian Kirbach <christian.kirbach@gmail.com>
Date:   Mon Feb 22 22:51:39 2016 +0100

    Update German translation

 po/de.po | 97 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 48 insertions(+), 49 deletions(-)

commit d885ad5842a43bee3330dd8c458c8f0fc4463876
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Mon Feb 22 09:43:48 2016 +0100

    Updated Serbian translation

 po/sr.po       | 1941 ++++++++++++++++++++++++++++++++------------------------
 po/sr@latin.po | 1375 ++++++++++++++++++++++-----------------
 2 files changed, 1921 insertions(+), 1395 deletions(-)

commit 8e33787b49f29cbf0a6dbd7b41927a84590024c6
Author: A S Alam <aalam@users.sf.net>
Date:   Sat Feb 20 20:24:41 2016 -0600

    updated Punjabi Translation

 po/pa.po | 2146 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1186 insertions(+), 960 deletions(-)

commit 651ba38e007fb1644b6e0b8840603e94b649d44f
Author: Tom Tryfonidis <tomtryf@gnome.org>
Date:   Sat Feb 20 09:54:53 2016 +0000

    Updated Greek translation

 po/el.po | 1453 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 847 insertions(+), 606 deletions(-)

commit 73b07a0b525548b7cadbcdb48b32865637ebb366
Author: Felipe Borges <felipeborges@gnome.org>
Date:   Tue Feb 16 15:59:47 2016 +0100

    printers: use pp_cups_get_dests_async on printers panel
    
    Instead of using the synchronous/blocking cupsGetDests function.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748336

 panels/printers/cc-printers-panel.c | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

commit 8bdee896c41c0f37f3e43c8a47215d561036d1ce (tag: GNOME_CONTROL_CENTER_3_19_90)