commit 20d0203fb48fc360a23642cd66061823075895e2
Author: Christian Persch <chpe@gnome.org>
Date:   Thu Sep 29 21:25:44 2011 +0200

    shell: Don't crash when loading the icon fails
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660513

 shell/cc-shell-model.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2f8bbc338e4e7211865877182ac8beacee8d8e9d
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Mon Oct 17 15:05:49 2011 +0530

    Updated Telugu translations

 po/te.po |  413 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 213 insertions(+), 200 deletions(-)

commit 46db1d1e9b1d345c7211bcaf96b64f26a0e0c9fd
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Sun Oct 16 14:49:57 2011 +0100

    Updated British English translation

 po/en_GB.po |  286 +++++++++++++++++++++++++++++++----------------------------
 1 files changed, 149 insertions(+), 137 deletions(-)

commit 3c1442ceba56a68b89740e0b13ba6dcefd422845
Author: Marek Kasik <mkasik@redhat.com>
Date:   Fri Oct 14 19:25:04 2011 +0200

    Printers: Make +/- buttons insensitive when can not connect to CUPS
    
    Check whether sad computer is displayed and set sensitivity accordingly.
    The check doesn't try to connect to CUPS because of performance reasons.

 panels/printers/cc-printers-panel.c |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

commit 5de892f312b05aeaa60962cce775cc66d55ae805
Author: Marek Kasik <mkasik@redhat.com>
Date:   Fri Oct 14 14:48:41 2011 +0200

    Printers: Don't add redundant prefix
    
    Don't add prefix "-default" to options set by
    PrinterAddOptionDefault method, it is added automatically.

 panels/printers/pp-new-printer-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 488bed153212d12773eb8d0abb8732b6cb4994ae
Author: Marek Kasik <mkasik@redhat.com>
Date:   Fri Oct 14 11:51:37 2011 +0200

    Printers: Hide spinner after search
    
    Don't show spinner after search for new printers (#659753).

 panels/printers/new-printer-dialog.ui   |    4 +++-
 panels/printers/pp-new-printer-dialog.c |    2 ++
 2 files changed, 5 insertions(+), 1 deletions(-)

commit be40d8860c15c1d1fc5cf9fde3a7613a60541a88
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Fri Oct 14 11:31:11 2011 +0200

    Disable remove button if no printer is selected
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659724

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

commit 58854af53e2aea4f59df0c146a0f1ef57957295b
Author: Richard Hughes <richard@hughsie.com>
Date:   Thu Oct 13 17:03:51 2011 +0100

    color: After removing a profile select the device so the UI is correct
    
    Resolves https://bugzilla.gnome.org/show_bug.cgi?id=661658

 panels/color/cc-color-panel.c |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

commit 9dd7e8f07aad5449d4d8dd860aaf588dfc2741a5
Author: Richard Hughes <richard@hughsie.com>
Date:   Thu Sep 29 15:00:19 2011 +0100

    Revert "power: Use the correct item in the combo boxes when sleep-when-inactive is disabled"
    
    Basically, nothing reads the boolean keys, and it's better just to fix the
    default setting in g-s-d so the comboboxes do the right thing.
    
    Apologies Rodrigo, for previously telling you the fix was okay.
    
    This reverts commit 7929a519af5119e6c78b93107cb5de9405f7d01f.

 panels/power/cc-power-panel.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

commit 94f76951b5971385e6d87cd2ad0c4706932a43f8
Author: Anders G. Jørgensen <spirit55555@gmail.com>
Date:   Thu Oct 13 13:10:42 2011 +0200

    Give focus to the search entry when showing the overview page.
    
    https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/833710

 shell/gnome-control-center.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d75955da94539c95ddb415fa043b20b1ef285927
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 10:53:08 2011 +0100

    shell: Make Ctrl+Q work outside the overview
    
    Because we were checking for the presence of the search entry
    before acting on key presses, Ctrl+Q failed to work outside
    the overview.

 shell/gnome-control-center.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 79b8f770e8c416c48337d1c55cd70940e45aec0a
Author: Gary Ching-Pang Lin <chingpang@gmail.com>
Date:   Wed Oct 12 16:33:53 2011 +0800

    network: show wireless dialog even if there is no active AP
    
    The network panel ignored the request of showing the wireless
    dialog if there is no active AP, and the user was not able to
    set up the advanced wireless settings, such as WPA-EAP settings.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=661526

 panels/network/cc-network-panel.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

commit d0b92bfdfe3593bf52e150cbe5254b9dcd9c3247
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 15:34:14 2011 +0100

    network: Remove unneeded initialisations
    
    Don't set those variables to NULL, they should be correctly
    initialised later in the code, and it might hide uninitialised ones.

 panels/network/network-dialogs.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit 28fab7cc1691c04755cccfc9ac3df0873ec3b370
Author: Gary Ching-Pang Lin <chingpang@gmail.com>
Date:   Thu Oct 6 12:16:59 2011 +0800

    network: allocate nm-connection for nma-wireless-dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=648174

 panels/network/network-dialogs.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit fca8c8dcade09dd63726440a88e32e407b106bb0
Author: Abderrahim Kitouni <a.kitouni@gmail.com>
Date:   Wed Oct 12 11:58:12 2011 +0100

    Updated Arabic translation

 po/ar.po | 2774 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 1793 insertions(+), 981 deletions(-)

commit f090c280cff436729b5f029a6b618a2bc96a4098
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
Date:   Wed Oct 12 11:34:13 2011 +0900

    Updated Japanese translation

 po/ja.po |  161 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 80 insertions(+), 81 deletions(-)

commit c023c06ef6621e08358abcd233bfd40bf3679b71
Author: Marek Kasik <mkasik@redhat.com>
Date:   Tue Oct 11 16:33:23 2011 +0200

    Printers: Don't hide address entry
    
    Don't hide address entry when there is not firewalld available.
    It is still possible that firewall is set up correctly and user
    should be able to enter address of his network printer and
    install it (rhbz #743694).

 panels/printers/new-printer-dialog.ui   |  108 +++++++++++++++++++++++++++---
 panels/printers/pp-new-printer-dialog.c |   72 ++++++++++++++++-----
 2 files changed, 152 insertions(+), 28 deletions(-)

commit 11dc988d9dde2d72094dc209d61b8c2e81a9a7b2
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Tue Oct 11 16:18:09 2011 +0200

    region: Always add English to the list, as it should always be available

 panels/common/cc-common-language.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit c81fbe02a2a024d09838297343b8759e0b30e3d8
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Tue Oct 11 13:24:25 2011 +0200

    region: Only show locales for languages that have translations

 panels/common/cc-common-language.c |   21 ++++++++++++++-------
 panels/common/gdm-languages.c      |   10 +++++-----
 panels/common/gdm-languages.h      |    1 +
 3 files changed, 20 insertions(+), 12 deletions(-)

commit 521c14b1fbd19a7926687bde265dc8f17d542069
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 7 15:19:38 2011 +0100

    common: Always collect locales from the directory
    
    Even if those locales do not exist in the locale-archive file,
    their definition could be in the locale directories. The glibc
    will look in directories as well when the locale-archive doesn't
    contain it, so both behaviours match.
    
    See also:
    http://repo.or.cz/w/glibc.git/blob/HEAD:/locale/findlocale.c#l62
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660725

 panels/common/gdm-languages.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 141d5a11eb966c791b44dae2f3f9cc3e48b158bb
Author: André Gondim <andregondim@ubuntu.com>
Date:   Mon Oct 10 19:30:29 2011 -0300

    Fixed some strings in Brazilian Portuguese translation

 po/pt_BR.po |  135 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 68 insertions(+), 67 deletions(-)

commit f8a2a651ce3b38cc4a4ad5ef4d5969b5ba760d26
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Mon Oct 10 18:44:47 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  122 +++++++++++++++++++++++++++++-----------------------------
 po/zh_TW.po |  122 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 122 insertions(+), 122 deletions(-)

commit 720389d3bdaf9e4dcd899f93c68c5939925c68b8
Author: Yuri Matsuk <yuri@matsuk.net>
Date:   Sat Oct 8 22:20:17 2011 +0300

    Updated Belarusian translation.

 po/be.po |  180 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 96 insertions(+), 84 deletions(-)

commit 96070c1398e2c2bec735eac90a2a468457bffdba
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Sat Oct 8 21:58:18 2011 +0300

    Updated Latvian translation.

 po/lv.po |  137 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 68 insertions(+), 69 deletions(-)

commit a1f66f06263a2ee13e76bba03269ae43755c455c
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sat Oct 8 00:52:12 2011 +0200

    Updated Dutch translation by Wouter Bolsterlee

 po/nl.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 91224aa49c6320a678a2f1e31c414c5bb4e67fc1
Author: Rachid <rachidbm@ubuntu.com>
Date:   Sat Oct 8 00:46:10 2011 +0200

    Updated Dutch translation by Rachid

 po/nl.po |  669 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 355 insertions(+), 314 deletions(-)

commit b7ab8b12f912a75013a03f00413eb65c0d9f4297
Author: Tomas Bzatek <tbzatek@redhat.com>
Date:   Fri Oct 7 17:51:20 2011 +0200

    datetime: Fix showing actual clock format on panel open
    
    A small regression after recent switch to radio buttons.

 panels/datetime/cc-datetime-panel.c |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit 8ce7e8d6aac883a7ef900103cb88690013eed7dd
Author: Fran Dieguez <fran@openhost.es>
Date:   Fri Oct 7 01:54:40 2011 +0200

    Updated Galician translations

 po/gl.po |  168 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 84 insertions(+), 84 deletions(-)

commit 634aac9303c6305febd7b0945d662f48ef1cecba
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Thu Oct 6 12:15:57 2011 +0200

    screen: Don't set gnome-session's idle-delay to 1 never

 panels/screen/cc-screen-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1367c2de613f30a18e12ed85d37d586d995b35cf
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Mon Oct 3 15:49:36 2011 -0400

    info: use x-content/unix-software as mime for the Software combobox
    
    The nautilus autorun handler changed its mimetype to x-content/unix-software,
    so we should update the control center to reflect that.

 panels/media/cc-media-panel.c          |    2 +-
 panels/media/gnome-media-properties.ui |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 019b0062f289c5ca3780b72f36e4d1a6c90e1c16
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 3 14:32:23 2011 +0100

    region: Align the example dates
    
    By removing leading spaces.

 panels/region/gnome-region-panel-formats.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 79eea8a94115c01978dd9a370e3deffae1b05351
Author: Antoine Jacoutot <ajacoutot@openbsd.org>
Date:   Mon Oct 3 15:15:15 2011 +0200

    region: Fix build on systems without LC_MEASUREMENT
    
    LC_MEASUREMENT is not posix and may not be defined on all systems.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660787

 panels/region/gnome-region-panel-formats.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 19fc791fbb45a2c1ea4f903e14906a34d1ecb372
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 3 12:26:08 2011 +0100

    printers: Fix build on systems without LC_PAPER
    
    By using gtk_paper_size_get_default() directly to do all
    the hard work for us.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660692

 panels/printers/pp-new-printer-dialog.c |  103 +++++++++++++-----------------
 1 files changed, 45 insertions(+), 58 deletions(-)

commit 58e6696d7d50ee5b400ff99ac65491c1ce136d39
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 29 16:51:40 2011 +0100

    region: Implement copying layouts
    
    Using systemd's SetX11Keyboard() method in localed. Disable
    the functionality altogether if systemd is not found.
    
    This version supports multiple keyboard layouts by passing comma
    separated layouts, as supported by X11.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659300

 panels/region/gnome-region-panel-system.c |  147 ++++++++++++++++++++++++-----
 1 files changed, 125 insertions(+), 22 deletions(-)

commit d6f7b1aa30e1ce7121a4f6014d7491a0f037c30a
Author: Funda Wang <fundawang@gmail.com>
Date:   Sun Oct 2 18:24:58 2011 +0200

    Updated zh_CN translation.

 po/zh_CN.po |   99 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 50 insertions(+), 49 deletions(-)

commit 5a3b949070eecc1c700ba038515dcf69f5d7e8f7
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Thu Sep 29 12:05:54 2011 -0600

    Updated Irish translation

 po/ga.po |  122 ++++++++++++++++++++++++-------------------------------------
 1 files changed, 48 insertions(+), 74 deletions(-)

commit 1c5c8a71759b13bdb63deb7f01c80a54749e2ee5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 29 15:17:59 2011 +0100

    region: Simplify getting the current Locale

 panels/region/gnome-region-panel-system.c |   27 +++------------------------
 1 files changed, 3 insertions(+), 24 deletions(-)

commit 27130aecdce3eb1fb8229709f6248e3cfa39faaa
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 29 14:46:39 2011 +0100

    region: Hide system tab if no localed
    
    As localed will be required to set the system-wide layouts.

 panels/region/gnome-region-panel-system.c |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

commit 4b99569c2195cb1cbdb6983eac4afa8b27599ff8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 29 14:41:11 2011 +0100

    region: Use WID() macro

 panels/region/gnome-region-panel-system.c |  109 ++++++++++++++---------------
 1 files changed, 54 insertions(+), 55 deletions(-)

commit 8d16ac14a7993e06f41e93b753a7fd7003cb81bc
Author: Marek Kasik <mkasik@redhat.com>
Date:   Thu Sep 29 14:54:30 2011 +0200

    Printers: check state of CUPS after start
    
    Check whether CUPS is running and add regular check for the case
    when it doesn't. Actualize printers list after CUPS' start (#659721).

 panels/printers/cc-printers-panel.c |  113 ++++++++++++++++++++++++-----------
 1 files changed, 79 insertions(+), 34 deletions(-)

commit e25d52d05c2bcd519b55bb3569fa6d58ee820a52
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Wed Sep 28 13:33:06 2011 +0200

    shell: Make sure we gtk_widget_show the search view

 shell/gnome-control-center.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit c5444ec1cf8f9dd90bda80bb96aa37adfdb91859
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Wed Sep 28 04:16:17 2011 +0300

    Uploaded Ukranian

 po/uk.po | 1106 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 683 insertions(+), 423 deletions(-)

commit cf5ee6a52ce8b3002ee055210f51ff75f04b8008
Author: Aron Xu <aronxu@gnome.org>
Date:   Tue Sep 27 16:37:24 2011 +0000

    Update Simplified Chinese translation.

 po/zh_CN.po |   88 +++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 50 insertions(+), 38 deletions(-)

commit 7929a519af5119e6c78b93107cb5de9405f7d01f
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Tue Sep 27 16:08:37 2011 +0200

    power: Use the correct item in the combo boxes when sleep-when-inactive is disabled

 panels/power/cc-power-panel.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 4cda10ef4cd530b3134df41e4137b79d66f394b5
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Tue Sep 27 02:39:21 2011 +0200

    Updated Serbian translation

 po/sr.po       |   80 ++++++++++++++++++++++++++++++++-----------------------
 po/sr@latin.po |   80 ++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 92 insertions(+), 68 deletions(-)

commit c2b06d614ca6af599c22ca52d2af75be48a06c9a
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Tue Sep 27 05:21:45 2011 +0530

    updated Tamil translation

 po/ta.po |  201 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 107 insertions(+), 94 deletions(-)

commit d3b765a658e186fca1c4e73db2e12b4dfbdaefa5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 12 23:01:57 2011 +0100

    info: Use new GtkAppChooserButton API
    
    gtk_app_chooser_button_set_show_default_item() was
    added so that we could show the default application
    for the content-type at the top, and selected, without
    hacks.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658693

 panels/info/cc-info-panel.c |   17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)

commit a3f157c97ba64d1e96dab705656ca5eadb251538
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Tue Sep 20 15:44:20 2011 +0200

    shell: Show the label for the category sections, which was being shown because of the gtk_widget_show_all replaced in previous commit

 shell/cc-shell-category-view.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 70a0d19c712c8ebe26f74e56bce3741d481a4b16
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Tue Sep 20 13:29:56 2011 +0200

    shell: Use gtk_widget_show instead of _show_all in gnome_control_center_show
    
    Using gtk_widget_show_all will make all invisible widgets show up when a
    second instance of the shell is run from the command line.
    
    https://bugs.launchpad.net/gnome-control-center/+bug/854544

 shell/gnome-control-center.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3968f94dc7f7411e639ebedb589b7e13b82a5e13
Author: Rodrigo Moya <rodrigo@gnome-db.org>
Date:   Mon Sep 26 18:21:23 2011 +0200

    Release 3.2.0

 NEWS         |   45 +++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 46 insertions(+), 1 deletions(-)