commit 7be435e56610479ba3208e92980214774f32b363
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 19 19:56:21 2014 +0200

    3.13.90

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

commit 4b04bc53fc4d6ba1ebf91760a8a320a28a8089bc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 19 19:49:39 2014 +0200

    privacy: Change the location label so it's short enough
    
    And doesn't resize the shell width when switching panels.

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

commit 6e26402891db7c7e8577cbc0394ba65b52f2610d
Author: ngoswami <ngoswami@redhat.com>
Date:   Tue Aug 19 17:22:04 2014 +0000

    Updated Assamese translation

 po/as.po | 51 ++++++++++++++++++++++++++++-----------------------
 1 file changed, 28 insertions(+), 23 deletions(-)

commit 7bcf4c189f7785cf969f17b87846eaf18b8334b0
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Sat Aug 2 15:32:45 2014 +0200

    privacy: Add location setting
    
    For now its just a switch to enable/disable geolocation through
    gnome-shell's setting. In future we'll hopefully at least have
    controls to enable/disable geolocation for applications from here.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731119

 panels/privacy/cc-privacy-panel.c | 13 ++++++
 panels/privacy/privacy.ui         | 92 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 105 insertions(+)

commit b2079ff4a6337e62169a46442589fbed2926832c
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Mon Aug 18 18:25:41 2014 +0100

    build: Require gsettings-desktop-schemas >= 3.13.91
    
    This is required for new location panel, and the search panel whitelist.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731119
    https://bugzilla.gnome.org/show_bug.cgi?id=734108

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

commit 6c51637dc6fc0d3371b0a3fc1580d45b57d94182
Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
Date:   Tue Aug 19 13:32:33 2014 +0200

    Updated Spanish translation

 po/es.po | 324 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 178 insertions(+), 146 deletions(-)

commit d4fb8ac471c821ad3038aa7ae6172c24f6e143cf
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Aug 19 19:16:35 2014 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 1266 +++++++++++++++++++++++++++++++----------------------------
 po/zh_TW.po |  880 +++++++++++++++++++++--------------------
 2 files changed, 1129 insertions(+), 1017 deletions(-)

commit 3ac18fcdb58781ab9818a8daa4ee7da2d937bc68
Author: ngoswami <ngoswami@redhat.com>
Date:   Mon Aug 18 11:43:14 2014 +0000

    Updated Assamese translation

 po/as.po | 207 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 102 insertions(+), 105 deletions(-)

commit 2dbcb26f16348db8d2e5461ce22fafd50acbb11e
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Sat Jun 28 12:52:46 2014 +0200

    keyboard: Use NULL rather than "" to disable keybindings
    
    When disabling a keybinding, we set its value to { "", NULL } in gsettings
    (bindings are stored as arrays of strings).
    However, when a binding is disabled by default, its value is set to {
    NULL }, not to the empty string.
    
    The use of "" dates back to gconf where I think NULL was not a valid
    value. Now that we have switched to gsettings, we can use NULL rather
    than an artificial "".
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732383

 panels/keyboard/keyboard-shortcuts.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit ba9a8bc8ff6b5ea0e8481c4a408a48aa06384ea6
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Sat Jun 28 00:21:01 2014 +0200

    keyboard: Add support for hidden keybinding XML data
    
    If a KeyListEntry has a hidden="true" attribute, then the corresponding
    binding information will be loaded as usual, but the binding won't be
    displayed in the user interface.
    
    This is useful as the keyboard panel will take into account hidden
    keybindings when detecting conflicting shortcuts, or to suggest to set a
    reverse shortcut.
    
    For now, this will be used for the various reverse mutter keybindings
    ({switch,cycle}.*-backward) as they should not be shown in the UI, but
    we still want the keyboard panel to know about them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731618

 panels/keyboard/cc-keyboard-item.c   | 15 +++++++++++++++
 panels/keyboard/cc-keyboard-item.h   |  3 +++
 panels/keyboard/keyboard-shortcuts.c | 26 ++++++++++++++++++--------
 3 files changed, 36 insertions(+), 8 deletions(-)

commit 5572fb9a75c1dd618db8adcd8b91e90c18fd3fff
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Fri May 2 11:33:15 2014 +0200

    region: Remove "Shift" hack from region panel
    
    The region panel hardcodes that to switch input source backward, one
    uses the shift modfier with the shortcut to switch input source forward.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731618

 panels/region/cc-input-options.c | 2 --
 1 file changed, 2 deletions(-)

commit c77d164aa97800fbeb21d6f4610bc4704f0aff4b
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Fri May 2 11:38:54 2014 +0200

    keyboard: Add 'reverse' metadata to switch-input-source shortcuts
    
    Now that the keyboard panel knows how to handle reverse shortcuts, we
    can start annotating the existing ones with the needed XML attributes.
    This commit does that with switch-input-source{-backward}.
    Note that some changes in some modules are needed for this to work
    correctly.
    In this case, a default value needs to be set for
    switch-input-source-backward in gsettings-desktop-schemas, and the
    Meta.KeyBindingFlags.REVERSED flag needs to be removed from the
    shortcuts defined in gnome-shell source. Instead of having
    mutter handle the reversion with 'shift' by itself, it's now handled
    explicitly through gsettings keys.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731618

 panels/keyboard/01-input-sources.xml.in | 3 +++
 1 file changed, 3 insertions(+)

commit 5147cf25028badadaa463b2eeb85eb89efdce51f
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Thu May 1 20:07:22 2014 +0200

    keyboard: Suggest to automatically set reverse bindings
    
    Since we now know when a binding has a 'reverse' binding, we can now
    suggest to update the 'reverse' shortcut when the user set a shortcut
    for one of them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731618

 panels/keyboard/keyboard-shortcuts.c | 116 ++++++++++++++++++++++++++++++++++-
 1 file changed, 114 insertions(+), 2 deletions(-)

commit f7c095bfe201cb837ce440a84e8c4ee114043d34
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Thu May 1 19:41:18 2014 +0200

    keyboard: Parse 'reverse' and 'is-reversed'
    
    This commit adds support for 'reverse' and 'is-reversed' attributes when
    parsing the KeyListEntry XML node.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731618

 panels/keyboard/keyboard-shortcuts.c | 47 ++++++++++++++++++++++++++++++++----
 1 file changed, 42 insertions(+), 5 deletions(-)

commit f059f424879000318bb323b4f550a01fc1052b86
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Thu May 1 19:40:26 2014 +0200

    keyboard: Add 'reverse' helpers to CcKeyboardItem
    
    In order to handle shortcuts which can be reversed (for example,
    super-space and shift-super-space to switch input methods
    forward/backward), we are going to add new attributes to the xml files
    describing the keyboard shortcuts to show in the panel.
    
    This commit is a first step towards that and adds the notion of
    'reverse' items to CcKeyboardItem.
    
    We will then indicate in the xml description files that
    'switch-input-source' is reversed by 'switch-input-source-backward' and
    that 'switch-input-source-backward' reverses 'switch-input-source'.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731618

 panels/keyboard/cc-keyboard-item.c | 28 +++++++++++++++++++++++++++-
 panels/keyboard/cc-keyboard-item.h |  6 ++++++
 2 files changed, 33 insertions(+), 1 deletion(-)

commit 10fd199b022d2e2879c7c9c3ac13cb365780c604
Author: Christophe Fergeau <cfergeau@redhat.com>
Date:   Thu May 1 19:39:27 2014 +0200

    keyboard: Split accel_edit_callback
    
    This function is getting a bit big, and the next commits will add more
    code to it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731618

 panels/keyboard/keyboard-shortcuts.c | 224 ++++++++++++++++++++++-------------
 1 file changed, 139 insertions(+), 85 deletions(-)

commit 8fc4b5468a338c72ebef20f639584099a3746731
Author: Lasse Liehu <lasse.liehu@gmail.com>
Date:   Sun Aug 17 14:30:55 2014 +0300

    Finnish translation update

 po/fi.po | 2593 +++++++++++++++++---------------------------------------------
 1 file changed, 693 insertions(+), 1900 deletions(-)

commit 019aea67cfb8a2f1fa9bed884bc2c168484a360a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Aug 16 11:21:58 2014 +0200

    Updated Norwegian bokmål translation from Åka Sikrom.

 po/nb.po | 430 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 222 insertions(+), 208 deletions(-)

commit 31edaffd89e323eb135a145cc6bfb1a682754214
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Fri Aug 15 23:00:07 2014 +0300

    Updated Lithuanian translation

 po/lt.po | 308 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 155 insertions(+), 153 deletions(-)

commit 3695f858dde4d91243885c853302d9b9b2f64bf2
Author: Ondrej Holy <oholy@redhat.com>
Date:   Thu Aug 14 11:58:14 2014 +0200

    user-accounts: use GtkStack instead of GtkNotebook in Add user dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734422

 panels/user-accounts/data/account-dialog.ui | 12 +++++++-----
 panels/user-accounts/um-account-dialog.c    | 21 +++++++++++++--------
 2 files changed, 20 insertions(+), 13 deletions(-)

commit ed4653627bcd065ea0bcdd559fe7e7b057e6e935
Author: Ondrej Holy <oholy@redhat.com>
Date:   Thu Aug 14 09:15:47 2014 +0200

    cc-editable-button: use GtkStack instead of GtkNotebook
    
    https://bugzilla.gnome.org/attachment.cgi?bugid=694325

 panels/user-accounts/um-editable-button.c | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

commit 71c76e96882d9596e4d5add54e9b75311cd7ecd0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Aug 15 16:49:43 2014 +0200

    background: Make switcher button as tall as other buttons
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734803

 panels/background/cc-background-chooser-dialog.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit e397a8ab4eb6a2c56c5495a0a0ee123c5bf6cbe3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Aug 15 16:18:47 2014 +0200

    network: Build fixes
    
    The WPA key size was missing, and we were comparing strings by pointer
    address.

 panels/network/net-device-wifi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 03bacf6f2cd0879c873458ee359240c89f3e4acf
Author: Stanislaw Gruszka <sgruszka@redhat.com>
Date:   Fri Jan 10 10:00:41 2014 +0100

    network: Create WPA protected AP hotspot if supported
    
    Check if device supports AP mode hotspot with WPA/RSN (WPA2)
    ciphers and set such mode and encryption if so.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=719852

 panels/network/net-device-wifi.c | 66 ++++++++++++++++++++++++++++++++--------
 1 file changed, 54 insertions(+), 12 deletions(-)

commit 9b364dfdfc774fa7937a27a902ad5748b8963c23
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Fri Aug 1 13:28:22 2014 +0200

    search: add support for default disabled search providers
    
    Search providers that should be disabled by default come with
    a DefaultDisabled=true key in their keyfile, and are enabled
    with the "enabled" whitelist, not with the "disabled" blacklist.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734109

 panels/search/cc-search-panel.c | 121 +++++++++++++++++++++++++++++-----------
 1 file changed, 87 insertions(+), 34 deletions(-)

commit c5c870a558d58f42792413294cd2238c8b3d0417
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Sun Sep 29 23:11:01 2013 +0200

    keyboard: Port shortcuts tab to GtkGrid
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709057

 panels/keyboard/gnome-keyboard-panel.ui | 29 +++++++----------------------
 panels/keyboard/keyboard-shortcuts.c    |  5 ++---
 2 files changed, 9 insertions(+), 25 deletions(-)

commit c3d2631a9a078d877d41caf760e6c65ef7b4ef23
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Sun Sep 29 22:55:43 2013 +0200

    keyboard: Port typing tab to GtkGrid
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709057

 panels/keyboard/gnome-keyboard-panel.ui | 93 +++++++++++++--------------------
 panels/keyboard/keyboard-general.c      |  4 +-
 2 files changed, 37 insertions(+), 60 deletions(-)

commit 34d145b40d190e1242bc66855c9d70a6a577016b
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Sun Sep 29 22:47:35 2013 +0200

    keyboard: Port custom shortcut dialog to GtkGrid
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709057

 panels/keyboard/gnome-keyboard-panel.ui | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

commit 0f3575b3179a224acfbe59576ac9013d0af10061
Author: Ondrej Holy <oholy@redhat.com>
Date:   Sat Aug 9 15:12:34 2014 +0200

    user-accounts: avoid removing non-existent GSources
    
    Source id have to be zeroed correctly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734548

 panels/user-accounts/um-account-dialog.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit d9d5124997f1fa550b80be74dc151d161b901273
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Aug 13 13:46:03 2014 +0200

    network: Don't stop validating when we get an error
    
    The previous code would stop validating when an error occurred which
    meant that when a page contained multiple errors, only the first one(s)
    to be checked would appear in red.
    
    Now, all the errors will appear in red.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734472

 .../network/connection-editor/ce-page-ethernet.c   | 22 +++++---
 panels/network/connection-editor/ce-page-ip4.c     | 66 ++++++++++++++--------
 panels/network/connection-editor/ce-page-ip6.c     | 66 ++++++++++++++--------
 panels/network/connection-editor/ce-page-wifi.c    | 36 +++++++-----
 panels/network/wireless-security/eap-method-fast.c | 16 ++++--
 panels/network/wireless-security/eap-method-leap.c | 15 +++--
 .../network/wireless-security/eap-method-simple.c  | 15 +++--
 panels/network/wireless-security/eap-method-tls.c  | 38 +++++++++----
 panels/network/wireless-security/ws-leap.c         | 15 +++--
 9 files changed, 183 insertions(+), 106 deletions(-)

commit 117cf30500a7d036183387ccc9b283ae3e47a991
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Aug 13 13:43:40 2014 +0200

    network: Fix compile-time warning
    
    Missing include.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734472

 panels/network/wireless-security/ws-wep-key.c | 1 +
 1 file changed, 1 insertion(+)

commit 21f5e007689f76902855539bacfee58db68a9568
Author: ngoswami <ngoswami@redhat.com>
Date:   Wed Aug 13 15:25:47 2014 +0000

    Updated Assamese translation

 po/as.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d1adfb08e8aa52911341e1f7f930bdff94dd623b
Author: ngoswami <ngoswami@redhat.com>
Date:   Wed Aug 13 15:19:54 2014 +0000

    Updated Assamese translation

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

commit 4ed3c17989cc890a5e5cc70d35b344f2a79fbc46
Author: ngoswami <ngoswami@redhat.com>
Date:   Wed Aug 13 11:24:23 2014 +0000

    Updated Assamese translation

 po/as.po | 1677 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 902 insertions(+), 775 deletions(-)

commit fabc31b44702fdb949b7d47414a625623d17f0d2
Author: Debarshi Ray <debarshir@gnome.org>
Date:   Tue Aug 12 23:48:46 2014 +0200

    background: Clean up uses of GIcon
    
    Now that we are compositing our own emblems, there is no need to use
    GIcon. We can directly use GdkPixbufs everywhere.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=732375

 panels/background/bg-colors-source.c     |  4 ++--
 panels/background/bg-wallpapers-source.c |  4 ++--
 panels/background/cc-background-item.c   | 17 ++++++++---------
 panels/background/cc-background-item.h   |  6 +++---
 panels/background/cc-background-panel.c  | 14 ++++++--------
 5 files changed, 21 insertions(+), 24 deletions(-)

commit b91f00afd2c1a10ee9bd78738b41fdd211b9f7f3
Author: Reinout van Schouwen <reinouts@gnome.org>
Date:   Sat Aug 9 01:11:29 2014 +0200

    Updated Dutch translation

 po/nl.po | 2714 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1380 insertions(+), 1334 deletions(-)

commit e4efd5eafd3659d36b5a8ac818e8f2ada1bba768
Author: Ondrej Holy <oholy@redhat.com>
Date:   Fri Nov 8 13:40:17 2013 +0100

    user-accounts: prefill domain entry
    
    If we already have any configured realm, prefill one.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711675

 panels/user-accounts/um-account-dialog.c | 7 +++++++
 1 file changed, 7 insertions(+)

commit 608fa9609ce5e2fe5fff5560f7a75ff25250bbcc
Author: Ondrej Holy <oholy@redhat.com>
Date:   Wed Jul 30 22:24:11 2014 +0200

    user-accounts: fix enterprise toggle
    
    Enterprise toggle isn't shown due to header bar buttons. Don't add
    the toggle in to the dialog action area to fix the bug.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734422

 panels/user-accounts/data/account-dialog.ui | 52 ++++++++++++++++++++++++++++-
 panels/user-accounts/um-account-dialog.c    | 39 ++++++++--------------
 2 files changed, 64 insertions(+), 27 deletions(-)

commit 62db29b3876b4a594fc2a0af7d553dbbf30424d6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Aug 7 18:32:34 2014 +0200

    network: Make broken configuration entries red
    
    When a configuration setting is wrong, set the entry or file chooser
    that contains the incorrect information to be surrounded by red.
    
    This makes it easier for users to find where the error was made that
    disallows them to click the "Apply" button.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=734446

 panels/network/connection-editor/Makefile.am       |  4 ++-
 .../network/connection-editor/ce-page-ethernet.c   | 11 +++++--
 panels/network/connection-editor/ce-page-ip4.c     | 23 ++++++++++++-
 panels/network/connection-editor/ce-page-ip6.c     | 25 ++++++++++++++
 panels/network/connection-editor/ce-page-wifi.c    | 17 +++++++---
 panels/network/connection-editor/ui-helpers.c      | 38 ++++++++++++++++++++++
 panels/network/connection-editor/ui-helpers.h      | 27 +++++++++++++++
 panels/network/wireless-security/eap-method-fast.c |  6 +++-
 panels/network/wireless-security/eap-method-leap.c | 10 ++++--
 .../network/wireless-security/eap-method-simple.c  | 14 ++++++--
 panels/network/wireless-security/eap-method-tls.c  | 10 ++++--
 panels/network/wireless-security/helpers.c         |  1 -
 panels/network/wireless-security/helpers.h         |  3 ++
 panels/network/wireless-security/ws-leap.c         | 10 ++++--
 panels/network/wireless-security/ws-wep-key.c      | 18 +++++++---
 panels/network/wireless-security/ws-wpa-psk.c      | 10 ++++--
 16 files changed, 202 insertions(+), 25 deletions(-)

commit d1075184045326d3610c2bc7aad85efde5b8ea01
Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
Date:   Thu Aug 7 14:05:46 2014 +0200

    Updated Spanish Translation

 po/es.po | 21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

commit d4206df808390c2127b95113ea205c380c5bd33c
Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
Date:   Thu Aug 7 14:03:51 2014 +0200

    Updated Spanish Translation

 po/es.po | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 9d34193e5af39df45e2b8d722fb555671419933b
Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
Date:   Thu Aug 7 13:57:32 2014 +0200

    Updated Spanish translation

 po/es.po | 44 +++++++++++++++++++++++++-------------------
 1 file changed, 25 insertions(+), 19 deletions(-)

commit 0002313af8103c1a5bf981e6e49d862f460df378
Author: Ondrej Holy <oholy@redhat.com>
Date:   Wed Jul 31 13:53:18 2013 +0200

    user-accounts: Add restart notification
    
    Show restart notification when language is changed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703392

 panels/user-accounts/Makefile.am                  |  4 +-
 panels/user-accounts/data/user-accounts-dialog.ui |  5 ++
 panels/user-accounts/um-user-panel.c              | 72 ++++++++++++++++++++++-
 3 files changed, 79 insertions(+), 2 deletions(-)

commit 064cb8967512bc383e1cda4d26bb9dae1c6ed072
Author: Felix Zhang <fezhang@suse.com>
Date:   Thu Jul 17 18:56:28 2014 +0800

    network: Fix typo in NetworkManager version checking
    
    The code is meant to work with NetworkManager of version 0.9.0+ or 0.8.992+
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733309

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

commit 884bf3b2dc9c59677d95eacbf9089071c16004ea
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Aug 7 13:04:09 2014 +0200

    sharing: Make it possible to share remote folders
    
    rygel can actually share media if the remote folder is mounted.

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

commit 08a00388be92b01316ed0ac0741948c222d27909
Author: Ondrej Holy <oholy@redhat.com>
Date:   Fri Nov 8 13:23:03 2013 +0100

    user-accounts: fix warning caused by invalid signal

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

commit 0aff10e509079987df36b077c5323327c29543b3
Author: Ondrej Holy <oholy@redhat.com>
Date:   Sat Jul 26 19:09:46 2014 +0200

    user-accounts: allow password changing if old password is empty
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733619

 panels/user-accounts/um-password-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f904756f74d4d9d01690e7f10746f8135e13c5a4
Author: Ondrej Holy <oholy@redhat.com>
Date:   Sat Jul 26 16:23:44 2014 +0200

    user-accounts: allow password changing if old password isn't set
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733619

 panels/user-accounts/um-password-dialog.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 53a339583a7d00decaa5adf72a47bf26ccd899ba
Author: MarMav <mavridou@gmail.com>
Date:   Wed Aug 6 17:03:39 2014 +0000

    Updated Greek translation

 po/el.po | 193 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 95 insertions(+), 98 deletions(-)

commit 9c71807c65dcefeee08df9b7884f8945961c73a7
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Wed Aug 6 05:11:35 2014 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 50 ++++++++++++++++++++++++++------------------------
 1 file changed, 26 insertions(+), 24 deletions(-)

commit 5234978635d8afae5a5b1717aa893fa3df2809be
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Tue Aug 5 14:33:28 2014 +0200

    Updated Basque language

 po/eu.po | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 1f6f5fae09788d94429ef50e0267f5adf6781b4d
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Tue Aug 5 14:33:03 2014 +0200

    Updated Basque language

 po/eu.po | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 622819d332bbd2afcef40ed06cbc599c8dabc6f1
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Tue Aug 5 14:31:50 2014 +0200

    Updated Basque language

 po/eu.po | 1219 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 632 insertions(+), 587 deletions(-)

commit 85c8b525f4fc22d07186d6062a799be03e469bb7
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Aug 3 20:08:53 2014 +0200

    Updated POTFILES.in

 po/POTFILES.in | 1 +
 1 file changed, 1 insertion(+)

commit ed1a226bbf3be486b9dcaa00be87b45659e66e0f
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Jul 31 18:56:39 2014 +0200

    doap: add <programming-language>

 gnome-control-center.doap | 1 +
 1 file changed, 1 insertion(+)

commit 4b64a64124d7481bfdb44db8a8e854fe7b141f60
Author: Marek Kasik <mkasik@redhat.com>
Date:   Wed Jul 30 14:38:50 2014 +0200

    printers: Add test for canonicalize_device_name()
    
    Add a test which tests function canonicalize_device_name() which
    canonicalize name of printer model so it doesn't contain
    unwanted strings/characters.
    Test data are in canonicalization-test.txt file.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695564

 panels/printers/Makefile.am               |  11 ++-
 panels/printers/canonicalization-test.txt |  16 +++++
 panels/printers/test-canonicalization.c   | 112 ++++++++++++++++++++++++++++++
 3 files changed, 136 insertions(+), 3 deletions(-)

commit 994bc0735a2943723e054aad4152a4da814fbac1
Author: Marek Kasik <mkasik@redhat.com>
Date:   Tue Jul 29 17:17:16 2014 +0200

    printers: Strip redundant strings from found devices
    
    Remove strings like "foomatic", "series" from names of found devices.
    Remove leading, trailing and recurrent dashes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695564

 panels/printers/pp-utils.c | 64 +++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 58 insertions(+), 6 deletions(-)

commit 88fa618aca5a1c4c5865dfd688c3c31fb0cb745b
Author: Marek Kasik <mkasik@redhat.com>
Date:   Tue Jul 29 16:59:37 2014 +0200

    printers: Add function shift_string_left() and its test
    
    shift_string_left() shifts given string by 1 character to the left.
    test-shift.c tests whether function shift_string_left() works correctly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695564

 panels/printers/Makefile.am    |  8 ++++
 panels/printers/pp-utils.c     | 12 ++++++
 panels/printers/pp-utils.h     |  2 +
 panels/printers/shift-test.txt |  9 +++++
 panels/printers/test-shift.c   | 84 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 115 insertions(+)

commit b43f05f740594119064462eaa31fc42d1544dbb1
Author: Marek Kasik <mkasik@redhat.com>
Date:   Tue Jul 29 17:26:51 2014 +0200

    printers: Allow adding of JetDirect and LPD printers manually
    
    Check the entered address for AppSocket/HP JetDirect and LPD printers.
    If there is a printer found, it has a default name which
    will be changed right after user selects model of the printer
    in the PPD selection dialog.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695564

 panels/printers/pp-new-printer-dialog.c | 204 ++++++++++++++++++++++++++++++--
 1 file changed, 196 insertions(+), 8 deletions(-)

commit 7eded1afa54d818f362c8692cd66dfb64269b0ff
Author: Marek Kasik <mkasik@redhat.com>
Date:   Wed Jul 30 15:37:46 2014 +0200

    printers: Add functions for searching for LPD printers
    
    Add pp_host_get_lpd_devices_async() and
    pp_host_get_lpd_devices_finish() functions to PpHost class.
    pp_host_get_lpd_devices_async() starts searching for LPD printer
    on given address.
    The test consist in connection to the default port 515 (or the one
    given by creator of PpHost) of the address and sending a print job
    to it, which in turn returns a status (we test several standard
    queue names).
    We suppose that there is a LPD printer on the address if a buffer
    with zero length is returned (rfc 1179 5.2).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695564

 panels/printers/pp-host.c  | 222 +++++++++++++++++++++++++++++++++++++++++++++
 panels/printers/pp-host.h  |  10 ++
 panels/printers/pp-utils.h |   3 +-
 3 files changed, 234 insertions(+), 1 deletion(-)

commit 89fe4eda12e02cd5d9525d6bc33fe7d09884e9ce
Author: Marek Kasik <mkasik@redhat.com>
Date:   Mon Jul 21 10:49:37 2014 +0200

    printers: Allow to add AppSocket/HP JetDirect printers
    
    Add pp_host_get_socket_devices_async() and
    pp_host_get_socket_devices_finish() functions to PpHost class.
    pp_host_get_socket_devices_async() starts searching for socket printer
    on given address.
    The test consist in connection to the default port 9100 (or the one
    given by creator of PpHost) of the address.
    We suppose that there is an AppSocket/HP JetDirect printer on the address
    if the connection succeeds.
    
    See these links for additional info:
    http://en.wikipedia.org/wiki/JetDirect
    http://www.cups.org/documentation.php/network.html
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695564

 panels/printers/pp-host.c  | 129 +++++++++++++++++++++++++++++++++++++++++++++
 panels/printers/pp-host.h  |  14 ++++-
 panels/printers/pp-utils.h |   3 +-
 3 files changed, 143 insertions(+), 3 deletions(-)

commit 6576db1a160ea7635c87d8f698ca7658acaea254
Author: Marek Kasik <mkasik@redhat.com>
Date:   Tue Jul 29 16:54:46 2014 +0200

    printers: Make pp_devices_list_free() generally available
    
    Move pp_devices_list_free() to pp-utils.h and optimize it
    using g_list_free_full().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695564

 panels/printers/pp-host.c               | 15 +--------------
 panels/printers/pp-new-printer-dialog.c | 15 ---------------
 panels/printers/pp-samba.c              |  7 +------
 panels/printers/pp-utils.c              | 10 ++++++++++
 panels/printers/pp-utils.h              |  2 ++
 5 files changed, 14 insertions(+), 35 deletions(-)

commit a15c2f831ab6bdd405c2ab90d07c3b4da49b79f4
Author: Marek Kasik <mkasik@redhat.com>
Date:   Thu Jul 17 15:25:01 2014 +0200

    printers: Don't request port during creation of PpHost
    
    This allows us to distinguish between situations when the port
    was specified and when it was not.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695564

 panels/printers/pp-host.c               | 19 ++++++++++++-------
 panels/printers/pp-host.h               |  6 ++++--
 panels/printers/pp-new-printer-dialog.c | 23 +++++++++++++----------
 3 files changed, 29 insertions(+), 19 deletions(-)

commit 8331c88bcde98996a11e4f52e2ed2aa45d2dc919
Author: Marek Kasik <mkasik@redhat.com>
Date:   Tue Jul 15 14:30:13 2014 +0200

    printers: Export name of selected PPD from PPD dialog
    
    Add pp_ppd_selection_dialog_get_ppd_display_name() function
    which returns human-readable name of selected PPD.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695564

 panels/printers/pp-ppd-selection-dialog.c | 10 ++++++++++
 panels/printers/pp-ppd-selection-dialog.h | 19 ++++++++++---------
 2 files changed, 20 insertions(+), 9 deletions(-)

commit 375c5b0086d376393d788965bce307fb91424d72
Author: Marek Kasik <mkasik@redhat.com>
Date:   Tue Jul 29 16:47:14 2014 +0200

    printers: Separate canonicalization of device name
    
    Move code for canonicalization of device names to
    a separate function for reusability.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695564

 panels/printers/pp-new-printer-dialog.c | 100 +++-----------------------------
 panels/printers/pp-utils.c              |  88 ++++++++++++++++++++++++++++
 panels/printers/pp-utils.h              |   6 ++
 3 files changed, 102 insertions(+), 92 deletions(-)

commit 190d27b8aa1638254282564a4ce3d4494f8e4d42
Author: Marek Kasik <mkasik@redhat.com>
Date:   Tue Jul 29 16:44:06 2014 +0200

    printers: Merge TDevice into PpPrintDevice
    
    PpPrintDevice has grown quite a lot since its introduction.
    It contains almost all members of TDevice now.
    Merging members of TDevice into PpPrintDevice saves us some work
    and allows us to process TDevice's data out of pp-new-printer-dialog.c.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695564

 panels/printers/pp-new-printer-dialog.c | 213 +++++++++-----------------------
 panels/printers/pp-utils.c              |  32 +++++
 panels/printers/pp-utils.h              |   7 +-
 3 files changed, 96 insertions(+), 156 deletions(-)

commit 68c611f25530e392eaac6f879b0aaf3839479578
Author: Olav Vitters <olav@vitters.nl>
Date:   Wed Jul 30 16:28:19 2014 +0200

    doap category core

 gnome-control-center.doap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e9b0527b4b346e2c4ff2ae00bbf0c415186a5a85
Author: Richard Hughes <richard@hughsie.com>
Date:   Tue Jul 29 19:45:31 2014 +0100

    color: Do not set the 'Details' button for virtual profiles
    
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1119408

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

commit 265621bc4c4e12d770d3e6b11a4cd045c4f71dec
Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
Date:   Tue Jul 29 22:31:51 2014 +0400

    Updated Russian translaion

 po/ru.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit faca9c3b0de90be2f8bca983bedb8c09ab0dd5a3
Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
Date:   Tue Jul 29 21:52:21 2014 +0400

    Updated Russian translaion

 po/ru.po | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

commit 98a2a45f7796ad1684f94aba84494142e4a49778
Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
Date:   Mon Jul 28 18:22:09 2014 +0200

    Updated Spanish translation

 po/es.po | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

commit 9420e1e7c3e8335ae5a8764ce49d163f27fdfa9e
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Mon Jul 28 06:33:03 2014 +0000

    Updated Brazilian Portuguese translation

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

commit 0967a45bf5c71eadb00c54286ec75ca96fa50818
Author: Aron Xu <aron@debian.org>
Date:   Mon Jul 28 00:14:26 2014 +0800

    Update zh_CN translation

 po/zh_CN.po | 1196 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 617 insertions(+), 579 deletions(-)

commit 36dc06fd97a9a65d5ada459039190b6254b529e1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jul 26 15:56:02 2014 +0200

    network: Add DNS to the keywords
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733763

 panels/network/gnome-network-panel.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a833df0e4718467290d1b76389c560fdf33f80a0
Author: Balázs Úr <urbalazs@gmail.com>
Date:   Sat Jul 26 07:58:52 2014 +0000

    Updated Hungarian translation

 po/hu.po | 725 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 386 insertions(+), 339 deletions(-)

commit 367ec19e9ea4960a8d95f79c0c932c85dda53728
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Fri Jul 25 22:48:44 2014 +0300

    Updated Lithuanian translation

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

commit fc6bdf9f3e1e11ad5566269fddce2526227c4e07
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Jul 25 13:47:38 2014 +0200

    Updated Norwegian bokmål translation.

 po/nb.po | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

commit b31853552df7a1dc5a5798d8b99536263a846e98
Author: Daniel Mustieles <dnaiel.mustieles@gmail.com>
Date:   Thu Jul 24 15:14:44 2014 +0200

    Updated Spanish translation

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

commit 43eac4fa333720feeac64d932738a70de216d0d7
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Thu Jul 24 12:36:06 2014 +0000

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 106 +++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 54 insertions(+), 52 deletions(-)

commit 1fe3d1fe1cfb554754656321e91c1d0170863a2d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 24 13:19:09 2014 +0200

    network: Remove "..." from dialogue titles
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696845

 panels/network/connection-editor/vpn-helpers.c     | 2 +-
 panels/network/wireless-security/eap-method-fast.c | 2 +-
 panels/network/wireless-security/eap-method-peap.c | 2 +-
 panels/network/wireless-security/eap-method-tls.c  | 6 +++---
 panels/network/wireless-security/eap-method-ttls.c | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

commit 3de071f8e354f0466ea890e0f393fc8ff43f06de
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 24 12:57:17 2014 +0200

    network: Fix network icon names for newer versions
    
    network-wireless-signal-excellent and network-cellular-signal-excellent
    don't exist in non-symbolic variants anymore, so use the fallback
    names instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695480

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

commit 22c4db538f3a12ad44e355f854ae15b3335d5946
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 21 19:12:05 2014 +0200

    sharing: Avoid truncated folders list in media sharing
    
    When XDG user dirs are badly setup, and the folders list contains items
    such as @VIDEOS@ or @MUSIC@, g_get_user_special_dir() returns NULL and
    we would insert NULL into the string array. That would cause the code
    reading it to assume the end of the array was reached.
    
    Go through a temporary array instead to build it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733489

 panels/sharing/cc-media-sharing.c | 41 +++++++++++++++++++++------------------
 1 file changed, 22 insertions(+), 19 deletions(-)

commit 056784e60e22b1e42b5183e53b9e3ea9d6606c3d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 21 19:10:47 2014 +0200

    sharing: Fix crash in media preferences
    
    When XDG user dirs are badly setup, g_get_user_special_dir() will return
    NULL, causing us to crash. Use g_strcmp0() instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733489

 panels/sharing/cc-media-sharing.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 4f2e590cf597385ea3bdee2d3231c3c80c769f2b
Author: Ondrej Holy <oholy@redhat.com>
Date:   Fri Jul 18 18:13:49 2014 +0200

    user-accounts: fix response sensitivity of photo dialog
    
    Preview has to be generated after default handler of "selection-changed"
    signal, otherwise dialog response sensitivity is rewritten (Bug 547988).
    Preview also has to be generated on "selection-changed" signal to reflect
    all changes (Bug 660877).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721683

 panels/user-accounts/um-photo-dialog.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

commit b3baecdc298bdffc392a043680f934dc622784d2
Author: Josef Andersson <josef.andersson@gmail.com>
Date:   Wed Jul 23 20:40:23 2014 +0000

    Updated Swedish translation

 po/sv.po | 10335 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 5061 insertions(+), 5274 deletions(-)