commit 7cba06fd24784dbc4ac08faae57b2a72c58c4be2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Aug 8 15:32:18 2012 +0100

    3.5.5

 NEWS         |    5 +++++
 configure.ac |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit cf49bd157b5cc160d9271179adc2b9a28ad77db3
Author: Andika Triwidada <andika@gmail.com>
Date:   Tue Aug 7 19:08:25 2012 +0700

    Added Indonesian translation of User Guide

 help/Makefile.am |    2 +-
 help/id/id.po    |  670 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 671 insertions(+), 1 deletion(-)

commit aa52dba18398a02eb8dee14114a0120942fa2fd1
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun Aug 5 21:48:35 2012 +0200

    docs: document more symbols
    
    96% symbol docs coverage.
    208 symbols documented.
    4 symbols incomplete.
    8 not documented.
    
    BluetoothChooser
    BluetoothChooserButton
    BluetoothChooserButtonClass (<items>)
    BluetoothChooserClass (<items>)
    BluetoothChooserCombo
    BluetoothChooserComboClass (<items>)
    BluetoothClient
    BluetoothClientClass (<items>)

 lib/bluetooth-chooser-combo.h |    5 +++++
 lib/bluetooth-client.c        |   40 +++++++++++++++++++++++++++++++++++-----
 lib/bluetooth-enums.h         |   10 ++++++++++
 3 files changed, 50 insertions(+), 5 deletions(-)

commit 29b6a6405523ed6e24aa778d9191665949894941
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun Aug 5 18:31:40 2012 +0200

    docs: ignore built file
    
    Ignores gnome-bluetooth-enum-types.h
    Documentation for those symbols is in bluetooth-enums.h

 docs/reference/libgnome-bluetooth/Makefile.am            |    2 +-
 .../libgnome-bluetooth/gnome-bluetooth-sections.txt      |   14 --------------
 2 files changed, 1 insertion(+), 15 deletions(-)

commit eb0749d47654b425715059b5a9af43216ef65ff5
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Wed Aug 1 19:31:01 2012 +0200

    docs: no need to ignore files that are no more present
    
    Removes: bluetooth-agent-glue.h bluetooth-instance-glue.h
    bluetooth-instance.h helper.h marshal.h obex-agent-glue.h

 docs/reference/libgnome-bluetooth/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dac645eece8c2c8f48249f58b7d3017431a78208
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Wed Aug 1 18:35:42 2012 +0200

    docs: fix gtk-doc warning
    
    Fixes:
    ./gnome-bluetooth-unused.txt:1: warning: 1 unused declarations.They should be added to gnome-bluetooth-sections.txt in the appropriate place.

 docs/reference/libgnome-bluetooth/gnome-bluetooth-sections.txt |    1 +
 1 file changed, 1 insertion(+)

commit bc63e9d6dfdfd3e301f242e995940ddcb622eb6c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Aug 1 17:38:37 2012 +0200

    applet: Fix introspection warnings
    
    The invalid doc comments in applet/bluetooth-applet.c cause
    warnings when building the .gir file.

 applet/bluetooth-applet.c |   18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

commit 9e0b676140425ac7093aea00c3c75a9299926a04
Author: Daniel Șerbănescu <daniel@serbanescu.dk>
Date:   Tue Jul 31 18:39:23 2012 +0200

    Updated Romanian Translation

 help/Makefile.am                         |    2 +-
 help/ro/figures/bluetooth-applet.png     |  Bin 0 -> 99414 bytes
 help/ro/figures/bluetooth-properties.png |  Bin 0 -> 40132 bytes
 help/ro/figures/bluetooth-wizard.png     |  Bin 0 -> 42844 bytes
 help/ro/ro.po                            |  685 ++++++++++++++++++++++++++++++
 5 files changed, 686 insertions(+), 1 deletion(-)

commit 793aeaefc023b8adc431262765f69acb79adee36
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Jul 31 01:57:22 2012 +0200

    Updated Galician translations

 po/gl.po |   64 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

commit 6f8bd954454016e91a6f3aea22c7c1a47f232fa1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 18:15:13 2012 +0100

    lib: Fix some bizarre use of curly braces
    
    Wrong place for a switch statement...

 lib/bluetooth-chooser-button.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 03974a241f11e2b17c0017b21b6680e9a52d2803
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 18:07:39 2012 +0100

    lib: Avoid duplicate state-changed signals
    
    Try to avoid sending a state-changed signal with the exact same
    state as we did earlier.

 lib/bluetooth-killswitch.c |   30 +++++++++++++++++++++++-------
 1 file changed, 23 insertions(+), 7 deletions(-)

commit d92256edbf6b4b2a99ae6b11e9aacd26cb2870a4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:57:20 2012 +0100

    lib: Add killswitch test

 lib/Makefile.am       |    4 +++-
 lib/test-killswitch.c |   30 ++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 1 deletion(-)

commit 06efa521814e8e383e05589093f0980ab2f11a3f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:48:15 2012 +0100

    lib: Print more debug for killswitches init

 lib/bluetooth-killswitch.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 14d56005fef8a567d8b514ee8f9dfeaddcc0dab4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:48:00 2012 +0100

    lib: Indent killswitch header

 lib/bluetooth-killswitch.h |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 3f093aef0f8c8ae78d7a2e554a375320238a71a9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:41:09 2012 +0100

    applet: Fix g-i warning

 applet/bluetooth-applet.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit aaa6dac96a3d8468f1963ec870922f61f3490f44
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:34:21 2012 +0100

    applet: Update for killswitch API change

 applet/bluetooth-applet.c |    6 +++---
 applet/bluetooth-applet.h |   14 +-------------
 2 files changed, 4 insertions(+), 16 deletions(-)

commit 1c39fbaeaf782597857216430906a74865e7661b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:33:50 2012 +0100

    lib: Namespace the killswitch state enum

 lib/bluetooth-killswitch.c |   64 ++++++++++++++++++++++----------------------
 lib/bluetooth-killswitch.h |   18 ++++++-------
 2 files changed, 41 insertions(+), 41 deletions(-)

commit 55d675bf2c8a9125841562ac7add840b623f6a98
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:31:13 2012 +0100

    lib: Add guard for public killswitch function

 lib/bluetooth-killswitch.c |    1 +
 1 file changed, 1 insertion(+)

commit 88c81dcc4229f4c698683900e27c806337de0648
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 23 17:30:46 2012 +0100

    lib: Clean up priv assignments in killswitch

 lib/bluetooth-killswitch.c |   32 +++++++++++++++++++++++---------
 1 file changed, 23 insertions(+), 9 deletions(-)

commit ee4ef9a9b13235adf09047aedec739fbbe14216d
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Jul 26 16:52:39 2012 +0530

    Updated Gujarati Translations

 po/gu.po |  123 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 63 insertions(+), 60 deletions(-)

commit b20e9bb4854d69aff6dec19c845c2c74f4179ebf
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun May 20 15:20:53 2012 +0200

    trivial: fix typos in comment

 lib/bluetooth-filter-widget.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6c2f347c926e6c2b962049ba8635b10550a032b0
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun May 20 14:05:50 2012 +0200

    lib: move misplaced curly bracket

 lib/bluetooth-chooser-combo.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1e4a93bf09a1f84eb917a54bfc498429711835a9
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sun Jul 22 23:30:08 2012 +0200

    Updated Serbian translation

 po/sr.po       |  414 +++-----------------------------------------------------
 po/sr@latin.po |  414 +++-----------------------------------------------------
 2 files changed, 40 insertions(+), 788 deletions(-)

commit 855afd329b9d833c57b9652380b15ee5ab29c372
Author: Robert Ancell <robert.ancell@canonical.com>
Date:   Thu Jul 19 09:45:19 2012 +1200

    sendto: Allow building with nautilus-sendto 3.6
    
    Meaning that < 3.7 is required.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=680209

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

commit c66c13a21bdbccfdc8841441b88f17af175bbe6c
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Jul 19 10:09:39 2012 +0200

    Updated Slovenian translation

 po/sl.po |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 3b54674c6d7644554017a2ec33800f6b24b62bf7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jul 17 19:19:54 2012 +0100

    3.5.4

 NEWS         |   13 +++++++++++++
 configure.ac |    4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)

commit baff62997e284021daef3f5d30ebf8881938949a
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Jul 15 11:40:07 2012 +0300

    Updated Belarusian translation.

 po/be.po |  112 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 63 insertions(+), 49 deletions(-)

commit a35b1c449b9dd2a714ce7a1b42bf0410a2a41863
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Jul 10 22:48:57 2012 +0300

    Updated Hebrew translation.

 po/he.po |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit bf85468c4379cdd61e6fd2e91886bcb540ff24ba
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jul 9 14:38:41 2012 +0200

    Updated Norwegian bokmål translation

 po/nb.po |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 935e67cb5820ab67cd44c49d9faf28c9d3023093
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Fri Jul 6 14:43:32 2012 +0530

    Assamese translation reviewed

 po/as.po |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 83d6d03d59b23fe09e976563fe58641d4e129c86
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Wed Jul 4 07:09:24 2012 +0300

    Updated Bulgarian translation

 po/bg.po |   62 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

commit 39577f77c6103fa6a1faa66df5918346011b5bf8
Author: Sjoerd Simons <sjoerd@luon.net>
Date:   Sun Jul 1 12:28:20 2012 +0200

    applet: Fix device_get_name() in the applet
    
    g_dbus_proxy_call_sync returns a tuple with the results, not the results
    directly. As such we first need to get the dictionary out of the tuple
    before we can lookup the information in it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674414

 applet/bluetooth-applet.c |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 1c4b3508eecead7ce8b356e358b4fe39efd8963a
Author: Sjoerd Simons <sjoerd@luon.net>
Date:   Sat Jun 30 14:27:47 2012 +0200

    lib: Fix stuck "Finishing page" for some devices
    
    Currently bluetooth_client_connect_service completes it async operation
    directly when bailing (e.g. we don't have connectable service on the
    remote device). This causes the bluetooth wizard to get stuck in the
    Finishing page as it happens to go to this page *after* calling
    bluetooth_client_connect_service.
    
    Making the async operation complete asynchronously fixes the
    "stuck" page.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679190

 lib/bluetooth-client.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit de1d6ed1672c9788a23ec1aef431b8009775311c
Author: Sjoerd Simons <sjoerd@luon.net>
Date:   Sat Jun 30 10:45:45 2012 +0200

    wizard: Fix Simple Pairing never succeeding
    
    The bluez RequestConfirmation call expect either an empty message (on
    success) or an error (on failure) as return. The code tries to return
    a string on success though, contrary to what the internal
    introspection data says causing gdbus to just throw a warning
    and bluez never getting a response, causing pairing to fail.
    
    Fix RequestConfirmation return value
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679190

 wizard/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3c59b7eedbc395272c65a418fec049ae1cee0644
Author: Sjoerd Simons <sjoerd@luon.net>
Date:   Sun Jul 1 12:28:37 2012 +0200

    Fix memory leak when registering the agent
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679240

 lib/bluetooth-agent.c |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 733860762b4195c956de5fbd0e639c256e3eb64e
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sun Jul 1 10:24:45 2012 +0700

    Updated Vietnamese translation

 po/vi.po |  145 +++++++++++++++++++++++++-------------------------------------
 1 file changed, 59 insertions(+), 86 deletions(-)

commit a4f6d8de0e98cfc08fc18a640568f3d339b8f1e3
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Sun Jul 1 10:15:02 2012 +0700

    po/vi: import from Damned Lies

 po/vi.po |  954 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 538 insertions(+), 416 deletions(-)

commit e1e59c1faaff9f133818021b8b083c9c9129a3b0
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sat Jun 30 23:01:49 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

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

commit 9caee4db7f3387b72a01b5699fe7449ccee6daf8
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Thu Jun 28 17:42:28 2012 +0300

    Updated Greek translation

 po/el.po |   99 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 54 insertions(+), 45 deletions(-)

commit dc430365f5d237189fa96ad28a9f2e3265a06c62
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Jun 28 13:15:59 2012 +0200

    Updated Spanish translation

 po/es.po |   66 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

commit 582b87051a9efb4ad7ac2301b57ee81ef90c094f
Author: Sasi Bhushan Boddepalli <sasi@swecha.net>
Date:   Thu Jun 28 11:40:42 2012 +0530

    Updated Telugu Translation

 po/te.po |   28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

commit 171f60a508900f75d2d8cbca1cc1525e439c1024
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Thu May 31 11:18:04 2012 +0200

    wizard: Use shorter label for finishing phase
    
    As the "new device" part is redundant.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677172

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

commit f6bd77565e373e174f1dd800267c72ae1bc0f8b5
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Tue Jun 19 21:01:57 2012 +0530

    Assamese translation reviewed

 po/as.po |  181 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 96 insertions(+), 85 deletions(-)

commit ee3dd9a60192aaf5a694f1b83fade4df8c00fba0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jun 16 23:28:05 2012 +0200

    lib: Fix use of wrong unref() call

 lib/bluetooth-client.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 84834da7411e675b3571066a6966d5ed462060a9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jun 16 23:17:56 2012 +0200

    lib: Don't use deprecated ListAdapters()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678228

 lib/bluetooth-client.c   |   20 ++++++++++++++------
 lib/bluetooth-client.xml |    4 ++--
 2 files changed, 16 insertions(+), 8 deletions(-)

commit 153edba409efdf92aeb4bed5f6c93313f1d6ddc6
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Fri Jun 15 13:17:38 2012 +0300

    Updated Greek translation

 po/el.po |  240 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 128 insertions(+), 112 deletions(-)

commit 386188f88d734e767d461303c915169657b4381a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 12 18:12:08 2012 +0100

    3.4.1

 NEWS |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

commit 80f40b69b9874dd5a4917f7d0fcfe6f54c043d56
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 12 11:51:23 2012 +0200

    lib: Fix potential label mismatch

 lib/bluetooth-chooser.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 7d7a893160577f55e75d91bdc1053d30b58f7a3c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 12 02:29:26 2012 +0200

    wizard: Fix setup for devices that don't pair
    
    The PS3 BD Remote for example doesn't need a pincode, and we
    should poke at it without a pairing path. The comparison though
    was based on user_pincode being set when it's actually set and
    unset within the same function.

 wizard/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8b0e0ee51d8a66f6702097329714e62180e19b86
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 12 02:13:20 2012 +0200

    wizard: Fix compile-time warning
    
    main.c:537:11: warning: ‘help’ may be used uninitialized in this function [-Wmaybe-uninitialized]

 wizard/main.c |    2 ++
 1 file changed, 2 insertions(+)

commit 3a8d3826b7bc643c3040f13e7e59c08254d62466
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Thu Jun 7 00:14:57 2012 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po |   89 +++++++++++++++++++++++++++++++----------------------
 1 file changed, 52 insertions(+), 37 deletions(-)

commit 0a3ebb5baed71df0e2010947440f08af397eaf4d
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Tue Jun 5 16:26:26 2012 +0300

    Updated Latvian translation

 po/lv.po |  109 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 61 insertions(+), 48 deletions(-)

commit f30b5c5fccd466022bd32c0630f0386b54a6e524
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Thu May 31 11:11:53 2012 +0200

    l10n: Updated Italian translation

 po/it.po |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 23ad4a855c6a4638bf0cb063e892b7da1a478efb
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Fri May 25 10:51:09 2012 +0300

    Updated Hebrew translation.

 po/he.po |  221 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 118 insertions(+), 103 deletions(-)

commit c5d14db43e54a899488b35e07c002fb4c97efc28
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sat May 19 21:50:38 2012 +0200

    [l10n] Updated Catalan translation

 po/ca.po |   94 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 55 insertions(+), 39 deletions(-)

commit ba81d853f410222c35838c890788a0bee0b08fab
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat May 19 12:02:19 2012 +0200

    Updated Norwegian bokmål translation

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

commit 4c7535d5be2fc7563f14101122ee9246a4ea377a
Author: Daniel Nylander <po@danielnylander.se>
Date:   Fri May 18 10:03:06 2012 +0200

    Updated Swedish translation

 po/sv.po |   97 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 56 insertions(+), 41 deletions(-)

commit 7b2b174204f330bb2fbf7eb7d91e5d587750d58a
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Thu May 17 21:16:12 2012 +0200

    Updated Serbian translation

 po/sr.po       |  103 +++++++++++++++++++++++++++++++-------------------------
 po/sr@latin.po |  103 +++++++++++++++++++++++++++++++-------------------------
 2 files changed, 116 insertions(+), 90 deletions(-)

commit f6e5c9d005561af50437e4bceae4748b533894fd
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Thu May 17 21:49:48 2012 +0700

    [l10n] Updated Indonesian translation

 po/id.po |  644 +++++++++++++++++++-------------------------------------------
 1 file changed, 191 insertions(+), 453 deletions(-)

commit 7a180c986bc2f55e84016fd795df4920d7865cf3
Author: Aleksej Kabanov <ak099@mail.ru>
Date:   Thu May 17 11:05:28 2012 +0400

    Updated Russian translation

 po/ru.po |  100 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 56 insertions(+), 44 deletions(-)

commit 797663c45a0fb5888be86f097f1b2b5ae283e6ee
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Wed May 16 21:35:16 2012 +0200

    Updated French translation

 po/fr.po |   84 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 48 insertions(+), 36 deletions(-)

commit b6b7f44af9a74948d63b0a3055989e274aa7ef06
Author: Daniel Winzen <d@winzen4.de>
Date:   Mon May 14 20:38:47 2012 +0200

    Updated German translation

 po/de.po |  103 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 60 insertions(+), 43 deletions(-)

commit 0c706c9e8b7ec7b72fcd8d070846bed2029ee5a5
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Mon May 14 17:26:57 2012 +0200

    trivial: remove unused .cvsignore

 .cvsignore |   24 ------------------------
 1 file changed, 24 deletions(-)

commit 548d997362bfa9e48f142771ff58e69b8647e05b
Author: Sasi Bhushan <sasi@swecha.net>
Date:   Mon May 14 13:34:00 2012 +0530

    Updated Telugu Translations

 po/te.po |  102 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 56 insertions(+), 46 deletions(-)

commit 49d2ca03e879ab2558a0bc635cbd46401f429107
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 10 16:51:52 2012 +0100

    lib: Fix problem with BluetoothStatusClass refcounts

 lib/bluetooth-client.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d81e3febf5eeab7b1b45f8c3e6d3a24e0b81a326
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Thu May 10 11:55:41 2012 +0200

    sendto: fix critical warnings when saving the last used address
    
    Since we can only set a string, replace g_settings_set_value() which was
    missing the "type" parameter, with g_settings_set_string() which is available
    since glib 2.26 (GNOME Bluetooth requires 2.29.90 now).
    
    Fixes:
    (nautilus-sendto:3647): GLib-CRITICAL **: `00:00:00:00:00:00' is not a valid GVariant format string
    
    (nautilus-sendto:3647): GLib-CRITICAL **: g_variant_new_va: assertion `valid_format_string (format_string, !endptr, NULL)' failed
    
    (nautilus-sendto:3647): GLib-GIO-CRITICAL **: g_settings_schema_key_type_check: assertion `value != NULL' failed
    
    (nautilus-sendto:3647): GLib-CRITICAL **: g_variant_get_type_string: assertion `value != NULL' failed
    
    (nautilus-sendto:3647): GLib-GIO-CRITICAL **: g_settings_set_value: key 'last-used' in 'org.gnome.Bluetooth.nst' expects type 's', but a GVariant of type '(null)' was given

 sendto/nautilus-sendto-plugin.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 793e978c25d62585614e62e02a8fea74220bb501
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu May 10 09:48:32 2012 +0200

    Updated Slovenian translation

 po/sl.po |   97 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 56 insertions(+), 41 deletions(-)

commit 69ed87ba048346975fa2e0380be7aa0c87a03fc2
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Wed May 9 12:07:48 2012 +0200

    sendto: keep the "Retry" button always visible and make it sensitive when needed
    
    It is less surprising for the user if it is visible from the start instead of
    appearing after an error and pushing the "Cancel" button to the left.
    It also follows the advice in GNOME HIG:
    "It is usually better to make a control insensitive than to hide it altogether.
    This way, the user can learn about functionality they may be able to use later,
    even if it is not available right now."
    http://developer.gnome.org/hig-book/3.0/controls-sensitivity.html.en

 sendto/main.c |   21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

commit b3261d0b27c814889bf5291a624afa17d0c16482
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Wed May 9 12:02:09 2012 +0200

    sendto: remove unneeded setting of the "Cancel" button as visible
    
    It was always visible.

 sendto/main.c |    3 ---
 1 file changed, 3 deletions(-)

commit d0ebd2ce1cd6be58aef702abea8436e6c9468313
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Wed May 9 11:39:09 2012 +0200

    sendto: remove all references to the unused "Close" button
    
    It was always hidden and the program is closed automatically if the
    transfer succeeds.

 sendto/main.c |    5 -----
 1 file changed, 5 deletions(-)

commit 76c38b95678ee1aeb42b18a130276447e2a72ed3
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Tue Apr 24 19:36:59 2012 +0200

    lib: print address of selected device for "test-deviceselection phone"

 lib/test-deviceselection.c |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 4e5f565654fda0bba840fe98478e6c48f151f1a3
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Tue Apr 24 19:15:17 2012 +0200

    lib: fix Close button for "test-deviceselection phone"

 lib/test-deviceselection.c |    3 +++
 1 file changed, 3 insertions(+)

commit abf4cd0901b6ba901b1d417006bdbb20f903bd52
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Wed May 9 13:50:24 2012 +0200

    l10n: updated Italian translation

 po/it.po |  185 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 98 insertions(+), 87 deletions(-)

commit 28fd958d72559a57b4484115eb93998b36c8b223
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed May 9 13:19:18 2012 +0200

    Updated Galician translations

 po/gl.po |   55 +++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 35 insertions(+), 20 deletions(-)

commit 04fe1c61941327aa719b9d0d5f0329a349c1e11d
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Mon May 7 11:56:47 2012 +0200

    lib: fix g_object_unref: assertion `G_IS_OBJECT (object)' failed
    
    Using bluetooth-sendto the client object is finalized before the
    callback could set priv->model; this can happen because priv->model
    is set and unset asynchronously by bluez_appeared_cb() and by
    bluez_vanished_cb().
    
    Fixes:
    (lt-bluetooth-sendto:13209): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    
    Program received signal SIGTRAP, Trace/breakpoint trap.
    0xb75aa22d in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
    (gdb) bt
     #0  0xb75aa22d in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
     #1  0xb75aa3c3 in g_log () from /lib/i386-linux-gnu/libglib-2.0.so.0
     #2  0xb75aa40d in g_return_if_fail_warning () from /lib/i386-linux-gnu/libglib-2.0.so.0
     #3  0xb766892b in g_object_unref () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
     #4  0xb7fc4f7b in bluetooth_client_finalize (client=0x824a120) at bluetooth-client.c:1272
     #5  0xb7668ae8 in g_object_unref () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
     #6  0x0804bc69 in get_device_name (address=0x80586a0 "1") at main.c:377
     #7  main (argc=1, argv=0xbffff4b4) at main.c:830

 lib/bluetooth-client.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 10aefc0562116f940db05698802f3161df1fd2b7
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Mon May 7 11:04:03 2012 +0200

    lib: Remove unneeded NULL check
    
    See http://developer.gnome.org/gtk3/stable/GtkTreeModel.html#gtk-tree-row-reference-free

 lib/bluetooth-client.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 8336129c6fac7a7ca6c72a2f00a79abdecbf6dd1
Author: Jonh Wendell <jwendell@gnome.org>
Date:   Mon May 7 13:19:39 2012 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po |   61 ++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 39 insertions(+), 22 deletions(-)

commit 75f6dffa6b27385634f46911db2ba69a621cc2e5
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon May 7 16:09:05 2012 +0200

    Updated Polish translation

 po/pl.po |  184 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 98 insertions(+), 86 deletions(-)

commit 7a653be934a32d4761e61fb3adca46974bfad879
Author: Marek Černocký <marek@manet.cz>
Date:   Mon May 7 15:41:12 2012 +0200

    Updated Czech translation

 po/cs.po |   55 ++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 32 insertions(+), 23 deletions(-)

commit f73e1500ffdde3b1109cedd5128e0fa2e6356173
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon May 7 12:55:18 2012 +0200

    Updated Spanish translation

 po/es.po |   59 ++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 36 insertions(+), 23 deletions(-)

commit 79444114bf61c6073d005d5a2de68a046dcbc10f
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Mon May 7 07:08:03 2012 +0300

    Updated Bulgarian translation

 po/bg.po |   54 +++++++++++++++++++++++++++++++++---------------------
 1 file changed, 33 insertions(+), 21 deletions(-)

commit 79664c6d233f5c59d3c1098c768a719ed8fe0acb
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun May 6 23:39:13 2012 +0200

    docs: have *-sections.txt and *.types rebuilt by gtk-doc
    
    More work to do:
    93% symbol docs coverage.
    201 symbols documented.
    4 symbols incomplete.
    16 not documented.

 .../gnome-bluetooth-sections.txt                   |  135 +++++++++-----------
 .../libgnome-bluetooth/gnome-bluetooth.types       |    8 +-
 2 files changed, 68 insertions(+), 75 deletions(-)

commit ac42910cbafffe8dec5107f8be3fb68648cc98ce
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun May 6 18:20:26 2012 +0200

    docs: update API documentation
    
    More work to do:
    89% symbol docs coverage.
    202 symbols documented.
    2 symbols incomplete.
    26 not documented.

 applet/bluetooth-applet.c                          |   25 +++---
 .../libgnome-bluetooth/gnome-bluetooth-docs.sgml   |    4 +-
 .../gnome-bluetooth-sections.txt                   |   38 ++++++--
 .../libgnome-bluetooth/tmpl/bluetooth-enums.sgml   |   92 --------------------
 lib/bluetooth-chooser-button.c                     |    4 +-
 lib/bluetooth-chooser-combo.c                      |    9 ++
 lib/bluetooth-chooser-combo.h                      |    2 +-
 lib/bluetooth-chooser.c                            |    8 +-
 lib/bluetooth-chooser.h                            |    2 -
 lib/bluetooth-client.c                             |   11 ++-
 lib/bluetooth-enums.h                              |    3 +-
 lib/bluetooth-plugin-manager.c                     |    2 +-
 lib/bluetooth-utils.c                              |   37 ++++++--
 13 files changed, 103 insertions(+), 134 deletions(-)

commit 287c3bc4b52af906f1fa4457d6b228516935a20a
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun May 6 18:03:57 2012 +0200

    test-client: display "Legacy Pairing" property as UNSET/FALSE/TRUE
    
    As per commit d569de359d28679c7241f4ac40f59bf8a35f16ac

 lib/test-client.c |   24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

commit f5bbda197ff0ae08785c44d6ea2b210ca2df0ae0
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun May 6 16:16:51 2012 +0200

    trivial: update .gitignore

 .gitignore |   23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

commit a613f6aed324c0e2af3758fa316a33d627fb2202
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun May 6 21:52:06 2012 +0200

    test-deviceselection: don't make the combo box fill the dialog

 lib/test-deviceselection.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bb160a6792863427e3100714199e4128c6cc2bec
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun May 6 16:10:11 2012 +0200

    test-deviceselection: print the same device information for all tests
    
    Replace ad hoc function with bluetooth_chooser_dump_selected_device().
    The combo test was printing more information than the others calling
    bluetooth_client_dump_device() which in turn calls
    bluetooth_chooser_dump_selected_device();

 lib/test-deviceselection.c |   35 ++---------------------------------
 1 file changed, 2 insertions(+), 33 deletions(-)

commit 8067279e75fb24f36a59bdf2d38f9ed2b7648ff2
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun May 6 15:38:51 2012 +0200

    sendto: symbol for decimal kilobyte is kB according to the International System of Units (SI)
    
    See http://en.wikipedia.org/wiki/Kilobyte
    Using the decimal unit because it's divided by 1000.

 sendto/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 063ee7827391cfabffe907d0ea1e33380ab4c47b
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun May 6 15:00:47 2012 +0200

    sendto: document the "--name" option and make argument strings translatable

 sendto/bluetooth-sendto.1 |   14 ++++++++++----
 sendto/main.c             |    6 +++---
 2 files changed, 13 insertions(+), 7 deletions(-)

commit 49ba860122bd70bfc7a76f1216359fa079ab510d
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sat May 5 12:32:12 2012 +0200

    trivial: fix typos
    
    Mostly found with codespell.py

 applet/bluetooth-applet.c |    2 +-
 lib/bluetooth-chooser.c   |    2 +-
 sendto/bluetooth-sendto.1 |    4 ++--
 sendto/main.c             |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit 905d2b32d80a2177615f9587d8d0f59bf12a2b61
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sat May 5 12:17:44 2012 +0200

    build: fix make rule for bluetooth-client-glue.c
    
    Otherwise bluetooth-client-glue.c is (re)built only as a side effect of
    (re)building bluetooth-client-glue.h which doesn't happen if you delete
    bluetooth-client-glue.c only.
    
    Fixes:
      CC     bluetooth-client-glue.lo
    gcc: error: bluetooth-client-glue.c: No such file or directory
    gcc: fatal error: no input files
    compilation terminated.

 lib/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0f77b3c43852870a1ddb8712b481a9fd34424707
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Wed May 2 13:16:17 2012 +0300

    Updated Greek translation

 po/el.po |  792 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 368 insertions(+), 424 deletions(-)

commit c3827ad754522c2bf06cf303786f50bc80ebe93a
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Wed Apr 25 18:54:21 2012 +0200

    lib: fix the annotation fix
    
    Fixes:
    bluetooth-plugin-manager.c:137: Warning: GnomeBluetooth: invalid annotation option: allow-null

 lib/bluetooth-plugin-manager.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cd2b42da84be3a6039d15f6e3aa1c83fd0695ae2
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Wed Apr 25 17:12:58 2012 +0200

    lib: Add annotations for bluetooth_plugin_manager_get_widgets()
    
    Fixes:
    bluetooth-plugin-manager.c:137: Warning: GnomeBluetooth: bluetooth_plugin_manager_get_widgets: return value: Missing (element-type) annotation

 lib/bluetooth-plugin-manager.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b0d022fb267902de7c3b2fd86cec4926a5544625
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Wed Apr 25 15:37:50 2012 +0200

    lib: make initial checks similar when registering/unregister agent
    
    This avoid executing some code before validating the arguments.

 lib/bluetooth-agent.c |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

commit d6169d5c212f3129702810ac8a3929a351a30a33
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Wed Apr 25 15:08:53 2012 +0200

    trivial: update .gitignore
    
    Remove files and directories no more present in the repository and add
    missing ones.

 .gitignore |   19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

commit ad2395b45c777b6ff598470d3c389a2ad8b708a2
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Tue Apr 24 14:59:22 2012 +0200

    lib: check if an adapter is present before trying to register the agent
    
    Fixes the following warnings and segfault when running test-agent with no
    adapter present:
    (process:5950): GLib-GIO-CRITICAL **: g_dbus_proxy_get_object_path: assertion `G_IS_DBUS_PROXY (proxy)' failed
    
    (process:5950): GLib-CRITICAL **: g_path_get_basename: assertion `file_name != NULL' failed
    
    (process:5950): GLib-GIO-CRITICAL **: g_dbus_connection_register_object: assertion `object_path != NULL && g_variant_is_object_path (object_path)' failed
    
    Program received signal SIGSEGV, Segmentation fault.
    0xb7fc943c in bluetooth_agent_register (agent=0x8053420) at bluetooth-agent.c:462
    462			g_warning ("Failed to register object: %s", error->message);
    (gdb) print error
    $1 = (GError *) 0x0
    (gdb)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674720

 lib/bluetooth-agent.c |    3 +++
 1 file changed, 3 insertions(+)

commit ccf8c23f8f8b7d15f025af822a54877299722374
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Tue Apr 24 21:39:28 2012 +0200

    lib: fix segfault in "test-deviceselection combo"
    
    The combo is a composite widget that contains a chooser.
    Fixes:
    (lt-test-deviceselection:11962): GLib-GObject-WARNING **: attempt to retrieve private data for invalid type 'BluetoothChooser'
    
    Program received signal SIGSEGV, Segmentation fault.
    bluetooth_chooser_get_selected_device_data (self=<optimized out>, column=1) at bluetooth-chooser.c:231
    231		selected = gtk_tree_selection_get_selected (priv->selection, NULL, &iter);
    (gdb) bt
     #0  bluetooth_chooser_get_selected_device_data (self=<optimized out>, column=1) at bluetooth-chooser.c:231
     #1  0x0804a2a8 in response_cb (dialog=0x807f0e0, response_id=-3, selector=0x8084b48) at test-deviceselection.c:207

 lib/test-deviceselection.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 4be835ee4cacc7942afdf3f51bbd319fc7f4ba5b
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Tue Apr 24 19:43:07 2012 +0200

    lib: fix memleaks in "test-deviceselection combo"
    
    Strings returned by g_object_get() must be freed, objects must be unreferenced.

 lib/test-deviceselection.c |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 991052679fb8d69e7d7912e7353c4e9af861731a
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Tue Apr 24 17:52:25 2012 +0200

    lib: do not try to set chooser title in test-deviceselection
    
    The "title" property was removed in commit e80873399fa3a4cf412d2d12e7ed57f610975e7f
    Fixes:
    GLib-GObject-WARNING **: g_object_new_valist: object class `BluetoothChooser' has no property named `title'

 lib/test-deviceselection.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 07284bb0810c43d5d62cc71d872bcc8858d939ee
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Sun Apr 22 19:28:47 2012 +0200

    BluetoothApplet: mark internal variable as static
    
    Otherwise, it could conflict with other symbols with the same
    name exported by a different shared library, with undefined
    effects.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674579

 applet/bluetooth-applet.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d622c234ede714daaf51405231150f15b5eb5e03
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
Date:   Wed Mar 28 13:58:16 2012 +0530

    Updated Marathi Translations

 po/mr.po |  838 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 454 insertions(+), 384 deletions(-)

commit 4dee3f4a805675730475a91ce56a343d094bac68
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Tue Mar 27 22:32:17 2012 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po |  715 +++++++++++++++++++++++++----------------------------
 1 file changed, 330 insertions(+), 385 deletions(-)

commit f791b6d16f9d784165223ad961647d6dccd4e036
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Mar 26 23:20:19 2012 -0400

    Bump version

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

commit c18b2b6dfc74fcacda253d8d4937ddb0518fa554
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Mar 26 23:19:43 2012 -0400

    3.4.0

 NEWS         |    3 +++
 configure.ac |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit c99edf8875550a853d2f41e4b424c078f85ce3f3
Author: Andiswa Mvanyashe <andiswamva@webmail.co.za>
Date:   Sat Mar 24 16:13:36 2012 +0200

    New translation for Xhosa (xh)

 po/LINGUAS |    1 +
 po/xh.po   |  848 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 849 insertions(+)

commit 289484313f133ad6cfbacdb1ed8a51bcb8e2c908
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Wed Mar 21 23:28:04 2012 +0200

    Updated Lithuanian translation

 po/lt.po |  719 +++++++++++++++-----------------------------------------------
 1 file changed, 167 insertions(+), 552 deletions(-)

commit a8337a850a6514c2dcc132fa1d782aa6d1418390
Author: tuhaihe <wangdianjin@linuxdeepin.com>
Date:   Wed Mar 21 13:29:31 2012 +0000

    Update Simplified Chinese translation.

 po/zh_CN.po |  694 +++++++++++++++++++++++++++--------------------------------
 1 file changed, 319 insertions(+), 375 deletions(-)

commit f9836e27daa565f181e8b01d581a46b42748dbb1
Author: Antonio Fernandes C. Neto <fernandesn@gnome.org>
Date:   Wed Mar 21 08:29:23 2012 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po |  503 +++++++++++++++--------------------------------------------
 1 file changed, 130 insertions(+), 373 deletions(-)

commit 94a23c3a5194d527aae993edbc68a50695a3f93e
Author: Colin Walters <walters@verbum.org>
Date:   Tue Mar 20 17:32:32 2012 -0400

    applet: Fix Makefile rule to remove libgnome-bluetooth-applet.la
    
    1) We should be using install-exec-hook, not -data, since it's code
    2) Use -f to avoid erroring out if for some reason it's not found

 applet/Makefile-lib.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit da7ea2e950d0893008af6c3af971b9b5aea2b8c2
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 20 14:02:53 2012 -0400

    3.3.92

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

commit a49f0c60c3e20b2d1f23f0860a337ab25eb16157
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 20 16:36:19 2012 -0400

    all: add missing files to CLEANFILES to fix distcheck

 applet/Makefile-lib.am |    2 +-
 sendto/Makefile.am     |    2 ++
 wizard/Makefile.am     |    1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

commit 62ebcf62f374f11c7a15f87c7a30a610fe2d16d3
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 20 16:34:40 2012 -0400

    lib: remove libgnome-bluetooth-applet.so* in an uninstall-hook
    
    Suggested by Colin Walters to fix make distcheck. Since we add a custom
    install hook to remove libgnome-bluetooth-applet.la, and make uninstall
    relies on that to determine the list of files to uninstall, we should
    also add another uninstall hook to remove the actual shared objects.

 applet/Makefile-lib.am |    2 ++
 1 file changed, 2 insertions(+)

commit a9f8aaa450b7f42baefe8f327bc30649a4231416
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 20 15:41:18 2012 -0400

    i18n: fix Chinese help translations to produce correct XML
    
    Fixes distcheck.

 help/zh_HK/zh_HK.po |    4 ++--
 help/zh_TW/zh_TW.po |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit d9685f9fc26c48dd80ffc29a3decddb2dfdc94bc
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 20 15:40:41 2012 -0400

    docs: disable gtk-doc check to fix make distcheck

 docs/reference/libgnome-bluetooth/Makefile.am |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

commit 20440d58d12da88be6e95d655e14bcc5899d860d
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Mar 20 14:19:22 2012 -0400

    build: fix distcheck

 Makefile.am |    3 ---
 1 file changed, 3 deletions(-)

commit c826f18ebc960310582e1f232834427ac14bde45
Author: Krishnababu Krothapalli <email>
Date:   Tue Mar 20 21:29:15 2012 +0530

    Translations Updated with FUEL

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

commit db8e68d44895c37fe520d4bf14f4034161b151ba
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Tue Mar 20 13:25:39 2012 +0530

    hindi translation by Chandan Kumar

 po/hi.po |  952 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 446 insertions(+), 506 deletions(-)

commit 1fcac8075fff711836e8557740b33e713196a7ed
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Mon Mar 19 10:04:09 2012 +0100

    Updated Danish translation

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

commit 1bd991b9cdebdb200a543e545b421ea8e59c021b
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Mar 19 11:56:04 2012 +0530

    Updated Gujarati Translations

 po/gu.po |  958 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 467 insertions(+), 491 deletions(-)

commit ffc85b0ae760f28c44aa14324c29273cb2af88f6
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Mar 19 00:07:47 2012 +0100

    Updated Galician translations

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

commit 0f0b0fcaed294ea29b2185644ba576e270877597
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Sun Mar 18 17:49:20 2012 +0200

    Uploaded Ukranian

 po/uk.po |  701 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 325 insertions(+), 376 deletions(-)

commit 2c9bfd17b33faf4e5e4c729b53cea3e4b1874791
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Sat Mar 17 12:55:28 2012 +0200

    [l10n]Updated Turkish translation

 po/tr.po |  724 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 309 insertions(+), 415 deletions(-)

commit 5ab26629e89b9b5e48842755d37605323ad42ed5
Author: Abderrahim Kitouni <a.kitouni@gmail.com>
Date:   Fri Mar 16 19:32:23 2012 +0100

    Updated Arabic translation

 po/ar.po |  823 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 384 insertions(+), 439 deletions(-)

commit d2ea54b58a08e4a301f259b6b76cc6e29d89f28e
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Mar 17 00:26:40 2012 +0000

    Updated Portuguese translation

 po/pt.po |  713 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 330 insertions(+), 383 deletions(-)

commit 66c16247e8afadbb7298b3b54473f89b1cddbbc4
Author: Krishnababu Krothapalli <email>
Date:   Thu Mar 15 12:35:49 2012 +0530

    Updated Telugu Translations

 po/te.po |  576 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 256 insertions(+), 320 deletions(-)

commit 897cb7cebbb52ffff315c8c65b84f5b5b3ef19f3
Author: Anita Reitere <nitalynx@gmail.com>
Date:   Wed Mar 14 22:38:39 2012 +0200

    Updated Latvian translation.

 po/lv.po |  759 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 354 insertions(+), 405 deletions(-)

commit 1972a067d1ab8d30f1024207e6b091def04954f8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 14 11:35:39 2012 -0400

    wizard: fix pairing for devices with a pin in the DB
    
    As far as I understand the intention of the code here is to set
    automatic_pincode to FALSE if the DB detects it needs a special code
    (e.g. keyboards or joysticks); otherwise if a pincode is specified in
    the DB, that one should be used instead of being discarded.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672077

 wizard/main.c |   22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

commit e27c8bcd5ed15db989539622b2631eb5c39ab0c8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 14 11:33:33 2012 -0400

    wizard: fix semicolon oops
    
    This would force the ICADE interface for everything coming from the
    database which was not a keyboard.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672077

 wizard/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0d85a2b57eb72f22afab3cb878c9beb5834b9f18
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Mar 14 11:32:41 2012 -0400

    pin-database: add another entry for the Apple Magic Trackpad
    
    Apparently the ID is not unique, and there's more than a Magic Trackpad
    model.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672077

 wizard/pin-code-database.xml |    1 +
 1 file changed, 1 insertion(+)

commit b190692a33828d8867d93b2eb3b6e11d70e14064
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Mar 13 19:23:39 2012 +0100

    wizard: Add more debug output when fetching PIN

 wizard/pin.c |    8 ++++++++
 1 file changed, 8 insertions(+)

commit fad540c9dbd6aa7cbaf2d0127493422abd096414
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Tue Mar 13 17:50:15 2012 +0000

    Updated British English translation

 po/en_GB.po |  723 +++++++++++++++++++++++++++--------------------------------
 1 file changed, 334 insertions(+), 389 deletions(-)

commit ad512836a619aaabf03186941500cef5a14ab816
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:   Tue Mar 13 15:38:21 2012 +0700

    Updated Thai translation.

 po/th.po |  545 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 252 insertions(+), 293 deletions(-)

commit 4ae6373e8af4ab1e213593de1b30c7492cfcd287
Author: David Planella <david.planella@gmail.com>
Date:   Tue Mar 13 00:19:53 2012 +0100

    Updated Catalan translation

 po/ca.po |  715 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 330 insertions(+), 385 deletions(-)

commit d0810448a4442f39a0babfb0d3e8ee787bbd4681
Author: Timo Jyrinki <timo@debian.org>
Date:   Mon Mar 12 11:02:30 2012 +0200

    Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint

 po/fi.po |  448 ++++++++++++--------------------------------------------------
 1 file changed, 81 insertions(+), 367 deletions(-)

commit ee00fa49b607294261fad854ee7fdc809e0fdedb
Author: Arash Mousavi <amousavi@src.gnome.org>
Date:   Sat Mar 10 12:53:11 2012 +0330

    Updated Persian Translation

 po/fa.po |  652 +++++++++++++++++++-------------------------------------------
 1 file changed, 199 insertions(+), 453 deletions(-)

commit 94e22b221c38a345fe2bfca0f90bb0a6aba0944c
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Thu Mar 8 21:38:51 2012 +0530

    Assamese translation completed

 po/as.po |  701 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 326 insertions(+), 375 deletions(-)

commit 9f8304168e1af4ab759c97668e4489a4afdd77ce
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Wed Mar 7 12:56:02 2012 +0100

    Updated French translation

 po/fr.po |  571 +++++++++++++++++---------------------------------------------
 1 file changed, 157 insertions(+), 414 deletions(-)

commit b875d11f96019845de9628f8ee8eb0617d64772a
Author: Seong-ho Cho <darkcircle.0426@gmail.com>
Date:   Wed Mar 7 00:30:32 2012 +0900

    Updated Korean translation

 po/ko.po |  576 ++++++++++++++++++--------------------------------------------
 1 file changed, 165 insertions(+), 411 deletions(-)

commit c238546f8048648d974b18044069ef946772c8ff
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Mon Mar 5 21:26:01 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

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

commit 1524df8f0cfd557c420f316e8dea198dadface69
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Sun Mar 4 16:00:26 2012 +0100

    [l10n] Updated German translation

 po/de.po |  708 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 327 insertions(+), 381 deletions(-)

commit bfe1578ac868d80b53cda9343222fec789b06ae5
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Mar 4 02:28:51 2012 +0100

    Updated Hungarian translation

 po/hu.po |  716 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 334 insertions(+), 382 deletions(-)

commit ba6a72a7b5f169d08789eeaec0534e4e714d6a61
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Mar 4 00:29:20 2012 +0100

    Updated Polish translation

 po/pl.po |  484 +++++++++++++++-----------------------------------------------
 1 file changed, 117 insertions(+), 367 deletions(-)

commit 1cab60ffc80be185f20e8369494b10961755d233
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Mar 3 19:39:20 2012 +0100

    Updated Basque language

 po/eu.po |  625 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 286 insertions(+), 339 deletions(-)

commit 1ea24783061f4b7fbf98c56117c97000973bcef2
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Fri Mar 2 14:46:10 2012 +0200

    Updated Hebrew translation.

 po/he.po |   21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

commit 940f79faa40e61990eb842b10651b9cb856b57f5
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Thu Mar 1 23:07:41 2012 +0100

    [l10n] Updated Italian translation

 po/it.po |  502 +++++++++++++++-----------------------------------------------
 1 file changed, 120 insertions(+), 382 deletions(-)

commit 4b050891078fce200c3334bf6e96614ac50185bf
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Tue Feb 28 16:23:49 2012 +0530

    updated Tamil translation

 po/ta.po |  617 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 283 insertions(+), 334 deletions(-)

commit 210623883adfb3760e47747fd1230ae86aaba76f
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Mon Feb 27 11:50:03 2012 +0200

    [l10n] Updated Estonian translation

 po/et.po |   98 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

commit 1dc2061cbed891a2edd5b868f58276aa64093125
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sat Feb 25 12:31:27 2012 +0400

    Updated Russian translation

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

commit 5faa79a80d38aa4f2b5d6a015ff1796c5dd22e8f
Author: A S Alam <aalam@users.sf.net>
Date:   Thu Feb 23 21:06:05 2012 +0530

    update Punjabi Translation

 po/pa.po |  716 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 332 insertions(+), 384 deletions(-)

commit cf3cd24ed59ec68749631023c9520b27ad281fa8
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Thu Feb 23 07:23:01 2012 +0200

    Updated Bulgarian translation

 po/bg.po |  464 ++++++++++++++++----------------------------------------------
 1 file changed, 117 insertions(+), 347 deletions(-)

commit bcf0f094886de0711f3148319e049495410761e6
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Feb 21 22:28:59 2012 +0100

    Updated Slovenian translation

 po/sl.po |  137 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 70 insertions(+), 67 deletions(-)

commit aecc0c76ad6f7ae1c5602cd38ad1bc9db854c870
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Feb 21 11:32:29 2012 +0100

    Updated Galician translations

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

commit 22dc199b84fec6d93bcd13a5a74811c312ec81e9
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Mon Feb 20 23:09:20 2012 +0100

    Updated Danish translation

 po/da.po |  637 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 292 insertions(+), 345 deletions(-)

commit c193c142cf938ce39a038bac8e221825914fc01e
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Mon Feb 20 17:25:32 2012 +0300

    Updated Belarusian translation.

 po/be.po |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit be0e517b4fbc2f6357ca9315b4d4b421983edfbc
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Feb 20 10:57:52 2012 +0100

    Updated Czech translation

 po/cs.po |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

commit 250c73c672e3155b69c3d3ad0b3ae9025e6c00fe
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Mon Feb 20 10:52:17 2012 +0100

    Updated Serbian translation

 po/sr.po       |   23 +++++++++++++----------
 po/sr@latin.po |   23 +++++++++++++----------
 2 files changed, 26 insertions(+), 20 deletions(-)

commit 7e11c68ae066747a0003f84fa88f713c9b1e98a8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Feb 19 19:42:17 2012 +0100

    Updated Norwegian bokmål translation

 po/nb.po |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 9d050f7787c8246bbf941b80a166a8bebfb92ded
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Feb 19 19:31:27 2012 +0100

    Updated Swedish translation

 po/sv.po |  541 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 243 insertions(+), 298 deletions(-)

commit 10be72edb9c5be073288499309a2530faec1fe6a
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Feb 19 19:15:28 2012 +0100

    Updated Spanish translation

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

commit 1eb678d8bf0d32e8fd7ad30135c3e2616cd14f3d
Author: Antonio Ospite <ospite@studenti.unina.it>
Date:   Sat Feb 18 20:31:22 2012 +0100

    wizard: add another OUI for the Sony "BD Remote Control"
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670370

 wizard/pin-code-database.xml |    1 +
 1 file changed, 1 insertion(+)

commit 0885612e14cc011c066cc73320d14c1a61c606b3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Feb 18 13:49:55 2012 +0100

    applet: Call our own preferences the same as others

 applet/popup-menu.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 65ddc52b703fd2f4e80f0283aca4e30363d3ecaf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Feb 18 13:48:58 2012 +0100

    applet: Remove left-over header capitalisation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669284

 applet/main.c        |    4 ++--
 applet/popup-menu.ui |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit fa471e95426d33d3acf517246426cebf6b702bac
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Feb 17 13:43:38 2012 +0100

    Updated Czech translation

 po/cs.po |  160 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 83 insertions(+), 77 deletions(-)

commit 62645daadc7b701b6d63cd407e0fec0205a3a997
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Tue Feb 14 10:15:16 2012 +0400

    Updated Russian translation

 po/ru.po |  537 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 242 insertions(+), 295 deletions(-)

commit 67cdd1efbbaf872c8eb99962eedb38e6fa45701a
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sun Feb 12 20:32:30 2012 +0100

    Updated Serbian translation

 po/sr.po       |  706 ++++++++++++++++++++++++++------------------------------
 po/sr@latin.po |  704 ++++++++++++++++++++++++++-----------------------------
 2 files changed, 651 insertions(+), 759 deletions(-)

commit 6e19a8e512704e74df14a4eae12a4b590c662524
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sat Feb 11 22:27:21 2012 +0300

    Updated Belarusian translation.

 po/be.po |  446 ++++++++++++++++++--------------------------------------------
 1 file changed, 131 insertions(+), 315 deletions(-)

commit 7323cba75b75d1ebe0183c53dd77cd1038d5de62
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Wed Feb 8 11:17:24 2012 +0200

    [l10n] Updated Estonian translation

 po/et.po |  287 ++++----------------------------------------------------------
 1 file changed, 18 insertions(+), 269 deletions(-)

commit 3bccb76cefa5deed7e68564b6a8f0d3d570a047f
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sat Feb 4 15:11:44 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  422 ++++++++++++++++++++++++++--------------------------------
 po/zh_TW.po |  424 ++++++++++++++++++++++++++---------------------------------
 2 files changed, 380 insertions(+), 466 deletions(-)

commit d553cc654c645b54593431c9a94ccecc23f23176
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Wed Feb 1 14:52:55 2012 -0500

    lib: remove generated file from version control
    
    lib/bluetooth-client-glue.c is autogenerated and was accidentally
    checked into version control.  Remove it.

 lib/bluetooth-client-glue.c | 4673 -------------------------------------------
 1 file changed, 4673 deletions(-)

commit 105159928ef71b7ed9bc235a13642005a5802156
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Jan 28 12:11:08 2012 +0200

    Updated Hebrew translation.

 po/he.po |  494 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 219 insertions(+), 275 deletions(-)

commit ab56ffc3b567de6a3f9f6e60c46f765fd951c99d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Jan 25 12:58:58 2012 +0100

    Updated Norwegian bokmål translation

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

commit 2379764b7a89b6dd65a4e2ff8ffab2beeac049c5
Author: Colin Walters <walters@verbum.org>
Date:   Sat Jan 21 10:11:54 2012 -0500

    applet: Delete gnome-bluetooth-applet.la file
    
    For operating system creators who don't ship .la files in /usr/lib,
    this file will still reference the (now non-existent)
    libgnome-bluetooth.la.
    
    This patch should be harmless for distributors who do still ship the
    .la files though.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=668588

 applet/Makefile-lib.am |    3 +++
 1 file changed, 3 insertions(+)

commit 89ec3479c5e699b0e2c909b96d99a8f901af2bd1
Author: Colin Walters <walters@verbum.org>
Date:   Wed Jan 18 22:06:58 2012 -0500

    build: Add --disable-documentation option
    
    This helps operating system builders.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=668589

 Makefile.am  |    9 ++++++++-
 configure.ac |    5 +++++
 2 files changed, 13 insertions(+), 1 deletion(-)

commit afd03d98d1cc6efe116752c5b44b6c0f486cb9a1
Author: Timo Jyrinki <timo@debian.org>
Date:   Tue Jan 24 15:39:15 2012 +0200

    Updated Finnish translation.

 po/fi.po |  632 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 288 insertions(+), 344 deletions(-)

commit 68e1e1c03f57ee3eec88ca81f3e416e1dc03dc2e
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jan 23 13:26:59 2012 +0100

    Updated Norwegian bokmål translation

 po/nb.po |  446 +++++++++++++++++++-------------------------------------------
 1 file changed, 132 insertions(+), 314 deletions(-)

commit 06d7734bb87f334b574fae01b0df299a1040d9fe
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jan 22 02:00:09 2012 +0100

    Updated Galician translations

 po/gl.po |  516 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 236 insertions(+), 280 deletions(-)

commit 6198ef3ddff536585556bcdba38af99a18121d28
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Jan 21 21:02:18 2012 +0100

    Updated Slovenian translation

 po/sl.po |  519 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 232 insertions(+), 287 deletions(-)

commit e62dc69ad9eeaedd48e0fe80c4e88c873070a3d9
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sat Jan 21 11:55:10 2012 +0100

    Updated Spanish translation

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

commit 823dd92109e0b664999de95b3952b1e5120e82f0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 19 20:31:58 2012 +0000

    wizard: Add support for pairing the iCade
    
    Instead of expecting the user to convert every digit of the PIN
    to joystick moves and button presses, only require joystick movements
    and show them as arrows.

 wizard/main.c                |   47 ++++++++++++++++++++++++++++++++++++++----
 wizard/pin-code-database.xml |    3 +++
 2 files changed, 46 insertions(+), 4 deletions(-)

commit 1d64f03e95075d48aa787e948772623a62391f33
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 19 18:59:43 2012 +0000

    wizard: Show a return symbol after the PIN for keyboards

 wizard/main.c |    2 ++
 1 file changed, 2 insertions(+)

commit 563b6b4bb7fe16a709c9c3afd9d57d95a5a62346
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 19 18:40:51 2012 +0000

    wizard: Refactor the special casing of PIN help
    
    Keyboards will probably not be the only type of devices that would
    require a special way to present their PIN help, and PIN codes.

 wizard/main.c                |   48 +++++++++++++++++++++++++++++++-----------
 wizard/pin-code-database.xml |    7 ++++++
 2 files changed, 43 insertions(+), 12 deletions(-)

commit 96be9d24bdf44da751dc63bbb22e9c4a479d9fbe
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Jan 19 16:41:41 2012 +0100

    Updated Czech translation

 po/cs.po |  491 ++++++++++++++------------------------------------------------
 1 file changed, 112 insertions(+), 379 deletions(-)

commit aa76e95f2eb0d608b81e780524fc8bd245be75e4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 17:03:52 2012 +0000

    build: Dist in .tar.xz by default

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

commit 326be3acfa653152c8626c77c214252b6ee4ed0c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 16:51:54 2012 +0000

    3.3.4

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

commit 52f71c3d07c079634782487a94861c8e05066f25
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Jan 18 17:46:59 2012 +0100

    Updated Spanish translation

 po/es.po |  587 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 261 insertions(+), 326 deletions(-)

commit 399f1df862f1af5a54b3f64a8f95a5f03b098823
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 16:41:06 2012 +0000

    moblin: Remove moblin UI
    
    It's not maintained in GNOME 3.

 Makefile.am                                        |    5 -
 configure.ac                                       |   39 -
 moblin/Makefile.am                                 |   40 -
 moblin/bluetooth-panel.desktop.in.in               |   16 -
 moblin/bluetooth-powerswitch.c                     |  216 ---
 moblin/bluetooth-powerswitch.h                     |   76 -
 moblin/main.c                                      |  170 --
 moblin/moblin-copy-n-paste/Makefile.am             |   10 -
 .../koto-cell-renderer-pixbuf.c                    |   97 -
 .../koto-cell-renderer-pixbuf.h                    |   53 -
 moblin/moblin-copy-n-paste/mux-banner.c            |  101 --
 moblin/moblin-copy-n-paste/mux-banner.h            |   70 -
 .../moblin-copy-n-paste/mux-cell-renderer-text.c   |   90 -
 .../moblin-copy-n-paste/mux-cell-renderer-text.h   |   41 -
 moblin/moblin-icons/Makefile.am                    |   11 -
 moblin/moblin-icons/bluetooth-connecting-hover.png |  Bin 921 -> 0 bytes
 moblin/moblin-icons/bluetooth-connecting.png       |  Bin 842 -> 0 bytes
 moblin/moblin-icons/bluetooth-idle-hover.png       |  Bin 898 -> 0 bytes
 moblin/moblin-icons/bluetooth-idle.png             |  Bin 897 -> 0 bytes
 moblin/moblin-icons/toolbar-button-active.png      |  Bin 3053 -> 0 bytes
 moblin/moblin-icons/toolbar-button-hover.png       |  Bin 3035 -> 0 bytes
 moblin/moblin-panel.c                              | 1855 --------------------
 moblin/moblin-panel.h                              |   79 -
 ...org.moblin.UX.Shell.Panels.bluetooth.service.in |    3 -
 moblin/pin.ui                                      |  189 --
 moblin/theme/Makefile.am                           |    8 -
 moblin/theme/bluetooth-panel.css.in                |   15 -
 po/POTFILES.in                                     |    5 -
 28 files changed, 3189 deletions(-)

commit e80873399fa3a4cf412d2d12e7ed57f610975e7f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 16:37:25 2012 +0000

    lib: Remove "title" property from chooser
    
    It's not a good way to show instructions, let's make
    the applications show their own instructions instead.

 configure.ac                   |    2 +-
 lib/bluetooth-chooser-button.c |    2 +-
 lib/bluetooth-chooser-combo.c  |    2 +-
 lib/bluetooth-chooser.c        |   57 +-
 lib/bluetooth-chooser.h        |    2 +-
 lib/bluetooth-client-glue.c    | 4673 ++++++++++++++++++++++++++++++++++++++++
 lib/test-deviceselection.c     |    4 +-
 sendto/main.c                  |    2 +-
 8 files changed, 4682 insertions(+), 62 deletions(-)

commit d0465c0d4a2c61d7899c9943a74d032bbe6a661b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 16:01:24 2012 +0000

    wizard: Remove intro page

 wizard/main.c    |   13 ++++++-------
 wizard/wizard.ui |   54 ------------------------------------------------------
 2 files changed, 6 insertions(+), 61 deletions(-)

commit bd5768d66823fae49ca2a7fd712a0c5f50065a99
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 15:56:28 2012 +0000

    wizard: Rename "Restart Setup" to "Try Again"

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

commit 1053c16d64521909736b3397328ac5ff5aba410a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 15:53:20 2012 +0000

    wizard: Remove white background for PIN

 wizard/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b7f8e0d835f0aa066805e9932f3b1df4e19d61f0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 15:52:19 2012 +0000

    wizard: Remove title header on search page

 wizard/wizard.ui |    1 -
 1 file changed, 1 deletion(-)

commit 119f01472b1932186b44e6fe50186d2174185c7b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 15:42:51 2012 +0000

    wizard: Rename Close to Quit

 wizard/main.c    |   20 ++++++++++----------
 wizard/wizard.ui |   12 ++++++------
 2 files changed, 16 insertions(+), 16 deletions(-)

commit aca0c34a5a01cce35e16424a6663b02f47f1d083
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 15:40:28 2012 +0000

    wizard: Fix close button not working
    
    Bizarrely enough.

 wizard/main.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2705f6b7910dbdc5a494fc146e777ce363f596fe
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 15:23:34 2012 +0000

    lib: Remove non-existant function from definition

 lib/bluetooth-client.xml |    1 -
 1 file changed, 1 deletion(-)

commit 9e84ae2ec0398f6216763f0ab2ecd76686a6134b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 15:18:36 2012 +0000

    applet: Make fallback menu match gnome-shell's

 applet/popup-menu.ui |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

commit df01de82e17817220b413abed6841a319904fd7b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 15:17:13 2012 +0000

    applet: Really remove the action from the .ui file

 applet/popup-menu.ui |    1 -
 1 file changed, 1 deletion(-)

commit e267140962a009be9de48957dcc70ccc9fec12fc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 15:08:20 2012 +0000

    applet: Remove "Browse files on device" menu item
    
    As we don't show it in the shell's menu.

 applet/main.c        |   61 +++++---------------------------------------------
 applet/popup-menu.ui |    6 -----
 2 files changed, 5 insertions(+), 62 deletions(-)

commit 5acd4c2a11d6abca1cbe80c56395000e0c3a50df
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 15:02:54 2012 +0000

    applet: Remove unneeded assignment

 applet/main.c |    1 -
 1 file changed, 1 deletion(-)

commit dd0fda4baf7c8d619c5211b46eac99f5cd638259
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 15:02:11 2012 +0000

    applet: Fix memleak in browse callback

 applet/main.c |    1 +
 1 file changed, 1 insertion(+)

commit 1f91e402ade90c583c53aa02416620d099cbed7c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 14:40:59 2012 +0000

    wizard: Rename last page

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

commit 94640a155cd436be571acf080535129c02ecebb1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 14:39:30 2012 +0000

    wizard: Don't display "Device Setup Failed" in sidebar
    
    Seeing as the page names are now visible before we get to the
    page, we should try as hard as possible to not show this
    sort of page in the UI.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660453

 wizard/main.c    |   31 ++++++++++++++-----------------
 wizard/wizard.ui |   27 +--------------------------
 2 files changed, 15 insertions(+), 43 deletions(-)

commit 263d37a25a7aebe2ad7e26660765808a94dfc26e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 14:30:06 2012 +0000

    wizard: Use same capitalisation as other items

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

commit 56ad8665a257befa0d4cee4a532e483c7733dc75
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 14:05:17 2012 +0000

    applet: Fix new pairings not appearing in menus
    
    As documented now, the GtkTreeModelFilter that we use to
    filter per-adapter devices lacks the ability to tell us
    about row-changed signals (amongst others).
    
    So just monitor those signals on the child-model of the filtered
    model, and check whether those rows are in our view to trigger
    the "devices-changed" signal.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666127

 applet/bluetooth-applet.c |   62 ++++++++++++++++++++++++++++++++-------------
 1 file changed, 44 insertions(+), 18 deletions(-)

commit ad88f437dd5c1a627b64feca8ce9b0d2db01b9f2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 13:59:28 2012 +0000

    lib: Add doc about GtkTreeModelFilter shortcomings
    
    Such as the possible lack of row-inserted/row-deleted/row-changed
    signals, and the necessity to monitor the child-model of that filter.

 lib/bluetooth-client.c |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 44534174024c28a054330d102d889657c542c26a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jan 18 13:59:19 2012 +0000

    lib: Add debug output

 lib/bluetooth-client.c |    2 ++
 1 file changed, 2 insertions(+)

commit 7eccac1c3b34573eae02102b74b6c38069d8df9d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 17 19:46:06 2012 +0000

    lib: Call correct function to Connect() to service
    
    And use correct function for the 2 variants of disconnect
    calls.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666200

 lib/bluetooth-client.c |   76 +++++++++++++++++++++++++++++++++++-------------
 1 file changed, 55 insertions(+), 21 deletions(-)

commit 708566c1099ff7ecf6c7035da058dd68a8d7b56d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 17 19:10:18 2012 +0000

    lib: Add a little debug

 lib/bluetooth-client.c |    1 +
 1 file changed, 1 insertion(+)

commit 109ee534b97c6f24c9c5ec04ee8b4c0d38a2c2aa
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 17 19:09:47 2012 +0000

    lib: Don't return with an error there's no services

 lib/bluetooth-client.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 246223979cdf7ece830d4c4a7276fd7fc28885a2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 17 18:54:29 2012 +0000

    lib: Remove unneeded NULL check
    
    The proxy != NULL was checked a little above

 lib/bluetooth-client.c |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 4bcb475dd2eef6d5d19d13d54071ff156378c68d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 16 17:10:35 2011 +0000

    lib: Add missing calls to result complete
    
    Otherwise we never finish connecting or disconnecting on failure.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666200

 lib/bluetooth-client.c |   26 ++++++++++++--------------
 1 file changed, 12 insertions(+), 14 deletions(-)

commit 98ef67c77f2dd54a5b93dc5a2e1188f15875d1f8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 17 18:34:27 2012 +0000

    wizard: Fix assertion on exit
    
    No need to call gtk_main_quit(), we'll exit automatically
    when the last window is closed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667095

 wizard/main.c |    3 ---
 1 file changed, 3 deletions(-)

commit 18c880eca3137c13fc9248fc45fcca492849f595
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sat Jan 14 20:28:17 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  238 ++++++++++++++++++++++++++++------------------------------
 po/zh_TW.po |  240 ++++++++++++++++++++++++++++-------------------------------
 2 files changed, 227 insertions(+), 251 deletions(-)

commit cbaa7e76a548e3179daf2547a317a21e44373d92
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Sun Jan 8 08:30:38 2012 +0200

    Updated Bulgarian translation

 po/bg.po |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 01dceeaa8f87f775640a0ad9549d92109af8819e
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Sun Jan 8 08:27:09 2012 +0200

    Updated Bulgarian translation

 po/bg.po |  238 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 113 insertions(+), 125 deletions(-)

commit f6b6f6bd6020ded3dc6b115536b5382b65786f72
Author: Chen Xiao-Long <chillermillerlong@hotmail.com>
Date:   Fri Jan 6 11:46:32 2012 +0000

    applet: Fix build with automake 1.11.2
    
    pkglib_DATA cannot be used in automake 1.11.2, so use another
    name for the files.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667323

 applet/Makefile-lib.am |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 6bcef0ba70a7f7f421030b04745a54fa306e2a24
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 21 04:26:00 2011 +0100

    lib, applet: Do not use dbus-glib-1 when building introspection data
    
    This is a leftover from the gdbus migration, I guess.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666630

 applet/Makefile-lib.am |    4 ++--
 lib/Makefile.am        |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 9f12eca28b4f5891e4fb2ba01a12bfb13bcd8be2
Author: Jovan Naumovski <jovan3.14@gmail.com>
Date:   Fri Jan 6 02:51:28 2012 +0100

    Added Macedonian translation.

 po/LINGUAS |    1 +
 po/mk.po   |  869 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 870 insertions(+)

commit 9b823d13aa3e878eb74e3933558a464c8d8245eb
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Fri Jan 6 01:59:55 2012 +0400

    Updated Russian translation

 po/ru.po |  251 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 118 insertions(+), 133 deletions(-)

commit 0108ec870aa42118a98a89db793db02661986360
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Dec 22 02:57:01 2011 +0100

    3.3.3

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

commit 16fa89732196cac6bf41727118119243ba0ff7d2
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Tue Dec 20 19:14:31 2011 +0100

    build: link the wizard against libm
    
    Build was broken because of a missing libm linker flag.

 configure.ac       |    3 +++
 wizard/Makefile.am |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 12b111ffe9c85e8cc934e3ae8a34c97326bfd876
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun Dec 18 23:46:51 2011 +0100

    wizard: trivial, do not use temporary variables

 wizard/main.c |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

commit 2f1cde9625c5dea6784faf705a82c6b09e0a1b2f
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun Dec 18 22:45:05 2011 +0100

    wizard: fix again the choice of the automatic PIN
    
    Give a value for every "pin" data to remove the ambiguity between NULL
    PIN code and "pin" data not set, else random and custom PIN will be
    swapped in the dialog. Now a NULL pointer means "use a random PIN" both
    in the PIN database and in the GUI, while an empty string means "use
    the contents of the text entry".

 wizard/main.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit ede97e75a14f8c7d410ffaa195ae5fe3cc1f428c
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun Dec 18 22:20:23 2011 +0100

    wizard: use different signal handlers for the two types of radio buttons
    
    Do not call set_user_pincode() for the radio button beside the entry widget,
    just call toggle_set_sensitive().
    Also there is no need to loop over the button group since we know the address of
    the widget that was toggled.

 wizard/main.c    |   32 ++++----------------------------
 wizard/wizard.ui |    1 -
 2 files changed, 4 insertions(+), 29 deletions(-)

commit eb90227aa6ad92df3c3481cc02d519deffe06f9e
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun Dec 18 22:00:13 2011 +0100

    wizard: remove dead code
    
    Code used to set "button" data was removed in commit 8b143309.

 wizard/main.c |    8 --------
 1 file changed, 8 deletions(-)

commit c7596ad267e90d64a744b70263c4f339b645b830
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun Dec 18 19:34:55 2011 +0100

    wizard: fix initial state of Close button when text entry is selected

 wizard/main.c |    2 ++
 1 file changed, 2 insertions(+)

commit 3d7d1d70cefe332c66d4561f71b722321f5df45e
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun Dec 18 19:08:38 2011 +0100

    wizard: make it possible to choose a random PIN after choosing a fixed one
    
    Do not overwrite the user PIN with the random PIN and vice versa and generate
    the random PIN only when it's needed; this also means that restarting the
    pairing process doesn't silently overwrite user choices.
    Also rewrite the generating function without side effects and fix the upper
    limit of g_random_int_range() which is open.

 wizard/main.c |   21 +++++++++------------
 1 file changed, 9 insertions(+), 12 deletions(-)

commit 88e0eed221a32e4c770c40b635f43176e021b081
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun Dec 18 17:44:48 2011 +0100

    wizard: fix the "Do not pair" choice in the dialog
    
    The choice in the dialog was overridden by the value read from the
    PIN database.

 wizard/main.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit f1e5d9186155a07dd2e51e2df7c28728861a1b9c
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun Dec 18 17:25:25 2011 +0100

    wizard: use values read from the PIN database to initialize the dialog
    
    If a PIN is found in the database now it can be seen and changed in the
    dialog (before it could be changed without seeing the initial value)
    and the maximum number of digits is enforced by the text entry (and not
    by the other fixed choices else the GUI wouldn't match the silently
    truncated PIN used).

 wizard/main.c |   23 +++++------------------
 1 file changed, 5 insertions(+), 18 deletions(-)

commit b9f12ef311b02f5557717bd8d1695dce5c88108d
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun Dec 18 11:35:15 2011 +0100

    wizard: do not use a random PIN if user choose a fixed one
    
    User input was checked only in the select_device_changed() callback.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666192

 wizard/main.c |    4 ++++
 1 file changed, 4 insertions(+)

commit 62b063dfc2a804b899e466bebf292c5b8c6dbcc1
Author: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
Date:   Mon Dec 12 15:37:22 2011 -0500

    applet: Fix packing of the browser chooser
    
    Use gtk_pack_start(), not gtk_container_add() to add the browse
    chooser as the default settings for gtk_pack_start() changed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=666026

 applet/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8a8ae41a1b7fa595f114036ecbe061d07c475fd7
Author: Krzysztof Klimonda <kklimonda@syntaxhighlighted.com>
Date:   Tue Dec 6 22:13:33 2011 +0100

    applet: Fix linking error due to DSO linking changes
    
    Link with the libgnome-bluetooth explicitly to fix the build failure
    on platforms where ld's --as-needed option is enabled by default.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665639

 applet/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c8e287bf7471bd2edfd33eada0bd734e8fe89ffa
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 16 16:04:11 2011 +0000

    lib: Better define linking of the test programs

 lib/Makefile.am |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit c6fee4db421732e603a2303c3c979c7100f397d5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 16 12:02:44 2011 +0000

    lib: Update LIBGNOMEBT requirements
    
    To list all the publicly visible libraries as dependencies. That
    includes gmodule (needed by the wizard plugins code) and GIO (used
    by the async code in the private bits of libgnome-bluetooth)

 applet/Makefile-lib.am |    2 +-
 configure.ac           |   11 ++---------
 lib/Makefile.am        |    1 -
 3 files changed, 3 insertions(+), 11 deletions(-)

commit 691225e963cdec181193d2bc79577601087b36f2
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Sun Dec 11 22:55:01 2011 +0100

    wizard: fix segfault when connection is retried before timeout expires
    
    When retrying, the callback gets a pointer to the original ConnectData so
    it can be freed only on the final run.
    
    Fixes:
    Program received signal SIGSEGV, Segmentation fault.
    0x008549a6 in g_timer_elapsed () from /lib/i386-linux-gnu/libglib-2.0.so.0
    (gdb) bt
     #0  0x008549a6 in g_timer_elapsed () from /lib/i386-linux-gnu/libglib-2.0.so.0
     #1  0x0804ba63 in connect_callback (source_object=0x8077d00, res=0x81d7a00, user_data=0xb7415f78) at /home/Programmazione/gnome-bluetooth/wizard/main.c:365
     #2  0x006b2aef in g_simple_async_result_complete () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
     #3  0x006b2c1b in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
     #4  0x00826110 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
     #5  0x0082a25f in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
     #6  0x0082a990 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
     #7  0x0082af9b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
     #8  0x002aef95 in gtk_main () from /usr/lib/libgtk-3.so.0
     #9  0x001c2fe4 in ?? () from /usr/lib/libgtk-3.so.0
     #10 0x006e650c in g_application_run () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
     #11 0x0804b19f in main (argc=1, argv=0xbffff6b4) at /home/Programmazione/gnome-bluetooth/wizard/main.c:907

 wizard/main.c |    1 +
 1 file changed, 1 insertion(+)

commit 7f67298522688c368982361fcadc3b926c6e0352
Author: Praveen Illa <mail2ipn@gmail.com>
Date:   Sun Nov 27 10:10:14 2011 +0530

    Added Telugu Translation

 help/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 409c5165dabf376c72005ee7b1dca3aa74849cdb
Author: Praveen Illa <mail2ipn@gmail.com>
Date:   Sun Nov 27 10:08:47 2011 +0530

    Updated Telugu Translation

 help/te/te.po |  526 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 526 insertions(+)

commit 45db6d0046e5fadc93b4fc3075a1a7e6fbd5151b
Author: Praveen Illa <mail2ipn@gmail.com>
Date:   Sun Nov 27 08:55:43 2011 +0530

    Updated Telugu Translation

 po/te.po |  632 ++++++++++++++++++++++++++------------------------------------
 1 file changed, 265 insertions(+), 367 deletions(-)

commit 34b684bbabb1d5b56ef6cf0814bff08acb1fb2a7
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Thu Nov 24 21:43:26 2011 +0100

    lib: pass boolean value boxed in a GVariant
    
    Similar to other places in the same source file.
    Fixes:
    GLib-ERROR **: g_variant_new: expected GVariant of type `v' but received value has type `b'

 lib/bluetooth-client.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4e48826d350f187e04da5b0556222a82d7662e0c
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Thu Nov 24 18:36:38 2011 +0100

    lib: properly free resources in create_device_callback ()
    
    Plugs memleak of "path" and fixes object/variant mismatch:
    GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

 lib/bluetooth-client.c |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 8df782d4250554f756b6a6240b3d99b8a4d283a4
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Tue Nov 22 21:33:27 2011 +0100

    wizard: handle also the "tablet" attribute in the PIN code database
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664590

 wizard/pin.c |    1 +
 1 file changed, 1 insertion(+)

commit f38043548dfc8fd1cda289bc2b4a3ce7d1c67a5d
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Tue Nov 22 11:38:50 2011 +0100

    wizard: do not proceed if device was deselected
    
    There is no address to connect to and set_page_search_complete () has
    made the Forward button insensitive. This happens when a Bluetooth
    dongle is unplugged or when the user Ctrl-clicks a previously selected
    device.

 wizard/main.c |    4 ++++
 1 file changed, 4 insertions(+)

commit bdad164e57442fc2fae805fc322cc16331db33a2
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Tue Nov 22 11:27:00 2011 +0100

    lib: fix usage of GVariant
    
    If adapter_call_get_properties_sync () fails then the variant pointer
    is left uninitialized. Also unref it only if it is not NULL.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664550

 lib/bluetooth-client.c |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit de9770274fc3ad9aa58a63100408f181f7674c30
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Mon Nov 21 21:58:55 2011 +0100

    wizard: fix memleaks
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664510

 wizard/main.c |    3 +++
 1 file changed, 3 insertions(+)

commit 285f9c033ff5611f4417bf93c466a0d663828483
Author: Daniel Nylander <po@danielnylander.se>
Date:   Fri Nov 25 10:07:00 2011 +0100

    Updated Swedish translation

 po/sv.po |  288 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 137 insertions(+), 151 deletions(-)

commit cc8b90b5ee908931e0b2c00a2739b1677bcb49fa
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:   Thu Nov 24 14:08:02 2011 +0700

    Updated Thai translation.

 po/th.po |  244 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 116 insertions(+), 128 deletions(-)

commit 3765f574d91a147e9ab1370c6479c447ea60bb44
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 21 12:57:07 2011 +0000

    3.3.2

 NEWS                                                      |   13 +++++++++++++
 configure.ac                                              |    4 ++--
 .../libgnome-bluetooth/tmpl/bluetooth-enums.sgml          |    3 +++
 3 files changed, 18 insertions(+), 2 deletions(-)

commit d48e3164c50ea3c86858d52f0238132b014639fe
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Mon Nov 21 15:49:57 2011 +0100

    wizard: fix memleak
    
    Common usage is freeing just before strdup.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664478

 wizard/main.c |    1 +
 1 file changed, 1 insertion(+)

commit 0686b0361200b3c78c6e742084e2f950793048c0
Author: Daniele Forsi <dforsi@src.gnome.org>
Date:   Mon Nov 21 15:09:25 2011 +0100

    wizard: fix PIN dialog not remembering user choice of fixed PIN
    
    User choice wasn't correctly remembered if the user opened the
    dialog and did not make any change (in that case the wizard acted
    as if the "Automatic PIN selection" choice was selected).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664476

 wizard/main.c |   31 +++++++++++--------------------
 1 file changed, 11 insertions(+), 20 deletions(-)

commit 5adb75269fd9bd85fe5179872b958051ff045565
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 21 12:50:37 2011 +0000

    wizard: Add FIXME

 wizard/main.c |    1 +
 1 file changed, 1 insertion(+)

commit 21ab119ac87b1f75b8b85199606e81acca34f58e
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Nov 13 22:21:44 2011 +0100

    Updated Galician translations

 po/gl.po |  248 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 118 insertions(+), 130 deletions(-)

commit 710fbf562566b8947d5eeab8085e3ac18a143a27
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Sat Nov 12 12:46:15 2011 +0200

    [l10n] Updated Estonian translation

 po/et.po |  276 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 142 insertions(+), 134 deletions(-)

commit 92e3649b159339b63ec837b3713e0a8a97a09b7e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 4 19:29:54 2011 +0000

    docs: Fix linking with libcommon.la removal

 docs/reference/libgnome-bluetooth/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f44144eba230c84cece5c4d8734569f4edbb8361
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 4 19:29:34 2011 +0000

    wizard: Update for libcommon.la removal

 wizard/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3257ce665cf60210f74b03c11b5119e7ba059415
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 4 19:29:08 2011 +0000

    applet: Fix duplicate symbols for objects

 applet/Makefile-lib.am |    2 +-
 applet/Makefile.am     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 62ddfa4a11d863729d69b6fdbb659791aebe71cf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 4 19:27:46 2011 +0000

    lib: Kill libcommon.la
    
    It was causing more problems than it was solving, adds a few
    more function entry points, but reduces possible bugs (such as
    the problems with the applet library not working at all before this
    series of commits).

 lib/Makefile.am             |   28 +++++++---------------------
 lib/gnome-bluetooth.symbols |   14 ++++++++++++++
 2 files changed, 21 insertions(+), 21 deletions(-)

commit d2f7a9c280ca1c2f858d9ce5f836fdc50b2166b3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 4 19:26:01 2011 +0000

    sendto: No more DBUS_CFLAGS

 sendto/Makefile.am |    1 -
 1 file changed, 1 deletion(-)

commit 3da74fb411e32b3e1b8ce0703fc0d551600ed7a2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 4 19:20:19 2011 +0000

    build: Remove useless dbus-binding-tool check

 configure.ac |    3 ---
 1 file changed, 3 deletions(-)

commit c4e928b8e658899b23866c803a93a5d5d623e05d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 4 19:08:13 2011 +0000

    applet: Fix wrong property being used

 applet/bluetooth-applet.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit cceef1b5883d06929e9967bdca492b48bfa7af09
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 4 18:38:15 2011 +0000

    sendto: Port to GtkGrid
    
    In place of the deprecated GtkTable

 sendto/main.c |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

commit babc307257d325171a6b3083c78353194ac08924
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 4 18:13:24 2011 +0000

    lib: Port to GtkGrid
    
    Instead of the obsoleted GtkTable

 lib/bluetooth-filter-widget.c |   22 +++++++---------------
 1 file changed, 7 insertions(+), 15 deletions(-)

commit 1f148950f83f48d6b515d399fe2548373ecf60d5
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Oct 22 11:28:13 2011 +0200

    Updated Hebrew translation.

 po/he.po |  382 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 199 insertions(+), 183 deletions(-)

commit 5ef1fc5512db51c064572771bec5c76c1f929a78
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Oct 21 21:24:19 2011 +0200

    Updated Slovenian translation

 po/sl.po |  366 ++++++++++++++++++++++----------------------------------------
 1 file changed, 126 insertions(+), 240 deletions(-)

commit 8841dd660c7b2d9e61b85d9ea6a2cf531b951ca7
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Thu Oct 20 22:50:23 2011 +0300

    Updated Belarusian translation.

 po/be.po |  199 ++++++++++++++++++++++----------------------------------------
 1 file changed, 69 insertions(+), 130 deletions(-)

commit 3d90d45cadb536749e210602772c46a7fec1f446
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Oct 19 22:34:30 2011 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  221 +++++++++++++++++++++-----------------------------------------
 1 file changed, 74 insertions(+), 147 deletions(-)

commit 51c3c32ec34753676497b27504478ad30534ddf7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 18:45:36 2011 +0100

    properties: Move to gnome-control-center
    
    https://bugzilla.gnome.org/show_bug.cgi?id=644219

 Makefile.am                                   |    4 +-
 configure.ac                                  |   13 -
 gnome-bluetooth-1.0.pc.in                     |    2 +-
 po/POTFILES.in                                |    3 -
 properties/Makefile.am                        |   33 -
 properties/bluetooth-properties.desktop.in.in |   15 -
 properties/bluetooth.ui                       |  673 --------------------
 properties/cc-bluetooth-panel.c               |  844 -------------------------
 properties/cc-bluetooth-panel.h               |   59 --
 properties/cut-n-paste/Makefile.am            |    3 -
 properties/cut-n-paste/cc-panel.h             |   81 ---
 properties/cut-n-paste/cc-shell.h             |  107 ----
 12 files changed, 3 insertions(+), 1834 deletions(-)

commit 4f1782d2665221cbd9f4dd0bab617e9e228b4fc7
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Tue Oct 18 20:40:17 2011 +0300

    Updated Turkish translation

 po/tr.po |  182 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 90 insertions(+), 92 deletions(-)

commit d75b623be944cf980b8abd1ed08041fde3f7a586
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 17:22:04 2011 +0100

    Bump version to 3.3.0

 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7ca447d746a1c538c28ba8da2c941079d99a9bf8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 16:48:56 2011 +0100

    applet: Fix linkage

 applet/Makefile-lib.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dd6635fc102e2090f0f2af785c2df7ea3545103a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 16:48:20 2011 +0100

    lib: Add documentation to the video type

 lib/bluetooth-enums.h |    1 +
 1 file changed, 1 insertion(+)

commit 3b5d7dee45cf8b9c8ce91e65aa9004f784a29b34
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 16:46:02 2011 +0100

    properties: Fix typo in property name

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

commit e87235401e8c8db8ca35d1cc7c494d97ca5b446f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 16:45:22 2011 +0100

    lib: Export the killswitch and plugin manager code

 lib/Makefile.am             |   14 +++++++-------
 lib/gnome-bluetooth.symbols |   10 ++++++++++
 2 files changed, 17 insertions(+), 7 deletions(-)

commit 00ac8de5f28f1f93e97135d83255628115492a51
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 16:37:59 2011 +0100

    properties: Don't link against private libraries

 properties/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a0ded182cf2bcc071f618956629e8cb5fb2ab3b0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 16:37:41 2011 +0100

    properties: Don't include any private headers

 properties/cc-bluetooth-panel.c |    1 -
 1 file changed, 1 deletion(-)

commit 7e1e8ee08188087dc63fee965830e5508497afb6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 16:37:26 2011 +0100

    properties: No need to change the column title ourselves

 properties/cc-bluetooth-panel.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit ae50db2fedea2ad634199d7846a121ff1934d9e6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 16:36:51 2011 +0100

    lib: Remove unused bluetooth_chooser_get_device_column()

 lib/bluetooth-chooser-private.h |    1 -
 lib/bluetooth-chooser.c         |   16 ----------------
 lib/gnome-bluetooth.symbols     |    1 -
 3 files changed, 18 deletions(-)

commit 3e7e2718011201e640033d065731719064e06416
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 16:35:12 2011 +0100

    lib: Rename the treeview when hiding type column
    
    Showing just "Device" is a bit bizarre if it's the only column.

 lib/bluetooth-chooser.c |   21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

commit 14666d6a5ec1b7b22dd2fb5dee311058c2b38167
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 16:33:04 2011 +0100

    lib: Add annotation for bluetooth_chooser_get_scrolled_window()

 lib/bluetooth-chooser.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3595dabf3759a884d2b646037a4425f71d214eb1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 16:28:40 2011 +0100

    lib: Make bluetooth_chooser_get_scrolled_window() public

 lib/bluetooth-chooser-private.h |    1 -
 lib/bluetooth-chooser.c         |    3 +++
 lib/bluetooth-chooser.h         |    2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)

commit bfd8d0b9b21909fc7afaff7d6a9578f9e78a7c1b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 16:27:00 2011 +0100

    lib: Remove bluetooth_chooser_get_type_column()
    
    From the symbols

 lib/gnome-bluetooth.symbols |    1 -
 1 file changed, 1 deletion(-)

commit c886e46caf3b6917fb9e61f852439c8cf5b38cfc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 16:23:47 2011 +0100

    properties: Update for removed bluetooth_chooser_get_type_column()

 properties/cc-bluetooth-panel.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 51d3dd813add9bf864729b71e6c10c057ef4e6b5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 16:22:28 2011 +0100

    lib: Remove private bluetooth_chooser_get_type_column()
    
    Which was only used in the properties panel. Replaced by a
    more generic "show-device-type-column" property.

 lib/bluetooth-chooser-private.h |    1 -
 lib/bluetooth-chooser.c         |   28 ++++++++++++----------------
 2 files changed, 12 insertions(+), 17 deletions(-)

commit 6b05fc73676ccb26e14b50467e636c2f641af3c1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 16:16:04 2011 +0100

    properties: Remove unused call
    
    The result was never used.

 properties/cc-bluetooth-panel.c |    1 -
 1 file changed, 1 deletion(-)

commit 5a0b12bee2d342dba8bffc04ba7ee7bf112787d2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 15:53:27 2011 +0100

    wizard: Update for the new connect API

 wizard/main.c |   22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

commit 3aef7a40d36527ec7c6ac3a6ea621706b2fb2ce5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 15:53:18 2011 +0100

    properties: Update for the new connect API

 properties/cc-bluetooth-panel.c |   25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

commit c16469eef801df6e06a2f6c7888e6c17b2a85053
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 15:53:06 2011 +0100

    applet: Update for new connect API

 applet/bluetooth-applet.c |   18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

commit a895f62dd10d2a493bd1902386a9c44ede995bcf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 18 15:52:20 2011 +0100

    lib: Rewrite bluetooth_client_connect_service() GIO-style
    
    And make it public. This replaces the bluetooth_client_connect_service()
    and bluetooth_client_disconnect_service() private functions that
    were used before.

 lib/bluetooth-client-private.h |   13 ---
 lib/bluetooth-client.c         |  239 ++++++++++++++++++++--------------------
 lib/bluetooth-client.h         |   11 ++
 lib/gnome-bluetooth.symbols    |    2 +
 4 files changed, 133 insertions(+), 132 deletions(-)

commit 257f28ddf778f20e393d06083efbd75e107e71a0
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Oct 18 16:13:08 2011 +0200

    Updated Spanish translation

 po/es.po |  176 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 88 insertions(+), 88 deletions(-)

commit c6d4160b4fe208b2edc6fd832517442aaa671406
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 17 11:10:22 2011 +0100

    applet: Fix build problems with marshallers
    
    Use the generic marshallers, instead of bothering with
    creating our own.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=661803

 applet/Makefile-lib.am    |   12 +-----------
 applet/bluetooth-applet.c |   12 +++++-------
 configure.ac              |    2 +-
 3 files changed, 7 insertions(+), 19 deletions(-)

commit a113375142fd524c1196774a527800bb884224f0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 14 15:37:31 2011 +0100

    properties: Avoid loops when setting discoverable

 properties/cc-bluetooth-panel.c |    6 ++++++
 1 file changed, 6 insertions(+)

commit 3162368eb60c320c33d4a7046754c2ac7ca0cb7a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 14 15:35:54 2011 +0100

    lib: Fix setting default-adapter-discoverable
    
    We were using the wrong types to pass to
    adapter_call_set_property_sync(), and leaking errors when those
    occurred.

 lib/bluetooth-client.c |   22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

commit 4aa07231acae71eb557ed5fe3f99ecb3fdcd24b4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 18:39:20 2011 +0100

    lib: Fix long-standing FIXME
    
    By setting the initial search/discovering state from
    the adapter rather than guessing it's not discovering right now.

 lib/bluetooth-chooser.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit f12d5bdd6c093fd10f91e72e7ea36dbc93aaefa6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 18:36:15 2011 +0100

    lib: Move the searching label under the treeview
    
    It looks strange to have that in between the treeview title
    and the treeview itself.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643516

 lib/bluetooth-chooser.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c5ae44382b4209cf9f3e4908a0c69404201bfad3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 18:29:21 2011 +0100

    lib: Don't make filter heading bold
    
    And change the default title to "Show:" rather than an
    overly long label.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643516

 lib/bluetooth-filter-widget.c |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

commit 43139675f6b1d676b2446f546cee0c77bd56e177
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 17:42:56 2011 +0100

    properties: Use new helper to dump device

 properties/cc-bluetooth-panel.c |   17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

commit 51173b16a603aff413b7c2bde4a49590cd94c56d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 17:42:27 2011 +0100

    properties: Fix incorrect visibility
    
    Not "discoverable" but "default-adapter-discoverable".

 properties/cc-bluetooth-panel.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 16b30c509397fc13cd49be1a8cb4021011704d92
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 17:41:20 2011 +0100

    lib: Add helper to dump the selected device
    
    To BluetoothChooser, which makes it easier to add debug
    to applications.

 lib/bluetooth-chooser.c     |   19 +++++++++++++++++++
 lib/bluetooth-chooser.h     |    1 +
 lib/gnome-bluetooth.symbols |    1 +
 3 files changed, 21 insertions(+)

commit ad7309ca5f911f2050a84676a7d3e558c05b3afc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 17:38:21 2011 +0100

    lib: Update test-deviceselection for dump API change

 lib/test-deviceselection.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8069b5d92e02775525d199eee153895bf08aee85
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 17:38:07 2011 +0100

    lib: Update test-client for dump API change

 lib/test-client.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f40fe7b4ca322b3049a1b0ad8a33220ba2d7d1ec
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 17:37:29 2011 +0100

    lib: Fix warnings about BluetoothStatusClass

 lib/gnome-bluetooth.symbols |    1 +
 1 file changed, 1 insertion(+)

commit 11201648768d3bc595e93463505f6de08eb39c47
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 17:14:28 2011 +0100

    lib: Remove unused recurse parameter
    
    It was FALSE for every single user we had.

 lib/bluetooth-client-private.h |    3 +--
 lib/bluetooth-client.c         |   17 +----------------
 2 files changed, 2 insertions(+), 18 deletions(-)

commit 03315b4d07cf2f1a361593bd768ea95ec7044091
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 17:12:02 2011 +0100

    lib: Do a dump in the combo box test case

 lib/test-deviceselection.c |   16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

commit 49d3fb3e6a6b4b8a76c9977f17058b9c8dd41fcb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 17:11:15 2011 +0100

    lib: No need for this cast

 lib/test-deviceselection.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0009026937230ecf7996b8089887c45f26e29139
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 16:53:57 2011 +0100

    properties: Remove bluetooth_client_remove_device()

 lib/bluetooth-client-private.h |    2 --
 lib/bluetooth-client.c         |   35 -----------------------------------
 lib/gnome-bluetooth.symbols    |    1 -
 3 files changed, 38 deletions(-)

commit 137ace55594c4de8cb6d462559bf5a44421f12a4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 16:53:13 2011 +0100

    properties: Don't use bluetooth_client_remove_device()
    
    We're the only ones to use it, better off implementing it
    ourselves.

 properties/cc-bluetooth-panel.c |   55 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 54 insertions(+), 1 deletion(-)

commit 102540c0556d56148686e6367dff4b8484a75d52
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 13 16:36:56 2011 +0100

    properties: This is an object path, not a bdaddr

 properties/cc-bluetooth-panel.c |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit affaf37d34e1dc484c2403e9fc03c5e65ed96906
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 19:20:47 2011 +0100

    lib: Remove start/stop discovering
    
    And use a default-adapter-discovering property instead.

 lib/bluetooth-chooser.c        |   10 ++--
 lib/bluetooth-client-private.h |    3 --
 lib/bluetooth-client.c         |   99 +++++++++++++++++++---------------------
 lib/test-client.c              |    2 +-
 4 files changed, 54 insertions(+), 60 deletions(-)

commit 099d7878d47998c11162a8de7cf57bf1d0d433d8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 19:06:26 2011 +0100

    properties: Update for get/set discoverable removal

 properties/cc-bluetooth-panel.c |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit d8d67b4d466d391bb9e1140474c476d5d8d59eec
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 19:06:13 2011 +0100

    applet: Update for get/set discoverable removal

 applet/bluetooth-applet.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 4b3e0931a10a7bac16416adbc2c6ecfee0d5f240
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 19:05:35 2011 +0100

    lib: A few removed symbols

 lib/gnome-bluetooth.symbols |    2 --
 1 file changed, 2 deletions(-)

commit e82f2f2c8e9d9ac3bd682ba799a459023cb8017a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 19:04:44 2011 +0100

    lib: Remove get/set discoverable functions
    
    They're implementation details, and can be got to via
    the BluetoothClient properties.

 lib/bluetooth-client-private.h |    3 -
 lib/bluetooth-client.c         |  164 ++++++++++++++++++++--------------------
 lib/bluetooth-client.h         |    2 -
 3 files changed, 82 insertions(+), 87 deletions(-)

commit 60f66d3e9d51d7e0c002b186a4d398d2a52c858c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 18:55:48 2011 +0100

    lib: Make bluetooth_client_get_default_adapter() private

 lib/bluetooth-client-private.h |    2 --
 lib/bluetooth-client.c         |   63 ++++++++++++++++++----------------------
 2 files changed, 28 insertions(+), 37 deletions(-)

commit 4687f5452b38534f14ba02f713337f8e6d753c3b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 18:53:19 2011 +0100

    applet: Update for BluetoothAgent API change
    
    And remove use of bluetooth_client_get_default_adapter()

 applet/bluetooth-applet.c |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

commit 6f316c270ad286da2da14a2836b43c426738d646
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 18:52:43 2011 +0100

    lib: Update test-agent for BluetoothAgent API changes

 lib/test-agent.c |   14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

commit 25e5d9d5f1ac1d6e2925952eb568868f2a5619e9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 18:52:15 2011 +0100

    lib: Update BluetoothAgent registration code
    
    Seeing as we only ever need to pass it the default adapter, do that.

 lib/bluetooth-agent.c |   42 ++++++++++++++++++++++++++++++++++++++----
 lib/bluetooth-agent.h |    2 +-
 2 files changed, 39 insertions(+), 5 deletions(-)

commit e8ac97521cf264b3699f2f29b6ec287e5fe6a3a9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 18:28:06 2011 +0100

    properties: Fix alignment

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

commit f1a200a8c3fda25728a4086de646f4b37e4bc88a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 18:24:20 2011 +0100

    properties: Use new default-adapter-name property

 properties/cc-bluetooth-panel.c |   12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit b6e84dcdc294caefd4c6b0aa517041b5436f6abf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 18:22:23 2011 +0100

    lib: Remove semi-private bluetooth_client_get_name()
    
    And add a default-adapter-name property instead.

 lib/bluetooth-client-private.h |    1 -
 lib/bluetooth-client.c         |   64 +++++++++++++++++++++-------------------
 2 files changed, 33 insertions(+), 32 deletions(-)

commit ca204ac495f9616c4611683ef6cb7690f59214d5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 18:13:14 2011 +0100

    properties: Another lingering dbus-glib function
    
    Shouldn't use dbus_g_proxy_get_path() anymore.

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

commit b06a2cc8facfb38f1fd690f51e82e4a85dccf308
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 18:11:17 2011 +0100

    lib: marshal.h is gone and unneeded

 lib/bluetooth-chooser-button.c |    1 -
 lib/bluetooth-chooser-combo.c  |    1 -
 lib/bluetooth-client.c         |    2 --
 3 files changed, 4 deletions(-)

commit ca3940863ef33ead820f219a7e8ceb8bad209d3d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 18:10:12 2011 +0100

    sendto: marshal.h is gone and unneeded

 sendto/main.c |    1 -
 1 file changed, 1 deletion(-)

commit bf8dec6760bbb4ad39adb3552853c595860fdf33
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 12 17:49:59 2011 +0100

    sendto: Port to GDBus
    
    Which means we can:
    - Remove the marshallers, as GDBus doesn't need them
    - Move the obex-agent code to sendto
    - Stop linking sendto against any private code

 configure.ac        |    9 +-
 lib/Makefile.am     |   21 +--
 lib/marshal.list    |    4 -
 lib/obex-agent.c    |  381 ------------------------------------------
 lib/obex-agent.h    |   87 ----------
 lib/obex-agent.xml  |   32 ----
 sendto/Makefile.am  |    4 +-
 sendto/main.c       |  199 +++++++++++-----------
 sendto/obex-agent.c |  455 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sendto/obex-agent.h |   87 ++++++++++
 10 files changed, 645 insertions(+), 634 deletions(-)

commit 5572d216b622e761ddd9c6789e5dbdc48f2f2461
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 6 16:09:38 2011 +0100

    lib: Remove outdated compile-time debug

 lib/bluetooth-client.c |   54 ------------------------------------------------
 1 file changed, 54 deletions(-)

commit 3ecf3cb5d459ed53f1fc13d1c619070528463d1b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 6 16:08:06 2011 +0100

    lib: Remove useless debug

 lib/bluetooth-agent.c |   44 --------------------------------------------
 1 file changed, 44 deletions(-)

commit d1591a0020324c471c700d561a3ae7e9b9fc0f30
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 6 15:25:13 2011 +0100

    lib: Add missing direction to ObexAgent introspection

 lib/obex-agent.xml |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 7cc36e1083eeb5466b38ee6a88c209cef5668428
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Fri Oct 7 19:40:31 2011 +0530

    Updated Telugu Translations done by Hari Krishna

 po/te.po |  109 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 56 insertions(+), 53 deletions(-)

commit 3a10a8723945d0e7e0229f1340439a1223bb055b
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Fri Oct 7 19:35:52 2011 +0530

    Updated Telugu Translations done by Hari Krishna

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

commit bec1ed0e19441a53ea9f5e4ebbb2c8d6a88486ec
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Fri Oct 7 19:29:00 2011 +0530

    Updated Telugu Translations done by Hari Krishna

 po/te.po |  398 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 234 insertions(+), 164 deletions(-)

commit 11a957f18b5f93be7de6746e12537590affe758e
Author: Fran Dieguez <fran@openhost.es>
Date:   Fri Oct 7 01:44:04 2011 +0200

    Updated Galician translations

 po/gl.po |   79 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 38 insertions(+), 41 deletions(-)

commit 22b254314f2edc3f3a695fa2b8f68f82d3fefd53
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 6 14:49:26 2011 +0100

    lib: Fix some tree path leaks

 lib/bluetooth-client.c |    2 ++
 1 file changed, 2 insertions(+)

commit f3bbd7871f952f88d52f23cdfc210466d73614a1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 6 14:49:05 2011 +0100

    lib: Free g_variant_get_strv() results properly

 lib/bluetooth-client.c |    3 +++
 1 file changed, 3 insertions(+)

commit b343cc502f41e8217014508162b41e6c517ec747
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 6 11:14:11 2011 +0100

    build: Remove dbus-glib dep from public library

 configure.ac              |    4 +---
 gnome-bluetooth-1.0.pc.in |    1 -
 2 files changed, 1 insertion(+), 4 deletions(-)

commit e4976a9bfcf0d4249ae2855761e20ebe100c578d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 6 11:13:26 2011 +0100

    build: Remove dbus-glib reqs in configure.ac

 configure.ac |    3 ---
 1 file changed, 3 deletions(-)

commit 5de85f26d74ac0653881ad2feb31ff80c48cec1b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 6 11:11:22 2011 +0100

    wizard: Remove dbus-glib include

 wizard/main.c |    2 --
 1 file changed, 2 deletions(-)

commit eac2267a127587a6ab22273c6e64d308e35787ba
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 6 11:10:53 2011 +0100

    lib: Remove dbus-glib include in private header

 lib/bluetooth-chooser-private.h |    1 -
 1 file changed, 1 deletion(-)

commit 8a0341102c7baf2946d1789a473a520c584ef96e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 6 11:10:14 2011 +0100

    lib: Remove dbus-glib calls in test-plugins

 lib/test-plugins.c |    6 ------
 1 file changed, 6 deletions(-)

commit 24282c4a7b40380aa58a63f5846e965d391577f0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 6 11:09:23 2011 +0100

    lib: Remove dbus-glib include in BluetoothClient

 lib/bluetooth-client.c |    2 --
 1 file changed, 2 deletions(-)

commit 78be4740d0146ca69f0b322dd1e45a5efb27f942
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 6 11:09:13 2011 +0100

    lib: Remove unused marshaller

 lib/bluetooth-client.c |    4 ----
 lib/marshal.list       |    2 --
 2 files changed, 6 deletions(-)

commit 9c6bf7febcb2edf05a845bac8eaaa2f85b50507e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 6 10:55:30 2011 +0100

    lib: Remove dbus-glib include in test-client

 lib/test-client.c |    2 --
 1 file changed, 2 deletions(-)

commit 45aa8bf7f0acba9f003c6b5a86963f034ed5c4ce
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 5 18:35:11 2011 +0100

    applet: Port to GDBus

 applet/bluetooth-applet.c |   29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

commit 9076446d5396cc92694a1455ba65f2bf84ed0895
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 5 18:34:56 2011 +0100

    lib: Port test-client to GDBus

 lib/test-client.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f89e8a22a724ab34c063a16e4bd631c1ec3b081c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 5 18:34:37 2011 +0100

    lib: Port BluetoothClient to GDBus

 lib/Makefile.am                |   13 +-
 lib/bluetooth-client-private.h |    4 +-
 lib/bluetooth-client.c         | 1031 +++++++++++++++++++++-------------------
 lib/bluetooth-enums.h          |    2 +-
 4 files changed, 557 insertions(+), 493 deletions(-)

commit 66b00f04829b6fe8b0c7e0f6c9ae5444cf28d800
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 5 18:32:29 2011 +0100

    lib: Update introspection XML
    
    With signals that we require to work-around a GDBus bug[1],
    as well as updating the list of methods we use.
    
    [1]: https://bugzilla.gnome.org/show_bug.cgi?id=660886

 lib/bluetooth-client.xml |   66 ++++++++++++++++++++++++++++++++--------------
 1 file changed, 46 insertions(+), 20 deletions(-)

commit e9a548895eb3c44cea1d8f3f4bc061e3c1d85e47
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 17:29:09 2011 +0100

    build: Require gio-unix for GDBus generated files

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

commit 956f8c99f229576081cc005af7410fdaf6907e2c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 17:28:44 2011 +0100

    build: Check for gdbus-codegen
    
    To replace the dbus-binding-tool

 configure.ac |    3 +++
 1 file changed, 3 insertions(+)

commit bb2abb36c0278a1c02278a07ffea97f032b52d04
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 16:00:59 2011 +0100

    build: Fix syntax highlighting

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

commit de5884b350f6216c3d8d5bd0c7129b50dfb21482
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 15:47:02 2011 +0100

    lib: White space error

 lib/bluetooth-client.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 42086ddebaaff665f473dc2242ef08851e9f87ef
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 15:45:07 2011 +0100

    lib: Simplify bluez_vanished_cb()
    
    Much much simpler.

 lib/bluetooth-client.c |   13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

commit 003cbc81b1ca8f1a1e4960122eeaa9c1c0b2e5b2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 15:43:18 2011 +0100

    lib: Watch the BlueZ D-Bus service using GDBus

 lib/bluetooth-client.c |   31 ++++++++++++++-----------------
 1 file changed, 14 insertions(+), 17 deletions(-)

commit 00634ebd7bebec064e8e4e88c3bd07f716575de6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 15:29:44 2011 +0100

    lib: Add missing "direction" in client XML

 lib/bluetooth-client.xml |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 2b3f41986dbda2080f143ec78d374990d6575cc3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 14:48:20 2011 +0100

    lib: Use GDBus for bluetooth_client_create_device()
    
    So that the wizard can work again.

 lib/bluetooth-client.c |   60 +++++++++++++++++++++++++++++++-----------------
 1 file changed, 39 insertions(+), 21 deletions(-)

commit 06090ff2c0d7d4dedc624692f181d32956e10faa
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 14:47:09 2011 +0100

    applet: Remove dbus-glib include

 applet/bluetooth-applet.c |    1 -
 1 file changed, 1 deletion(-)

commit 233959edcd8416ccb5094a32564f090e1449486b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 14:46:38 2011 +0100

    applet: Port to GDBus
    
    As the last part that required dbus-glib, and which didn't actually
    work either :)

 applet/bluetooth-applet.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1dd7002d7138c4705eaeca5fbbe9c4306be6d501
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 14:43:49 2011 +0100

    lib: Add hack to get default adapter as GDBusProxy
    
    So we can port some code to GDBus now.

 lib/bluetooth-client-private.h |    1 +
 lib/bluetooth-client.c         |   31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

commit be14c7e0574ecd79c08b857dd22a05f61ff85260
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 14:42:55 2011 +0100

    wizard: Fix PIN code return values

 wizard/main.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7684961acd88796c8fae2ce8ed512374ee23671f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 14:42:29 2011 +0100

    applet: Fix PIN code return values

 applet/bluetooth-applet.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ed21457e48e60753274fef00d90d80f5593d503e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 14:42:04 2011 +0100

    applet: Remove dead definition
    
    No need for that DBUS_TYPE_G_DICTIONARY definition.

 applet/bluetooth-applet.c |    5 -----
 1 file changed, 5 deletions(-)

commit cbd7e7aba009158ba55c8f4f9dfdb72ae52704a8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 14:37:49 2011 +0100

    lib: Correct PIN code sending

 lib/test-agent.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f2eaf0d7e690f4aa49eb7cf3fb2731b6b51a2c14
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 14:36:18 2011 +0100

    lib: Use g_bus_watch_name() to monitor BlueZ owner
    
    Instead of only ever checking for the owner name (badly) when
    registering the agent.

 lib/bluetooth-agent.c |   61 ++++++++++++++++++++++++++++++++++---------------
 1 file changed, 42 insertions(+), 19 deletions(-)

commit af9290d4966cba85a031cf9c631b126981cb9b3e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 12:51:33 2011 +0100

    lib: Nobody uses g_try_new()...

 lib/bluetooth-client.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit cdac212de15495b0be019387af9d8a05257688b2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 12:35:21 2011 +0100

    lib: Another sanity check when registering the agent

 lib/bluetooth-agent.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 585716ed610129d52387976a610ca88fceb39a42
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 12:35:03 2011 +0100

    lib: Simplify instantiation

 lib/bluetooth-agent.c |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

commit 585ecaf54d0385dd6733b8b10c18baec83956b91
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 12:34:40 2011 +0100

    lib: Add assertion for XML parsing

 lib/bluetooth-agent.c |    1 +
 1 file changed, 1 insertion(+)

commit c29d376bae6c075a9a9fafe955162350fa5bd127
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 12:34:21 2011 +0100

    lib: Add node name for agent introspection

 lib/bluetooth-agent.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 784c3327615570e8b606f3f7d425928eced3bc51
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 12:18:20 2011 +0100

    lib: Print errors when object failed to register

 lib/bluetooth-agent.c |   18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

commit 6dec248e656d81a3f0d290b48454ccb1a405932b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 12:17:49 2011 +0100

    lib: Add stub for ConfirmMode method

 lib/bluetooth-agent.c |    5 +++++
 1 file changed, 5 insertions(+)

commit dcd4f9021b65212db4ab49f7b6c59f67efbee9c2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 12:05:41 2011 +0100

    lib: Fix BluetoothAgent busname for wizard use case
    
    The busname is supposed to be that of the bluetoothd daemon,
    not some random uninitialised data.

 lib/bluetooth-agent.c |   10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

commit c4bd91f452cab048c588d14028d6f2c32c159546
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 11:51:50 2011 +0100

    lib: Re-enable bits of test-agent
    
    That were disabled during porting.

 lib/test-agent.c |   43 +++++++++++++++++++++++--------------------
 1 file changed, 23 insertions(+), 20 deletions(-)

commit 4da2c15841d91046ab372cddc13054a5c1b912ae
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 28 10:37:09 2011 +0100

    lib: Keep D-Bus connection opened in BluetoothAgent
    
    And fix use after free as the busname was freed as soon
    as it was set.

 lib/bluetooth-agent.c |   35 +++++++++++++++++++++--------------
 1 file changed, 21 insertions(+), 14 deletions(-)

commit 5d572650509c2afe6892a3f7c0e618507a1a4f89
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 27 22:48:21 2011 +0100

    lib: Fix BluetoothAgent warnings in wizard

 lib/bluetooth-agent.c |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

commit 5dfa6064852f6a8a894708b4cce15d4b5bef9c59
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 27 22:43:59 2011 +0100

    applet: Nearly port to new BluetoothApplet
    
    Just one left-over bit!

 applet/bluetooth-applet.c |  110 +++++++++++++++++++++++----------------------
 1 file changed, 57 insertions(+), 53 deletions(-)

commit 647464783b58faafd460cf8c7ef7caa346c5f599
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 27 22:43:30 2011 +0100

    wizard: Port to new BluetoothApplet code

 wizard/main.c |   49 +++++++++++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 24 deletions(-)

commit 62c555c03537d86aa0492aa147d8b52341babdc8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 27 22:34:09 2011 +0100

    applet: Fix gross whitespace problem
    
    Not that big a deal, unless you're OCD.

 applet/bluetooth-applet.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 50359d8be39495d4dc3a6578640b7c5cef9dfece
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 27 18:18:07 2011 +0100

    lib: Port BluetoothAgent to GDBus
    
    First on the path to many great things.

 lib/Makefile.am         |    5 -
 lib/bluetooth-agent.c   |  414 ++++++++++++++++++++++-------------------------
 lib/bluetooth-agent.h   |   22 +--
 lib/bluetooth-agent.xml |   49 ------
 lib/test-agent.c        |   35 ++--
 5 files changed, 221 insertions(+), 304 deletions(-)

commit 5d26bb7f48222471ca2d6e2d8f96d5936b1c1dc6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 27 16:40:33 2011 +0100

    wizard: Add some debug to pairing failures

 wizard/main.c |    2 ++
 1 file changed, 2 insertions(+)

commit d24d2c8b66e5e9741b3e9f026fd1b82167b18d2d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 27 16:01:00 2011 +0100

    wizard: Remove some unused variables

 wizard/main.c |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

commit a952947809d6530c97c33399945b07033483ef3e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 27 15:46:48 2011 +0100

    lib: Remove BluetoothChooser helper to remove devices
    
    As this isn't something that general applications should
    be interested in.

 lib/bluetooth-chooser.c     |   74 -------------------------------------------
 lib/gnome-bluetooth.symbols |    1 -
 2 files changed, 75 deletions(-)

commit 2bed3c014ea0858255dd2d51a8cf1a995fa940f8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 27 15:46:12 2011 +0100

    properties: Use BluetoothClient to remove devices
    
    Rather than the BluetoothChooser helper.

 properties/cc-bluetooth-panel.c |   39 ++++++++++++++++++++++++++++++++++++---
 1 file changed, 36 insertions(+), 3 deletions(-)

commit 2fc6f91c4dff4f9f672ffb349cdd4fd0864748dd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 27 15:45:05 2011 +0100

    lib: Add helper to remove a device from known devices

 lib/bluetooth-client-private.h |    2 ++
 lib/bluetooth-client.c         |   35 +++++++++++++++++++++++++++++++++++
 lib/gnome-bluetooth.symbols    |    1 +
 3 files changed, 38 insertions(+)

commit f4a10519e15e54583234f6ed5fbf2dbe7e63298d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 27 15:36:14 2011 +0100

    lib: Slightly better sanity check
    
    It should be impossible to have a paired device without
    a device node, but you never know.

 lib/bluetooth-client.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 5bf104f15d30f07bf8dffe4e48eff7e3383b55fd
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Mon Sep 26 14:36:00 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po |  314 +++++++++++++++++++++++++++--------------------------
 1 file changed, 161 insertions(+), 153 deletions(-)

commit f9794634aa7a13a86654b96c57f19ece5fc9c6f1
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sun Sep 25 14:35:18 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

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

commit d347474a5d5def2fc29e06907b48e71642354686
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Fri Sep 23 17:43:13 2011 +0200

    Updated Basque language

 po/eu.po |  397 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 198 insertions(+), 199 deletions(-)

commit d5b764110d1ae2ea50322fb0fea82674bab966e8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 22 18:20:21 2011 +0100

    lib: Remove dbus-glib from the public headers

 lib/bluetooth-client.h |    1 -
 1 file changed, 1 deletion(-)

commit 0fa0ca327c3918e28c26399383dd5644499262fd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 22 18:15:47 2011 +0100

    applet: Fix compile-time warning

 applet/bluetooth-applet.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0b0aef39a6e2f5c48b01e5b4e31bfdedf27002cb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 22 18:12:15 2011 +0100

    lib: Remove unused adapter parameter
    
    to bluetooth_client_get_device_model(). Seeing as every caller
    was just using the default adapter anyway.

 applet/bluetooth-applet.c      |    5 +----
 lib/bluetooth-chooser-button.c |    2 +-
 lib/bluetooth-chooser.c        |    4 ++--
 lib/bluetooth-client.c         |   18 ++++--------------
 lib/bluetooth-client.h         |    3 +--
 lib/plugins/geoclue.c          |    2 +-
 6 files changed, 10 insertions(+), 24 deletions(-)

commit d5e5a88b4a4ca7eb42663206f2efc2938752257a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 22 17:58:50 2011 +0100

    wizard: Remove multi-adapter support
    
    It was broken since at least 3.0, and nobody complained.

 wizard/main.c |   16 ----------------
 1 file changed, 16 deletions(-)

commit 3f79a2a73100fa66a8eedddb55d95b4b58a01850
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 22 17:49:42 2011 +0100

    wizard: Remove Wiimote PIN handling
    
    It's now handled directly in bluez 4.96 and later,
    with the "wiimote" plugin. See commit
    1106efd440bf678c1422a9247b8c27f2259ac94b.

 wizard/main.c                |   64 ------------------------------------------
 wizard/pin-code-database.xml |    7 -----
 2 files changed, 71 deletions(-)

commit b4e1a949ca34728b9846f3e47f031a48f0099591
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 22 17:43:01 2011 +0100

    lib: Remove bluetooth_client_get_device_filter_model
    
    It was unused, and looks like a liability.

 .../gnome-bluetooth-sections.txt                   |    1 -
 lib/bluetooth-client.c                             |   31 --------------------
 lib/bluetooth-client.h                             |    3 --
 lib/gnome-bluetooth.symbols                        |    1 -
 4 files changed, 36 deletions(-)

commit 891adaf4a624d01a135a306acb445d84a5ebae69
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
Date:   Thu Sep 22 16:21:27 2011 +0530

    Updated Assamese Translations:bugzilla#659595

 po/as.po |  713 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 366 insertions(+), 347 deletions(-)

commit 5f62c0a32d23a578aa66a5ccf219f9183a6d4927
Author: ipraveen <mail2ipn@gmail.com>
Date:   Wed Sep 21 20:45:27 2011 +0530

    Updated Telugu Translation

 po/te.po |  831 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 477 insertions(+), 354 deletions(-)

commit 1822fa51256df71d7fc6231fb55472a0de0ddafc
Author: Flemming Christensen <fc@stromata.dk>
Date:   Wed Sep 21 09:25:21 2011 +0200

    Updated Danish translation

 po/da.po |  363 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 186 insertions(+), 177 deletions(-)

commit 245dcb5850ff2a8eb9c81cdcbe8af338a766e33a
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Sep 21 02:47:17 2011 +0200

    Updated Hungarian translation

 po/hu.po |  388 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 201 insertions(+), 187 deletions(-)

commit 2bc4de60fbdc467ff71c8612463f84dd9794a197
Author: Fran Dieguez <fran@openhost.es>
Date:   Tue Sep 20 23:08:16 2011 +0200

    Added Galician translations for doc

 help/Makefile.am |    2 +-
 help/gl/gl.po    |  551 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 552 insertions(+), 1 deletion(-)

commit 4aa895ae657c6a46730061b3636365d954a57dd1
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Tue Sep 20 21:41:36 2011 +0200

    Updated Serbian translation

 po/sr.po       |  367 +++++++++++++++++++++++++++++---------------------------
 po/sr@latin.po |  367 +++++++++++++++++++++++++++++---------------------------
 2 files changed, 376 insertions(+), 358 deletions(-)

commit 417bf4e717dcb86e7465db4058aa6467764e5ec0
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Tue Sep 20 19:06:05 2011 +0300

    Uploaded Ukranian

 po/uk.po |  361 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 184 insertions(+), 177 deletions(-)

commit ddf610d825b3e14e86e1fa1ea4dcfd2cc5f3b7c9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 20 15:19:51 2011 +0100

    3.1.92

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

commit 4b898dfcda74468b878b35bd3882a8e35d972a4f
Author: Joan Duran <jodufi@gmail.com>
Date:   Mon Sep 19 00:34:31 2011 +0200

    [l10n]Updated Catalan translation

 po/ca.po |  358 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 183 insertions(+), 175 deletions(-)

commit c4caa6ad94abd5633a9b8817b9aa0ec98ed06402
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
Date:   Sat Sep 17 12:00:13 2011 +0900

    Updated Japanese translation

 po/ja.po |  388 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 202 insertions(+), 186 deletions(-)

commit a23d49cd2a863d4a04e82ee1e6d70e788a29bcb8
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Fri Sep 16 12:38:56 2011 -0400

    panel: pack the toolbar and the scrolled window box in another box
    
    So we can easily get rounded corners on the inline toolbar using
    nth-child.

 properties/bluetooth.ui         |  128 +++++++++++++++++++++------------------
 properties/cc-bluetooth-panel.c |    2 +-
 2 files changed, 69 insertions(+), 61 deletions(-)

commit 4d317020114e2c60e573874d3bc4cd976ba12f25
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 16 16:23:08 2011 +0100

    properties: Use links to link to other panels

 properties/bluetooth.ui         |   39 ++++++++++++++++++++++++---------------
 properties/cc-bluetooth-panel.c |   15 +++++++++------
 2 files changed, 33 insertions(+), 21 deletions(-)

commit b0bce9026ceb14d20f50c3a4d431b58bc0bc1b1d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 16 16:15:11 2011 +0100

    properties: Use control-center API to switch panels

 properties/cc-bluetooth-panel.c   |   28 +++++++++++++++++++++-------
 properties/cut-n-paste/cc-shell.h |    2 ++
 2 files changed, 23 insertions(+), 7 deletions(-)

commit 4d812abb0cd2a013cff5c9d1c9cd2550ee666050
Author: Antonio Fernandes C. Neto <fernandesn@gnome.org>
Date:   Fri Sep 16 09:03:10 2011 -0400

    Updated Brazilian Portuguese translation.

 po/pt_BR.po |  847 +++++++++++++----------------------------------------------
 1 file changed, 181 insertions(+), 666 deletions(-)

commit 5714bca20f21c40c28e14225e60df7e4685f2f01
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 13 14:35:53 2011 +0100

    applet: Fix "browse" function call
    
    It was calling itself which was calling itself which was...

 applet/bluetooth-applet.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit c74a9ae8b15a68e42d145a3110f2687e7f7601ff
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Tue Sep 13 14:49:24 2011 +0530

    updated Tamil translation

 po/ta.po |  374 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 191 insertions(+), 183 deletions(-)

commit c1857a14caf9ca8785002dbede699c60bf00b0bf
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Tue Sep 13 14:45:57 2011 +0530

    updated Tamil translation

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

commit 89cd69c59b5d6357118debc9b8addb8a24cffec2
Author: Yinghua Wang <wantinghard@gmail.com>
Date:   Tue Sep 13 11:21:52 2011 +0800

    update Simplified Chinese (zh_CN) translation

 po/zh_CN.po |  358 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 183 insertions(+), 175 deletions(-)

commit 82e4d002a6f3affbbfbd94294f9755f52ca35e67
Author: Seong-ho, Cho <darkcircle.0426@gmail.com>
Date:   Tue Sep 13 08:56:38 2011 +0900

    Updated Korean translation

 po/ko.po |  406 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 181 insertions(+), 225 deletions(-)

commit b4116427f41a4f22492a64c6492e0faa122bce23
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Fri Sep 9 13:05:06 2011 +0100

    Updated British English translation

 po/en_GB.po |  377 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 193 insertions(+), 184 deletions(-)

commit c487be083ad149628b8e15adbacb53d2b860587a
Author: Timo Jyrinki <timo@debian.org>
Date:   Thu Sep 8 13:33:56 2011 +0300

    Updated Finnish translation.

 po/fi.po |  750 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 426 insertions(+), 324 deletions(-)

commit bc94924405033a6b47d1b900c07aa2d29eb0684d
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Wed Sep 7 00:40:47 2011 +0100

    Updated Portuguese translation

 po/pt.po |  364 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 186 insertions(+), 178 deletions(-)

commit b3cb60cb6e22322056eee8d65929e5d161f75087
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Mon Sep 5 00:55:24 2011 +0300

    Updated Belarusian translation.

 po/be.po | 1366 +++++++++++++++++++++++++-------------------------------------
 1 file changed, 547 insertions(+), 819 deletions(-)

commit 53bfd20e34ffdccab33aec3aa2da41c2b9f87101
Author: Seong-ho, Cho <darkcircle.0426@gmail.com>
Date:   Sat Sep 3 18:10:02 2011 +0900

    Add Korean help translation

 help/Makefile.am |    2 +-
 help/ko/ko.po    |  647 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 648 insertions(+), 1 deletion(-)

commit 044981caf250b6259049c3516c929a1b470dd3e8
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Fri Sep 2 21:41:30 2011 +0200

    [l10n] Updated Italian translation

 po/it.po |  451 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 195 insertions(+), 256 deletions(-)

commit f3fdc223d4968a9073c2d207e1e79206d7768c95
Author: Arash Mousavi <amousavi@src.gnome.org>
Date:   Wed Aug 31 17:05:44 2011 +0430

    Updated Persian translation

 po/fa.po |  399 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 208 insertions(+), 191 deletions(-)

commit 93ce3afe323f30a7657121806857a7a08562c603
Author: Stas Solovey <whats_up@tut.by>
Date:   Tue Aug 30 22:31:26 2011 +0400

    Updated Russian translation

 po/ru.po |  403 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 196 insertions(+), 207 deletions(-)

commit aa23c42264d1b5d10923d92fcfdfd52e89443694
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Mon Aug 29 13:12:38 2011 +0200

    Update French translation

 po/fr.po |  376 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 191 insertions(+), 185 deletions(-)

commit c7e8860ccca233bf8af4f23c82a8eb7194165f14
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Sun Aug 28 16:22:23 2011 +0200

    Added UG translation

 po/ug.po |  466 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 202 insertions(+), 264 deletions(-)

commit 915fadfc7d417a947d694b298f59063c803f6561
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Aug 28 15:46:28 2011 +0200

    [l10n] Updated German translation

 po/de.po |  366 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 173 insertions(+), 193 deletions(-)

commit c5c21ca8aef34f7ce66a7e7e9cc129290303b685
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Aug 21 09:15:29 2011 +0530

    update Punjabi Translation

 po/pa.po |  393 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 202 insertions(+), 191 deletions(-)

commit dcd1c26613a05dca39a99ce4ce61b17ee43620b8
Author: Andika Triwidada <andika@gmail.com>
Date:   Thu Aug 18 13:02:58 2011 +0700

    Updated Indonesian translation

 po/id.po |  483 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 253 insertions(+), 230 deletions(-)

commit 12162a67876940ea3e3c77fbc7e5d7a5650df0e8
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Sat Aug 13 17:39:45 2011 +0300

    Updated Lithuanian translation

 po/lt.po |  761 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 473 insertions(+), 288 deletions(-)

commit 73acaea795c070c04ea89ab033ec270454c3ef21
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Aug 11 22:07:55 2011 +0200

    Updated Polish translation

 po/pl.po |  358 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 175 insertions(+), 183 deletions(-)

commit fa4a5d7763a571fd58dc5d4dcf08333b1d76bf89
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Thu Aug 11 22:33:59 2011 +0300

    Updated Bulgarian translation

 po/bg.po |  360 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 175 insertions(+), 185 deletions(-)

commit 53f746563241fdefe7e1af06e17a5db131548a37
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:   Wed Aug 10 21:07:03 2011 +0700

    Updated Thai translation.

 po/th.po |  358 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 183 insertions(+), 175 deletions(-)

commit 7046720e2dc2d26654dd283ea96740a9a06fccc3
Author: Priscilla Mahlangu <priny@translate.org.za>
Date:   Wed Aug 10 13:30:34 2011 +0200

    New translation for Zulu (zu)

 po/LINGUAS |    1 +
 po/zu.po   |  920 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 921 insertions(+)

commit fc2d9d953ba763c2d02f1c135a0e024330444212
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Aug 4 20:48:38 2011 +0100

    3.1.4

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

commit 1c2225d91ead64efa52481562acc89eb56b12e42
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 1 23:25:34 2011 +0100

    applet: Change preferences menu items to match
    
    What we use in the control-center properties.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=655260

 applet/main.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 19b980b6bc67f48cac1efb8e9761467683d3facf
Author: Olivier Blin <dev@blino.org>
Date:   Fri Jul 29 23:04:01 2011 +0200

    properties: Fix segfault when uuids is NULL
    
    https://bugzilla.gnome.org/show_bug.cgi?id=655659

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

commit 9dcf338aade16ed1502f43d87170da5123da03b9
Author: Daniel Nylander <po@danielnylander.se>
Date:   Fri Jul 29 10:15:08 2011 +0200

    Updated Swedish translation

 po/sv.po |  454 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 246 insertions(+), 208 deletions(-)

commit 19e8c39f944a09ac74f81e8fe8e591262aeda400
Author: David Aguilera <dvd1985@gmail.com>
Date:   Sat Jul 23 17:58:01 2011 +0200

    [l10n]Added Catalan documentation

 help/Makefile.am |    2 +-
 help/ca/ca.po    |  674 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 675 insertions(+), 1 deletion(-)

commit 09fbbae05af879e897cca7da0ee5cb4432427d38
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jul 18 13:38:15 2011 +0200

    Updated Norwegian bokmål translation

 po/nb.po |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

commit 185bd2f63e5225e29c7817088fb6bc0777ec757f
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Jul 15 18:50:50 2011 +0200

    Updated Czech translation

 po/cs.po |  415 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 177 insertions(+), 238 deletions(-)

commit e4ceaa852b837d0f52b391d75fdf1d786cceafba
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jul 15 10:57:41 2011 +0100

    properties: Work-around CC library disappearing
    
    I was asking for ridicule in the code dept.

 configure.ac                       |    6 ++-
 properties/Makefile.am             |    2 +
 properties/cc-bluetooth-panel.c    |    2 +-
 properties/cc-bluetooth-panel.h    |    2 +-
 properties/cut-n-paste/Makefile.am |    3 ++
 properties/cut-n-paste/cc-panel.h  |   81 ++++++++++++++++++++++++++++
 properties/cut-n-paste/cc-shell.h  |  105 ++++++++++++++++++++++++++++++++++++
 7 files changed, 197 insertions(+), 4 deletions(-)

commit 9ef31d1b8d82dbf914c057f5c49d084ef8db26c5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jul 15 10:35:40 2011 +0100

    lib: Fix compilation-time warnings

 lib/bluetooth-chooser-button.c |    1 +
 lib/bluetooth-chooser-combo.c  |    1 +
 lib/test-client.c              |    1 +
 3 files changed, 3 insertions(+)

commit fc5c0f898da68eaf9b12943e3629900718334b22
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Tue Jul 12 16:30:37 2011 +0300

    Updated Latvian translation.

 po/lv.po |  361 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 182 insertions(+), 179 deletions(-)

commit 0e6ed67d0b931d2fadf203c0be82a279d7809583
Author: Fran Dieguez <fran@openhost.es>
Date:   Mon Jul 4 21:48:57 2011 +0200

    Updated Galician translations

 po/gl.po |  335 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 173 insertions(+), 162 deletions(-)

commit 53a7e63f3ab3ed3c169511975b5b0c76d93895b4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 4 10:48:13 2011 +0100

    3.1.3

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

commit 45b7d0b6d4f6cb011d6954596f5e5b04995260d3
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Sun Jul 3 13:48:47 2011 +0300

    Updated Turkish translation

 po/tr.po |  394 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 179 insertions(+), 215 deletions(-)

commit 203d887e0cbc7bf2427dcdacda464a514ec64b1f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Jul 2 11:03:12 2011 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  250 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 129 insertions(+), 121 deletions(-)

commit 79b79a0996e551737468ecf3bcec5639bb0749c0
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Jul 2 10:52:17 2011 +0300

    Updated Hebrew translation.

 po/he.po |  351 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 181 insertions(+), 170 deletions(-)

commit cf609a654f6786d8478c2cbb44aef0f83947bb6f
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Jul 1 10:11:13 2011 +0200

    Updated Spanish translation

 po/es.po |  255 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 131 insertions(+), 124 deletions(-)

commit a904178aee68bc33c87866d7020ecbdc36807135
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Jun 30 21:52:55 2011 +0200

    Updated Slovenian translation

 po/sl.po |  266 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 137 insertions(+), 129 deletions(-)

commit b974e600b5bb6a0f1c1e9a7817610071d307fd3f
Author: Colin Walters <walters@verbum.org>
Date:   Thu Jun 30 14:06:04 2011 -0400

    configure: Bump version to 3.1.0

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

commit 77a61be710277c1ad12bca79981e887fbce2950f
Author: Colin Walters <walters@verbum.org>
Date:   Thu Jun 30 12:07:50 2011 -0400

    gnome-bluetooth-1.0.pc: Add variables for accessing applet library
    
    This will be used by gnome-shell; slightly better than hardcoding the
    library path there.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=653752

 gnome-bluetooth-1.0.pc.in |    2 ++
 1 file changed, 2 insertions(+)

commit e9220058fda8dd90b0e2ec0702c2ef4ade0d6336
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 16:58:23 2011 +0100

    properties: AspectFrames need too much padding

 properties/bluetooth.ui |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 08892886cca0e5f8a2b53389c7a4192259ec0657
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 16:52:26 2011 +0100

    properties: Re-add dim labels again

 properties/bluetooth.ui |   12 ++++++++++++
 1 file changed, 12 insertions(+)

commit fab2ac800c8e37b1db0e68eccd8f2fbe31c8dd7c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 16:46:00 2011 +0100

    properties: Center the labels harder

 properties/bluetooth.ui |  254 ++++++++++++++++++++++++-----------------------
 1 file changed, 132 insertions(+), 122 deletions(-)

commit 9137a539579247feac989ef7b5026bcbd0e69ec0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 16:16:00 2011 +0100

    lib: Fix compilation warning

 lib/bluetooth-filter-widget.c |    1 +
 1 file changed, 1 insertion(+)

commit c65f82f9e7199d00d6e5c6d27d3854bcba539ba6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 15:37:39 2011 +0100

    properties: Add Send/Browse buttons for phones
    
    And other devices that support ObexPUSH and ObexFTP.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639262

 properties/bluetooth.ui         |   66 ++++++++++++++++++++++++++---
 properties/cc-bluetooth-panel.c |   87 ++++++++++++++++++++++++++++++++++-----
 2 files changed, 136 insertions(+), 17 deletions(-)

commit b2957062bf5e7a0511f7ad45c922c19a66701920
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 15:37:25 2011 +0100

    po: Add new source file

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

commit de4007305d62e87478487aeaf0fd7c268119e47a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 15:25:32 2011 +0100

    applet: Use new helper functionality

 applet/bluetooth-applet.c |   92 ++++-----------------------------------------
 1 file changed, 8 insertions(+), 84 deletions(-)

commit 3cf607c498cc929ea2b0c867078aa8f8ef978810
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 15:25:07 2011 +0100

    lib: Add send/browser helpers

 lib/bluetooth-utils.c       |  127 +++++++++++++++++++++++++++++++++++++++++++
 lib/bluetooth-utils.h       |   13 ++++-
 lib/gnome-bluetooth.symbols |    4 ++
 3 files changed, 143 insertions(+), 1 deletion(-)

commit ce32f94cea26f8cc51312f5c1a8083594a903672
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 15:24:51 2011 +0100

    lib: Fix compilation warning

 lib/bluetooth-chooser.c |    1 +
 1 file changed, 1 insertion(+)

commit bbfea08f3ec784f913318b70909afbb700639979
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 15:23:12 2011 +0100

    lib: Fix compilation warning

 lib/bluetooth-plugin-manager.c |    1 +
 1 file changed, 1 insertion(+)

commit 2c63f8e2f5c0011aca7e4c709a3741e9778b62ca
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 15:22:57 2011 +0100

    lib: Fix compilation warning

 lib/test-deviceselection.c |    1 +
 1 file changed, 1 insertion(+)

commit 312862190371ed3bcf477fe84655333fc2e98fdb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 14:53:38 2011 +0100

    applet: Fix compilation warning

 applet/main.c |    1 +
 1 file changed, 1 insertion(+)

commit 64124ab4e1ff5dd510f8254c02a75a964af4b760
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 14:53:24 2011 +0100

    lib: Fix compilation warning

 lib/test-class.c |    1 +
 1 file changed, 1 insertion(+)

commit 75a50937bcd44a4c1df95169f6897ce857174722
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 14:52:44 2011 +0100

    lib: Split off non-client related, helper, code
    
    Into bluetooth-utils.h

 lib/Makefile.am                |    5 +-
 lib/bluetooth-client-private.h |    2 -
 lib/bluetooth-client.c         |  257 +---------------------------------
 lib/bluetooth-client.h         |    4 -
 lib/bluetooth-utils.c          |  301 ++++++++++++++++++++++++++++++++++++++++
 lib/bluetooth-utils.h          |   40 ++++++
 6 files changed, 346 insertions(+), 263 deletions(-)

commit ebae02f4e6b8fad0a0c36aa18d6479e85afeebf1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 13:29:32 2011 +0100

    applet: Simplify bluetooth_applet_send_to_address()

 applet/bluetooth-applet.c |   23 ++++++-----------------
 1 file changed, 6 insertions(+), 17 deletions(-)

commit b28825f9019fcd0b4713700a0227909db863d8ae
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 29 12:31:50 2011 +0100

    lib: Simplify bluetooth_verify_address()

 lib/bluetooth-client.c |   25 ++++++++-----------------
 1 file changed, 8 insertions(+), 17 deletions(-)

commit c1293a7b2c4f3ea950ba06be35ca9be57a06918d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jun 28 22:49:39 2011 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  166 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 80 insertions(+), 86 deletions(-)

commit 9d26d5b326b3a1eb49b20b485b7fce3b2763eb0a
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Jun 28 22:28:38 2011 +0200

    Updated Slovenian translation

 po/sl.po |  211 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 111 insertions(+), 100 deletions(-)

commit 9cb4cc29766fe13682f054ba0e1f1283021f9a1f
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jun 28 21:38:30 2011 +0200

    Updated Spanish translation

 po/es.po |  194 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 100 insertions(+), 94 deletions(-)

commit adaebdf903cc1de03000d49d56757b1a03e9d91e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 28 09:43:49 2011 +0100

    moblin: Add context to time translations
    
    https://bugzilla.gnome.org/show_bug.cgi?id=629060

 moblin/moblin-panel.c |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit ede1844b0aa33541bc62e57fd665fc676fb01ba5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 27 17:32:54 2011 +0100

    lib: Fix packing in chooser button

 lib/bluetooth-chooser-button.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit e58389e0de3f35038f934b191a89288176cb917a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 27 17:25:15 2011 +0100

    lib: Fix test-deviceselection UI packing

 lib/test-deviceselection.c |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 60e25f356f1f32a11f991f63729df17b50615bf5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 27 16:56:58 2011 +0100

    lib: Remove the ability to load uninstalled plugins

 lib/bluetooth-plugin-manager.c |   16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

commit 2548d4756f2f48518812798d34000165609b63c1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 27 16:51:06 2011 +0100

    properties: Fix the NM plugin not showing up

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

commit f7210cbb6e22c307e2404796fd394760ea8d3127
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 27 16:37:16 2011 +0100

    lib: Fix test-client UI

 lib/test-client.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4f1a25e9f5f7f2e4fe576c0e181553cd4e4e8d6c
Author: Raul Gutierrez Segales <rgs@collabora.co.uk>
Date:   Mon Jun 27 14:58:22 2011 +0100

    applet: Parameters for g_async_spawn need no quotes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=653479

 applet/bluetooth-applet.c |    2 +-
 moblin/moblin-panel.c     |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 38938f1f908f78ee2da2601de72b47659e2f0e9d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 27 14:47:59 2011 +0100

    all: Add a context for "Bluetooth"
    
    Sometimes it's used to mean "Power" (in the moblin or control-center
    panels), sometimes to actually mean Bluetooth (which shouldn't
    be translated).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645591

 moblin/moblin-panel.c   |    2 +-
 properties/bluetooth.ui |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 924a529ad084684f9e175348027ed534de825ac0
Author: Raul Gutierrez Segales <rgs@collabora.co.uk>
Date:   Mon Jun 27 13:38:32 2011 +0100

    applet: no need to quote address argument
    
    for bluetooth-sendto
    
    https://bugzilla.gnome.org/show_bug.cgi?id=653479

 applet/bluetooth-applet.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 94be5e43feeab61537c444a020c91a3034de63a2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 27 12:34:31 2011 +0100

    properties: Use "Bluetooth" instead of "Power"
    
    https://bugzilla.gnome.org/show_bug.cgi?id=647718

 properties/bluetooth.ui |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit afd82cd9dfb05b036740df034f34b40355d33e84
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 27 12:30:41 2011 +0100

    properties: Line up the Power button
    
    Quite a lot of glade reworking, the Power button's right hand-side
    now lines up with the device treeview's right hand-side.

 properties/bluetooth.ui         |  862 +++++++++++++++++++--------------------
 properties/cc-bluetooth-panel.c |    6 +-
 2 files changed, 435 insertions(+), 433 deletions(-)

commit 6880cb67c467c1d863988b91dda8a3f5fdde34d7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 27 11:33:42 2011 +0100

    properties: Show the header in that column
    
    And rename it to "Devices".
    
    https://bugzilla.gnome.org/show_bug.cgi?id=647720

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

commit 3fb77489b106f1aa998481f41f3720096a8927c6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 27 11:33:22 2011 +0100

    lib: Add API to get the device column for chooser

 lib/bluetooth-chooser-private.h |    1 +
 lib/bluetooth-chooser.c         |   16 ++++++++++++++++
 lib/gnome-bluetooth.symbols     |    1 +
 3 files changed, 18 insertions(+)

commit 258c00ee44e3dbd320efbd0758d867f0c3a52432
Author: Raul Gutierrez Segales <rgs@collabora.co.uk>
Date:   Wed Jun 1 12:02:54 2011 +0100

    Add an old Apple wireless mouse to the PIN db
    
    https://bugzilla.gnome.org/show_bug.cgi?id=651629

 wizard/pin-code-database.xml |    1 +
 1 file changed, 1 insertion(+)

commit 1c99c6145388666b66b454d66f11eec52ad06fd3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jun 26 11:59:56 2011 +0100

    wizard: Fix UI in search page

 wizard/wizard.ui |    2 ++
 1 file changed, 2 insertions(+)

commit 3335b3ce3ae31797dbf9ce7ea084ff2133f920de
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jun 26 11:59:00 2011 +0100

    lib: Fix widget orientation
    
    When not using the "_new()" function to instantiate one.

 lib/bluetooth-chooser.c       |    3 ++-
 lib/bluetooth-filter-widget.c |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 81b1bf4e7fd484d2c382a3df7213cf1b575a5990
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 23 15:30:18 2011 +0100

    properties: Fix toolbar look

 properties/bluetooth.ui |    4 ++++
 1 file changed, 4 insertions(+)

commit a7beffe63a30e6431b03d9df2a89aba4e3a4bce7
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Fri Jun 17 09:02:19 2011 +0200

    Added Danish translation of the documentation

 help/da/da.po |  679 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 679 insertions(+)

commit 73fae99af92e3017a6a8a44d185ca8afdb807eb1
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Fri Jun 17 08:50:54 2011 +0200

    Added da to list of languages

 help/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 23b1f12e8c89b1a14e5c113e79335e99a5b39bfd
Author: Colin Walters <walters@verbum.org>
Date:   Wed Jun 15 18:12:17 2011 -0400

    Update for Gtk[HV]Box deprecation
    
    Only compile tested.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=652683

 applet/authorisation-dialogue.ui        |    2 +-
 applet/confirm-dialogue.ui              |    2 +-
 applet/passkey-dialogue.ui              |    2 +-
 lib/bluetooth-chooser-combo.c           |    7 ++++---
 lib/bluetooth-chooser-combo.h           |    4 ++--
 lib/bluetooth-chooser.c                 |   11 ++++++-----
 lib/bluetooth-chooser.h                 |    4 ++--
 lib/bluetooth-filter-widget.c           |    3 ++-
 lib/bluetooth-filter-widget.h           |    4 ++--
 lib/test-client.c                       |    2 +-
 lib/test-deviceselection.c              |    4 ++--
 lib/test-plugins.c                      |    2 +-
 moblin/moblin-copy-n-paste/mux-banner.c |    4 ++--
 moblin/moblin-copy-n-paste/mux-banner.h |    4 ++--
 moblin/moblin-panel.c                   |    4 ++--
 moblin/pin.ui                           |    7 ++++---
 properties/bluetooth.ui                 |   27 ++++++++++++++++++---------
 sendto/main.c                           |    4 ++--
 wizard/main.c                           |   23 -----------------------
 wizard/wizard.ui                        |   31 +++++++++++++++++++------------
 20 files changed, 74 insertions(+), 77 deletions(-)

commit 836d94802a23cc1f9211f5d37f2d323bcf6e66c9
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Sat Jun 4 23:36:46 2011 +0400

    Updated Russian translation

 help/ru/ru.po |  496 ++++++++++++---------------------------------------------
 1 file changed, 103 insertions(+), 393 deletions(-)

commit a9e55ad5699ab21ba3d3e353898b9b39cc50237e
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun May 29 18:09:47 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po |  598 +++++++++++++++++++++++++++++------------------------
 1 file changed, 327 insertions(+), 271 deletions(-)

commit 733dbb9dd763aea9c6aad1a63bbd95dbf033be75
Author: Simos Xenitellis <simos@gnome.org>
Date:   Fri May 27 17:40:10 2011 +0300

    l10n: Updated Greek translation for gnome-bluetooth

 po/el.po |  372 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 167 insertions(+), 205 deletions(-)

commit 8e33606a3f30c36502093344ed864270f098f60d
Author: Giannis Katsampirhs <juankatsampirhs@gmail.com>
Date:   Fri May 27 17:39:17 2011 +0300

    l10n: Updated Greek translation for gnome-bluetooth

 po/el.po |  266 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 142 insertions(+), 124 deletions(-)

commit 1d8259b229ddc16f4f87575714ad1e7a8af58a99
Author: Georgios Stefanakis <george.stefanakis@gmail.com>
Date:   Fri May 27 17:38:49 2011 +0300

    l10n: Updated Greek translation for gnome-bluetooth

 po/el.po |  403 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 242 insertions(+), 161 deletions(-)

commit 33cf10a12121479eb182437450a43f5661960a39
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri May 27 14:31:21 2011 +0100

    applet: Fix applet startup in fallback
    
    Typo spotted by György Balló.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=651193

 applet/bluetooth-applet.desktop.in.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a9a5b6f82e0623ff9828278a21b900226c2ec9ae
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 25 16:37:49 2011 +0100

    applet: Prepend zeros for SSP passkey display
    
    http://thread.gmane.org/gmane.linux.bluez.kernel/13216
    https://bugzilla.gnome.org/show_bug.cgi?id=646253

 applet/agent.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dd4c4a743b40cb7a18187d11771d53e2af437c0d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 25 16:35:29 2011 +0100

    wizard: Prepend zeros for SSP passkey display
    
    http://thread.gmane.org/gmane.linux.bluez.kernel/13216
    https://bugzilla.gnome.org/show_bug.cgi?id=646253

 wizard/main.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 986d333307334b2ad9c82986f5599af290d73c82
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 18 23:07:52 2011 +0100

    applet: Use same terminology in tooltip and applet
    
    Use "Bluetooth: On" and "Bluetooth: Off" in the tooltip, just
    like is used in the menu.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=636348

 applet/notify.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b4368e6d9bc43e78cab7470ec66934c02994c539
Author: Daniele Forsi <daniele@forsi.it>
Date:   Wed May 18 21:09:47 2011 +0200

    Do not display the automatic pincode for Wiimotes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=603845

 wizard/main.c |    1 +
 1 file changed, 1 insertion(+)

commit df18e0dc72efee9400044a07a3c67aedae998d7f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 18 17:49:34 2011 +0100

    wizard: Fix backspace, tab, etc. not working
    
    In the custom PIN entry. We weren't eating all the events, including
    escape, backspace, etc. instead of just the non-numerical printable
    characters.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=692821

 wizard/main.c |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit a42beda039770b04a5b2567df0d82652c1a53717
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Dec 5 13:58:54 2009 +0000

    wizard: Use host address to create the wiimote pin
    
    Note that we only support pairing through the "Sync" button,
    not through the 1/2 buttons.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=603845

 wizard/main.c                |   63 ++++++++++++++++++++++++++++++++++++++++++
 wizard/pin-code-database.xml |    7 +++++
 2 files changed, 70 insertions(+)

commit 7803ad0cc44d14dd05b53a201cdae6fc7a840112
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Fri May 6 20:08:26 2011 +0200

    Fixed a bug in German translation.

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

commit ea25ccb68006deca90d4f6a09a2f6af8b17c6aaf
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Fri May 6 20:07:40 2011 +0200

    Fixed bug in German translation.

 po/de.po |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit d32bad56e1c20e785feba26baa4f8074a33adc36
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue May 3 16:30:31 2011 +0100

    applet: Remove broken use of bluetooth_applet_browse_address()
    
    The bluetooth_applet_browse_address() code already calls
    gtk_show_uri(), so there's no need for us to do it, and certainly
    no need to do it in a way that wouldn't work and crash.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=701634

 applet/main.c |    8 --------
 1 file changed, 8 deletions(-)

commit aa7f862523dcd498da9b17a3f719b3f73495eb5a
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Mon May 2 20:28:22 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 help/Makefile.am    |    2 +-
 help/zh_HK/zh_HK.po |  511 +++++++++++++++++++++++++++++++++++++++++++++
 help/zh_TW/zh_TW.po |  577 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1089 insertions(+), 1 deletion(-)

commit 732f4b0ee9c8c09ba6c9e314009635adcda3e57e
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Thu Apr 28 02:52:15 2011 +0300

    Updated Turkish translation

 po/tr.po |  742 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 507 insertions(+), 235 deletions(-)

commit 9a17d2dc9f8ed3d689c45ce72ed680815c9ce1c4
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Tue Apr 26 21:41:34 2011 +0200

    Add translator comment

 moblin/moblin-panel.c |    1 +
 1 file changed, 1 insertion(+)

commit fd85fc0d138ad98b0c0e531858f172172feca316
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Tue Apr 26 21:40:59 2011 +0200

    Updated Dutch translation by Wouter Bolsterlee

 po/nl.po |  521 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 322 insertions(+), 199 deletions(-)

commit 0d922d07eb9eed64f84fd7205f421c899fa80306
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Mon Apr 25 17:11:57 2011 +0200

    Updated Esperanto translation

 po/eo.po |  501 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 274 insertions(+), 227 deletions(-)

commit 848e62c88f81ecaf49a54ca48afb787a81f30d3c
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:   Sun Apr 24 13:22:32 2011 +0700

    Updated Thai translation.

 po/th.po |  243 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 147 insertions(+), 96 deletions(-)

commit a76830e41c2a2eec515885ab9bdff6025df140e3
Author: Arash Mousavi <mousavi.arash@gmail.com>
Date:   Tue Apr 19 19:09:46 2011 +0430

    Added Persian translation

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit cec891d44aa57033ff8b0b00fd97f70ea9a7eb7c
Author: Arash Mousavi <mousavi.arash@gmail.com>
Date:   Tue Apr 19 19:01:05 2011 +0430

    Updated Persian translation

 po/fa.po |  967 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 967 insertions(+)

commit 11a731a2062d1ead75afdb10051b7f229b575962
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Apr 16 22:37:35 2011 +0200

    Add a couple files to POTFILES.skip to fix make check

 po/POTFILES.skip |    2 ++
 1 file changed, 2 insertions(+)

commit 3381a4477328e0e73b145be643878aa4c47ac294
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 12 16:04:39 2011 +0100

    lib: Fix possible warning in debug output
    
    Getting the EnumClass for BluetoothStatus failed in some cases,
    so hold onto an instance of the class when a BluetoothClient
    instance exists.

 lib/bluetooth-client.c |    4 ++++
 1 file changed, 4 insertions(+)

commit aaa2e2bd85a67ac4495fe8259b8f002383c0f745
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Apr 9 10:51:46 2011 +0200

    Updated Swedish translation

 po/sv.po |  364 +++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 267 insertions(+), 97 deletions(-)

commit 910dce04efa1a7e13dcf919a818c4b12e0cdb9f9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Apr 4 16:59:09 2011 +0100

    wizard: Remove Wiimote special casing
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=603845

 wizard/pin-code-database.xml |    4 ----
 1 file changed, 4 deletions(-)

commit a9616ebbe695f6c571563e9a187177ed16d3139f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Mar 31 15:55:57 2011 +0100

    properties: Show "extra configuration" widgets
    
    For devices that support it. Means that we don't need
    to pair devices again to enable Bluetooth DUN or PAN/NAP.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646348

 properties/bluetooth.ui         |   19 +++++++++++++--
 properties/cc-bluetooth-panel.c |   50 ++++++++++++++++++++++++++++++++++++---
 2 files changed, 64 insertions(+), 5 deletions(-)

commit e04f6dd0f2a446d95f47146c241b572775df4b71
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Apr 4 14:08:49 2011 +0100

    3.0.0

 NEWS         |   10 ++++++++++
 configure.ac |    6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)

commit 24897d90025e50e2a90665ad2e7bce6f3a9ad941
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Mon Apr 4 15:03:10 2011 +0600

    Updated Bengali translation

 po/bn.po |  665 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 409 insertions(+), 256 deletions(-)

commit 349273903f5544038b3190866e43dba37748485b
Author: Jordi Serratosa <serratosa@gmail.com>
Date:   Sun Apr 3 23:27:40 2011 +0200

    [l10n]Fixes on Catalan translation

 po/ca.po |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 8e62910c37e028a9da31c2110c800ee636ff7b11
Author: Friedel Wolff <friedel@translate.org.za>
Date:   Sat Apr 2 12:29:17 2011 +0200

    Updated translation for Afrikaans (af)

 po/af.po |  747 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 509 insertions(+), 238 deletions(-)

commit 86740539b3b1ebe59884ee0de07ae57f98c8f1e3
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Sat Apr 2 14:28:29 2011 +0530

    Updated Tamil translation

 po/ta.po |   25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

commit 5bd8d9e40852532997d560f3cf6a533b94467d01
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Tue Mar 29 11:47:37 2011 +0530

    Updated Tamil translation

 po/ta.po |  425 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 245 insertions(+), 180 deletions(-)

commit 85f3cd2fbc1b042673a7fc55e2796cb51e02746c
Author: David Planella <david.planella@gmail.com>
Date:   Sat Apr 2 09:16:55 2011 +0200

    [l10n]Updated Catalan translation

 po/ca.po |  250 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 151 insertions(+), 99 deletions(-)

commit 64ea471d619d0a1860dbfa770f8837b9157e5729
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Fri Apr 1 14:39:32 2011 +0530

    hindi updated

 po/hi.po |  679 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 452 insertions(+), 227 deletions(-)

commit 1ea2fc40c0eb449595f2945b8f08664370b600c0
Author: Kris Thomsen <lakristho@gmail.com>
Date:   Wed Mar 30 23:13:28 2011 +0200

    Updated Danish translation

 po/da.po |  468 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 265 insertions(+), 203 deletions(-)

commit 3f017c27b06e6985121ad3261459c5f4656e95fa
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Mar 30 22:13:01 2011 +0200

    Updated Basque language

 po/eu.po |  274 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 135 insertions(+), 139 deletions(-)

commit 172edb5ff1f587ee9b877853bb7998f33a02e50a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Mar 29 15:00:25 2011 +0100

    properties: Show link to touchpad settings
    
    For Bluetooth touchpads.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646102

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

commit 54289eb8ac9e464e539c0b6980777357d8021c4a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Mar 29 14:57:52 2011 +0100

    properties: Hide labels with no devices selected
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646030

 properties/bluetooth.ui         |  685 +++++++++++++++++++++------------------
 properties/cc-bluetooth-panel.c |   14 +
 2 files changed, 377 insertions(+), 322 deletions(-)

commit d5a5819415b07a874833af8f4122161e99f8bdf4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Mar 27 16:10:29 2011 +0100

    build: Use tar-ustar to work around tar limits
    
    With the default tar, gnome-bluetooth 2.91.91 showed:
    tar: gnome-bluetooth-2.91.92/docs/reference/libgnome-bluetooth/html/gnome-bluetooth-bluetooth-chooser.html: file name is too long (max 99); not dumped
    tar: Exiting with failure status due to previous errors
    gtar:gnome-bluetooth-2.91.92/docs/reference/libgnome-bluetooth/html/gnome-bluetooth-bluetooth-chooser.html: file name is too long (max 99); not dumped
    gtar: Exiting with failure status due to previous errors
    
    Use tar-ustar to work around the 99 character limit, and
    the ballonned (and broken) tar file resulting from it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645830

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

commit 4bd58810d335b9d57dd29d51dd2f49018af6bef5
Author: Aron Xu <aronxu@gnome.org>
Date:   Mon Mar 28 16:37:23 2011 +0000

    Update Simplified Chinese translation.

 po/zh_CN.po |   39 +++++++++++++++++++++------------------
 1 file changed, 21 insertions(+), 18 deletions(-)

commit 381775f1b6d6c2bb5a8c68e37fa3b1604421ee90
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Sun Mar 27 19:40:49 2011 +0200

    Added UG translation

 po/ug.po |  373 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 228 insertions(+), 145 deletions(-)

commit 859599d5684fb55c96760ec9f955c70612c45efa
Author: Marián Bača <majoobaca@gmail.com>
Date:   Sun Mar 27 17:56:06 2011 +0200

    Updated Slovak translation

 po/sk.po |  404 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 179 insertions(+), 225 deletions(-)

commit 7fdb0878677718f0b8fbba65cb981fbd4fbe7a78
Author: A S Alam <aalam@users.sf.net>
Date:   Sat Mar 26 23:25:41 2011 +0530

    update tranlation for Punjabi by A S Alam

 po/pa.po |   60 +++++++++++++++++++++++++++---------------------------------
 1 file changed, 27 insertions(+), 33 deletions(-)

commit 8cd8923aed098f44b0cee5f2e5c6900fd3ed932b
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Sat Mar 26 22:57:26 2011 +0900

    Updated Japanese translation.

 po/ja.po |  475 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 265 insertions(+), 210 deletions(-)

commit 4938fd96c83cc586210c893e5c0fac3c9981139b
Author: Djavan Fagundes <djavan@comum.org>
Date:   Thu Mar 24 08:32:14 2011 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po |  652 +++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 406 insertions(+), 246 deletions(-)

commit b7524276e565159fc479332ced0bd0632e846a4a
Author: Luca Ferretti <lferrett@gnome.org>
Date:   Thu Mar 24 01:10:18 2011 +0100

    Updated Italian translation

 po/it.po |  532 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 334 insertions(+), 198 deletions(-)

commit fcbfff4ff9f225a2f59d41cce7981278b472b099
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Tue Mar 22 20:36:40 2011 +0530

    Updated Bengali India Translation

 po/bn_IN.po |  766 +++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 508 insertions(+), 258 deletions(-)

commit 438423d2fe3bd7c9243b2a49801bc25e4c3cc133
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Tue Mar 22 19:24:02 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

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

commit 165dbcbd895d7a4f18682a71e1d578ae6b5adb5e
Author: Amitakhya Phukan <amitakhya@svn.gnome.org>
Date:   Tue Mar 22 12:18:29 2011 +0530

    Updated Assamese translations

 po/as.po |  707 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 448 insertions(+), 259 deletions(-)

commit a8ae6ea01da693dc4048374478cca800e74a00b6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Mar 21 15:25:00 2011 +0000

    2.91.92

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

commit d2b0e238b32ec7fbe0d956022f7fae38717b4391
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Sun Mar 20 16:08:41 2011 +0200

    Updated Latvian translation.

 po/lv.po |  577 +++++++++++++++-----------------------------------------------
 1 file changed, 137 insertions(+), 440 deletions(-)

commit d89a56fa357873a7cf74f8af211c8ca67bcee095
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 19 22:48:26 2011 +0900

    Updated Korean translation

 po/ko.po |  124 +++++++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 91 insertions(+), 33 deletions(-)

commit bfedd46f6ec2624b9618e4a345391c565e8d3331
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Sat Mar 19 18:56:51 2011 +0700

    Updated Indonesian translation

 po/id.po |  163 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 93 insertions(+), 70 deletions(-)

commit a46e0e3e7a0cdff249113d069ee07cc4253297fb
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Mar 18 19:36:07 2011 +0100

    Updated Serbian Translation

 po/sr.po       |  529 ++++++++++++++++++++++++++++++++++----------------------
 po/sr@latin.po |  529 ++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 648 insertions(+), 410 deletions(-)

commit 8fc3ab127f0f6a62940e4951f063f17530f87a72
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 18 14:23:26 2011 +0000

    wizard: Fix typo in PIN quirks
    
    Thanks to Daniele Forsi

 wizard/pin-code-database.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 805e4479495e82e0fef719c366fc32e2bdc6ed5f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 18 14:16:00 2011 +0000

    wizard: Update DTD for latest addition

 wizard/pin-code-database.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 534f5bd79a29da5bc1094d2bda9a84ac5356a995
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 18 13:03:01 2011 +0000

    wizard: Add PIN quirk for Magic Trackpad

 wizard/pin-code-database.xml |    4 ++++
 1 file changed, 4 insertions(+)

commit c0eebeefb109d4531ff68710a18e084de6146578
Author: Aron Xu <aronxu@gnome.org>
Date:   Fri Mar 18 11:12:48 2011 +0000

    Update Simplified Chinese translation.

 po/zh_CN.po |  373 ++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 215 insertions(+), 158 deletions(-)

commit 41715554928f53c64e09c367bf58e582077e578a
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Fri Mar 18 00:44:44 2011 +0000

    Updated Portuguese translation

 po/pt.po |  473 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 269 insertions(+), 204 deletions(-)

commit 540a3c2ce847bc94a88435aad33d5afcc1fc98f1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 17 15:28:29 2011 -0400

    panel: add the 'inline-toolbar' style class to the panel toolbar

 properties/bluetooth.ui |    3 +++
 1 file changed, 3 insertions(+)

commit 0b0e42a3ec173cd23d60dd53b98a04cfe54d8c0f
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Thu Mar 17 20:53:00 2011 +0200

    Uploaded Ukranian

 po/uk.po |  561 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 312 insertions(+), 249 deletions(-)

commit 9a0d59e0d07d27ab8ed28e1cfcad2faaa20d43c8
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Thu Mar 17 20:23:37 2011 +0200

    Uploaded Ukranian

 po/uk.po |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

commit 1a746d89a4f699b8dae83af46b8238a2e51a7384
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Thu Mar 17 13:12:13 2011 +0100

    [l10n] Updated German translation

 po/de.po |  404 ++++++++++++++++++++------------------------------------------
 1 file changed, 128 insertions(+), 276 deletions(-)

commit 445e6495cd485f52f68914bc0ef03cf981f94660
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Mar 17 07:53:37 2011 +0100

    Updated Czech translation

 po/cs.po |  246 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 157 insertions(+), 89 deletions(-)

commit 62af6683530ee6ec289c28905c6ee1b581a407c1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Mar 16 17:16:54 2011 +0000

    plugins: Use GSettings for geoclue plugin
    
    Now that Geoclue has been ported

 configure.ac          |    4 ++--
 lib/plugins/geoclue.c |   55 ++++++++++++++++++++++++++++++++-----------------
 2 files changed, 38 insertions(+), 21 deletions(-)

commit 1d569acb84acd1d3b4d80d06733816f8001dcc38
Author: Mattias Põldaru <mahfiaz@gmail.com>
Date:   Tue Mar 15 13:43:25 2011 +0200

    [l10n] Updated Estonian translation

 po/et.po |   69 +++++++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 57 insertions(+), 12 deletions(-)

commit b541b04e5cdaac85a470bc5e9dec85ff8451dc61
Author: Fran Diéguez <fran@openhost.es>
Date:   Tue Mar 15 01:23:13 2011 +0100

    Updated Galician translations

 po/gl.po |  254 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 154 insertions(+), 100 deletions(-)

commit 97c6ee24be5bd7954d3f4472b4fb4da419778c67
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Mar 14 23:04:20 2011 +0000

    properties: use dim labels
    
    Use a style class for labels that accentuates the value instead of
    the label text.

 properties/bluetooth.ui |   12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 2da3311ef40b636834d6e4169cf926ac8140b00f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Mar 14 18:48:15 2011 +0100

    Annotate the pin.ui file to ensure strings are extracted.

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

commit c17e5aa4a60f1cff332ba648728403dab6e35e5c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Mar 14 18:47:39 2011 +0100

    Updated Norwegian bokmål translation

 po/nb.po |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit ca5759152474a37d432207ff39cf58dee8f7c593
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Mon Mar 14 02:48:44 2011 +0100

    Updated Romanian translation

 po/ro.po |  379 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 231 insertions(+), 148 deletions(-)

commit 667580ddb2ccf96526f13f0fedc50b3800c36821
Author: Erdal Ronahi <erdal.ronahi@gmail.com>
Date:   Mon Mar 14 00:54:06 2011 +0100

    Commit of initial Kurdish translation

 po/LINGUAS |    1 +
 po/ku.po   |  969 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 970 insertions(+)

commit 7e7582b108fd236208c8e5134bb566a63254b224
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Mar 13 19:45:24 2011 +0100

    Revert adding hardcoded value in favour of a fix in the init function

 properties/bluetooth.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8e4836c2ecd3149008dac9d7716a0d0a4f0f0575
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Mar 13 17:46:44 2011 +0000

    properties: Fix translation of the GtkBuilder UI
    
    Spotted by Kjartan Maraas.

 properties/cc-bluetooth-panel.c |    1 +
 1 file changed, 1 insertion(+)

commit b9c9e2de46ebd345cf9ea45cc6bb9340846a2402
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Mar 13 19:34:55 2011 +0100

    Fix translation domain for the prefs panel

 properties/bluetooth.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f8658cf687d196c2fb6f6419e57313b84f20a08b
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Mar 13 10:54:57 2011 +0100

    Updated Spanish translation

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

commit 59960374db83977099323c8d460958a85c653c54
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Thu Mar 10 23:49:07 2011 +0300

    Updated Russian translation

 po/ru.po |  234 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 124 insertions(+), 110 deletions(-)

commit 432e28262c313d49e31903b4e4ce4c93a07bfa2e
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Mar 10 18:19:10 2011 +0100

    Updated Slovenian translation

 po/sl.po |  108 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 82 insertions(+), 26 deletions(-)

commit d2fcd164dbcc38a576e3fb5349a2af9bfb5090de
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Thu Mar 10 17:03:03 2011 +0000

    Updated British English translation

 po/en_GB.po |  324 +++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 191 insertions(+), 133 deletions(-)

commit ae75e7f3c723542cb8e2c97d3a73510b69a790e6
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Mar 10 18:46:10 2011 +0200

    Updated Hebrew translation.

 po/he.po |   30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

commit ea0466ee51ca5e3ba4635ee59f78255dccb69605
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Mar 10 02:37:06 2011 +0100

    Updated Hungarian translation

 po/hu.po |  444 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 257 insertions(+), 187 deletions(-)

commit c8987b3b7c5ce3f08b02bb96d29af3a092f0b40c
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Mar 9 20:48:12 2011 +0100

    Updated Polish translation

 po/pl.po |  531 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 296 insertions(+), 235 deletions(-)

commit 3c378a9a2d63d2666e348693e8904bd734741402
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:   Tue Mar 8 19:54:43 2011 +0530

    Updated Oriya Translation

 po/or.po |  161 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 93 insertions(+), 68 deletions(-)

commit c49f76e64a027f4960626149750c652a6200e491
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Mar 8 15:01:54 2011 +0100

    Updated Norwegian bokmål translation

 po/nb.po |   28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

commit 98698cb2d9233f94a7a2aab06a6f8952c7582e04
Author: Manoj Kumar Giri <mgiri@redhat.com>
Date:   Tue Mar 8 19:31:21 2011 +0530

    Updated Oriya Translation

 po/or.po |  707 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 448 insertions(+), 259 deletions(-)

commit b81fdf595e9dc1d791cb6ad469d1fce97653b6bf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Mar 8 08:38:20 2011 +0000

    2.91.91

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

commit 7ee19f7a622e82c36e29e59ce34b45c9fdb2b957
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Mar 6 23:08:50 2011 +0100

    Updated Swedish translation

 po/sv.po |   28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

commit c5314ee6583c2452f4815e25b61333c78eab9bd5
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Sun Mar 6 18:29:33 2011 +0200

    Updated Arabic translation

 po/ar.po |  229 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 142 insertions(+), 87 deletions(-)

commit 55518a65d056fbc1568fdedd15a8be71af90d647
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Mar 5 22:27:48 2011 +0100

    Updated French translation

 po/fr.po |  142 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 80 insertions(+), 62 deletions(-)

commit 479002833d57c94bbc2148340d752422fead1372
Author: Ivaylo Valkov <ivaylo@e-valkov.org>
Date:   Sat Mar 5 22:54:36 2011 +0200

    Updated Bulgarian translation

 po/bg.po |   96 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 43 insertions(+), 53 deletions(-)

commit 7c6df05f2cc284c21f2cd5f6086e927a27c764c1
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
Date:   Sat Mar 5 14:18:51 2011 +0200

    Updated Latvian translation.

 po/lv.po |  515 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 299 insertions(+), 216 deletions(-)

commit ba13b88ab978d520a923f1aa12f3083d4c280de0
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sat Mar 5 11:33:25 2011 +0100

    Added Spanish translation

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

commit 8275bdb84c6c81a8a628c200bd3e79edcbe2ea39
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sat Mar 5 11:31:18 2011 +0100

    Added Spanish translation

 po/es.po |   20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

commit 8f0a5635a3a32cec1b27b662b673726999de7bda
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sat Mar 5 11:30:40 2011 +0100

    fixed error generating POT file

 po/POTFILES.in |    1 -
 1 file changed, 1 deletion(-)

commit 98db6184fae06c147ce1883fc64800b4eb266b83
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 4 22:29:43 2011 +0000

    properties: Remove obsolete code

 properties/Makefile.am |    4 +-
 properties/adapter.c   |  730 ------------------------------------------------
 properties/adapter.h   |   26 --
 3 files changed, 1 insertion(+), 759 deletions(-)

commit bd48c6cad75c21408112aaf76093d2cddf3f1302
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 4 22:24:30 2011 +0000

    properties: Add message in list when disabled
    
    Matching the mockups. We still don't show a message when there are
    no devices setup, and the treeview has the bad idea of resizing
    when showing.

 properties/bluetooth.ui         |   43 ++++++++++++++++++++++++++++++++++++++-
 properties/cc-bluetooth-panel.c |   27 ++++++++++++++++++++++--
 2 files changed, 67 insertions(+), 3 deletions(-)

commit 3717c965304244b412008617df7a0bb58cc76089
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 4 18:17:37 2011 +0000

    properties: Mark minimum version as 3.0
    
    As we're using GTK+ 3.x

 properties/bluetooth.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 726b9257b94d617108c713f4143d7714764a4413
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 4 14:10:24 2011 +0000

    properties: Implement "Powered" switch
    
    Handle setting the initial state of the Powered switch, as well
    as killswitch changes, and powered state changes.
    
    Still no feedback on the current state of the switches though.

 properties/cc-bluetooth-panel.c |   82 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 81 insertions(+), 1 deletion(-)

commit 668f1a6a4bac56e134a097d4c8c678960f475b88
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 4 14:09:54 2011 +0000

    lib: Add helper function for killswitch state to string

 lib/bluetooth-killswitch.c |    9 +++++++++
 lib/bluetooth-killswitch.h |    1 +
 2 files changed, 10 insertions(+)

commit 331df5129512904042deed1cc1c70991d704ce52
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Mar 3 13:17:15 2011 +0200

    Updated Hebrew translation.

 po/he.po |  232 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 142 insertions(+), 90 deletions(-)

commit a261873632819552820b737c3da5b6618e6103c8
Author: A S Alam <aalam@users.sf.net>
Date:   Thu Mar 3 08:21:11 2011 +0530

    update Punjabi Translation by A S Alam

 po/pa.po |  244 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 146 insertions(+), 98 deletions(-)

commit 699e7527e26f190bcdaf7d1ad280ed45f0cb130d
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Mar 2 20:55:43 2011 +0100

    Updated Spanish translation

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

commit 3910237b521f2de6f1ebb37f01bc38b844c01dbc
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Mar 2 20:26:18 2011 +0100

    Remove non-existing file

 po/POTFILES.in |    1 -
 1 file changed, 1 deletion(-)

commit dce2e199ed14b523262084071ce9c0c8dad9619c
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Mar 2 18:37:11 2011 +0100

    Updated Norwegian bokmål translation

 po/nb.po |  180 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 97 insertions(+), 83 deletions(-)

commit 1862c875fa2a4cb398585ac5d61eab046056b7e7
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Mar 1 09:10:58 2011 +0100

    Updated Swedish translation

 po/sv.po |   40 +++++++++++++++++++++++++++++-----------
 1 file changed, 29 insertions(+), 11 deletions(-)

commit cf2f97b58dded7d19d67fe35aabf43f22ce6ffdc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 28 21:02:57 2011 +0000

    all: Add missing desktop files

 sendto/bluetooth-sendto.desktop.in.in |   14 ++++++++++++++
 wizard/bluetooth-wizard.desktop.in.in |   14 ++++++++++++++
 2 files changed, 28 insertions(+)

commit 95847019011469981e160251a40fc772d64704a7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 28 19:11:51 2011 +0000

    sendto: Various UI changes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=637694

 sendto/main.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 5e4d8e3c1e1fe489c716631bd5258a289d8eabbf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 28 18:59:33 2011 +0000

    sendto: Make selection window's title bar bigger
    
    By unsetting the fact that it's a dialogue

 sendto/main.c |    1 +
 1 file changed, 1 insertion(+)

commit e500c1d17a91b5c5ae23a10d30971bee725ff841
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 28 18:53:25 2011 +0000

    lib: Fix packing of chooser in test application

 lib/test-deviceselection.c |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 5df341c09f4cd0bf998d3c80604be462b75953e7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 28 18:53:01 2011 +0000

    sendto: Fix packing of the target selection

 sendto/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit feb3c486f9165c332d209e4d69e323260b791d99
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 28 18:20:43 2011 +0000

    sendto: Use heading capitalisation
    
    And mark as translatable. Fortunately, this is the same string
    as in the window title, even though we should really change the
    capitalisation of the window title...

 sendto/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 082db0a06fec0839813f4d54288015df292a617c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 28 17:56:04 2011 +0000

    all: Add desktop files for sendto and wizard
    
    So that they have nice translated names in the shell.

 configure.ac                                  |    2 ++
 po/POTFILES.in                                |    2 ++
 properties/bluetooth-properties.desktop.in.in |    1 -
 sendto/Makefile.am                            |    8 +++++++-
 wizard/Makefile.am                            |    8 +++++++-
 5 files changed, 18 insertions(+), 3 deletions(-)

commit aa79083ceaeda8169556c50159f58ecad25eb434
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Feb 27 00:24:28 2011 +0900

    Updated Korean translation

 po/ko.po |  425 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 246 insertions(+), 179 deletions(-)

commit 3b8750c465793ca0bcdd6d2fb2860f19cded230a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Oct 9 04:21:10 2010 +0900

    Updated Korean translation

 po/ko.po |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 9930623594a2ea49c73e6ec1424044aeda4b138f
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Feb 25 20:17:56 2011 +0100

    Updated Slovenian translation

 po/sl.po |  114 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 67 insertions(+), 47 deletions(-)

commit bdd5e802053c7ef8800bd20d5f400a51c6ec6acf
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Thu Feb 24 22:03:41 2011 +0100

    Updated French translation

 po/fr.po |  161 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 82 insertions(+), 79 deletions(-)

commit 40c510d98d923cff77a623455784cdff0993130c
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Feb 23 10:16:56 2011 +0100

    Updated Swedish translation

 po/sv.po |  187 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 102 insertions(+), 85 deletions(-)

commit 022937ec8ee9b7fe87d9582a3805920492703c48
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Wed Feb 23 07:46:01 2011 +0200

    Updated Bulgarian translation

 po/bg.po |  139 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 85 insertions(+), 54 deletions(-)

commit b0b4322e76957f48cc8ada333495a78442fff5e7
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Feb 22 20:47:24 2011 +0100

    Updated Spanish translation

 po/es.po |  171 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 87 insertions(+), 84 deletions(-)

commit 6f69e4dea03d7cae8496775439a04ebd125e9b23
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 15:58:54 2011 +0000

    sendto: Make double-click select a device
    
    In the chooser.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=612177

 sendto/main.c |   12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 71a56271124ab8f92945a372434796819cf652f6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 15:55:11 2011 +0000

    properties: Add top padding for the properties

 properties/bluetooth.ui |    1 +
 1 file changed, 1 insertion(+)

commit 0a9416dce4ce9bceaf1667895fa3730ac3f09bfa
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 15:51:59 2011 +0000

    lib: Add signal when device is double-clicked

 lib/bluetooth-chooser.c    |   35 +++++++++++++++++++++++++++++++++++
 lib/bluetooth-chooser.h    |    1 +
 lib/test-deviceselection.c |   12 ++++++++++++
 3 files changed, 48 insertions(+)

commit 6ee778e07ff6938864c6962e411e6d4346ef8bb5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 15:18:11 2011 +0000

    properties: Rename "Active" to "Power"
    
    "Bluetooth" wouldn't be a good way to name this, as everything
    in the panel is "Bluetooth". "Power" fits better with what
    the switch controls.

 properties/bluetooth.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a62fc91674c546079e76d0ee7d757c3ac70269de
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 15:17:39 2011 +0000

    properties: Update button labels
    
    As per mockups

 properties/bluetooth.ui |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit db75b4093dc3bda23efeef020803332cf0b7d29d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 15:16:49 2011 +0000

    properties: More spacing between the columns

 properties/bluetooth.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5c508146f009b8d8f480fb0813b7956e2191d89a
Author: Ivar Smolin <okul@linux.ee>
Date:   Tue Feb 22 10:13:49 2011 +0200

    [l10n] Updated Estonian translation

 po/et.po |   81 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 45 insertions(+), 36 deletions(-)

commit 265f69f952a84a7dbd2e4b18ee28d494191f5ac6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 04:14:28 2011 +0000

    properties: Print debug when BLUETOOTH_DEBUG is set
    
    Useful for debugging UI bugs.

 properties/cc-bluetooth-panel.c |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 3f0a12cc7fa4efbaea4a08ab6ca3c454a251f5d3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 04:13:44 2011 +0000

    lib: Make _dump() work on filtered models
    
    Like the model from the chooser, otherwise devices are thought of
    as adapters.

 lib/bluetooth-client.c |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit 88e04a4ee2a3eb507d30a9c099a4930c23615b97
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 03:31:14 2011 +0000

    properties: Disable connect button for devices
    
    If the devices don't have any services, we can't connect to them
    but we can still show the connection status.

 properties/bluetooth.ui         |    2 +-
 properties/cc-bluetooth-panel.c |   11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

commit 9f4d0b0fc993ffb123dae0b1850ac8aa7ad7d037
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 03:20:13 2011 +0000

    properties: Fix visibility of the settings buttons

 properties/cc-bluetooth-panel.c |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit 4a673d0f061bf0438fc6e12fdae566c4addc6f06
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 03:19:13 2011 +0000

    properties: Implement the connection button

 properties/cc-bluetooth-panel.c |   83 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 81 insertions(+), 2 deletions(-)

commit 164a5a8b160b6fcc83bb32cfc675fc9cb4fe79e9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 02:29:11 2011 +0000

    properties: Don't show the "connected" column
    
    In the devices list.

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

commit 8831080a7c041faf78ca2143a805bd71f52af4bd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 02:24:56 2011 +0000

    properties: Implement device settings buttons

 properties/cc-bluetooth-panel.c |   53 +++++++++++++++++++++++++++++++++------
 1 file changed, 46 insertions(+), 7 deletions(-)

commit 9ea82246cc8a955c8171589879f5278d9011b0a9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 02:10:53 2011 +0000

    properties: Disable toolbar with no Bluetooth

 properties/bluetooth.ui         |    2 +-
 properties/cc-bluetooth-panel.c |   30 +++++++++++++++++++++++++++---
 2 files changed, 28 insertions(+), 4 deletions(-)

commit e8122c435377e570564c3b96ec81a34d88f060bb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 02:00:19 2011 +0000

    properties: Implement treeview buttons

 properties/cc-bluetooth-panel.c |   36 +++++++++++++++++++++++++++++++++++-
 1 file changed, 35 insertions(+), 1 deletion(-)

commit 4bb3e204200d39a1659af92eabb6779ef7a576b5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 22 01:52:57 2011 +0000

    properties: Fully functional "visible" button

 properties/cc-bluetooth-panel.c |   28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

commit 887f3bed50807661885c3847bdb539ea187fd3f6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 21 22:53:15 2011 +0000

    properties: Fix state of delete button

 properties/bluetooth.ui         |    1 +
 properties/cc-bluetooth-panel.c |    3 +++
 2 files changed, 4 insertions(+)

commit dd703d60e29195eecdb46310a2c4331c97665d33
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 21 22:52:02 2011 +0000

    properties: Show buttons for mouse and sound devices

 properties/bluetooth.ui         |  107 +++++++++++++++++++++++++++++----------
 properties/cc-bluetooth-panel.c |   13 ++++-
 2 files changed, 90 insertions(+), 30 deletions(-)

commit 475a5204e8473a74c306ae4f9b6e17fe5128c2f4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 21 22:43:43 2011 +0000

    properties: bdaddr aren't translatable

 properties/bluetooth.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f6a1344779a5fe7c47aa0d2ed4bb2e32a10de664
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 21 22:23:54 2011 +0000

    lib: Add private function to read the adapter name

 lib/bluetooth-client-private.h |    1 +
 lib/bluetooth-client.c         |   30 ++++++++++++++++++++++++++++++
 lib/gnome-bluetooth.symbols    |    1 +
 3 files changed, 32 insertions(+)

commit a9910af65956486fb68cf2478a7019a08923d0b2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 21 22:21:47 2011 +0000

    properties: Implement properties and visibility
    
    The buttons still don't work, but we can update the properties
    when switching devices, and set the discoverability on startup.

 properties/bluetooth.ui         |   67 +++++++++++++++++++++++------
 properties/cc-bluetooth-panel.c |   90 ++++++++++++++++++++++++++++++++++++++-
 2 files changed, 142 insertions(+), 15 deletions(-)

commit c3113ca7462be0b58f1bb2439eaefcf4ef026884
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 21 20:33:50 2011 +0000

    properties: Create necessary objects

 properties/cc-bluetooth-panel.c |   18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

commit 8541a3dd581dda4faddc7fa7ff2f1554650cd7d9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 21 19:54:26 2011 +0000

    properties: Remove dead code

 properties/Makefile.am |    2 --
 properties/adapter.c   |    5 ++---
 properties/general.c   |   48 ------------------------------------------------
 properties/general.h   |   26 --------------------------
 4 files changed, 2 insertions(+), 79 deletions(-)

commit 8031640f5e9c02dfe154f9f25fd0b050cf7f4409
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 21 17:24:30 2011 +0000

    po: Update for properties changes

 po/POTFILES.in |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 16f8f60dc745f1d6dddfde031fd777959da8a226
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 21 15:27:03 2011 +0000

    sendto: Re-enable sendto plugin for 3.0

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

commit fb1c8e19a9e48a3713001457c429cd0a5e3f6b5a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Feb 19 22:58:35 2011 +0000

    properties: Update UI for GNOME 3 style
    
    Note that the panel is completely non-functional, and will
    need to be implemented.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640862

 properties/Makefile.am                  |    2 +-
 properties/bluetooth.ui                 |  358 ++++++++++++++++++++
 properties/cc-bluetooth-panel.c         |  169 +++++-----
 properties/cc-bluetooth-panel.h         |   11 +-
 properties/properties-adapter-off.ui    |  238 -------------
 properties/properties-adapter.ui        |  552 -------------------------------
 properties/properties-killed-adapter.ui |  126 -------
 properties/properties-no-adapter.ui     |  266 ---------------
 8 files changed, 442 insertions(+), 1280 deletions(-)

commit 11610c90c0f6b1ae556bfb2f53c88830e2165680
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Feb 19 22:19:42 2011 +0000

    lib: Fix packing in BluetoothChooser
    
    One of the boxes used to pack the "searching" label and spinner
    was not properly hidden when searching was disabled.

 lib/bluetooth-chooser.c |   22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

commit 36041ad5820302b1f000ce6df7b3c31d48b4e22a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Feb 19 22:04:54 2011 +0000

    lib: Make the test app work with gtk-parasite
    
    By not using gtk_dialog_run()

 lib/test-deviceselection.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 604cfc70d75712d0b34c6ae765dc370142a6b823
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Feb 6 23:32:48 2011 +0000

    properties: Use new toolbar
    
    New style toolbar
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640862

 properties/adapter.c             |   16 +++++++
 properties/properties-adapter.ui |   90 +++++++++++++++++---------------------
 2 files changed, 55 insertions(+), 51 deletions(-)

commit c06235d1fe485366327de773c4e7584ff13e73f8
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Wed Feb 16 22:38:23 2011 +0200

    Updated Bulgarian translation

 po/bg.po |  113 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 57 deletions(-)

commit 8e2ba5e79388d0a3eea90db584a4ca8edf1a8dab
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Feb 16 12:14:18 2011 -0500

    Only autostart the Bluetooth applet in the fallback session
    
    This uses new AutostartCondition support that just landed
    in gnome-session.

 applet/bluetooth-applet.desktop.in.in |    1 +
 1 file changed, 1 insertion(+)

commit db8c9c3f46953cd653f68703e24523846effcae8
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Wed Feb 16 15:08:11 2011 +0530

    Updated Gujarati Translations

 po/gu.po |  659 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 414 insertions(+), 245 deletions(-)

commit 05c86e71062d53ae5e6e870b273e067f80decd1c
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Mon Feb 14 19:42:59 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

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

commit 61f9c0022d3abcab66f526731dd27d12eb3b9432
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Feb 12 20:37:26 2011 +0100

    Updated Slovenian translation

 po/sl.po |  121 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 60 insertions(+), 61 deletions(-)

commit 8ed1ea795797760fe10143eac22f73f25e70272f
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Sat Feb 12 17:16:23 2011 +0700

    Updated Indonesian translation

 po/id.po |  281 ++++++++++++++++++++++++++------------------------------------
 1 file changed, 117 insertions(+), 164 deletions(-)

commit 2301fd06c7b2fffade208b56a92b4c1a2727dab5
Author: Daniele Forsi <daniele@forsi.it>
Date:   Sat Jan 29 17:15:51 2011 +0100

    bluetooth-properties: fix width of "Device" column
    
    Set the whole column to expand, not just one of its cell renderers.
    Also remove minimum width because 280 is too wide for the space
    available when buttons are translated; this way initial width is
    simply proportional to the other widgets.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=628922

 lib/bluetooth-chooser.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 011e3354fdd57cc8258fae73bf2ad22198ddf95a
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Sun Dec 19 15:17:53 2010 +0100

    Use GLib log facilities appropriately
    
    Set a G_LOG_DOMAIN specific for the library and for the applet, so
    that messages can be filtered, and use the correct log level (which
    is debug, not message)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=637572

 applet/Makefile.am         |    2 +-
 lib/Makefile.am            |    2 +-
 lib/bluetooth-killswitch.c |   33 ++++++++++++++++-----------------
 lib/plugins/geoclue.c      |    2 +-
 wizard/bluetooth-input.c   |    4 ++--
 wizard/main.c              |    2 +-
 6 files changed, 22 insertions(+), 23 deletions(-)

commit bd37a1e00849606c5c4ed7e7725c239ac629beaa
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 7 00:04:35 2011 +0000

    lib: Fix button chooser's original label
    
    Make sure the device property is set by default when creating
    the object, so that the label is set as expected.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641594

 lib/bluetooth-chooser-button.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 82b97d1e2fc2c2e9e8c32a955cd4be82cac0d427
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 7 00:00:44 2011 +0000

    lib: Small fixes to chooser button
    
    There's no need to set the label on startup, if we don't already
    have one.

 lib/bluetooth-chooser-button.c |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit dbc769f6dbfa6562dbe04218473eb33a0c23048d
Author: Daniele Forsi <daniele@forsi.it>
Date:   Fri Feb 4 11:38:22 2011 +0100

    Don't log a critical message when device address is NULL
    
    Reverse the order of the checks because a NULL value is valid for
    the "device" property but not valid for bluetooth_verify_address().
    Avoids printing the message:
    CRITICAL **: bluetooth_verify_address: assertion `bdaddr != NULL' failed
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641488

 lib/bluetooth-chooser-button.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 17f5f382d95d57274468d185b2df7cbbbe8ad54c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Feb 6 22:00:37 2011 +0000

    applet: Don't use the "show-icon" preference
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641422

 applet/main.c |   30 +++---------------------------
 1 file changed, 3 insertions(+), 27 deletions(-)

commit 6e512b650ff8a103664561f54f1cfe2579a6cfeb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Feb 6 22:00:15 2011 +0000

    properties: Remove "Show Bluetooth icon" preference
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641422

 po/POTFILES.in                                |    1 -
 properties/Makefile.am                        |    8 --------
 properties/cc-bluetooth-panel.c               |    9 ---------
 properties/gnome-bluetooth                    |    2 --
 properties/org.gnome.Bluetooth.gschema.xml.in |    9 ---------
 properties/properties-adapter.ui              |   20 +-------------------
 6 files changed, 1 insertion(+), 48 deletions(-)

commit f7a039ed24628485908c10bc8e68b9358797bcb2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jan 29 01:01:34 2011 +0000

    properties: Fix remove button sensitivity
    
    It was supposed to be disabled by default, bug in the GtkBuilder port.

 properties/adapter.c |    1 +
 1 file changed, 1 insertion(+)

commit 8037edb5947e761a950bc9f107c4cb375905c668
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jan 29 00:56:43 2011 +0000

    lib: Make it possible to align treeview with toolbar
    
    If there's a toolbar beneath the treeview, we should be able to
    make it line up.

 lib/bluetooth-chooser-private.h |    1 +
 lib/bluetooth-chooser.c         |   44 ++++++++++++++++++++++++++-------------
 lib/gnome-bluetooth.symbols     |    1 +
 3 files changed, 32 insertions(+), 14 deletions(-)

commit 32c6357e59422a9da5bbed409ea0ce2208ba23e3
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Feb 6 19:28:28 2011 +0100

    Updated Norwegian bokmål translation.

 po/nb.po |   49 ++++++++++++++++++++++++++-----------------------
 1 file changed, 26 insertions(+), 23 deletions(-)

commit 036a4f3dfbc530d356f7a046d733ccf7e979e462
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Feb 5 13:24:09 2011 +0100

    [l10n] Updated German translation

 po/de.po |  330 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 175 insertions(+), 155 deletions(-)

commit 1847f75ef0c38050df17da70fba9bcce5baf04e1
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Fri Feb 4 00:54:31 2011 +0200

    Updated Arabic translation

 po/ar.po |  484 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 287 insertions(+), 197 deletions(-)

commit 55888b886019401495376f6a831e98cbc04f8067
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Feb 2 21:53:48 2011 +0100

    Updated Swedish translation

 po/sv.po |   62 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 33 insertions(+), 29 deletions(-)

commit f56055b8be2ba0bd45ed608af61de191ea2defd8
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Feb 1 02:54:36 2011 +0100

    Updating Galician translations

 po/gl.po |   60 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 33 insertions(+), 27 deletions(-)

commit f4b61289ebb1992218aa1f817c80652059d55077
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sun Jan 30 23:07:06 2011 +0200

    Updated Hebrew translation.

 po/he.po |   49 ++++++++++++++++++++++++++-----------------------
 1 file changed, 26 insertions(+), 23 deletions(-)

commit f0e220a69393d422466273b8323c6dedc9d08877
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Jan 30 18:02:50 2011 +0100

    Updated Czech translation

 po/cs.po |   53 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 28 insertions(+), 25 deletions(-)

commit c0b3ecce3b8789f8f58a67a24115fd8c2b2167f4
Author: Ivar Smolin <okul@linux.ee>
Date:   Sat Jan 29 23:01:48 2011 +0200

    [l10n] Updated Estonian translation

 po/et.po |   32 +++++++++++++++++---------------
 1 file changed, 17 insertions(+), 15 deletions(-)

commit e6681c4e92ebbc075f127c23a10a610e6fb9e4a2
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Jan 29 17:10:41 2011 +0100

    Updated Spanish translation

 po/es.po |   58 +++++++++++++++++++++++++++++++---------------------------
 1 file changed, 31 insertions(+), 27 deletions(-)

commit 66cb3e4eadf9030c38fba299378af68ff242197b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jan 28 23:10:09 2011 +0000

    properties: Port to GtkBuilder
    
    https://bugzilla.gnome.org/show_bug.cgi?id=573374

 po/POTFILES.in                   |    1 +
 properties/Makefile.am           |    2 +-
 properties/adapter.c             |  101 ++-----
 properties/properties-adapter.ui |  582 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 614 insertions(+), 72 deletions(-)

commit b63e3f8e9f90a60e7e1fb8e71b760eac0cd42504
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Jan 28 18:07:07 2011 +0100

    Updated French translation

 po/fr.po |  376 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 174 insertions(+), 202 deletions(-)

commit 3a54ac22bcffa6b774f1840d8fe119666a2cd353
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Thu Jan 27 21:59:12 2011 +0100

    Updated Basque language

 po/eu.po |  486 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 283 insertions(+), 203 deletions(-)

commit e057bc0810d000a8ea492ebfe69a407e884268a7
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Jan 27 03:45:34 2011 +0100

    QA of Galician translations

 po/gl.po |   38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

commit 37c67b3ac38388d6b464e95694909381f8795a76
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed Jan 26 22:47:52 2011 +0200

    [l10n] Updated Estonian translation

 po/et.po |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

commit 8905f4a660acce5e27803dace485bf7b893e583e
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Jan 26 20:29:45 2011 +0100

    Updated Spanish translation

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

commit 1f5f75d88a8e0e139714cc0442eaf5cc2a934d02
Author: David Planella <david.planella@gmail.com>
Date:   Wed Jan 26 09:40:28 2011 +0100

    Updated Catalan translation

 po/ca.po |  472 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 275 insertions(+), 197 deletions(-)

commit 1f1050895e4d8fc850c9d0a712ec809b4d717727
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 25 20:29:26 2011 +0100

    Updated Norwegian bokmål translation.

 po/nb.po |    3 ---
 1 file changed, 3 deletions(-)

commit 044b84336152d0400c63be84b07c389a8a2855a3
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 25 20:29:08 2011 +0100

    Updated Norwegian bokmål translation.

 po/nb.po |   23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

commit e1076e19185e0d2d01a5c95249f354bc709cc2cc
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Jan 25 11:14:48 2011 +0200

    Updated Hebrew translation.

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

commit 54b71561b5961e20ada8708b88a924e606607826
Author: A S Alam <aalam@users.sf.net>
Date:   Tue Jan 25 02:39:09 2011 +0530

    update Punjabi Translation by A S Alam

 po/pa.po |  408 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 218 insertions(+), 190 deletions(-)

commit 25f43e7ba248c1151cdfc53335a3bd9bc605ff34
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Jan 24 21:48:37 2011 +0100

    Updated Slovenian translation

 po/sl.po |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

commit 1fe194325fc08cfa2534bbfcd8954c382dccee45
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Jan 24 20:36:20 2011 +0100

    Updated Czech translation

 po/cs.po |   25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

commit 51e4cdadf8deffe69d31fc80ac7c60693920027a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jan 24 18:38:28 2011 +0000

    properties: Rename "Receive Files" button
    
    To "Sharing Settings..."
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640448

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

commit f8b1d151c24e8ff21c70adf251e938496b2a92fc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jan 24 18:37:13 2011 +0000

    properties: Remove help button
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640175

 properties/cc-bluetooth-panel.c |   19 -------------------
 1 file changed, 19 deletions(-)

commit 5d5f4bd745385f7efc5a3336eab1bf839542da33
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Fri Jan 21 23:03:12 2011 +0300

    Updated Russian translation

 po/ru.po |  583 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 335 insertions(+), 248 deletions(-)

commit 96c26f031a8b88cbe93608a9cac51010424b925a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jan 17 21:14:42 2011 +0000

    properties: Put in the control-center's Hardware category
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639781

 properties/bluetooth-properties.desktop.in.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9a1ff5882c57964d9cd77a7ff805a7a94900c92f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jan 17 13:18:23 2011 +0000

    2.91.5

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

commit 9dd9b5b9b30247c280e29fde0124d829066d3ce6
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Thu Jan 13 23:05:54 2011 +0200

    Updated Bulgarian translation

 po/bg.po |  239 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 116 insertions(+), 123 deletions(-)

commit 4cca44c2e848ceef30c379b3ed0963458233fd51
Author: Dan Winship <danw@gnome.org>
Date:   Tue Jan 11 12:19:47 2011 -0500

    Set G_LOG_DOMAIN in libgnome-bluetooth
    
    This way its log messages are distinguished from the app's
    
    https://bugzilla.gnome.org/show_bug.cgi?id=639235

 lib/Makefile.am |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit c27d0a6c2225e1fd78c9bcf4bbf347987c159753
Author: Andika Triwidada <andika@gmail.com>
Date:   Mon Jan 10 17:18:29 2011 +0700

    Updated Indonesian translation

 po/id.po |  365 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 200 insertions(+), 165 deletions(-)

commit 4be7635474ba7e94aed4446800f3cf62dfc6ca63
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jan 9 00:16:44 2011 +0100

    Updated Galician translations

 po/gl.po |  140 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 72 insertions(+), 68 deletions(-)

commit 242390358ac7a974c946d04f2d667755e9bb3a06
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Jan 7 22:09:42 2011 +0100

    Updated Slovenian translation

 po/sl.po |  150 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 76 insertions(+), 74 deletions(-)

commit 95aade2259b4d06b58df3e9537215333b9a08e51
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Fri Jan 7 13:34:14 2011 +0200

    [l10n] Updated Estonian translation

 po/et.po |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 643734695b9fd8126d2f2e114737dae2b279d55d
Author: Akom Chotiphantawanon <knight2000@gmail.com>
Date:   Wed Jan 5 14:08:03 2011 +0700

    Updated Thai translation.

 po/th.po |  152 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 78 insertions(+), 74 deletions(-)

commit 9f654feecc4fc2f58ee4dc1154aa0bfc69821a7f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jan 2 19:02:17 2011 +0100

    Updated Norwegian bokmål translation from Torstein Adolf Winterseth

 po/nb.po |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit 91a915e832eafd73eca10d763f24b592a450942d
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jan 2 17:00:13 2011 +0100

    Updated Norwegian bokmål translation

 po/nb.po |  128 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 60 insertions(+), 68 deletions(-)

commit 38b9d72736ac960c984cc591264816d1d3b7a4a2
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Jan 2 14:35:08 2011 +0200

    [l10n] Updated Estonian translation

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

commit 8b5bd88899824290a2add34ef2d92f596716347c
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Dec 30 18:25:26 2010 +0200

    Updated Hebrew translation.

 po/he.po |  144 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 74 insertions(+), 70 deletions(-)

commit 5c73f63ccca51e65ff10879b950de5e9badf7e04
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Dec 30 15:37:12 2010 +0100

    Updated Czech translation

 po/cs.po |   92 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 42 insertions(+), 50 deletions(-)

commit 07a236b31cf15f54363f1cb5ff23a262b5015c60
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Dec 29 15:40:36 2010 +0100

    Updated Swedish translation

 po/sv.po |  146 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 74 insertions(+), 72 deletions(-)

commit ec6af6f26b0d2e763cc9105684c038e6484a0f6b
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Dec 29 13:17:34 2010 +0100

    Updated Spanish translation

 po/es.po |  157 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 85 insertions(+), 72 deletions(-)

commit 87e9a788fb25c3f57928f6e1b714c58ef7f78e75
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Feb 24 21:43:10 2010 +0000

    Remove markup from translatable strings
    
    Closes: bgo#611011

 lib/bluetooth-filter-widget.c |    8 ++++++--
 moblin/moblin-panel.c         |   13 ++++++++++---
 2 files changed, 16 insertions(+), 5 deletions(-)

commit 323eb4ddcdb1a45b0d989923cbae11e5cdc4fb50
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Feb 24 21:36:23 2010 +0000

    String fixes
    
    A few small typo and punctuation fixes. Helps: bgo#611011

 moblin/main.c                   |    2 +-
 sendto/main.c                   |    2 +-
 sendto/nautilus-sendto-plugin.c |    4 ++--
 wizard/wizard.ui                |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

commit f02782aa8d545ac2e0bb38dd52a043b4ccff7717
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Dec 28 13:59:05 2010 +0100

    Updated Czech translation

 po/cs.po |  150 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 77 insertions(+), 73 deletions(-)

commit 1b2efdabea495d8fc6592fab290d2268763131da
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Dec 26 12:27:39 2010 +0000

    Update British English translation

 po/en_GB.po |  308 ++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 187 insertions(+), 121 deletions(-)

commit 58409c56c9d45f72b550ed0a6bf8393caae83416
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Thu Dec 23 18:54:02 2010 +0100

    Added UG translation

 po/ug.po |   38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

commit 9c3bd7c73382adfbc29cd1b341a291e84d9d15b4
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Dec 20 15:21:19 2010 +0200

    [l10n] Updated Estonian translation

 po/et.po |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 6ba439799e7fedfbc5d2e8f9b64ab3abde8e9b97
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Fri Dec 17 17:44:31 2010 +0100

    BluetoothApplet: ensure that ->device_model is valid
    
    Set ->device_model to NULL when ->default_adapter is NULL as well,
    so we won't connect signals to it, and won't make wrong assumptions
    on it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=637476

 applet/bluetooth-applet.c |    2 ++
 1 file changed, 2 insertions(+)

commit df3a7d4b76ef445b3c9cc868fa192d05a8d771a9
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Dec 12 19:58:23 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

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

commit 7f8216b301aa2f740dbbd60cfbc4bb6abc0d629e
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Thu Nov 25 22:28:22 2010 +0100

    Don't free the request_key and the passkey in agent reply functions
    
    Even though those parameters were marked (transfer full), we were
    freeing the strings outside. Just remove the marking, sink functions
    are horrible to see.
    Also, we had the distinction between passkey and pincode reversed.
    "pincode" is a string, and "passkey" is numeric. Fix that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635023

 applet/agent.c            |    8 +++----
 applet/bluetooth-applet.c |   51 ++++++++++++++++++++-------------------------
 applet/bluetooth-applet.h |    8 +++----
 3 files changed, 31 insertions(+), 36 deletions(-)

commit c36c9bd7a7601a1fc1f117181f8517b3fa27f221
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Sun Nov 21 17:46:54 2010 +0100

    Use BluetoothClient for tracking the default-adapter
    
    BluetoothClient already does all the work of tracking what adapter
    is the default, and whether it is powered or not.
    There is no need to duplicate that, and also we avoid searching
    the default adapter more often than needed, with the side effect
    of unregistering the agent (possibly in the middle of a transaction,
    making it just fail).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635023

 applet/bluetooth-applet.c |  181 ++++++++++++++++++++----------------------
 lib/bluetooth-client.c    |  191 +++++++++++++++++++++++++++++++++------------
 lib/bluetooth-client.h    |    2 +
 3 files changed, 226 insertions(+), 148 deletions(-)

commit 6e9ecbd7a5d65c1b94a1503b50d7d8edc6e7d6bc
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Fri Dec 3 04:47:37 2010 +0200

    Updated Romanian translation

 po/ro.po |  187 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 97 insertions(+), 90 deletions(-)

commit 609fcedcce5cc430aa195a50c068a018d3d67f86
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Nov 21 13:55:26 2010 +0100

    Updated Swedish translation

 po/sv.po |  179 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 92 insertions(+), 87 deletions(-)

commit c309fb57697bc3877a8f13d7c9ff8d230656db9f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Nov 20 12:27:07 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po |  115 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 59 insertions(+), 56 deletions(-)

commit 15d30d46e0cd6798a069889d3decc219757aea48
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 20 11:30:36 2010 +0100

    Added UG translation

 po/ug.po |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

commit d7f3c915b955092d7eb5181e9f8e0617bf1d907d
Author: Ray Wang <raywang@gnome.org>
Date:   Sat Nov 20 00:19:18 2010 +0800

    Update Chinese (Simplified) translation

 po/zh_CN.po |  154 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 81 insertions(+), 73 deletions(-)

commit cde889398638f5ed3f60984c4b209e9b1a0995c3
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Tue Nov 16 21:58:15 2010 +0100

    applet: Various fixes to the applet library
    
    Various bug fixes to ensure it works, including using creating
    the agent before trying to weak ref it, using g_object_notify_by_pspec
    and not treating a DBusGMethodInvocation as a GObject.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635023

 applet/bluetooth-applet.c |   36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

commit ed6fb4908c526caa9e4fca6918f5554949326473
Author: Dan Winship <danw@gnome.org>
Date:   Wed Nov 17 14:55:45 2010 -0500

    applet: fix a crash in bluetooth_applet_create_device_from_iter
    
    dev->device_path was not being initialized in some cases, causing a
    crash when it was freed later.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635104

 applet/bluetooth-applet.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 48e3b85334a0557885c6ef36ac998469761bdb86
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 16 12:02:11 2010 +0000

    properties: Make the dialogue parenting work
    
    If we try to use the "shell" property of the panel during _init()
    the property won't actually be set yet, so use a constructor instead
    to make sure we have all the data needed.

 properties/cc-bluetooth-panel.c |   35 ++++++++++++++++++++++++-----------
 1 file changed, 24 insertions(+), 11 deletions(-)

commit a602f8b0cbabe2e83565289d6716c905fa2e28f5
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Nov 13 22:12:55 2010 +0100

    Added UG translation

 po/ug.po |  190 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 91 insertions(+), 99 deletions(-)

commit 181551d3adab5a30f6363a1edbe58e81cc67c657
Author: Georgios Stefanakis <george.stefanakis@gmail.com>
Date:   Sat Nov 13 10:40:37 2010 +0200

    l10n: Updated Greek translation for gnome-bluetooth

 po/el.po |  150 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 80 insertions(+), 70 deletions(-)

commit 46a95577d25848aca558755b90e409bca5f8e17c
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sat Nov 13 01:30:42 2010 +0100

    Updated Galician translations

 po/gl.po |  126 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 67 insertions(+), 59 deletions(-)

commit ee46ba96771690359bd55d179ae6c1eff85ed8b7
Author: Marián Bača <majoobaca@gmail.com>
Date:   Fri Nov 12 21:29:14 2010 +0100

    Updated Slovak translation

 po/sk.po | 1359 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 724 insertions(+), 635 deletions(-)

commit 9f72a569c1ddeb8a0aea2684694e7763d80fbd46
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 11 22:50:27 2010 +0000

    moblin: Fix compilation with GTK+ 3.x

 moblin/main.c         |    6 +++---
 moblin/moblin-panel.c |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

commit ffdecbe025766be331ff1f44c2cf3b484debbec8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 11 22:50:06 2010 +0000

    moblin: Fix compilation of MuxBanner with GTK+ 3.x

 moblin/moblin-copy-n-paste/mux-banner.c |   23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)

commit c4d3d0aef5386f128a588213f9d58df0d8412c8f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 11 22:39:42 2010 +0000

    moblin: Fix compilation of cell renderer

 moblin/moblin-copy-n-paste/mux-cell-renderer-text.c |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

commit e8008c115fd461536772f3f40f522cd6e50ab75b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 11 19:58:21 2010 +0000

    2.91.2
    
    And add missing files to dist.

 NEWS         |   14 ++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)

commit d92b5b11417992ae91ad593fe9dae3c9759ef55c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 11 20:45:09 2010 +0000

    applet: Fix includedirs used for introspection
    
    As well as the applet library itself.

 applet/Makefile-lib.am    |    4 ++--
 applet/bluetooth-applet.c |    8 ++++----
 applet/bluetooth-applet.h |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

commit d58fddaf2b73a5b162a95642a4b72ecd160ac887
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 11 20:30:44 2010 +0000

    applet: Add missing file to the dist

 applet/Makefile-lib.am |    3 +++
 applet/Makefile.am     |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 1f90ddfa988f90b696c3b07961c96baccfed34bc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 11 20:26:50 2010 +0000

    lib: Fixes for building with introspection

 lib/Makefile.am               |    1 +
 lib/bluetooth-chooser-combo.c |  137 +++++++++++++++++++++--------------------
 lib/bluetooth-chooser-combo.h |   17 ++++-
 lib/bluetooth-chooser.c       |    2 +-
 4 files changed, 87 insertions(+), 70 deletions(-)

commit f7d34a0e07da7580ed4cce860ffd468a22ed42a4
Author: Javier Jardón <jjardon@gnome.org>
Date:   Wed Nov 3 05:16:30 2010 +0100

    Use gtk_buton_box_new() instead gtk_hbutton_box_new()

 properties/adapter.c            |    2 +-
 properties/cc-bluetooth-panel.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1ebbb6e962ea64c2213d29313dfe3a86dd36a200
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 9 17:22:52 2010 +0000

    properties: Parent error dialogues properly

 properties/cc-bluetooth-panel.c |   16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit af6988e96d517d5924c6ce65896c97fbfdc880f1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 9 17:22:39 2010 +0000

    lib: Fix typo in Makefile

 lib/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6219f10045a15a233dfb3ee6642e298b6c4b4d01
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 8 14:54:18 2010 +0000

    data: Fix GSettings paths

 properties/org.gnome.Bluetooth.gschema.xml.in |    2 +-
 sendto/org.gnome.Bluetooth.nst.gschema.xml.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 414f569be490dadbc210d3cf1cf2b5b647931f67
Author: Dan Winship <danw@gnome.org>
Date:   Thu Nov 4 15:27:08 2010 -0400

    build: fix nautilus-sendto configuration
    
    The code was invoking pkg-config incorrectly, causing the check for
    nautilus-sendto to always fail. Fixing this then revealed that it was
    previously also looking at the wrong configure variable name, causing
    --disable-nautilus-sendto to be a no-op.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=634018

 configure.ac |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit ee2af28800ff182453641005db207fc68c309fc6
Author: Dan Winship <danw@gnome.org>
Date:   Thu Nov 4 15:25:53 2010 -0400

    applet: require the just-built GnomeBluetooth-1.0.gir
    
    Use --include-uninstalled when building GnomeBluetoothApplet-1.0.gir
    so it doesn't accidentally pull in a system GIR file.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=634019

 applet/Makefile-lib.am |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 9625ad6c3fcfc32c5d2d6e8d2fc4c1d0131fc4cf
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed Nov 3 17:37:33 2010 +0200

    [l10n] Updated Estonian translation

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

commit a3e13ebfaa62af6cfa7379bb0fbaa22aa7e86517
Author: knight2000 <knight2000@gmail.com>
Date:   Tue Nov 2 20:52:12 2010 +0700

    Updated Thai translation.

 po/th.po |  252 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 132 insertions(+), 120 deletions(-)

commit 2d3b88886b92bab5c03b18ee0103c3d6d17f2a29
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 1 18:04:51 2010 +0000

    build: Up the required GTK+ version
    
    So that the wizard can build

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

commit 812e89755959f7f0e85b84b64a46cf10ec0e79b1
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Mon Nov 1 08:12:47 2010 +0200

    Updated Hebrew translation.

 po/he.po |  174 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 90 insertions(+), 84 deletions(-)

commit 02e301fe1c5799c069b619ab0be203ec7f0c0b39
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Oct 31 21:51:36 2010 +0100

    Updated Spanish translation

 po/es.po |  115 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 61 insertions(+), 54 deletions(-)

commit 7b593f03bd24291e76a2324ab8652524045e5988
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Oct 31 20:25:37 2010 +0100

    Updated Slovenian translation

 po/sl.po |  132 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 66 insertions(+), 66 deletions(-)

commit f97091268923567f6a22b31de4e64bfaae78e28a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Oct 31 16:09:09 2010 +0000

    wizard: Use new custom page type instead of hack
    
    Don't guess GtkAssistant's structure, use the new custom page
    type instead, and show the cancel and close buttons as appropriate.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=587418

 wizard/main.c    |  115 ++++++++++++++----------------------------------------
 wizard/wizard.ui |   21 ++++++++++
 2 files changed, 50 insertions(+), 86 deletions(-)

commit e645514a0e82191abeb322db7c69f276c2f9a063
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sat Oct 30 17:14:44 2010 +0100

    Updated Catalan (Valencian) translation

 po/ca@valencia.po |  333 ++++++++++++++++++++++++++++++++---------------------
 1 file changed, 201 insertions(+), 132 deletions(-)

commit 1d6f6cfb811533864ef472e27b817b524469637b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Oct 30 03:41:49 2010 +0100

    applet: Use helper functions

 applet/main.c |   58 ++++++++-------------------------------------------------
 1 file changed, 8 insertions(+), 50 deletions(-)

commit 6043a76d08dabd96e9d008c93fedcdb44edf0d8f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Oct 30 03:40:13 2010 +0100

    applet: Make sendto function work as expected
    
    We weren't handling alias being NULL. Fix coding style in browse.

 applet/bluetooth-applet.c |   79 ++++++++++++++++++++++++++++-----------------
 1 file changed, 49 insertions(+), 30 deletions(-)

commit f43ec9fc59f23dd1652062255ad069da5f17ef51
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Fri Oct 29 20:03:03 2010 +0200

    Install the applet library in our own pkglibdir
    
    Install the library in $prefix/lib/gnome-bluetooth, as
    gnome-bluetooth needs to be installed before gnome-shell for the latter
    to build.

 applet/Makefile-lib.am |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

commit ee675b9bcebe8440c437202b6a927ab036a3e46a
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Fri Oct 29 20:01:52 2010 +0200

    Add enums to GnomeBluetoothApplet introspection
    
    Add all the GnomeBluetooth enums to the GIR, so gnome-shell doesn't
    need to load the other typelib.

 applet/Makefile-lib.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit da08dd49ea03008ac960a325514e1b72f48a6944
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Fri Oct 29 19:57:31 2010 +0200

    Complete applet library.
    
    Add "browse_address" and "send_to_address" methods to the applet
    library, that operate on devices and open the relevant UI.

 applet/bluetooth-applet.c |  132 ++++++++++++++++++++++++++++++++++++++++++++-
 applet/bluetooth-applet.h |   13 +++++
 2 files changed, 144 insertions(+), 1 deletion(-)

commit d01a8c279037a21f3b220d9c5d7aac37a78e92f7
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Thu Oct 28 22:43:32 2010 +0200

    Update .gitignore
    
    https://bugzilla.gnome.org/show_bug.cgi?id=633361

 .gitignore |   17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

commit 191717f0d506b4cbdf4e167ca3c4ec8d50169a40
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Fri Oct 29 00:52:53 2010 +0100

    Updated Catalan (Valencian) translation

 po/ca@valencia.po |  203 +++++++++++++++++++++++++++--------------------------
 1 file changed, 104 insertions(+), 99 deletions(-)

commit 61cdc580c9594799395a3d5a366cfbd9cce76116
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 28 13:14:43 2010 +0100

    wizard: Make it compile with latest GApplication
    
    This also fixes the window just getting task bar attention, instead
    of popping up in front of the user.

 wizard/main.c |   24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

commit 8e08765e45471f93ea0c9b396c76f450585dfa62
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 28 03:04:24 2010 +0100

    applet: Simplify bluetooth_applet_get_devices()
    
    And misc coding style cleanups.
    
    This would allow us to find a device in the model if it exists,
    so we can get details about it (type, name, etc.)

 applet/bluetooth-applet.c |  135 +++++++++++++++++++++++++--------------------
 1 file changed, 76 insertions(+), 59 deletions(-)

commit 52e8f1d4c2dbbccafa5157ea48771a65e71698ee
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 28 02:49:51 2010 +0100

    applet: Clean ups and coding style fixes

 applet/main.c |   42 +++++-------------------------------------
 1 file changed, 5 insertions(+), 37 deletions(-)

commit 5cd8a10db189eccef6a02df5944839db7d1926d2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 27 21:17:52 2010 +0100

    applet: Clean up coding style

 applet/bluetooth-applet.c |  232 ++++++++++++++++++++++++---------------------
 applet/main.c             |    3 -
 2 files changed, 124 insertions(+), 111 deletions(-)

commit f6d2a546093ccee6217508749be4dfef7056078b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 27 20:54:50 2010 +0100

    applet: Move library within the applet dir

 applet/Makefile-lib.am        |   46 ++
 applet/Makefile.am            |   10 +-
 applet/agent.c                |    3 +-
 applet/agent.h                |    2 +-
 applet/bluetooth-applet.c     |  943 +++++++++++++++++++++++++++++++++++++++++
 applet/bluetooth-applet.h     |  126 ++++++
 applet/lib/Makefile.am        |   46 --
 applet/lib/bluetooth-applet.c |  943 -----------------------------------------
 applet/lib/bluetooth-applet.h |  126 ------
 applet/lib/marshal.list       |    3 -
 applet/main.c                 |    2 +-
 applet/marshal.list           |    3 +
 applet/test-agentdialog.c     |    2 +-
 configure.ac                  |    1 -
 14 files changed, 1127 insertions(+), 1129 deletions(-)

commit ec55c7e64265ec9c3a05a26ff50d6a62fce5a853
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 27 20:50:04 2010 +0100

    applet: Make sure agent is set to NULL when released
    
    When the agent is released by bluetoothd, we unref' it, so we
    might end up with an agent pointing to nothing. Using a weak
    pointer makes sure we don't crash.

 applet/lib/bluetooth-applet.c |    3 +++
 1 file changed, 3 insertions(+)

commit c662fe29f739cd4c46fb6a8cf78726765cebcff8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 27 20:48:01 2010 +0100

    applet: No need for an agent in _init()
    
    If we don't have a default adapter at all...

 applet/lib/bluetooth-applet.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit da86e78835edc6cb93e6c5a95df546c8b9732907
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 27 20:47:22 2010 +0100

    applet: No need to unregister the agents
    
    We just unref them instead.

 applet/lib/bluetooth-applet.c |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit 8d84e05d360655f5bf7771624cc0f8085329b206
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 27 20:46:25 2010 +0100

    applet: C89 fix

 applet/lib/bluetooth-applet.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit eb77b28c40cbca4b65ad307976014682091a9321
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 27 20:44:27 2010 +0100

    applet: Fix device display regression
    
    With the current code, we would be showing devices that
    aren't paired, or trusted, and that are just being discovered instead.
    
    No proxy, no alias, or no Bluetooth address means we're not interested,
    just like in the old applet code.

 applet/lib/bluetooth-applet.c |   12 ++++++++++++
 1 file changed, 12 insertions(+)

commit afb0af037417c60f54e22211e191a3c95d2f73a7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 27 20:42:55 2010 +0100

    applet: Use C-style comments
    
    And coding style for the same line.

 applet/lib/bluetooth-applet.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit d973feb103c247b3e703d8dc60fe8ee2e8977a68
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 27 20:40:26 2010 +0100

    applet: We have a submenu if we have a service
    
    If we can't "Connect" to a device, then we don't have a menu item.
    Keyboards, mice, as well as audio devices will need to have services
    for us to connect to, otherwise there's nothing for us to do.

 applet/main.c |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

commit 4aa6b5562ee8c255c4bf9ac2a6c4fd8dfe1e7836
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 27 20:36:49 2010 +0100

    applet: Only show "Devices" section if we have devices
    
    If the devices are rejected by device_has_submenu(), then
    we shouldn't show the "Devices" section at all.

 applet/main.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 070442f0c3ae8655fd6ea0ebb623d0686c621741
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 27 20:35:30 2010 +0100

    wizard: Set agent to NULL if released before we do it

 wizard/main.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 40d9e4273341bbf908b5877c5f345897ca7e9db6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 27 18:32:15 2010 +0100

    lib: Simplify agent finalization
    
    Turns out that we were doing pretty much the same thing in
    unregister and in finalize.

 lib/bluetooth-agent.c |   21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

commit 256e5dfe41bfa7a66e5d73941d44557c3ed58710
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 27 17:28:07 2010 +0100

    applet: Port to latest GApplication

 applet/main.c |   18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

commit c7b48a3e6e2c8195d02fd9e6757794e3e28e53da
Author: Giovanni Campagna <scampa.giovanni@gmail.com>
Date:   Tue Oct 5 20:37:18 2010 +0200

    Port bluetooth-applet to the new applet library
    
    Refactor the existing standalone bluetooth-applet to use the applet
    library just introduced, to reduce duplicated code and make it easier
    to test and fix the library itself.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626759

 applet/Makefile.am        |    6 +-
 applet/agent.c            |  453 ++++++++----------------------------------
 applet/agent.h            |    5 +-
 applet/main.c             |  478 +++++++++++++++------------------------------
 applet/notify.c           |   19 --
 applet/notify.h           |    4 -
 applet/test-agentdialog.c |   35 +---
 7 files changed, 254 insertions(+), 746 deletions(-)

commit 1838f070f107adcc2861d518a7ad5bb1b0df7985
Author: Giovanni Campagna <scampa.giovanni@gmail.com>
Date:   Wed Sep 29 21:39:53 2010 +0200

    Refactor bluetooth-applet as a library
    
    Take out non UI parts of bluetooth-applet and put them in a private
    library, which will be used by gnome-shell (and therefore is installed
    in gnome-shell private prefix).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626759

 .gitignore                    |    2 +
 applet/Makefile.am            |    1 +
 applet/lib/Makefile.am        |   46 ++
 applet/lib/bluetooth-applet.c |  928 +++++++++++++++++++++++++++++++++++++++++
 applet/lib/bluetooth-applet.h |  126 ++++++
 applet/lib/marshal.list       |    3 +
 configure.ac                  |    1 +
 7 files changed, 1107 insertions(+)

commit 7af6e631cbde57b1d764387c63b9f6012aee0656
Author: Daniel Șerbănescu <cyber19rider@gmail.com>
Date:   Mon Oct 25 19:02:56 2010 +0300

    Updated Romanian translation

 po/ro.po |  113 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 50 insertions(+), 63 deletions(-)

commit b1255fa100ca97d01ae6fcc2676a47ad92762ec1
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Mon Oct 25 19:00:35 2010 +0300

    Updated Romanian translation

 po/ro.po |  377 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 228 insertions(+), 149 deletions(-)

commit 7697679a9237cc1dfbf15447cd4b514ee372222d
Author: Gheyret T.Kenji <gheyret@gmail.com>
Date:   Sat Oct 23 11:16:23 2010 +0200

    Added UG translation

 po/LINGUAS |    1 +
 po/ug.po   |  899 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 900 insertions(+)

commit 9f256799cc6b8367b2466f35b82f1d07076a950e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 21 15:20:31 2010 +0100

    Fix build with libnotify 0.7.0

 applet/notify.c |    2 +-
 configure.ac    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1936b9028b56d7d48dffc0e5f1a0c03bd45e75fe
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Thu Oct 21 15:04:17 2010 +0100

    Handle combo box text api going away
    
    https://bugzilla.gnome.org/show_bug.cgi?id=632646

 lib/bluetooth-filter-widget.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 76c75f4c8026f873917881a91502e1c2b9263676
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 21 14:59:54 2010 +0100

    Don't build the nst plugin with newer versions of nst

 configure.ac |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 4390c13380a060d954c8f475ea68001614160d6f
Author: Javier Jardón <jjardon@gnome.org>
Date:   Fri Oct 1 05:43:29 2010 +0200

    Use upstream gettext instead glib one
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=631059

 configure.ac |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit fa354f33f098f06dc1e1f4f86ef2d49da1e80f4b
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Oct 16 20:13:55 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  195 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 98 insertions(+), 97 deletions(-)

commit f7c9be9eaeca2e273751b3becc513f50c9c45a65
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Sat Oct 16 19:27:23 2010 +0200

    Updated Slovenian translation

 po/sl.po |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 7a1556a73da6d9661e9556ef428b153cff14a9cb
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Oct 14 20:38:31 2010 +0200

    Added sl for Slovenian translation

 help/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d8ab2dd29c43216bba6edd21047291e09ead903c
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Oct 14 20:38:31 2010 +0200

    Added Slovenian translation

 help/sl/sl.po |  365 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 365 insertions(+)

commit f760b12e09e30cdd487202b9084dc652e2515767
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 13 14:12:28 2010 +0100

    Add pin code for Lenovo Remote Control

 wizard/pin-code-database.xml |    3 +++
 1 file changed, 3 insertions(+)

commit 7cd7d8ba04b59252d19f4373854c08c89911bf50
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Wed Oct 13 13:03:38 2010 +0300

    Updated Ukrainian translation

 po/uk.po |  341 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 195 insertions(+), 146 deletions(-)

commit 15ee74c7a164ca9e1a6197a9a71764821ca9d73b
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Wed Oct 13 15:53:32 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

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

commit 9040a0e10a767a3d10d358d15e78ccb45935c93d
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Oct 7 14:26:19 2010 +0200

    Updated Spanish translation

 po/es.po |  107 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 56 insertions(+), 51 deletions(-)

commit 3b7871d9bbf904675e0246b46309fcdf4bab4fd4
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Oct 6 15:08:05 2010 +0200

    Updated Slovenian translation

 po/sl.po |  143 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 70 insertions(+), 73 deletions(-)

commit a539b9c4f4230e71e1f33572e92cb2f09499b813
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Wed Oct 6 01:47:39 2010 +0200

    Updated Hebrew translation.

 po/he.po |  106 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 55 insertions(+), 51 deletions(-)

commit 485f07a4a0679991351af948e29f88ae1709eb1d
Author: Giovanni Campagna <scampa.giovanni@gmail.com>
Date:   Sun Sep 26 17:47:13 2010 +0200

    More fixes to introspection
    
    Fix generation of .gir files to use latest gobject-introspection
    command syntax (--symbol-prefix and --identifier-prefix), to
    include pkg-config dependendencies for CFLAGS and to skip plugin
    structures, which are namespaced badly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626759

 lib/Makefile.am |   29 ++++++++++++++++-------------
 1 file changed, 16 insertions(+), 13 deletions(-)

commit fd89195dc3173b37e35299b07e673b3ec0253647
Author: Giovanni Campagna <scampa.giovanni@gmail.com>
Date:   Sun Sep 26 17:47:13 2010 +0200

    Fix introspection
    
    Fix generation of .gir files to work with latest gobject-introspection,
    including annotations where necessary.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=626759

 .gitignore                     |    5 ++++
 configure.ac                   |    2 +-
 lib/Makefile.am                |   52 +++++++++++++++++++++++++---------------
 lib/bluetooth-chooser-button.h |    6 +++--
 lib/bluetooth-client.c         |   30 +++++++++++++++++++----
 5 files changed, 68 insertions(+), 27 deletions(-)

commit 599ee16645203c90ce500b206f318e65fb711bc3
Author: Vincent Untz <vuntz@gnome.org>
Date:   Fri Oct 1 18:05:03 2010 +0200

    Fix introspection build
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630024

 Makefile.am     |    3 +-
 acinclude.m4    |   90 -------------------------------------------------------
 configure.ac    |    2 +-
 lib/Makefile.am |   45 ++++++++++------------------
 4 files changed, 18 insertions(+), 122 deletions(-)

commit 2d6c8a93f91f7075811aea76197299ed20dc3587
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Sun Oct 3 16:07:08 2010 +0200

    Updated Lithuanian translation

 po/lt.po |  229 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 103 insertions(+), 126 deletions(-)

commit 12048568c21965670f8d76e1fa3b7be3dc12b857
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 30 16:37:50 2010 +0100

    Advertise the properties as a control-center panel

 properties/bluetooth-properties.desktop.in.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 53cc147945571ec73b0e0ed3809514ed133eafbc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 23 13:21:06 2010 +0100

    Up required GTK+ version

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

commit 4c9034c4f334c97b43cbbde11ba596904cb3591c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 23 13:20:18 2010 +0100

    Make it compile against latest GTK+ 3.x

 applet/main.c                  |    2 +-
 applet/notify.c                |   10 +++++++---
 lib/bluetooth-chooser-button.c |    2 +-
 lib/test-deviceselection.c     |    4 ++--
 moblin/pin.ui                  |    1 -
 sendto/main.c                  |    4 ++--
 wizard/bluetooth-input.c       |    4 ++--
 wizard/main.c                  |    4 ++--
 wizard/wizard.ui               |    1 -
 9 files changed, 17 insertions(+), 15 deletions(-)

commit e9965d8eaf8e45d4fa9edf0ed01e3798638056e0
Author: Francesco Marletta <francesco.marletta@tiscali.it>
Date:   Tue Sep 21 22:21:25 2010 +0200

    [l10n] Updated Italian translation

 po/it.po |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

commit 70de4ab00533cae381752c761e5d24e7ca4819ae
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Sep 9 19:50:59 2010 +0200

    Updated Polish translation

 po/pl.po |  335 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 168 insertions(+), 167 deletions(-)

commit 8251e1ac56945d9848f4bc49da83a9d3dbb70b54
Author: Bakaoukas Nikolaos <nikolaos.x1@gmail.com>
Date:   Mon Sep 20 18:18:01 2010 +0300

    Updated Greek translation

 po/el.po |  471 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 263 insertions(+), 208 deletions(-)

commit 321c621ecd362801a2dc5cc0437d0cb9bb292bfb
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Mon Sep 20 17:42:57 2010 +0900

    Updated Japanese translation

 po/ja.po |  219 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 111 insertions(+), 108 deletions(-)

commit 519eaba8cccbd98217899ad98846f84b70921b3d
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Sun Sep 19 18:38:27 2010 +0200

    Updated Dutch translation by Wouter Bolsterlee

 po/nl.po |  198 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 101 insertions(+), 97 deletions(-)

commit 85229571becd227878b9ad7da7ad1a8155435197
Author: Francesco Marletta <francesco.marletta@tiscali.it>
Date:   Sun Sep 19 11:15:23 2010 +0200

    [l10n] Updated Italian translation

 po/it.po |  190 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 89 insertions(+), 101 deletions(-)

commit 6aafd7d7e439c79710c6d27befb6539f3724c5d8
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Date:   Thu Sep 16 15:28:37 2010 +0600

    Initial translation to Kazakh

 po/LINGUAS |    1 +
 po/kk.po   |  858 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 859 insertions(+)

commit a17834d7d9547a8ad1c89459d8a519803b0529c0
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Wed Sep 15 21:33:18 2010 +0200

    Updated Danish translation

 po/da.po |  342 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 203 insertions(+), 139 deletions(-)

commit c80936a4d4742b45f5fc3caeaeb90e7a51474b08
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Fri Sep 10 23:31:54 2010 +0100

    Updated Portuguese translation

 po/pt.po |  357 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 211 insertions(+), 146 deletions(-)

commit a1ba084df1fc767920aff1c2beae8cef88241b4c
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Thu Sep 9 21:29:32 2010 +0200

    Updated French translation

 po/fr.po |  300 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 187 insertions(+), 113 deletions(-)

commit 0dfa1a40328a73abd4c6c15e9e09c09e81069ff8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Sep 4 17:56:16 2010 +0100

    Remove unneeded NULL check

 sendto/nautilus-sendto-plugin.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 53edd6e2f54c5048195adb3bbb0c4b3597c409bf
Author: drtv <vasudeven@git.gnome.org>
Date:   Fri Sep 3 17:16:05 2010 +0530

    Updated Tamil translation

 po/ta.po |  106 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 55 insertions(+), 51 deletions(-)

commit 2b378e7dc8bd1d9bc3c64798e4188b33d0ebe786
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 1 19:09:44 2010 +0100

    Fix "dump devices"'s incorrect services state
    
    Because we expected a boolean value, when it's actually an enum.

 lib/bluetooth-client.c |   13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

commit a74035508cd9428c606195048dbce87c6af8ed7b
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Wed Sep 1 01:49:20 2010 +0700

    Updated Indonesian translation

 po/id.po |  112 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 58 insertions(+), 54 deletions(-)

commit 291eb3fb2d4c23ab07a93c1652e473d15ef25932
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Tue Aug 31 18:26:40 2010 +0100

    Updated British English translation

 po/en_GB.po |  223 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 113 insertions(+), 110 deletions(-)

commit be73a3e9ef2a2a070d5849a074a39cd84becedc9
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Aug 31 13:07:31 2010 +0200

    Updated Czech translation

 po/cs.po |  210 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 100 insertions(+), 110 deletions(-)

commit 21d9366a44ce683f8f68bc3b6380ddfdd951e6ff
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Aug 29 10:30:15 2010 +0200

    Updated Hungarian translation

 po/hu.po |  201 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 96 insertions(+), 105 deletions(-)

commit 3ea7f7e826f8d1ac18ec75230b50055b05e4abd0
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Thu Aug 26 22:35:49 2010 +0200

    Updated French translation

 po/fr.po |  206 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 96 insertions(+), 110 deletions(-)

commit 7d38d552a7d382b5743dd4de8fd0d3eecbe2ae30
Author: Alexander Shopov <ash@contact.bg>
Date:   Thu Aug 26 08:57:20 2010 +0300

    Updated Bulgarian translation

 po/bg.po |  335 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 191 insertions(+), 144 deletions(-)

commit 66baad4cf71727e9f48e268463bacdba52ac14de
Author: Милош Поповић <gpopac@gmail.com>
Date:   Tue Aug 24 05:19:19 2010 +0200

    Updated Serbian translation

 po/sr.po       |  253 ++++++++++++++++++++++++++------------------------------
 po/sr@latin.po |  253 ++++++++++++++++++++++++++------------------------------
 2 files changed, 234 insertions(+), 272 deletions(-)

commit 21e50569935341623ba7b8b4955e3370c01ae8c2
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 22 23:20:46 2010 +0900

    Updated Korean translation

 po/ko.po |  198 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 97 insertions(+), 101 deletions(-)

commit 85af2b968360403796fc03effbdd205947e03a80
Author: Ivar Smolin <okul@linux.ee>
Date:   Sun Aug 22 09:19:18 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po |   59 +++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 43 insertions(+), 16 deletions(-)

commit 703a0d2b6bb559629a8f7525560854a9ce4c65b8
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Aug 16 18:04:58 2010 +0200

    Updated Galician translations

 po/gl.po |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

commit b3abb40a8ae6b525feaf52c74a979c995d26df65
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Aug 13 09:11:06 2010 +0100

    Make --dump-devices work again in applet
    
    Without passing "-d" to ignore the existing running applet.

 applet/main.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit 66395fd8700439204e0da7c7873ca87478f28fa8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 10 02:16:55 2010 +0100

    Fix visible menu item disappearing after suspend
    
    By resetting lock properly when hiding the menu entry (no adapters
    present).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=625957

 applet/main.c |    1 +
 1 file changed, 1 insertion(+)

commit 252e1c78b201a093f149e4bda3cd267e29189c41
Author: Aron Xu <aronxu@gnome.org>
Date:   Wed Aug 11 18:26:16 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po |  109 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 56 insertions(+), 53 deletions(-)

commit 44fcc334dc6672a14ff18f1b185004cc512c7c76
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 10 15:13:01 2010 +0100

    Make sure all the unblocked adapters are powered
    
    On startup. Otherwise we might end up with unblocked, yet
    unpowered adapters showing up in the UI.

 applet/main.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 0b95cb0b0f4a570eba547eb31e7b241731104bc9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 10 15:05:26 2010 +0100

    Make sure the icon is shown/hidden when killswitch changes
    
    When the killswitch status changes, we need to make sure
    that the status icon's visibility is updated according
    to whether killswitches are available.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=609291

 applet/main.c |    4 ++++
 1 file changed, 4 insertions(+)

commit bf6499679afb9b3421710e44202625f0abfadb44
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 10 15:04:44 2010 +0100

    Work-around GTK+ bug not showing status icon
    
    In some bizarre cases, GTK+ doesn't seem to actually show
    the status icon when created...

 applet/notify.c |    4 ++++
 1 file changed, 4 insertions(+)

commit e61cd9a0c67a3bb7785116314f4a0d6db47a6ae4
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Aug 5 16:13:37 2010 +0200

    Updated Galician translations

 po/gl.po |  101 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 53 insertions(+), 48 deletions(-)

commit baf93202e1853ce8b2308dcb0a8aa70f87482505
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 3 16:22:36 2010 +0100

    Fix compilation warning for last commit

 lib/bluetooth-agent.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 36b906bd8b1578dc1558a66b3186f9c7fe3e756c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 3 16:13:44 2010 +0100

    Add guards to BluetoothAgent functions
    
    So we can catch any incorrect uses early.

 lib/bluetooth-agent.c |   44 ++++++++++++++++++++++++++++++++++++++------
 1 file changed, 38 insertions(+), 6 deletions(-)

commit 04c32da45caace7aa47b877df6917a101223338a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 3 15:35:08 2010 +0100

    Allow to setup devices that do not support pairing
    
    Such as the Parani SD100 serial port Bluetooth adapter
    
    https://bugzilla.redhat.com/show_bug.cgi?id=580723

 wizard/main.c    |    3 +++
 wizard/wizard.ui |   15 +++++++++++++++
 2 files changed, 18 insertions(+)

commit ba21aeda602c3f81168ca3bd0f1e344144aefe95
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 3 10:27:55 2010 +0100

    Fix adapter not going powered when coming back from hard-block
    
    1. Soft-kill the adapter
    2. Hard-kill the adapter
    3. Disable hard-kill
    4. Disable soft-kill
    
    At 4., the adapter will be present, unblocked, but still
    unpowered. Call SetPower on it to make sure it is revived.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=609291

 applet/main.c |   40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

commit 67c9c0368a72f0981e05ca2552716b08c61787b8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 3 09:03:36 2010 +0100

    Fix warning message

 properties/adapter.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 407075851c734c52564c2ede6cea225191edfd76
Author: drtv <vasudeven@git.gnome.org>
Date:   Mon Aug 2 17:52:07 2010 +0530

    Updated Tamil translation

 po/ta.po |  337 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 198 insertions(+), 139 deletions(-)

commit 1cadc52d4c9866e72a7049fcd2a485ee0ef7a136
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sun Aug 1 00:52:44 2010 +0300

    Updated Hebrew translation.

 po/he.po |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit d72abb928af55e3cf6ba6d38fe2cbdd621ff2886
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Thu Jul 29 00:14:01 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po |   61 ++++++++++++++++++++-----------------------------------------
 1 file changed, 20 insertions(+), 41 deletions(-)

commit 4a0772b8077c378a042827d9a02b31a3cd0f610a
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Jul 27 17:59:22 2010 +0200

    Updated Galician translations

 po/gl.po |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit d1d76c49ca128373a5e2d983812b780d78a1306d
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Tue Jul 27 21:40:45 2010 +0700

    Updated Indonesian translation

 po/id.po |  515 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 243 insertions(+), 272 deletions(-)

commit 9e4f0c61215ab82b36cc60f0069621031d485df1
Author: Daniele Forsi <daniele@forsi.it>
Date:   Sat Jun 19 17:50:16 2010 +0200

    Make lib/test-plugins accept address and UUIDs on the command line
    
    This allows for easier plugin testing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=611219

 lib/test-plugins.c |   62 +++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 59 insertions(+), 3 deletions(-)

commit 9a3cd112de738303f43d43240fb754d82b80cac3
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Jul 26 21:08:33 2010 +0200

    Updated Spanish translation

 po/es.po |  277 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 136 insertions(+), 141 deletions(-)

commit 7c1d39c8220e171f969da0b2df78f098905550d6
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Jul 25 20:02:32 2010 +0200

    Updated Swedish translation

 po/sv.po |  355 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 206 insertions(+), 149 deletions(-)

commit f9b8e5b7f6ef108f4fb36d7eb3abe617571260d3
Author: Aron Xu <aronxu@gnome.org>
Date:   Sat Jul 24 13:10:17 2010 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po |  180 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 91 insertions(+), 89 deletions(-)

commit d7d67437a954e64cd3cb96b7efe8d9fc4ceaaff6
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Thu Jul 22 19:11:45 2010 +0200

    [i18n] Updated German translation

 po/de.po |  197 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 94 insertions(+), 103 deletions(-)

commit a5a42fedac1159dd7e67304eb1d8655ff4c20260
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 22 16:49:41 2010 +0100

    Fix i18n in the control-center panel UI

 properties/adapter.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f843330f1c37ffbcf0fe756d44639411fb656302
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Jul 22 16:35:15 2010 +0200

    Updated Galician translations

 po/gl.po |  227 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 114 insertions(+), 113 deletions(-)

commit 7a11f2dfb7dea4cfefd462514d59346992bd688d
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Jul 22 14:45:25 2010 +0200

    Updated Slovenian translation

 po/sl.po |  311 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 156 insertions(+), 155 deletions(-)

commit adbef1940c2880eac54a91a46930a580f7a98277
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Wed Jul 21 19:09:47 2010 +0300

    Updated Hebrew translation.

 po/he.po |  218 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 110 insertions(+), 108 deletions(-)

commit 07c499ad045f9e418e3537806da212b59dbfb7d5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jul 21 14:43:41 2010 +0100

    Use correct command for Bluetooth preferences
    
    Using gnome-control-center, not bluetooth-properties

 applet/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 954ed427e860ffbdfbb96eec3c9ea4402e2628d4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 19 15:38:07 2010 +0100

    Remove non-existant file from POTFILES.in
    
    https://bugzilla.gnome.org/show_bug.cgi?id=624735

 po/POTFILES.in |    1 -
 1 file changed, 1 deletion(-)

commit 20fc18b4b5f2b041704af590fbeef41cfbcee55f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 19 14:55:42 2010 +0100

    Update POTFILES.in for latest code changes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=624735

 po/POTFILES.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 1bda7e886edd4f5505ecaf75a8b3cfbf1a607682
Author: TeliuTe <teliute@163.com>
Date:   Thu Jul 15 13:33:45 2010 +0800

    Update Simplified Chinese help translation.

 help/zh_CN/zh_CN.po |  139 +++++++++++++++++++++++++++++++++++----------------
 1 file changed, 96 insertions(+), 43 deletions(-)

commit 88c5d2135cc17a73b39e84b004d97e0ec7c061d0
Author: Aron Xu <aronxu@gnome.org>
Date:   Wed Jul 14 00:05:45 2010 +0800

    Complete Simplified Chinese translation.

 po/zh_CN.po |  359 +++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 212 insertions(+), 147 deletions(-)

commit adba557c18fb890d91199d23617fae87fc422d5c
Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com>
Date:   Sat Jul 10 20:58:03 2010 +0200

    Updated Esperanto translation

 po/eo.po |  148 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 75 insertions(+), 73 deletions(-)

commit 441ea1f5e426be67e550be5936a444649d5b0570
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 29 22:40:57 2010 +0100

    2.90.0
    
    And update nautilus-sendto plugin for build

 NEWS                            |   17 +++++++++++++++++
 configure.ac                    |    4 ++--
 sendto/nautilus-sendto-plugin.c |    1 -
 3 files changed, 19 insertions(+), 3 deletions(-)

commit e618a0ae4fd70bb28d3bbd9360fc5a2e940c25e1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 29 14:57:08 2010 +0100

    Require libnotify 0.5.1 for GTK3 support

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

commit d8e316353542b59455753759e72bc9a4f2507b49
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sat Jun 26 14:03:09 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

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

commit 10c655d3522986530044fd3bdde9bdb05f11d684
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 25 18:34:58 2010 +0100

    Use GBinding instead of the Seahorse copy/paste

 lib/Makefile.am               |    1 -
 lib/bluetooth-filter-widget.c |   38 +--
 lib/seahorse-bind.c           |  550 -----------------------------------------
 lib/seahorse-bind.h           |   43 ----
 4 files changed, 10 insertions(+), 622 deletions(-)

commit 5f150a2fcfa4b956f4ba44447ff2ac6ae2c086a6
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Fri Jun 25 10:03:00 2010 +0300

    [l10n] Updated Estonian translation

 po/et.po |   50 +++++++++++++-------------------------------------
 1 file changed, 13 insertions(+), 37 deletions(-)

commit b650f4a87d9ad1a9ab7c2daf54786abc1d9cc8c1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 24 11:27:37 2010 +0100

    Update control-center binary names
    
    For GNOME 3.0

 applet/main.c |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit f89a1c51bea3c4bcf413781ee58b780b995ffe30
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 24 01:22:47 2010 +0100

    Fix GTK 2.x requires in pkg-config and GIR files

 gnome-bluetooth-1.0.pc.in |    2 +-
 lib/Makefile.am           |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 6cc8349ff78826c8f0a3eb6262e0c77e1ae98b05
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 23 23:34:46 2010 +0100

    Port wizard to GtkApplication

 configure.ac  |    3 +--
 wizard/main.c |   28 ++++++++++++----------------
 2 files changed, 13 insertions(+), 18 deletions(-)

commit b2d325d934247cb747ba36d4b06c30f3258926c4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 23 23:27:53 2010 +0100

    Port applet to GtkApplication

 applet/main.c |    9 ++++-----
 configure.ac  |    3 +--
 2 files changed, 5 insertions(+), 7 deletions(-)

commit 52a563155dc3e237579374c9c3629438da3b0041
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 23 22:47:14 2010 +0100

    Compile against GTK+ 3.x
    
    That'll probably break the Moblin front-end though. Depend on
    libunique-3.0 for now.

 configure.ac |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 26363e2ca14fd2113a8b742d27436d8a6e3d435e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 23 19:15:23 2010 +0100

    Remove unused private struct

 properties/cc-bluetooth-panel.h |    2 --
 1 file changed, 2 deletions(-)

commit d8f347970e315385f329437a4cd76aa60e1bb614
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 23 19:15:14 2010 +0100

    Remove FIXME

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

commit 9310afbf9fb69558a580f5f2908d9eb853ae1894
Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com>
Date:   Mon Jun 21 16:34:16 2010 +0200

    Add Esperanto translation

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 9fc20f814a0429d28c5e91f8cea29e7018c3ac84
Author: Kristjan Schmidt <kristjan.schmidt@googlemail.com>
Date:   Mon Jun 21 16:34:08 2010 +0200

    Add Esperanto translation

 po/eo.po |  894 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 894 insertions(+)

commit 186216cda654b27dfa29438bca37699f04ce8848
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 21 13:59:26 2010 +0100

    Add page for hard blocked killswitches

 po/POTFILES.in                          |    1 +
 properties/Makefile.am                  |    2 +-
 properties/adapter.c                    |   26 +++++--
 properties/properties-killed-adapter.ui |  126 +++++++++++++++++++++++++++++++
 4 files changed, 147 insertions(+), 8 deletions(-)

commit 564d3cb8c49386c872134d4e5626d2f942441151
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 18 19:28:10 2010 +0100

    Try to merge killswitch-changed events
    
    By reading all the events that are queued up before firing
    the signal.

 lib/bluetooth-killswitch.c |   23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

commit 2b892279e55361e12235b427a6816f7885add961
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 18 16:56:50 2010 +0100

    Avoid getting killswitch page when hard blocked
    
    We shouldn't get the killswitch page when the killswitches
    are hard-blocked, otherwise we'll offer a "turn on" switch
    that can't possibly work.

 properties/adapter.c |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 8ba9095dce14f851c0a38cbe3d2f72b1943b9dc6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 18 16:56:21 2010 +0100

    Even better killswitch debugging

 lib/bluetooth-killswitch.c |   52 +++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 49 insertions(+), 3 deletions(-)

commit e88776b4bfcd567013367aaec16bbf7ee01dd7a5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 18 15:23:41 2010 +0100

    Better debug for killswitch code
    
    Print out strings, rather than indices that we'd need to
    look up every time.

 lib/bluetooth-killswitch.c |   29 ++++++++++++++++++++++++-----
 1 file changed, 24 insertions(+), 5 deletions(-)

commit 08ee0f76d62a33580907c00ff59a4f2ab650fc39
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 17 23:05:37 2010 +0100

    Port nautilus-sendto plugin to GSettings

 configure.ac                                  |    2 +-
 sendto/Makefile.am                            |   10 ++++++++-
 sendto/gnome-bluetooth-nst                    |    2 ++
 sendto/nautilus-sendto-plugin.c               |   28 +++++++++++--------------
 sendto/org.gnome.Bluetooth.nst.gschema.xml.in |    9 ++++++++
 5 files changed, 33 insertions(+), 18 deletions(-)

commit a3de33aa02bb48a120197ce4773266690bfee67d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 17 22:52:06 2010 +0100

    We don't need GConf's GSettings support anymore

 configure.ac |    5 -----
 1 file changed, 5 deletions(-)

commit 26ecf5d05a6726555a3877d395da140453186c0b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 17 22:50:36 2010 +0100

    Update the soname
    
    We broke the API quite some time ago by moving and adding
    BluetoothClient columns.

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

commit 8fb47ea30527cfc526c98ec9f5b780a836c3abc1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 17 22:49:14 2010 +0100

    Port bluetooth-properties to the new control-center
    
    We do not cut down the exports to g_io_module_* functions
    otherwise the use of private BluetoothClient functions will fail.

 configure.ac                                  |    5 +-
 properties/Makefile.am                        |   16 +-
 properties/bluetooth-properties.1             |   29 ---
 properties/bluetooth-properties.desktop.in.in |    4 +-
 properties/cc-bluetooth-panel.c               |  191 +++++++++++++++++
 properties/cc-bluetooth-panel.h               |   60 ++++++
 properties/main.c                             |  274 -------------------------
 7 files changed, 268 insertions(+), 311 deletions(-)

commit d8b636210411920fa5cc35c73b245e00c621c089
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 17 18:18:57 2010 +0100

    Move --dump-devices option to applet
    
    As the properties soon will not be a stand-alone application.

 applet/main.c |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

commit 6cdcc7a2591480d14a7b4f5d6fb99328a7354c4c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 17 18:01:21 2010 +0100

    Compile with sealed members
    
    Fix compilation with -DGSEAL_ENABLE.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=621909

 moblin/moblin-copy-n-paste/koto-cell-renderer-pixbuf.c |    2 +-
 moblin/moblin-copy-n-paste/mux-banner.c                |    6 ++++--
 moblin/moblin-copy-n-paste/mux-cell-renderer-text.c    |    2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

commit c9a6cd7e40659937f389871b6018d74fa21eae1b
Author: Akom C <knight2000@gmail.com>
Date:   Tue Jun 15 17:55:10 2010 +0700

    Updated Thai translation.

 po/th.po |  239 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 146 insertions(+), 93 deletions(-)

commit c380e9c39f1cc90f40db3b77e82d9a9a906f3f16
Author: A S Alam <aalam@users.sf.net>
Date:   Mon Jun 14 08:27:08 2010 +0530

    update Translation for Applicaiton, Added Translation for Docs

 help/ChangeLog   |    5 +
 help/Makefile.am |    2 +-
 help/pa/pa.po    |  526 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 po/pa.po         |  249 +++++++++++++++-----------
 4 files changed, 677 insertions(+), 105 deletions(-)

commit d21e2e291e569787941e80713b19f6dc749e948e
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jun 13 18:19:13 2010 +0200

    Updated Galician translations

 po/gl.po |  172 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 84 insertions(+), 88 deletions(-)

commit 3907f75e7398ff847020f271fbf0eef9288fdd55
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Mar 23 17:10:12 2010 +0000

    Support symbolic icons in applet
    
    https://bugzilla.gnome.org/show_bug.cgi?id=613717

 applet/notify.c |   27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

commit 9efbc7fa78325421edd7f62349c86af5a393b424
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Jun 3 16:24:31 2010 +0300

    Updated Hebrew translation.

 po/he.po |  462 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 250 insertions(+), 212 deletions(-)

commit 4c66b89c101ec1877bc6b4f1ce2bdf5074b8e3d9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 2 16:37:53 2010 +0100

    Use dconf by default
    
    By telling it not to use gconf. Easy.

 applet/main.c     |    2 --
 properties/main.c |    2 --
 2 files changed, 4 deletions(-)

commit 17d03fffb741ac637041e4d315a22f0d6fb716cf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 26 15:33:37 2010 +0100

    Update for latest GSettings build changes

 configure.ac           |    4 ++--
 properties/Makefile.am |    8 ++------
 2 files changed, 4 insertions(+), 8 deletions(-)

commit 01088eac7adca5344c510ccdd03b7393733050c6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 26 15:24:15 2010 +0100

    Don't fail to browse the device if already mounted
    
    We don't need to have an error if the device is already mounted,
    just show it already!

 applet/main.c |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit b35f6f670884543004e586ebe2572b7272a86242
Author: noch <norayr@arnet.am>
Date:   Mon May 24 16:19:21 2010 +0500

    Modified LINGUAG.

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 49f8aaa1924bc6afca58b13b4ef492afced0d594
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun May 23 19:55:02 2010 +0200

    Update Czech translation by Marek Cernocky

 po/cs.po |  228 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 142 insertions(+), 86 deletions(-)

commit 825a95ef2eb9151b3a930e13c565f7efdcf79095
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Thu May 20 14:54:09 2010 +0300

    Estonian translation updated

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

commit 59f298fe41b01506d58c714cc366d98a812ca3af
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Wed May 12 18:41:13 2010 -0400

    Updated Shavian transliteration

 po/en@shaw.po |  570 +++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 457 insertions(+), 113 deletions(-)

commit ab20261a9d8b03cbc1d70e611f501a15b198a003
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun May 2 18:45:21 2010 +0100

    Add pin code for BT-GPS8 JENTRO
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617371

 wizard/pin-code-database.xml |    3 +++
 1 file changed, 3 insertions(+)

commit 41c164796de5dcbf9265a915a3ca2d5d47a0f5a7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun May 2 18:44:06 2010 +0100

    Add major class output to test-class

 lib/test-class.c |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 8497724f832e46fac53f747a1f2f1373721fe5bd
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun May 2 14:52:31 2010 +0200

    Updated German translation

 po/de.po |  248 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 158 insertions(+), 90 deletions(-)

commit 454b8c3457e1314234f4ede74fe9b582c8b6d36e
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat May 1 20:44:31 2010 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  217 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 131 insertions(+), 86 deletions(-)

commit d9e4d0841c2f12b064721592a792c26aa5e73180
Author: Torstein Adolf Winterseth <kvikende@fsfe.org>
Date:   Sat May 1 09:03:51 2010 +0200

    Added Norwegian Nynorsk translation

 po/LINGUAS |    1 +
 po/nn.po   |  849 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 850 insertions(+)

commit 9933979d86066f8eb130780485b6d5c7decc4ae6
Author: Norayr Chilingaryan <norayr@arnet.am>
Date:   Wed Apr 28 05:24:07 2010 -0700

    Updated Armenian translation.

 po/hy.po |  868 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 868 insertions(+)

commit aa265985a97d6f33ae3bfa3560fb1d53d0947bc1
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Mon Apr 26 08:00:27 2010 +0300

    Estonian translation updated

 po/et.po |   99 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 75 insertions(+), 24 deletions(-)

commit aa7236c5677830f0963e877e0ada3d94b33cf5ab
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sun Apr 25 19:38:46 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  233 ++++++++++++++++++++++++++++++++++++----------------------
 po/zh_TW.po |  235 +++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 291 insertions(+), 177 deletions(-)

commit e01a7a6783900e3c56319abcb9ade891e062e9fb
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Sat Apr 24 21:10:08 2010 +0300

    Updated Latvian translation.

 po/lv.po |  649 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 396 insertions(+), 253 deletions(-)

commit edfd6ad7da73cf08b97b0e4e6f478c5f38a2d55b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 23 12:04:01 2010 +0100

    Update convert dir for latest GConf changes

 properties/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bb64595456380412e5db9704f530136c6eca4ffb
Author: Akom C <knight2000@gmail.com>
Date:   Fri Apr 23 17:19:10 2010 +0700

    Updated Thai translation.

 help/th/th.po |   99 ++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 80 insertions(+), 19 deletions(-)

commit f4809a0168def0285791ebdc0b6b0523599d4481
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Wed Apr 21 23:50:07 2010 +0200

    Added Catalan (Valencian) translation

 po/LINGUAS        |    1 +
 po/ca@valencia.po | 1342 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1343 insertions(+)

commit bdc7ecc044cb7ba5ab4313d520925d7b39e5966c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Apr 21 20:50:20 2010 +0100

    Fix the show-icon mapping for the data conversion

 properties/gnome-bluetooth |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c04be98f1528d3de091b9125bdb78d21c4263a52
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Apr 21 20:50:05 2010 +0100

    Force the gconf GSettings backend in the applet

 applet/main.c |    2 ++
 1 file changed, 2 insertions(+)

commit f18312fc23805a0dd698cc9eafb4f124681fbf0e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Apr 21 16:51:08 2010 +0100

    GSettings changes for latest code

 configure.ac                                  |    4 +---
 po/POTFILES.in                                |    1 +
 properties/Makefile.am                        |   11 ++++++++---
 properties/main.c                             |    2 +-
 properties/org.gnome.Bluetooth.gschema.xml.in |    9 +++++++++
 5 files changed, 20 insertions(+), 7 deletions(-)

commit 47662e89317e5078a51ecf2240165043bca2acf3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 20 17:04:21 2010 +0100

    Port applet to GSettings

 applet/main.c |   46 ++++++++++++++--------------------------------
 1 file changed, 14 insertions(+), 32 deletions(-)

commit 2e0a63705df026993f3741c491ce258876dca729
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 20 15:44:31 2010 +0100

    Port properties to GSettings

 .gitignore                              |    1 +
 configure.ac                            |   15 +-
 po/POTFILES.in                          |    2 -
 properties/Makefile.am                  |   26 +-
 properties/bluetooth-manager.schemas.in |   17 -
 properties/gconf-bridge.c               | 1259 -------------------------------
 properties/gconf-bridge.h               |  116 ---
 properties/gnome-bluetooth              |    2 +
 properties/main.c                       |   17 +-
 9 files changed, 30 insertions(+), 1425 deletions(-)

commit efbb0fb19b9253ce7b3e083b19181593ca18e10c
Author: Ross Burton <ross@linux.intel.com>
Date:   Mon Apr 19 15:27:59 2010 +0100

    meego: clean up PIN selection logic (#322)

 moblin/moblin-panel.c |   73 ++++++++++++++++++-------------------------------
 moblin/pin.ui         |   21 +++++++++++---
 2 files changed, 44 insertions(+), 50 deletions(-)

commit 9719157d7d46a7401e30b8a8dbfca58a725be5c6
Author: Ross Burton <ross@linux.intel.com>
Date:   Mon Apr 19 14:25:21 2010 +0100

    meego: always show the summary page (#317)

 moblin/moblin-panel.c |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

commit aa16c2091b05049aa4e07528662f68e7954105f3
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Apr 19 14:52:26 2010 +0200

    Updated Slovenian translation

 po/sl.po |  230 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 151 insertions(+), 79 deletions(-)

commit 4453dc1ab08f9bd4c933c113bde5c17d8af2155f
Author: Olav Vitters <olav@vitters.nl>
Date:   Sun Apr 18 11:45:16 2010 +0200

    Fix doap file

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

commit 93061ea595cccbb64d0d6b3cb19d8f757d9917ee
Author: Francisco Diéguez <fran.dieguez@mabishu.com>
Date:   Sat Apr 17 22:03:34 2010 +0200

    Updated Galician translations

 po/gl.po |  196 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 128 insertions(+), 68 deletions(-)

commit ff8e15d4746eac8a025c15e27043b26c05ed41b3
Author: Ahmed Noor Kader Mustajir Md Eusoff <sir.ade@gmail.com>
Date:   Sat Apr 17 14:02:52 2010 +0200

    Updated Malay Translation

 po/ms.po |  337 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 183 insertions(+), 154 deletions(-)

commit 4d20486f6b65d4ead64f7037aa828238f3c4a92f
Author: Andika Triwidada <andika@gmail.com>
Date:   Sat Apr 17 18:31:31 2010 +0700

    Updated Indonesian translation

 po/id.po |  130 ++++++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 96 insertions(+), 34 deletions(-)

commit 399a849a4d8306a2182fca564de6f8d30161c390
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Apr 16 18:49:43 2010 +0200

    Updated Spanish translation

 po/es.po |   95 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 47 deletions(-)

commit 00961bced41c027ff27688bed160ad12c36defb4
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Apr 16 18:38:40 2010 +0200

    Updated Spanish translation

 po/es.po |  200 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 131 insertions(+), 69 deletions(-)

commit 835cc99013f412ce68b570d0e9ce9613ba36ed44
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Apr 16 17:20:55 2010 +0100

    Move the Add New Device button to the banner

 moblin/moblin-panel.c |   19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

commit 0c51a4adf66a6075e1d5480c1991b1878fe766ca
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Apr 16 16:30:13 2010 +0100

    meego: redesign the Add New Device page

 moblin/moblin-panel.c |   67 ++++++++++++++++++++++++++++++++++---------------
 1 file changed, 47 insertions(+), 20 deletions(-)

commit ad4bc18f3dccfc2d832e2786844bf0e354e6090e
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Apr 16 16:15:40 2010 +0100

    meego: clean up padding in the main page

 moblin/moblin-panel.c |   30 +++++++++++++++++++++---------
 1 file changed, 21 insertions(+), 9 deletions(-)

commit 892b32df3282b2a41c67192970669d1f43b2aca0
Author: Ross Burton <ross@linux.intel.com>
Date:   Thu Apr 15 11:23:06 2010 +0100

    Move the Add New Device button

 moblin/moblin-panel.c |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 95911a704484a1d5512e18a6b50dab816d9f2ca8
Author: Ross Burton <ross@linux.intel.com>
Date:   Thu Apr 1 23:12:01 2010 +0100

    Initial start of redesign work

 moblin/moblin-panel.c |   36 ++++++++++++++++++++++--------------
 1 file changed, 22 insertions(+), 14 deletions(-)

commit da80cc9413dd0826a4f492dd74c1e2ff697a873f
Author: Ross Burton <ross@linux.intel.com>
Date:   Thu Apr 1 22:33:23 2010 +0100

    Add MuxBanner, copied from carrick

 moblin/moblin-copy-n-paste/Makefile.am  |    4 +-
 moblin/moblin-copy-n-paste/mux-banner.c |  106 +++++++++++++++++++++++++++++++
 moblin/moblin-copy-n-paste/mux-banner.h |   70 ++++++++++++++++++++
 3 files changed, 179 insertions(+), 1 deletion(-)

commit d28ce61441b0b76f34bc857a9fd2c543ebff54da
Author: Ross Burton <ross@linux.intel.com>
Date:   Thu Apr 15 17:00:06 2010 +0100

    meego: try to keep the size of the visibility label constant

 moblin/moblin-panel.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 51cdcb2d77b055cedb1a06343325772f2f40cc0b
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Fri Apr 16 16:23:45 2010 +0300

    Add Finnish help by Kaarina Sauna-aho, work time donated by Nomovok Ltd.

 help/Makefile.am |    2 +-
 help/fi/fi.po    |  645 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 646 insertions(+), 1 deletion(-)

commit e1eda3c2c25e1df65210091113eaeab03ab2fd8d
Author: Ross Burton <ross@linux.intel.com>
Date:   Thu Apr 1 23:02:13 2010 +0100

    Don't enforce MeeGo theme

 moblin/main.c |    6 ------
 1 file changed, 6 deletions(-)

commit 1b43fefcdfbba57c19cab1dae214c3378b454a6d
Author: Ross Burton <ross@linux.intel.com>
Date:   Thu Apr 1 11:02:23 2010 +0100

    Add a banner to the meego panel

 moblin/main.c |   38 ++++++++++++++++++++++++++++++--------
 1 file changed, 30 insertions(+), 8 deletions(-)

commit 2768736fe0890f1eba68d12677a00a9673283fd5
Author: Ross Burton <ross@linux.intel.com>
Date:   Wed Mar 31 12:55:58 2010 +0100

    Update ignores

 .gitignore |   22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

commit be1a90f37398ca08768fbd31f1c68467c0648e82
Author: Ross Burton <ross@linux.intel.com>
Date:   Wed Mar 31 11:14:22 2010 +0100

    Remove styles duplicated from mutter (MB#265)

 moblin/theme/bluetooth-panel.css.in |   13 -------------
 1 file changed, 13 deletions(-)

commit b0e9821c1f9ac00b78f8006134282c071c99dfad
Author: Ross Burton <ross@linux.intel.com>
Date:   Thu Feb 25 16:00:48 2010 +0000

    Ignore make_discoverable requests if we have no BT

 moblin/moblin-panel.c |    3 +++
 1 file changed, 3 insertions(+)

commit 4cfaa8c319fe3a8c316e3374ebbed282fd5f6e95
Author: Ross Burton <ross@linux.intel.com>
Date:   Thu Feb 25 16:00:36 2010 +0000

    Make the visible button insensitive if we have no BT

 moblin/moblin-panel.c |    3 +++
 1 file changed, 3 insertions(+)

commit ff14fef9ec285bd2445c759216efb770677dad9a
Author: Ross Burton <ross@linux.intel.com>
Date:   Thu Feb 25 15:56:04 2010 +0000

    Don't display strings such as 2 minutes 0 seconds, just show 2 minutes

 moblin/moblin-panel.c |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 4ce7991d8ecef27542b797c884caf22dc4b8905f
Author: Ross Burton <ross@linux.intel.com>
Date:   Thu Feb 25 13:33:17 2010 +0000

    Display the time remaining in human-readable form

 moblin/moblin-panel.c |   69 ++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 59 insertions(+), 10 deletions(-)

commit 4729b540fd3073fae8053a9856c3068c0ae7e6b4
Author: Ross Burton <ross@linux.intel.com>
Date:   Thu Feb 25 13:29:37 2010 +0000

    Print error if cannot set discoverable

 lib/bluetooth-client.c |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

commit c28470c9d76f62c235dfbb339998c8b47182abdf
Author: Ross Burton <ross@linux.intel.com>
Date:   Mon Feb 22 08:02:38 2010 +0000

    Make the timeout to bluetooth_client_set_discoverable an argument

 applet/main.c                  |    2 +-
 lib/bluetooth-client-private.h |    3 ++-
 lib/bluetooth-client.c         |   26 ++++++++++++++++----------
 properties/adapter.c           |    2 +-
 4 files changed, 20 insertions(+), 13 deletions(-)

commit 997b186fd1b07c27b3b8c5f9ece33c91179c03c0
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Feb 19 16:36:15 2010 +0000

    Make the host discoverable for two minutes when opening the panel

 moblin/main.c         |   17 ++++++++++---
 moblin/moblin-panel.c |   68 +++++++++++++++++++++++++++++++++++++++++++++++--
 moblin/moblin-panel.h |    5 ++--
 3 files changed, 83 insertions(+), 7 deletions(-)

commit 8d7355ab648b4558466bbcd9ededd2e37420a84b
Author: Ross Burton <ross@linux.intel.com>
Date:   Wed Feb 3 10:42:25 2010 +0000

    Move the bluetooth panel binary to libexecdir

 configure.ac                                           |    3 +++
 moblin/Makefile.am                                     |   10 ++--------
 moblin/bluetooth-panel.desktop.in.in                   |    2 +-
 moblin/org.moblin.UX.Shell.Panels.bluetooth.service.in |    2 +-
 4 files changed, 7 insertions(+), 10 deletions(-)

commit b23806164b4f46ec4f6db43ea9c8ec52b5e516c0
Author: Ross Burton <ross@linux.intel.com>
Date:   Mon Jan 25 17:22:24 2010 +0000

    Use the powerswitch instead of the killswitch

 moblin/moblin-panel.c |   67 +++++++++++++------------------------------------
 1 file changed, 18 insertions(+), 49 deletions(-)

commit bb8843029674bd9107462019fb5d2997bee9feb3
Author: Ross Burton <ross@linux.intel.com>
Date:   Mon Jan 25 17:22:03 2010 +0000

    Add a bluez-backed power switch implementation

 moblin/Makefile.am             |    4 +-
 moblin/bluetooth-powerswitch.c |  216 ++++++++++++++++++++++++++++++++++++++++
 moblin/bluetooth-powerswitch.h |   76 ++++++++++++++
 3 files changed, 295 insertions(+), 1 deletion(-)

commit 8feb90bdab20ea579ac1b371e714b55999be48b3
Author: Javier Jardón <jjardon@gnome.org>
Date:   Mon Apr 5 17:32:40 2010 +0200

    Remove deprecated Encoding key from .desktop file

 moblin/bluetooth-panel.desktop.in.in |    1 -
 1 file changed, 1 deletion(-)

commit 0bb01edc1e5ce4b2bc057f4eda6e25ba58a59987
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Apr 5 01:10:53 2010 +0200

    Add Czech help translation by Marek Cernocky

 help/Makefile.am                         |    2 +-
 help/cs/cs.po                            |  363 ++++++++++++++++++++++++++++++
 help/cs/figures/bluetooth-applet.png     |  Bin 0 -> 31377 bytes
 help/cs/figures/bluetooth-properties.png |  Bin 0 -> 47380 bytes
 help/cs/figures/bluetooth-wizard.png     |  Bin 0 -> 41743 bytes
 5 files changed, 364 insertions(+), 1 deletion(-)

commit 6d649e64ad5be20f4f5fdaefc7276da960f4d518
Author: Andika Triwidada <andika@gmail.com>
Date:   Sat Apr 3 18:52:24 2010 +0700

    Updated Indonesian translation

 po/id.po |  416 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 256 insertions(+), 160 deletions(-)

commit 3ff3d4fa9abbda76d42aad34c73218b542fb8953
Author: Jordi Serratosa <jordis.lists@gmail.com>
Date:   Fri Apr 2 17:31:22 2010 +0200

    Fixes to Catalan translation

 po/ca.po |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit 166fd14d4d39d691383380a017f784ed1139596a
Author: Wouter Bolsterlee <wbolster@gnome.org>
Date:   Wed Mar 31 00:59:10 2010 +0200

    Dutch translation updated by Wouter Bolsterlee

 po/nl.po | 1161 ++++++++++++++++++++------------------------------------------
 1 file changed, 373 insertions(+), 788 deletions(-)

commit 933561a63c00601fe0d32d385984afc0557567c5
Author: Claude Paroz <claude@2xlibre.net>
Date:   Tue Mar 30 20:42:52 2010 +0200

    [help] Updated French translation
    
    Thanks Baptiste Mille-Mathias for the screenshots!

 help/fr/figures/bluetooth-applet.png     |  Bin 0 -> 24762 bytes
 help/fr/figures/bluetooth-properties.png |  Bin 0 -> 21241 bytes
 help/fr/figures/bluetooth-wizard.png     |  Bin 0 -> 21055 bytes
 help/fr/fr.po                            |   96 +++++++++++++++++++++++++-----
 4 files changed, 82 insertions(+), 14 deletions(-)

commit 9f12b2994919a2ca107bd3c1361a58ad24a85557
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Tue Mar 30 22:46:46 2010 +0900

    Updated Japanese translation by Hideki Yamane.
    Reviewed and additional translation by Takayuki KUSANO.

 po/ja.po |  731 ++++++++++++++++++++++----------------------------------------
 1 file changed, 254 insertions(+), 477 deletions(-)

commit c7d984c27132b6d3144f38bbdc1b72200e7350e6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Mar 29 17:14:54 2010 +0100

    2.30.0

 NEWS         |    4 ++++
 configure.ac |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 34fc1547306b9e06ca6d00147abb570b06640bb9
Author: Ahmed Noor Kader Mustajir Md Eusoff <sir.ade@gmail.com>
Date:   Mon Mar 29 15:24:13 2010 +0300

    Updated Malay translation for gnome-bluetooth

 po/ms.po | 1055 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 663 insertions(+), 392 deletions(-)

commit f86f06d889ae47172d169cb7b89dab01fb7d963d
Author: Žygimantas Beručka <zygis@gnome.org>
Date:   Sun Mar 28 18:17:40 2010 +0300

    Updated Lithuanian translation

 po/lt.po |  476 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 313 insertions(+), 163 deletions(-)

commit d8776775c8d5eb6aea3f50110773ae4bcfd0c877
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Mar 28 11:17:41 2010 +0000

    Updated Hungarian translation

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

commit 3cea53f660237eb8c8fa55f12877b547100b7d9d
Author: Nikos Bakaoukas <nikolaosx1@gmail.com>
Date:   Sat Mar 27 17:53:07 2010 +0200

    Updated Greek translation for gnome-bluetooth

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

commit ce728b94fd1071baf07ac173343495d91cd7b941
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Sat Mar 27 21:36:54 2010 +0600

    Updated Bengali translation

 po/bn.po |  156 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 79 insertions(+), 77 deletions(-)

commit 34fb2d606826748cd651ca16a82c58e04dd66968
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sat Mar 27 16:15:07 2010 +0100

    Updated Danish translation

 po/da.po |  465 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 289 insertions(+), 176 deletions(-)

commit bae58edcccd3d27fa94fc403a61c267c9d50da7d
Author: Praveen Arimbrathodiyil <pravi.a@gmail.com>
Date:   Sat Mar 27 17:11:28 2010 +0530

    Malayalam translation updated by Praveen Arimbrathodiyil

 po/ml.po |  225 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 98 insertions(+), 127 deletions(-)

commit 444ead11b3284a123e2494dac3cbdd71805e7fd5
Author: parimbra <parimbra@redhat.com>
Date:   Fri Mar 26 19:28:08 2010 +0530

    Rine Joseph and Ani Peter updated Malayalam translation

 po/ml.po |  486 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 328 insertions(+), 158 deletions(-)

commit 272d1df549095648bc0e3deb4a621e14220ce996
Author: Marios Zindilis <m.zindilis@dmajor.org>
Date:   Fri Mar 26 23:01:53 2010 +0200

    Updated Greek translation for gnome-bluetooth documentation

 help/el/el.po |  107 +++++++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 93 insertions(+), 14 deletions(-)

commit 4b5b54e7fd1b0716611c44a9b27b4e4abefbbff8
Author: Nikos Bakaoukas <nikolaosx1@gmail.com>
Date:   Fri Mar 26 22:52:46 2010 +0200

    Updated Greek translation for gnome-bluetooth

 po/el.po |  278 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 120 insertions(+), 158 deletions(-)

commit 41ff2bbb53c7bc6d4b126d27e87e3de90faaaa6b
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Fri Mar 26 18:22:51 2010 +0200

    Updated Ukrainian translation

 po/uk.po |   98 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 51 insertions(+), 47 deletions(-)

commit f8bba5780dc02ce6411061a027a7d331c6e14ec4
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Fri Mar 26 10:22:47 2010 +0200

    3 more strings translated.

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

commit 27d612dfdadcfd5cf2c274e0f4cc8be85bddafc4
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Fri Mar 26 10:03:32 2010 +0200

    Updated Finnish translation.

 po/fi.po |  926 ++++++++++++++++++++------------------------------------------
 1 file changed, 302 insertions(+), 624 deletions(-)

commit 2a10ca4aa9c879e03ce7bbcfa7a340fe7685e0ba
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Mar 25 00:43:21 2010 +0000

    Add PIN code for Navman GPS One
    
    https://bugzilla.gnome.org/show_bug.cgi?id=613698

 wizard/pin-code-database.xml |    3 +++
 1 file changed, 3 insertions(+)

commit da7d9b847b0c66ecbb34ff8ba400caac9b4d445d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Mar 23 17:09:47 2010 +0000

    Add video type to documentation

 docs/reference/libgnome-bluetooth/tmpl/bluetooth-enums.sgml |    1 +
 1 file changed, 1 insertion(+)

commit b31aef98a1eb481db23790edcaf84e3db803c67d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Mar 23 15:51:54 2010 +0000

    Fix small memory leak on killswitch removal

 lib/bluetooth-killswitch.c |    1 +
 1 file changed, 1 insertion(+)

commit 9cb411c0b80d05a15015dbdd03f3dd14ed03440c
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Tue Mar 23 12:16:17 2010 +0100

    Updated Basque language

 po/eu.po |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 79b0f96d6486424bfd313fdf200c3168ba227820
Author: A S Alam <aalam@users.sf.net>
Date:   Tue Mar 23 08:19:57 2010 +0530

    Updating for Punjabi by A S Alam

 po/pa.po |  551 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 337 insertions(+), 214 deletions(-)

commit 3a19a1a87b5e22e2a0753319460d1f773a4bd768
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Sat Mar 20 11:12:39 2010 +0200

    Update Russian translation from Юрий Козлов

 po/ru.po |   33 +++++++++++++++------------------
 1 file changed, 15 insertions(+), 18 deletions(-)

commit 15f1abf4df435b9cad3c61fc70f13d111988484d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 20 17:37:48 2010 +0900

    Updated Korean translation

 po/ko.po |  445 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 276 insertions(+), 169 deletions(-)

commit d252a877550958a3c1ab33fdcb7ed7bcd18e6443
Author: Francesco Marletta <francesco.marletta@tiscali.it>
Date:   Thu Mar 18 22:14:12 2010 +0100

    Updated Italian translation

 po/it.po |  469 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 302 insertions(+), 167 deletions(-)

commit e7879d270ff1982f9b157405960a0404674e0854
Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Date:   Wed Mar 17 22:24:48 2010 +0100

    Update the bluetooth-sendto man page
    
    https://bugzilla.gnome.org/show_bug.cgi?id=613197

 sendto/bluetooth-sendto.1 |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit 90fd3fe904761553a7bba811b42101581b87cba7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Mar 17 15:35:34 2010 +0000

    Add a11y name to the applet
    
    https://bugzilla.gnome.org/show_bug.cgi?id=613162

 applet/notify.c |    2 ++
 1 file changed, 2 insertions(+)

commit b00c017a0b3947d84b71d6cf55709360ef83ae3b
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Wed Mar 17 23:16:53 2010 +0000

    Updated Portuguese translation

 po/pt.po |  438 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 280 insertions(+), 158 deletions(-)

commit f3ef1afed22c45bb8a0c164aa05306f25ab7d5a6
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Mar 13 16:51:23 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

commit a56cf90861d5344868b76c740233722225d7f655
Author: Xandru Armesto Fernandez <xandru@softastur.org>
Date:   Fri Mar 12 17:26:10 2010 +0100

    Updated asturian translation

 po/ast.po |  208 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 98 insertions(+), 110 deletions(-)

commit eef29da68f7fb06c7be549aec06fbbfa407d7f57
Author: Xandru Armesto Fernandez <xandru@softastur.org>
Date:   Fri Mar 12 17:24:07 2010 +0100

    Updated asturian translation

 po/ast.po |  872 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 872 insertions(+)

commit 33e896436719b7cb465aefbabf31064136cb8c2f
Author: Xandru Armesto Fernandez <xandru@softastur.org>
Date:   Fri Mar 12 17:23:47 2010 +0100

    Added asturian language

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 874187712486cc10d1ce7205d4b33229cdff646d
Author: David Planella <david.planella@gmail.com>
Date:   Mon Mar 8 18:48:35 2010 +0100

    Updated Catalan translation

 po/ca.po |  414 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 240 insertions(+), 174 deletions(-)

commit 2a24143aec1ea96d9fbfe5b0e0bc2736743d665e
Author: Miloš Popović <mpopovic@src.gnome.org>
Date:   Sun Mar 7 17:46:00 2010 +0100

    Updated Serbian translations

 po/sr.po       |  533 +++++++++++++++++++++++++++++++++-----------------------
 po/sr@latin.po |  533 +++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 636 insertions(+), 430 deletions(-)

commit dd73151ad5e1bdd8cabd50dd5729a148c7ce27b1
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Sat Mar 6 19:05:41 2010 +0200

    Updated Russian translation

 po/ru.po |  384 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 226 insertions(+), 158 deletions(-)

commit a9b2337ffc9f8686fd8a6053aa962298cae4604f
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
Date:   Sat Mar 6 19:49:03 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

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

commit 1980fae36df44e33b308480e176b2f6b96ab7859
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Mar 5 11:42:00 2010 +0100

    Updated Hungarian translation

 po/hu.po |  254 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 136 insertions(+), 118 deletions(-)

commit edda1cd4c14dc967fd16e18de7785961d8e639c0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 5 10:37:46 2010 +0000

    Fix run-time warning

 applet/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ab760c87433cc0976ae14ffb7dba556bb1afb1d5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 5 10:36:53 2010 +0000

    Fix possible loop in the discoverable code
    
    Which could happen on resume, and switch between discoverable
    on/off at a very high speed.

 applet/main.c |   11 +++++++++++
 1 file changed, 11 insertions(+)

commit 44021b4c33d7b3d94e3660d08dd81227b6f3de91
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Fri Mar 5 00:13:22 2010 +0100

    Update Galician translation

 po/gl.po |   38 ++++++++++++++------------------------
 1 file changed, 14 insertions(+), 24 deletions(-)

commit ebed13b8a341959321ffb4a57b26882bbaeba582
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Thu Mar 4 23:20:33 2010 +0100

    Updated Basque language

 po/eu.po |  421 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 265 insertions(+), 156 deletions(-)

commit d7b6232357578d5b70065025990c1c5409c18d47
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Wed Mar 3 20:29:54 2010 +0200

    Updated Arabic translation

 po/ar.po |  456 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 289 insertions(+), 167 deletions(-)

commit 311dafbb4e48546e8cbe49ff6f51ee99c9cabec0
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed Mar 3 10:44:54 2010 +0200

    Estonian translation updated

 po/et.po |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit 7efda4bb20ecb6357f532c73d94d849852852af7
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Mar 2 13:17:09 2010 +0100

    Update Czech translation

 po/cs.po |  166 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 76 insertions(+), 90 deletions(-)

commit 0df28faab5070d4dc8058e0f549520a6c40035c8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Mar 2 10:53:38 2010 +0000

    Fix getting device properties in geoclue plugin
    
    https://bugzilla.gnome.org/show_bug.cgi?id=611532

 lib/plugins/geoclue.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit fe1004e3a879d8625fb5eb2b321c1aa38e5a9bc3
Author: Claude Paroz <claude@2xlibre.net>
Date:   Mon Mar 1 16:37:51 2010 +0100

    Updated French translation

 po/fr.po |   31 ++++++++++++++++++-------------
 1 file changed, 18 insertions(+), 13 deletions(-)

commit cdb4ac5fc98b7362f79bf3cef70cf58172a11e4c
Author: Daniele Forsi <daniele@forsi.it>
Date:   Sat Feb 27 12:37:11 2010 +0100

    Add moblin/bluetooth-panel.desktop.in and docs/reference/libgnome-bluetooth/version.xml to .gitignore
    
    https://bugzilla.gnome.org/show_bug.cgi?id=611290

 .gitignore |    3 +++
 1 file changed, 3 insertions(+)

commit 18cb3ae84c23d7357baa1cae4effb3b7838a79e8
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Thu Feb 25 23:07:06 2010 +0200

    Estonian translation updated

 po/et.po |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit 9df81bf26cf90882cc539c48333643afb5d612a3
Author: Nikos Charonitakis <nikosx@gmail.com>
Date:   Thu Feb 25 01:20:37 2010 +0200

    Updated Greek translation

 po/el.po |  542 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 352 insertions(+), 190 deletions(-)

commit 0ff81156fe703d0e676c25384df6cc970f3b94a7
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Feb 24 21:32:43 2010 +0000

    Updated British English translation

 po/en_GB.po |   32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

commit 615e59989b371ef9a4e04bda87b1feb8dbb20f1e
Author: Bruce Cowan <bcowan@fastmail.co.uk>
Date:   Wed Feb 24 13:59:10 2010 +0000

    Updated British English translation

 po/en_GB.po |  452 +++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 284 insertions(+), 168 deletions(-)

commit 7e7fbabea05a2faed6257ee35e438084eca24bef
Author: Alexander Shopov <ash@contact.bg>
Date:   Tue Feb 23 08:01:27 2010 +0200

    Updated Bulgarian translation

 po/bg.po |   28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

commit f97e5d392d51f9b112f0e4a5e8f0dc86bc5be8fe
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Mon Feb 22 23:11:18 2010 +0200

    Updated Russian translation

 help/ru/ru.po |   60 +++++++++++++++++++++++----------------------------------
 1 file changed, 24 insertions(+), 36 deletions(-)

commit 2098436d23c39f46b4603b5c891ac1210bc56208
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Mon Feb 22 22:44:58 2010 +0200

    Added Russian translation

 help/Makefile.am |    2 +-
 help/ru/ru.po    |  662 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 663 insertions(+), 1 deletion(-)

commit 59fb4546177900403ba72956fad5bcea17093f3a
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sun Feb 21 17:50:13 2010 +0100

    Updated Polish translation

 po/pl.po |  501 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 307 insertions(+), 194 deletions(-)

commit 048e9e2be981eb5473efc36404e2737ab09b48d9
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Sat Feb 20 22:32:09 2010 +0100

    Updated Galician Translation

 po/gl.po |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit 715baaabd9f1a4cdbc19f793467eccac58610884
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Feb 20 16:04:58 2010 +0100

    Updated Swedish translation

 po/sv.po |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

commit e94258ff79c7b6ead5efe206777e913962118775
Author: vasudeven <agnihot3@gmail.com>
Date:   Thu Feb 18 08:59:52 2010 +0530

    updated Tamil translation

 po/ta.po |   30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

commit 04b800fcbf5ee93efadd6e96d7a5a7d443523415
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Feb 17 16:53:00 2010 +0000

    Fix strings containing “/” not being translated
    
    https://bugzilla.gnome.org/show_bug.cgi?id=608488

 po/af.po         |    8 ++++----
 po/ar.po         |    2 +-
 po/as.po         |    8 ++++----
 po/be.po         |    6 +++---
 po/bg.po         |    4 ++--
 po/bn.po         |    8 ++++----
 po/bn_IN.po      |    8 ++++----
 po/ca.po         |    6 +++---
 po/cs.po         |    4 ++--
 po/da.po         |    6 +++---
 po/de.po         |    6 +++---
 po/el.po         |    8 ++++----
 po/en@shaw.po    |    8 ++++----
 po/en_GB.po      |    8 ++++----
 po/es.po         |    8 ++++----
 po/et.po         |    8 ++++----
 po/eu.po         |    8 ++++----
 po/fi.po         |    8 ++++----
 po/fr.po         |    4 ++--
 po/ga.po         |    4 ++--
 po/gl.po         |    8 ++++----
 po/gu.po         |    8 ++++----
 po/he.po         |   10 +++++-----
 po/hi.po         |    8 ++++----
 po/hu.po         |    4 ++--
 po/id.po         |    4 ++--
 po/it.po         |    4 ++--
 po/ja.po         |    4 ++--
 po/kn.po         |    8 ++++----
 po/ko.po         |    8 ++++----
 po/lt.po         |    6 +++---
 po/lv.po         |    8 ++++----
 po/mai.po        |    4 ++--
 po/ml.po         |    8 ++++----
 po/mr.po         |    8 ++++----
 po/nb.po         |    8 ++++----
 po/nl.po         |    6 +++---
 po/or.po         |    8 ++++----
 po/pa.po         |    8 ++++----
 po/pl.po         |    4 ++--
 po/pt.po         |    6 +++---
 po/pt_BR.po      |    6 +++---
 po/ro.po         |    8 ++++----
 po/ru.po         |    4 ++--
 po/sl.po         |    4 ++--
 po/sr.po         |    4 ++--
 po/sr@latin.po   |    4 ++--
 po/sv.po         |    4 ++--
 po/ta.po         |    8 ++++----
 po/te.po         |   10 +++++-----
 po/th.po         |    8 ++++----
 po/tr.po         |    8 ++++----
 po/uk.po         |    6 +++---
 po/vi.po         |    8 ++++----
 po/zh_CN.po      |    8 ++++----
 po/zh_HK.po      |    6 +++---
 po/zh_TW.po      |    8 ++++----
 wizard/wizard.ui |    2 +-
 58 files changed, 188 insertions(+), 188 deletions(-)

commit c96dfa6813be347f37cf53479c9d32ab011af47a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Feb 17 15:17:29 2010 +0000

    Make BluetoothInput a singleton

 wizard/bluetooth-input.c |   14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

commit 98153bffabed516b7605638658d477737776aaa0
Author: Fran Diéguez <frandieguez@ubuntu.com>
Date:   Mon Feb 15 16:06:49 2010 +0100

    Updated Galician Translation

 po/gl.po |  492 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 311 insertions(+), 181 deletions(-)

commit 2d5de0d22c97d9db2226fac53fb56e74b14765f9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 15 12:48:58 2010 +0000

    2.29.91

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

commit 7ececde24cf05471795ec0f85135fff2181be196
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Mon Feb 15 12:41:45 2010 +0000

    Fix linking with pedantic linkers
    
    Link the input test app against libX11 as well.
    
    See:
    https://bugzilla.redhat.com/show_bug.cgi?id=564964
    
    https://bugzilla.gnome.org/show_bug.cgi?id=609937

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

commit 5fe2da3a4855bd9800624d2808b6f5d82bb8f084
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sat Feb 13 01:27:04 2010 +0200

    Update Romanian translation

 po/ro.po |  271 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 128 insertions(+), 143 deletions(-)

commit d71b074a8b25c3da9c5125fa19f584d637fc2410
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Fri Feb 12 06:01:51 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

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

commit 6eb6aba6b5d21696100c9d8f323417eeff0d9f9e
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sun Feb 7 21:39:11 2010 +0700

    Updated Thai translation.

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

commit 5fcdf9c993a564cc598b2e0d8b34793f9c7a8eb6
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Feb 7 06:45:59 2010 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  474 ++++++++++++++++++++++++++++++++++++----------------------
 po/zh_TW.po |  476 +++++++++++++++++++++++++++++++++++++----------------------
 2 files changed, 593 insertions(+), 357 deletions(-)

commit 99ab4377c9150677b45bff96cd943450d124a527
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri Feb 5 11:40:08 2010 +0100

    Updated German doc translation

 help/de/de.po |  104 +++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 87 insertions(+), 17 deletions(-)

commit 0c1bf53e5c809c088f935f6d0256403c5575265f
Author: Ross Burton <ross@linux.intel.com>
Date:   Thu Feb 4 14:53:22 2010 +0000

    Use Low instead of Late for moblin panel

 moblin/bluetooth-panel.desktop.in.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c838a76f15885e68b0531c2d99dc7385b6284b59
Author: Flamarion Jorge <jorge.flamarion@gmail.com>
Date:   Thu Feb 4 10:54:09 2010 -0300

    Updated Brazilian Portuguese Translation

 po/pt_BR.po |  454 +++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 288 insertions(+), 166 deletions(-)

commit efc6cccf63dd0429823bcb010218561404d88e0c
Author: Ross Burton <ross@linux.intel.com>
Date:   Thu Feb 4 13:24:13 2010 +0000

    Start the moblin panel late

 moblin/bluetooth-panel.desktop.in.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dd372de4d1225321d3e9197be45301579bf5f719
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jan 31 21:49:41 2010 +0100

    Updated German translation

 po/de.po |  113 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 57 insertions(+), 56 deletions(-)

commit aa6275c0748f5afb98c7357fd36080b6c9c0f2df
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Jan 31 20:08:45 2010 +0100

    Updated Norwegian bokmål translation

 po/nb.po |  124 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 63 insertions(+), 61 deletions(-)

commit 7f2143711f70bea602a09e25ebf6ec33fc7a26ff
Author: Ivar Smolin <okul@linux.ee>
Date:   Sat Jan 30 22:20:23 2010 +0200

    Updating Estonian translation

 po/et.po |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

commit 8eb5668cb5b0ed7ab674962a76f96b03bcc6b468
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Jan 30 12:10:52 2010 +0100

    Updated Spanish translation

 po/es.po |  112 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 56 deletions(-)

commit d350a57e08d7a7d632c22a869eaaf2521a9d7eba
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Jan 29 16:21:11 2010 +0000

    Port the Moblin panel to Mx

 configure.ac          |    2 +-
 moblin/main.c         |    2 +-
 moblin/moblin-panel.c |   36 ++++++++++++++++++------------------
 3 files changed, 20 insertions(+), 20 deletions(-)

commit 4c5c706b2a5475634e2f3d1b32302557591657ef
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Jan 29 16:06:52 2010 +0000

    Update the moblin theme for Mx changes

 moblin/theme/bluetooth-panel.css.in |    1 +
 1 file changed, 1 insertion(+)

commit 75d58ef19b2573e7dfb73c323b659653032b9b36
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Jan 29 12:14:09 2010 +0000

    Install the desktop file as an autostart and a panel

 moblin/Makefile.am |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

commit 729186f2ac29b0ae55ec235defe3daed975771b5
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Jan 29 12:13:43 2010 +0000

    Find the moblin panel install directory

 configure.ac |    4 ++++
 1 file changed, 4 insertions(+)

commit 244856ef7bffba698258d88a447359a88048a2fa
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Jan 29 12:10:40 2010 +0000

    Add the moblin-panel magic keys to the desktop file

 moblin/bluetooth-panel.desktop.in.in |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 7cd4d291e649fbce54de15c52eb46b967da2491a
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Jan 29 12:10:12 2010 +0000

    Use the defined theme directory

 moblin/main.c            |    4 +---
 moblin/theme/Makefile.am |    3 +--
 2 files changed, 2 insertions(+), 5 deletions(-)

commit e123bfa2a96580b750e33840c130b71e4bdd2f41
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Jan 29 12:09:55 2010 +0000

    Define and expand the Moblin theme directory

 configure.ac |    3 +++
 1 file changed, 3 insertions(+)

commit 5b4131fc0c924fc371d2dd230786f0589df9d9ed
Author: Ross Burton <ross@linux.intel.com>
Date:   Fri Jan 29 12:09:41 2010 +0000

    Add AS_AC_EXPAND to acinclude.m4

 acinclude.m4 |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

commit 91bc525cab7059e0a46bfe5b9a31e46704ce2eba
Author: Ross Burton <ross@linux.intel.com>
Date:   Thu Jan 28 17:14:51 2010 +0000

    Don't show the moblin-panel window on startup

 moblin/main.c |    1 -
 1 file changed, 1 deletion(-)

commit 2e4031bc7068b74e01792b313d03e62c0c803df3
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Jan 28 20:43:49 2010 +0100

    Updated Slovenian translation

 po/sl.po |  122 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 61 insertions(+), 61 deletions(-)

commit 478970bb10243f3789932694dcc6963573125b5e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 26 15:56:51 2010 +0000

    Add VideoSource UUID

 lib/bluetooth-client.c |    2 ++
 1 file changed, 2 insertions(+)

commit 82e699396bb7ce2702975d32042578fc0ef5b899
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 26 15:47:48 2010 +0000

    Add video type devices

 lib/bluetooth-client.c |    6 ++++++
 lib/bluetooth-enums.h  |    3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

commit aa0e36ab9c5b032a9d8cb8d7072eaf827c541988
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Fri Jan 22 11:36:53 2010 +0600

    Updated Bengali translation

 po/bn.po |  453 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 302 insertions(+), 151 deletions(-)

commit 85768e77fe3144bc3b5cfab6985560c788dd9bca
Author: vasudeven <agnihot3@gmail.com>
Date:   Thu Jan 21 13:28:23 2010 +0530

    updated Tamil translation

 po/ta.po |  317 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 201 insertions(+), 116 deletions(-)

commit f6b6b340368dc3ca4f933af1567e0693920b93d0
Author: William Jon McCann <jmccann@redhat.com>
Date:   Mon Jan 18 13:06:57 2010 -0500

    Change the properties capplet to be in the Network category
    
    Bluetooth is really a wireless network.  We should add cross
    references to this network setup from the existing hardware
    settings panels (eg. keyboard).

 properties/bluetooth-properties.desktop.in.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b99af016c2ecc2e5ce26a7ca7e639281c5afa33b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 12 11:08:14 2010 +0000

    Only require automake 1.8
    
    https://bugzilla.gnome.org/show_bug.cgi?id=606696

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

commit 592b213973d07b51052a9b18496e790a18c19a61
Author: Akom C <knight2000@gmail.com>
Date:   Tue Jan 12 18:06:31 2010 +0700

    Updated Thai translation.

 po/th.po |  243 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 133 insertions(+), 110 deletions(-)

commit 01f03801693b15a8359a264f78458afc2d058f8e
Author: Krasimir Chonov <mk2616@abv.bg>
Date:   Tue Jan 12 10:08:50 2010 +0200

    Updated Bulgarian translation

 po/bg.po |  423 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 258 insertions(+), 165 deletions(-)

commit 445a3665aac6fdcf23665b8ec61b734b18445cb5
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Jan 9 17:02:46 2010 +0100

    Updated Swedish translation

 po/sv.po |  262 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 137 insertions(+), 125 deletions(-)

commit f1910e15b518262c9f3d185c8974185cb068b52f
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jan 9 00:04:19 2010 +0100

    Updated French translation
    
    Contributed by Luc Rebert and Claude Paroz

 po/fr.po |  442 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 279 insertions(+), 163 deletions(-)

commit cdd930b3fc236fb50007a7e46ca48a4d3caf3fcd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 7 17:49:23 2010 +0000

    Remove hard-coded use of nautilus
    
    And hope the user has a file manager installed anyway.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=553083

 applet/main.c |   41 +++++++++++++++++++++++++++++++----------
 1 file changed, 31 insertions(+), 10 deletions(-)

commit 725a53ceaf3ab53401e23c691302636e7f1497ab
Author: Ross Burton <ross@linux.intel.com>
Date:   Wed Jan 6 12:26:19 2010 +0000

    Don't use URIs in the Moblin theme (MB#8918)

 moblin/theme/bluetooth-panel.css.in |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit fd14305946962574c8123b0539fddd02af4a9562
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Mon Jan 4 17:23:38 2010 +0200

    Update Ukrainian translation

 po/uk.po |  458 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 282 insertions(+), 176 deletions(-)

commit dfa3317cb5bfc22e76443a3500b8306f5bfb3e65
Author: Javier Jardón <jjardon@gnome.org>
Date:   Sun Dec 20 20:37:21 2009 +0100

    Use accessor functions instead direct access. Second patch
    
    Partially fixes https://bugzilla.gnome.org/show_bug.cgi?id=587418

 applet/main.c |    9 +++++----
 sendto/main.c |   10 ++++++----
 2 files changed, 11 insertions(+), 8 deletions(-)

commit b8ec8a200aa431534d6a6c10d127825c1fdf7892
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jan 1 13:51:15 2010 +0100

    Update from libgconf-bridge git module
    
    Update copy/paste code from original module.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=587418

 properties/gconf-bridge.c |   66 ++++++++++++++++++++++++++-------------------
 properties/gconf-bridge.h |   10 +++----
 2 files changed, 43 insertions(+), 33 deletions(-)

commit 5fe19ab1f6d8e317c52a3a18a7a7851a51382a8b
Author: Daniele Forsi <daniele@forsi.it>
Date:   Mon Dec 28 23:00:35 2009 +0100

    Make bluetooth_type_to_string() return a translated string
    
    Use the _() macro which calls gettext() instead of the N_() macro that only
    marks strings as translatable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=605631

 lib/bluetooth-client.c |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

commit 0af90ffbcad6aef5c67c9c6fd52bd3e6ea3deb50
Author: Daniele Forsi <daniele@forsi.it>
Date:   Tue Dec 29 00:23:53 2009 +0100

    Make the error alert when gnome-file-share-properties can't be spawned compliant with GNOME HIG
    
    Use a GtkMessageDialog with gtk_message_dialog_format_secondary_text (),
    which is available since GTK+ 2.6.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=605635

 properties/main.c |   26 ++++++++------------------
 1 file changed, 8 insertions(+), 18 deletions(-)

commit 4ef7b7b8a6ddbfe1e5ecce00b633b0fca9e0d8b6
Author: Marek Černocký <marek@manet.cz>
Date:   Wed Dec 30 02:03:41 2009 +0100

    Update Czech translation.

 po/cs.po |  500 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 316 insertions(+), 184 deletions(-)

commit ed4014dc1ee2d500e9129d88c6d6c3bb6bc47fcf
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Dec 29 20:07:55 2009 +0100

    Updated Spanish translation

 help/es/es.po |  100 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 88 insertions(+), 12 deletions(-)

commit a7cb778e119be2d03c05a99c23e368b8735e06aa
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Dec 21 22:42:04 2009 +0100

    Updated Slovenian translation

 po/sl.po |   57 +++++++++++++++++++++++++++++++--------------------------
 1 file changed, 31 insertions(+), 26 deletions(-)

commit 7f5f166c6a51c27188dc85023e1a639ee74e8b4d
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Dec 19 13:43:38 2009 +0100

    Updated Spanish translation

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

commit 1ecba9291f838a127d3c03495c023677f7c49043
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Date:   Sat Dec 19 11:35:45 2009 +0200

    Update Romanian translation

 po/ro.po |  506 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 283 insertions(+), 223 deletions(-)

commit 7013529fdf9573a3a6975d2e72234f108cdba1d4
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Sat Dec 19 00:33:31 2009 +0100

    Updated German translation

 po/de.po |  506 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 313 insertions(+), 193 deletions(-)

commit 505816603ded62f177757d8271f5d2fb380324f9
Author: Ivar Smolin <okul@linux.ee>
Date:   Thu Dec 17 17:51:08 2009 +0200

    Updating Estonian translation

 po/et.po |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit b0fecf09e0374190cadb2570cc562e01a669c596
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Dec 17 09:05:37 2009 +0100

    Updated Slovenian translation

 po/sl.po |  209 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 110 insertions(+), 99 deletions(-)

commit e93e4b110bb9ae98090970e5df84eb52ceb5b3b7
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Dec 15 19:03:05 2009 +0100

    Updated Norwegian bokmål translation.

 po/nb.po |  358 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 218 insertions(+), 140 deletions(-)

commit de0edd9cc941c5add42b9fa75259956e93b3e420
Author: Ivar Smolin <okul@linux.ee>
Date:   Tue Dec 15 08:44:27 2009 +0200

    Updating Estonian translation

 po/et.po |   27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

commit 519586fadb17e5f88e8ef832be3c67918506c6e6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 14 17:45:50 2009 +0000

    Make the From: label useful, and handle URIs

 sendto/main.c |   20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

commit d388a591a73148d0a83057865419b93d388a0b02
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 14 16:57:03 2009 +0000

    Avoid crashing when there's an error on the last sent file

 sendto/main.c |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 23b9911ee010f3a3b24356c124473042fa61f513
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 14 16:44:09 2009 +0000

    Fix progress bar with multiple files, show cancel button when retrying

 sendto/main.c |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 2c25ff2a5ff81b8efa46016f64b07e7be1a7bc72
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 14 16:27:35 2009 +0000

    Implement "Retry" in sendto

 sendto/main.c |  104 ++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 80 insertions(+), 24 deletions(-)

commit e4ca2f957d255a73f69cb9a22da85cecd23abc4c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 14 16:27:13 2009 +0000

    Avoid empty errors coming from obex-client

 sendto/main.c |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit cca06004f78e1d58755bb8d9f4330e947425ad96
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 14 15:43:36 2009 +0000

    Rework argument generation for SendFiles

 sendto/main.c |   42 +++++++++++++++++++++++++-----------------
 1 file changed, 25 insertions(+), 17 deletions(-)

commit ab40481ce180207ecd92a2bfd791748e82c6e0fa
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 14 15:36:24 2009 +0000

    Make the cancel button actually cancel the transfer

 sendto/main.c |   17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

commit e39d141b219bfb62f9fd0268734abf5ca48a7de1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 14 15:17:14 2009 +0000

    Rework button handling in the dialogue

 sendto/main.c |   22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

commit adf17402b377a394988de30af6dc6785743d298d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 14 15:05:10 2009 +0000

    Add error callback, still to implement

 sendto/main.c |   13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 949856fdd904b00a734c82d0125dd6a3d1b0ac2f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 14 15:04:18 2009 +0000

    Add support for Error callbacks to ObexAgent

 lib/obex-agent.c   |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 lib/obex-agent.h   |    7 ++++++-
 lib/obex-agent.xml |    6 ++++++
 3 files changed, 60 insertions(+), 1 deletion(-)

commit ad449a48b80cee46d2f946a27fb814d1b8abbba1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 14 12:58:31 2009 +0000

    Fix crash when obex-client isn't running already
    
    When obex-client isn't running yet, we can't get a name owner
    for the service. But we'd still get a callback from the service
    when trying to use it, and crash trying to compare the sender
    with a NULL string.
    
    Instead, set the owner's dbus name if we don't already have one
    in obex_agent_request().
    
    See: https://bugzilla.redhat.com/show_bug.cgi?id=544881

 lib/obex-agent.c |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

commit 13f92d32f2f17d32de86d4b04184fe945ea35f8c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 14 11:58:54 2009 +0000

    Fix memory leaks when using dbus_g_method_get_sender()

 lib/bluetooth-agent.c |   64 ++++++++++++++++++++++++++++++++++++-------------
 lib/obex-agent.c      |   32 ++++++++++++++++++-------
 2 files changed, 72 insertions(+), 24 deletions(-)

commit 4a1e21b341868d0a6135249a8381b62911a024b6
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Dec 13 23:34:00 2009 +0100

    Updated Spanish translation

 po/es.po |  156 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 83 insertions(+), 73 deletions(-)

commit e48b50b8d703fe820497d6bdb559f6940def7285
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 11 16:56:28 2009 +0000

    Loads of API documentation fixes

 docs/reference/libgnome-bluetooth/Makefile.am      |    7 ++-
 .../gnome-bluetooth-sections.txt                   |   18 -------
 lib/bluetooth-chooser-button.c                     |   16 +++++-
 lib/bluetooth-chooser-combo.c                      |    4 +-
 lib/bluetooth-chooser.c                            |   45 ++++++++++++++---
 lib/bluetooth-client.c                             |   52 ++++++++++++++++----
 lib/bluetooth-enums.h                              |    9 ++++
 lib/bluetooth-filter-widget.c                      |    5 +-
 lib/bluetooth-killswitch.c                         |    9 ++++
 lib/bluetooth-plugin-manager.c                     |   39 +++++++++++++++
 lib/bluetooth-plugin.h                             |    9 ++++
 lib/rfkill.h                                       |   34 ++++++-------
 12 files changed, 189 insertions(+), 58 deletions(-)

commit 70b6676146f1897826828b86b929c195b0081adc
Author: Tambet Ingo <tambet@gmail.com>
Date:   Fri Dec 11 10:50:01 2009 +0200

    Use the paired device name in summary page
    
    Much nicer that 'Foobar'.

 moblin/moblin-panel.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 8651069434b50dc2d7fd9c5024d0085881997951
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Dec 10 15:39:16 2009 +0000

    Add link to sound preferences in applet

 applet/main.c |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 0802f589f7f097c41d1efda3645285a0dd898940
Author: Tambet Ingo <tambet@gmail.com>
Date:   Wed Dec 9 17:52:59 2009 +0200

    Fix a bunch of memory leaks in moblin applet
    
    Additionally, fix a memory corruption and attach the "label_failure" widget
    to the page.

 moblin/moblin-panel.c |   19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

commit e3189eb136f7335e057ba02c8a4572e761955545
Author: Tambet Ingo <tambet@gmail.com>
Date:   Tue Dec 8 15:53:25 2009 +0200

    Add summary page to the moblin applet
    
    Show the page only if any of the plugins provides widgets for the created
    device.
    Fix a bunch of assertion failures on exit caused by not handling multiple
    dispose() calls.

 moblin/moblin-panel.c |  132 ++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 124 insertions(+), 8 deletions(-)

commit 82a9ce909c41b4bf3a6d5c2cd7f3bb4f226b9835
Author: Vincent Untz <vuntz@gnome.org>
Date:   Thu Dec 3 17:16:54 2009 +0100

    Really install introspection data
    
    https://bugzilla.gnome.org/show_bug.cgi?id=603704

 lib/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit da9df313104fdb93f6621e96939c60321c1913a2
Author: Aron Xu <aronxu@gnome.org>
Date:   Wed Dec 9 15:18:39 2009 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po |  229 ++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 134 insertions(+), 95 deletions(-)

commit a6611dcd34a5e018d5481f9e2ae9376fe3664cdb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 7 14:50:14 2009 +0000

    Fix run-time warning when pairing a new device

 lib/bluetooth-client.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 865399ac10dbf73f9ddc5d0fb57af80a148af716
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 7 14:49:54 2009 +0000

    Remove last use of BlingSpinner in the wizard

 wizard/wizard.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 248b6b815ecdf9126b4665d525131ae38868e626
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Dec 1 20:01:49 2009 +0000

    Use the GTK+ spinner instead of our own
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598439

 configure.ac                |    2 +-
 lib/Makefile.am             |    2 -
 lib/bling-spinner.c         |  307 -------------------------------------------
 lib/bling-spinner.h         |   58 --------
 lib/bluetooth-chooser.c     |    9 +-
 lib/gnome-bluetooth.symbols |    1 -
 moblin/moblin-panel.c       |    7 +-
 wizard/main.c               |    9 +-
 8 files changed, 12 insertions(+), 383 deletions(-)

commit 373b909f782b62381763a637bfee79ee30857631
Author: Ivar Smolin <okul@linux.ee>
Date:   Tue Dec 1 21:56:34 2009 +0200

    Updating Estonian translation

 po/et.po |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit ce34d7a86260bde432f0e7979df690d29de172d1
Author: Stanislav Brabec <sbrabec@suse.cz>
Date:   Tue Dec 1 18:01:46 2009 +0000

    Mention gnome-user-share in the end-user docs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=602860

 help/C/gnome-bluetooth.xml |   36 ++++++++++++++++++++++++++++++++++--
 1 file changed, 34 insertions(+), 2 deletions(-)

commit 5499b5a56d894b8539d1a07f1d52d3669d7fd115
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 30 18:09:43 2009 +0000

    2.29.3

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

commit cc3f2b65fa2ac68d64f33882742f2920ffa15cec
Author: Stanislav Brabec <sbrabec@suse.cz>
Date:   Mon Nov 30 17:59:32 2009 +0000

    [sendto] Wrap errors insted of clipping them
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595374

 sendto/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5c73821ddc62e328d36c4dd21ab2a9402f388a99
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 30 17:47:11 2009 +0000

    Separate make check and make all

 wizard/Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

commit 0268db3fcae0a3581bb8bb4358062638158d85fc
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Nov 30 13:10:41 2009 +0200

    Updating Estonian translation

 po/et.po |   86 ++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 73 insertions(+), 13 deletions(-)

commit e6f052e55168cbf7d3d2ff5bd319b7d70e9c1082
Author: Daniel Nylander <po@danielnylander.se>
Date:   Mon Nov 30 10:08:39 2009 +0100

    Updated Swedish translation

 po/sv.po |  455 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 280 insertions(+), 175 deletions(-)

commit 78bb4466dc2119ef7c161cf3e067fb4cf29e0cca
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Nov 28 09:47:56 2009 +0100

    Updated Hungarian translation

 po/hu.po |  360 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 225 insertions(+), 135 deletions(-)

commit 9345ee3f1471bc9efe2328c37c486cb6c87cefbc
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Nov 27 13:34:01 2009 +0100

    Updated Slovenian translation

 po/sl.po |   68 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 39 insertions(+), 29 deletions(-)

commit 4662dfda5bb87a9f6f802c1e0e07bbc531ffc236
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 27 02:52:00 2009 +0000

    Fix building input helper when GTK+ has no xi support
    
    https://bugzilla.gnome.org/show_bug.cgi?id=603068

 configure.ac       |    5 +++++
 wizard/Makefile.am |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 5d8668f533c2f15c83a171b74e2ec4cb0a778c22
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Fri Nov 27 01:36:25 2009 +0100

    Updated Spanish translation

 po/es.po |  116 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 64 insertions(+), 52 deletions(-)

commit 56764b675049616d7ae2b6e887549016999be39c
Author: Stanislav Brabec <sbrabec@suse.cz>
Date:   Wed Nov 25 18:57:10 2009 +0000

    Add link to gnome-user-share's preferences
    
    And remove the useless About button
    
    https://bugzilla.gnome.org/show_bug.cgi?id=602860

 properties/main.c |   90 ++++++++++++++++++++---------------------------------
 1 file changed, 33 insertions(+), 57 deletions(-)

commit d82a2e38b45983dd737643e814107e7c3a2b4162
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Wed Nov 25 15:48:15 2009 +0200

    Updated Hebrew translation

 po/he.po |  558 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 342 insertions(+), 216 deletions(-)

commit c5ff8578fa55ad5e0e0cf57e8640f1d972a039ad
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Nov 25 11:10:49 2009 +0000

    Stop start-up notification when presenting running windows
    
    https://bugzilla.gnome.org/show_bug.cgi?id=602861

 applet/main.c     |    1 +
 properties/main.c |    1 +
 wizard/main.c     |    1 +
 3 files changed, 3 insertions(+)

commit 9e1b69d1ec903997d46137895bf6fda8138d8b6b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 23 16:32:44 2009 +0000

    Select the device again once paired
    
    As it might not be selected any more if we had to destroy
    its pairing.

 wizard/main.c |    3 +++
 1 file changed, 3 insertions(+)

commit 64b529bb1921e2f8e4c8b14020e3efc0e9160397
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 23 16:31:36 2009 +0000

    Remove pairing when re-pairing a device
    
    When a device is already known, and paired, and we ask
    for bonding again, remove the old device from the list.

 lib/bluetooth-client.c |   62 +++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 59 insertions(+), 3 deletions(-)

commit d82ad9293b99e6d5c738a6c027980ac8530cb8f7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 23 16:25:50 2009 +0000

    Select the device when the chooser pops up
    
    When popping the chooser from the chooser button, select
    the device that's currently set up in the button.

 lib/bluetooth-chooser-button.c |    1 +
 1 file changed, 1 insertion(+)

commit 19e2831804b96d6c31a33c9e2d3ac010f035d4d4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 23 16:25:13 2009 +0000

    Make the selected device a settable property in the chooser

 lib/bluetooth-chooser.c |   40 ++++++++++++++++++++++++++++++++++++++--
 1 file changed, 38 insertions(+), 2 deletions(-)

commit a7c65c64d0f33b6182c3dc4a3bc5ade9e503a1ec
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Nov 19 20:09:28 2009 +0100

    Updated Spanish translation

 po/es.po |  167 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 97 insertions(+), 70 deletions(-)

commit d10b887473660f14997d1b95081ae49987348e5a
Author: Akom C <knight2000@gmail.com>
Date:   Thu Nov 19 09:19:57 2009 +0700

    Updated Thai translation.

 po/th.po |  104 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 66 insertions(+), 38 deletions(-)

commit 786a92c40093eda5e3ea356c837165b33151e6a2
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Nov 18 07:40:54 2009 +0100

    Updated Slovenian translation

 po/sl.po |  121 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 81 insertions(+), 40 deletions(-)

commit 8b8ec7d1c20334fab7384f0cf3760e4df75bde65
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 17 16:41:08 2009 +0000

    Enable nautilus-sendto plugin by default

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

commit 0bb74f8e3102c47f55cf584f47393047e9b16724
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 17 16:39:20 2009 +0000

    Cleanup nautilus-sendto plugin

 sendto/nautilus-sendto-plugin.c |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

commit 1b5b581743f8e43fc90d87cfdf97e7c77fd37067
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 17 16:30:34 2009 +0000

    Update API docs and add discoverable column

 docs/reference/libgnome-bluetooth/tmpl/bluetooth-enums.sgml |    1 +
 1 file changed, 1 insertion(+)

commit c8a8627d2f310bd6169aa342f959af53e81cae77
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 17 16:29:56 2009 +0000

    Select the first device when testing the combo

 lib/test-deviceselection.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 16598566f8b450fca7bb075fec9805ab9b1b0044
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 17 16:28:46 2009 +0000

    Remove expander in combo, too many sizing issues
    
    Remove widget provided padding
    Special-case the "first device" address

 lib/bluetooth-chooser-combo.c |   36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

commit 2396e8482a071ccbf6c01c30b2fc324bab692b12
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 17 16:27:39 2009 +0000

    Add variable to allow setting the first device in combo

 lib/bluetooth-chooser-combo.h |    2 ++
 1 file changed, 2 insertions(+)

commit a11a577a944cf9b95fcba22657fbafaa7fe9af96
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 17 15:33:28 2009 +0000

    Don't install test program

 wizard/Makefile.am |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit f7018bee015763f8c3490f7dde75683fa485e697
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 17 15:20:16 2009 +0000

    2.29.2

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

commit 3d0518d3fff621150a3891f8038d3accc4077b6a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 17 15:19:57 2009 +0000

    Update for latest code additions

 po/POTFILES.in   |    4 ++++
 po/POTFILES.skip |    1 +
 2 files changed, 5 insertions(+)

commit a906ab308eee2a6594417084bef5870df0b6a874
Author: Pascal Terjan <pterjan@linuxfr.org>
Date:   Mon Nov 16 18:01:45 2009 +0100

    Initialize codeset for users of bluetooth_chooser
    
    Signed-off-by: Pascal Terjan <pterjan@linuxfr.org>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=602118

 lib/bluetooth-chooser.c |    2 ++
 1 file changed, 2 insertions(+)

commit eb12be8e17dde047885fee1f7f219554859f5c2a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 17 14:50:08 2009 +0000

    More ignore/type-checking for the input helper

 wizard/bluetooth-input.c |   82 ++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 68 insertions(+), 14 deletions(-)

commit 669bd01d25abee2b38d24a9fef79c00e9b83d3c0
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Sun Nov 15 08:33:36 2009 -0500

    Shavian translation

 po/LINGUAS    |    1 +
 po/en@shaw.po |  595 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 596 insertions(+)

commit b33f73dbfdc41ce2abc3618192b768d9540e57ef
Author: Akom C <knight2000@gmail.com>
Date:   Sun Nov 15 15:49:47 2009 +0700

    Updated Thai translation.

 po/th.po |  391 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 228 insertions(+), 163 deletions(-)

commit 6c6c90ac3b2c708cad89faad52fe435bdba5c703
Author: Aron Xu <aronxu@gnome.org>
Date:   Sat Nov 14 17:49:24 2009 +0800

    Updated Simplified Chinese translation.

 po/zh_CN.po |  418 ++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 240 insertions(+), 178 deletions(-)

commit f50106a83c5dfa89e11bf3ec19d526718863ec33
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Mon Nov 9 21:02:50 2009 +0200

    Updating Estonian translation

 po/et.po |   51 ++++++---------------------------------------------
 1 file changed, 6 insertions(+), 45 deletions(-)

commit 3018f0ae5ca9daca09fe72179aef353dc3133a98
Author: Dumitru Mișu Moldovan <dumol@gnome.ro>
Date:   Sun Nov 8 21:35:07 2009 +0200

    Updated Romanian translation

 po/ro.po |  354 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 216 insertions(+), 138 deletions(-)

commit 8880e9817a68e201d70de7032e19fc1bec362616
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Nov 5 07:20:29 2009 +0100

    Updated Slovenian translation

 po/sl.po |  350 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 207 insertions(+), 143 deletions(-)

commit 3ea4ef23f10ad21a75ab71adcd5384c8a40f7c96
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Nov 2 07:55:41 2009 +0200

    Updating Estonian translation

 po/et.po |   49 +++++++++++++++++++++++--------------------------
 1 file changed, 23 insertions(+), 26 deletions(-)

commit b50973ef66d0719cfe414de18e9c01cc73719427
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Sun Nov 1 01:58:06 2009 +0900

    Updated Japanese translation

 po/ja.po | 1497 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 826 insertions(+), 671 deletions(-)

commit 16b96f5359faab2ead2172bf555e996973ced3be
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Thu Oct 29 18:47:24 2009 +0100

    Updated Spanish translation

 po/es.po |   73 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 35 insertions(+), 38 deletions(-)

commit 11908099c06564b9648f4da781b764b9ac4f2037
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 28 18:20:36 2009 +0000

    Add first pass at an X input devices monitor
    
    Should allow us to implement the keyboard/mouse setup helper.

 wizard/Makefile.am       |    5 +-
 wizard/bluetooth-input.c |  215 ++++++++++++++++++++++++++++++++++++++++++++++
 wizard/bluetooth-input.h |   65 ++++++++++++++
 wizard/test-input.c      |   52 +++++++++++
 4 files changed, 336 insertions(+), 1 deletion(-)

commit 79588acf0b072e3deb1dd04358261941178721a3
Author: Ross Burton <ross@linux.intel.com>
Date:   Tue Oct 27 17:02:09 2009 +0000

    Connect ot the request-focus client panel signal

 moblin/main.c |   10 ++++++++++
 1 file changed, 10 insertions(+)

commit 513f134e311a5477892f7f0f3dd07b6a1aa2f56f
Author: Ross Burton <ross@linux.intel.com>
Date:   Tue Oct 27 16:52:59 2009 +0000

    Emit the request-focus signal when the PIN dialog closes

 moblin/moblin-panel.c |    2 ++
 1 file changed, 2 insertions(+)

commit ac99de34f101829a310edaf79dae2806fae0caf9
Author: Ross Burton <ross@linux.intel.com>
Date:   Tue Oct 27 16:45:42 2009 +0000

    Add a request-focus signal to the Moblin panel widget

 moblin/moblin-panel.c |    7 +++++++
 1 file changed, 7 insertions(+)

commit 87738d54031777bda294fd502f5874917c751f86
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Wed Oct 28 05:22:51 2009 +0530

    Updated Tamil translation

 po/ta.po |   70 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 37 insertions(+), 33 deletions(-)

commit 3f8bd536a9a139bc6439ef6012f22d79114f1bec
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 27 21:50:30 2009 +0000

    Add discoverable menu item to the applet
    
    https://bugzilla.gnome.org/show_bug.cgi?id=573955

 applet/main.c        |   32 ++++++++++++++++++++++++++++++++
 applet/popup-menu.ui |   11 +++++++++++
 2 files changed, 43 insertions(+)

commit b606799591103860cb2a125733e335ec467b894b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 27 21:50:04 2009 +0000

    Use new discoverable function helper

 properties/adapter.c |   26 ++++----------------------
 1 file changed, 4 insertions(+), 22 deletions(-)

commit 7823709f67d0516b5be9a221b46d28a30c0d3119
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 27 21:49:27 2009 +0000

    Add discoverable column to the test client

 lib/test-client.c |    4 ++++
 1 file changed, 4 insertions(+)

commit 3c9ced5e4097faf6e9c1f6e6926c901f0b9dfa17
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 27 21:48:32 2009 +0000

    Add discoverable column
    
    And bluetooth_client_set_discoverable() private helper.

 lib/bluetooth-client-private.h |    2 ++
 lib/bluetooth-client.c         |   72 ++++++++++++++++++++++++++++++++++++++--
 lib/bluetooth-enums.h          |    2 ++
 lib/gnome-bluetooth.symbols    |    1 +
 4 files changed, 74 insertions(+), 3 deletions(-)

commit 2f0fa491a1971395440e22d080b581ea8b605ddf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 27 17:32:08 2009 +0000

    Nobody cares about RSSI
    
    So remove it!

 docs/reference/libgnome-bluetooth/tmpl/bluetooth-enums.sgml |    1 -
 lib/bluetooth-client.c                                      |    8 +-------
 lib/bluetooth-enums.h                                       |    2 --
 lib/test-client.c                                           |    6 ------
 4 files changed, 1 insertion(+), 16 deletions(-)

commit edf987304fecbea47be45d126e01b075e7a704c8
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Tue Oct 27 20:00:53 2009 +0530

    Updated Telugu Translation

 po/te.po |  388 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 205 insertions(+), 183 deletions(-)

commit 10554277af3bf1cff47c054c4bb00dff471eb5f7
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Tue Oct 27 12:51:20 2009 +0530

    Updated Tamil translation

 po/ta.po |  126 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 67 insertions(+), 59 deletions(-)

commit 577ad2f196f18f472d8f4ff4a9b831727311f145
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Oct 27 08:03:45 2009 +0100

    Updated Spanish translation

 po/es.po |  144 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 74 insertions(+), 70 deletions(-)

commit 8900e39a395a67321a94d9240c11438c35d981c3
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Thu Oct 22 21:51:07 2009 +0530

    Updated Tamil translation

 po/ta.po |  342 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 172 insertions(+), 170 deletions(-)

commit 12a50b16f72eac51a212ad7b37397cf249cf7b1f
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Oct 21 16:47:44 2009 +0100

    Fix case in service file Header
    
    Turns out a service file header is case sensitive and I used the wrong case
    
    https://bugzilla.gnome.org/show_bug.cgi?id=599279

 moblin/org.moblin.UX.Shell.Panels.bluetooth.service.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1a34bfc343658f10e93ab95d867753d3bc8ea774
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Oct 21 15:46:28 2009 +0100

    Disable the Add new button when there isn't an adapter present
    
    Thanks to recent killswitch changes this is a trivial patch
    
    https://bugzilla.gnome.org/show_bug.cgi?id=599278

 moblin/moblin-panel.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 02638983a86c372a9f37e0692b292af2b48a347a
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Oct 21 15:40:25 2009 +0100

    Underline the text in activatable cells
    
    In an attempt to make the clickable cells in the treeview more apparent
    use pango markup to underline the text.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=599277

 .../moblin-copy-n-paste/mux-cell-renderer-text.c   |   20 ++++++++++++++++++++
 moblin/moblin-panel.c                              |    6 +++---
 2 files changed, 23 insertions(+), 3 deletions(-)

commit 030609c34dfb8424c29c89bf578ddff5b88039f6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 21 14:32:42 2009 +0100

    Use visible in the UI rather than discoverable
    
    As mentioned in the table at:
    BluetoothSecureSimplePairingUserTerminologyWhitepaper.pdf

 properties/adapter.c |    2 +-
 wizard/wizard.ui     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 3536d1463b9e9e69c855d71bfee5f8a4f68dc3b9
Author: Joshua Lock <josh@linux.intel.com>
Date:   Tue Oct 20 17:48:55 2009 +0100

    Reset to the Devices view when the panel is hidden
    
    When the panel is hidden reset to the default devices view. This follows
    the moblin ethos of panels being in their default state when shown and has
    a nice side bonus of preventing the panel being left in discovery mode and
    (presumably) hammering the battery.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=599074

 moblin/main.c         |   13 +++++++++++++
 moblin/moblin-panel.c |   12 ++++++++++++
 moblin/moblin-panel.h |    2 ++
 3 files changed, 27 insertions(+)

commit aabe375077ab40da7dcac5cab9a01b0217df1682
Author: Joshua Lock <josh@linux.intel.com>
Date:   Tue Oct 20 13:02:22 2009 +0100

    Initialise state tracking member variables to sane values
    
    Uninitialised variables are bad!
    
    https://bugzilla.gnome.org/show_bug.cgi?id=599073

 moblin/moblin-panel.c |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit e2190075f870347c61b096a4b2f391696c575499
Author: Joshua Lock <josh@linux.intel.com>
Date:   Tue Oct 20 13:00:44 2009 +0100

    Add D-Bus service file for Moblin bluetooth-panel
    
    This enables the Moblin toolbar (mutter-moblin) to restart the panel.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=599072

 moblin/Makefile.am                                     |   11 ++++++++++-
 moblin/org.moblin.UX.Shell.Panels.bluetooth.service.in |    3 +++
 2 files changed, 13 insertions(+), 1 deletion(-)

commit fdfc578c9e4b475efc85bade75f1a17c32335e0b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 20 14:34:23 2009 +0100

    Make menu invisible when there's no adapters
    
    So we can be sure that the UI is up-to-date when that happens.

 applet/main.c |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

commit b2f2fa00c48ace0d233b61fe41cab64e7dd51e18
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 20 14:32:21 2009 +0100

    Add KILLSWITCH_STATE_NO_ADAPTER killswich state
    
    As killswitches for adapters can come and go, make sure that
    we tell the front-ends when an adapter goes away, so they can
    update their UI.

 lib/bluetooth-killswitch.c |    6 ++++++
 lib/bluetooth-killswitch.h |    1 +
 2 files changed, 7 insertions(+)

commit cce31961fde2b6954e58d2940629357681f884b8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 20 13:43:36 2009 +0100

    Fix status label visibility in applet
    
    When the first killswitch is added after start

 applet/main.c |    7 +++++++
 1 file changed, 7 insertions(+)

commit 6bdfe9b8cf056551e4404a4d1d60e4e9ab7049e6
Author: Zhang Miao <mymzhang@gmail.com>
Date:   Mon Oct 19 00:56:34 2009 +0800

    Added Simplified Chinese translation.

 help/Makefile.am    |    2 +-
 help/zh_CN/zh_CN.po |  559 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 560 insertions(+), 1 deletion(-)

commit 126b526a3f501029aa0fca9dd4c98e50f5306805
Author: Joshua Lock <josh@linux.intel.com>
Date:   Fri Oct 16 14:21:38 2009 +0100

    Set a parent on the remove confirmation dialog
    
    With a NULL parent on Moblin the dialog ends up stacked below other windows
    and can't accept any user input.
    Modify the internal method show_confirm_dialog to take a BluetoothChooser
    as an argument and set the toplevel window of the chooser as a parent for
    the dialog.
    
    This makes things work *much* nicer in Moblin and doesn't seem to have any
    adverse affect in Gnome.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598685

 lib/bluetooth-chooser.c |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit fd88d50ea366e19bc22d1a239c6f249f7a0160d9
Author: Joshua Lock <josh@linux.intel.com>
Date:   Fri Oct 16 15:22:49 2009 +0100

    Clean up saved device state on returning to main (paired) view
    
    Before this patch the clean up was only performed when the user clicked
    a "Back to devices" button.
    This patch also includes setting the filter in the pairing view back to
    showing all devices.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598688

 moblin/moblin-panel.c |   27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)

commit a6a10ecc8c5b3e922f4c624a16c5ca7287f0d312
Author: Joshua Lock <josh@linux.intel.com>
Date:   Fri Oct 16 14:24:14 2009 +0100

    Remove the border from the GtkNotebook
    
    GtkNotebook has a border by default which looks really ugly when embedded
    in the Moblin toolbar.
    Also tweak the spacing on the top level container.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598687

 moblin/moblin-panel.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 1f45d9ad736eda9426d6d507c3cf60905156fc39
Author: Joshua Lock <josh@linux.intel.com>
Date:   Fri Oct 16 14:22:51 2009 +0100

    Add an OK button to the PIN options dialog
    
    PIN options never got saved as there was no OK button... Whoops!
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598686

 moblin/moblin-panel.c |    2 ++
 1 file changed, 2 insertions(+)

commit 7292f79a500567a2fcccfd66d9cdead9f96584a4
Author: Joshua Lock <josh@linux.intel.com>
Date:   Thu Oct 15 14:46:32 2009 +0100

    Prevent crash on removal of last device
    
    Calling gtk_tree_model_get with an uninitialised iter causes an assertion.
    Test the return value of gtk_tree_model_get_iter_first to verify whether we
    should try to get and data from the model.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598590

 moblin/moblin-panel.c |   28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

commit 6cee11af1cebbd5170448c672b7175637a35add4
Author: Joshua Lock <josh@linux.intel.com>
Date:   Thu Oct 15 14:19:56 2009 +0100

    Fix compiler warning in Moblin panel
    
    GCC warns when we free variables which are declared const
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598589

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

commit b7f82247cbb33f658cc3a4b09cf748ea186e3be6
Author: Joshua Lock <josh@linux.intel.com>
Date:   Thu Oct 15 14:18:36 2009 +0100

    Return the correct pincode in the pincode callback
    
    Returning the wrong pincode here made pairing fail in interesting ways at
    interesting times ...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598588

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

commit 4c5952bfb394e1ef5d4e243910e4859bced5898c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 14 18:56:55 2009 +0100

    [Moblin] Fix UUIDs leak in panel

 moblin/moblin-panel.c |    1 +
 1 file changed, 1 insertion(+)

commit e527f7f681863678df98c80201977d73c5b3cfbc
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Oct 14 17:20:47 2009 +0100

    Only show the browse/connect actions as appropriate
    
    Change the cell_data_func callbacks so that browse is only shown if the
    selected device supports OBEXFileTransfer and connect is only shown when
    the device is disconnected.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598460

 moblin/moblin-panel.c |   28 +++++++++++++++++++---------
 1 file changed, 19 insertions(+), 9 deletions(-)

commit 2f74e2c60abe4b1363b9446a52cc2dfeba7a76e7
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Oct 14 18:31:51 2009 +0100

    Fix callback arguments for NbtkGtkLightSwitch
    
    The callback signature has an extra parameter, this was causing an attempt
    at casting a gboolean to a MoblinPanel and causing a crash.
    This patch also fixes up the callback method to use the passed parameters.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598472

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

commit 1f544f507d4f977b20cf91733ca03d66f1b1a6bd
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Oct 14 17:12:33 2009 +0100

    Ensure the Send file button isn't incorrectly enabled
    
    Need to make sure the Send file button isn't incorrectly enabled when the
    panel is first created. One liner, lovely!
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598471

 moblin/moblin-panel.c |    2 ++
 1 file changed, 2 insertions(+)

commit b643f872082da01e47db5d66f452b57dbd918834
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Oct 14 13:39:55 2009 +0100

    Show a BT icon in the toolbar when running standalone
    
    A small change to make it easier for me to find the UI when I'm running
    standalone mode on a busy desktop.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598413

 moblin/main.c |    4 ++++
 1 file changed, 4 insertions(+)

commit 5791cd4a97a27e4fdb3d166cc04e18d1f88d6290
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Oct 14 13:38:51 2009 +0100

    Improve pairing functionality in the Moblin panel
    
    Set up a bluetooth agent with pincode, display, cancel and confirm
    functions with associated UI.
    
    Implement a set_current_page function to set appropriate state and call
    appropriate methods when changing pages in the notebook UI.
    
    With this patch I can successfully use the Moblin panel to connect with
    the following devices: SE C905, Nokia 6212, MS BT Notebook Mouse 5000,
    Apple Wireless Keyboard & Jawbone earwear.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598412

 moblin/moblin-panel.c |  549 +++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 468 insertions(+), 81 deletions(-)

commit 881bb3ab082fbb290f2681f50c539002509dd3d8
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Oct 14 12:36:23 2009 +0100

    Add PIN options dialog
    
    Add a pin.ui file which is just a copy/paste of the pin options dialog from
    wizard.ui. Lazy-load the UI when the PIN options button is clicked.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598411

 moblin/Makefile.am    |    5 +-
 moblin/moblin-panel.c |  161 +++++++++++++++++++++++++++++++++++++++++++-
 moblin/pin.ui         |  176 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 339 insertions(+), 3 deletions(-)

commit fae76fe0d3baaec12ecf20d3f8c5dd5c3218d0bc
Author: Joshua Lock <josh@linux.intel.com>
Date:   Tue Oct 13 21:35:03 2009 +0100

    Only clean up the rfkill monitoring if it has actually been set up
    
    If the rfkill monitoring is never set up the cleanup code results in
    GLib-Critical assertion messages.
    Therefore only clean up the monitoring if the watch_id is greater than zero
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598329

 lib/bluetooth-killswitch.c |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit e33a670d30374c47cb65efb64dc29c9bc6e0925f
Author: Joshua Lock <josh@linux.intel.com>
Date:   Tue Oct 13 21:40:16 2009 +0100

    Handle killswitch appearing after program start
    
    It's quite possible for a killswitch to appear once the program is already
    running. Handle this by connecting to the "state-changed" signal regardless
    of whether we have killswitches on instantiation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598331

 moblin/moblin-panel.c |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

commit 3ffa0a6187f047298ea1938f04d68ddb38c2ba96
Author: Andika Triwidada <andika@gmail.com>
Date:   Tue Oct 13 20:36:43 2009 +0700

    Updated Indonesian translation

 po/id.po |  326 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 179 insertions(+), 147 deletions(-)

commit 93dac7ffc6fe928f6630b1f735a012ccfde12f77
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Oct 13 12:26:40 2009 +0100

    Additional fixes for killswitch add support
    
    We need to handle rfkill switches coming and going, and
    this is even more true now that simple Bluetooth adapters
    support a fake rfkill through power-down.

 applet/main.c |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 12fee6fb240c32c0d277e6b8c5721afd4b89eb25
Author: Bryan Donlan <bdonlan@gmail.com>
Date:   Mon Oct 12 13:59:32 2009 -0400

    Fix crash when first killswitch is added after startup
    
    If the applet starts with no killswitches installed, the following code
    in main.c destroys the killswitch object:
    
    if (bluetooth_killswitch_has_killswitches (killswitch) == FALSE)
    {
    	g_object_unref (killswitch);
    	killswitch = NULL;
    }
    
    However, the destructor for the killswitch object
    (bluetooth_killswitch_finalize) fails to cleanup the io_watch set in its
    constructor. So when a killswitch is connected later, the event_cb for
    the killswitch object runs, and attempts to use the now-destructed
    killswitch object. The result is a crash.
    
    Moreover, just because we don't have a killswitch at startup doesn't
    mean we won't have one later.
    
    This patch corrects both issues, by fixing the finalizer, and removing
    the conditional destruction of the killswitch in main.c.
    
    Signed-off-by: Bryan Donlan <bdonlan@gmail.com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598181

 applet/main.c              |    9 ++-------
 lib/bluetooth-killswitch.c |   15 +++++++++++----
 2 files changed, 13 insertions(+), 11 deletions(-)

commit f7147868686bca72c673fa86020fa41537259297
Author: David Planella <david.planella@gmail.com>
Date:   Mon Oct 12 20:05:52 2009 +0200

    Updated Catalan translation

 po/ca.po |  572 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 329 insertions(+), 243 deletions(-)

commit e0b498bfb9f7f3424006eb4989c587b79c3e33ab
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Oct 12 17:19:39 2009 +0200

    Updated Norwegian bokmål translation.

 po/nb.po |  245 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 134 insertions(+), 111 deletions(-)

commit e45884ba335af24dac20d94caaf8a31d8f775ff5
Author: Joshua Lock <josh@linux.intel.com>
Date:   Mon Oct 12 15:20:07 2009 +0100

    Fix bluetooth idle icons to be right size
    
    Scale the bluetooth-idle* icons to 26x26 px
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598162

 moblin/moblin-icons/bluetooth-idle-hover.png |  Bin 2565 -> 898 bytes
 moblin/moblin-icons/bluetooth-idle.png       |  Bin 2544 -> 897 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 50aada76a9b94588f3a35cc768037fee49891c71
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Oct 11 12:11:33 2009 +0200

    Updated Spanish translation

 po/es.po |  153 ++++++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 115 insertions(+), 38 deletions(-)

commit 3da8aff4b50d2193849beb11a73e631a4bd71ad4
Author: Priit Laes <plaes@plaes.org>
Date:   Sat Oct 10 16:39:22 2009 +0300

    Updating Estonian translation

 po/et.po |  191 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 128 insertions(+), 63 deletions(-)

commit c4e95c8edd34e354079e2722e26bb00f5760d24a
Author: Dylan McCall <dylanmccall@gmail.com>
Date:   Sun Sep 27 23:43:42 2009 -0700

    notify.c: now use "bluetooth-active" icon instead of just "bluetooth" (which is the app icon) Added hicolor_status_*_bluetooth-active icons. These are duplicates of status_bluetooth-disabled with the x removed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=596564

 applet/notify.c                                 |    2 +-
 icons/Makefile.am                               |    9 +
 icons/hicolor_status_16x16_bluetooth-active.png |  Bin 0 -> 787 bytes
 icons/hicolor_status_16x16_bluetooth-active.svg |  704 ++++++++++
 icons/hicolor_status_22x22_bluetooth-active.png |  Bin 0 -> 1064 bytes
 icons/hicolor_status_22x22_bluetooth-active.svg | 1026 ++++++++++++++
 icons/hicolor_status_24x24_bluetooth-active.png |  Bin 0 -> 1064 bytes
 icons/hicolor_status_32x32_bluetooth-active.png |  Bin 0 -> 2018 bytes
 icons/hicolor_status_32x32_bluetooth-active.svg | 1039 ++++++++++++++
 icons/hicolor_status_48x48_bluetooth-active.png |  Bin 0 -> 3143 bytes
 icons/hicolor_status_48x48_bluetooth-active.svg | 1660 +++++++++++++++++++++++
 11 files changed, 4439 insertions(+), 1 deletion(-)

commit 8329a6acf72304de2ae11ac5884610e4bbf77bec
Author: Joshua Lock <josh@linux.intel.com>
Date:   Fri Oct 9 15:38:04 2009 +0100

    Fix crash caused by invalid cast
    
    I badly merged some branches before an earlier patch which resulted in a
    GtkButton being sent as the data to a callback which I was then casting to
    a MoblinPanel.
    
    This patch fixes that and aims to alleviate this in future by consistently
    passing self (a pointer to MoblinPanel) as the callback data.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597910

 moblin/moblin-panel.c |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

commit 4e8574049d70c45899c4ea33f33092b906d19c44
Author: Joshua Lock <josh@linux.intel.com>
Date:   Fri Oct 9 15:07:54 2009 +0100

    Tweak the Moblin panel's UI for greater consistency
    
    To match better with the other Moblin panels:
    1) Add the frames around the right hand column of the UI
    2) Remove redundant/confusing text from the power switches label
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597907

 moblin/moblin-panel.c |   15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

commit 1dfe328141296ab287b9af8611f1e2611257f180
Author: Joshua Lock <josh@linux.intel.com>
Date:   Fri Oct 9 15:06:09 2009 +0100

    Change the toolbar icon when connecting
    
    This change adds a member to track whether there is a device connecting.
    Each time the model changes we iterate to see if there are any devices
    connecting and set the member variable accordingly. When the boolean
    connecting variable changes a signal "status-connecting" is emitted with
    the value of the connecting member.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597811

 moblin/main.c                                      |   39 +++++++----
 moblin/moblin-icons/Makefile.am                    |   10 ++-
 moblin/moblin-icons/bluetooth-connecting-hover.png |  Bin 0 -> 921 bytes
 moblin/moblin-icons/bluetooth-connecting.png       |  Bin 0 -> 842 bytes
 moblin/moblin-icons/bluetooth-idle-hover.png       |  Bin 0 -> 2565 bytes
 moblin/moblin-icons/bluetooth-idle.png             |  Bin 0 -> 2544 bytes
 moblin/moblin-icons/bluetooth-not-paired-hover.png |  Bin 915 -> 0 bytes
 moblin/moblin-icons/bluetooth-not-paired.png       |  Bin 932 -> 0 bytes
 moblin/moblin-icons/bluetooth-strong-hover.png     |  Bin 881 -> 0 bytes
 moblin/moblin-icons/bluetooth-strong.png           |  Bin 891 -> 0 bytes
 moblin/moblin-icons/bluetooth-weak-hover.png       |  Bin 832 -> 0 bytes
 moblin/moblin-icons/bluetooth-weak.png             |  Bin 842 -> 0 bytes
 moblin/moblin-panel.c                              |   73 +++++++++++++++++++-
 moblin/moblin-panel.h                              |    2 +
 moblin/theme/bluetooth-panel.css.in                |   14 ++--
 15 files changed, 112 insertions(+), 26 deletions(-)

commit e90e3adf0e0da6c9660ddcbd0ee134a89a11fa9a
Author: Joshua Lock <josh@linux.intel.com>
Date:   Fri Oct 9 12:57:21 2009 +0100

    Disable the Send file button unless a supported device is selected
    
    Have the send file button disabled by default and only enable it when a
    device which supports OBEXObjectPush is selected in the chooser (and
    bluetooth is powered, of course).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597893

 moblin/moblin-panel.c |   76 +++++++++++++++++++++++++++++++++----------------
 1 file changed, 52 insertions(+), 24 deletions(-)

commit f055daff2c696892551063cb7c7d489e229f3f46
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Oct 7 16:01:46 2009 +0100

    Disable "Add new device" and "Send file" buttons when BT disabled
    
    When the killswitch state changes we should update the Send file and
    Add new buttons so that they are disabled when Bluetooth is off.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597701

 moblin/moblin-panel.c |   27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)

commit 59e8e8e0b5f4b2d80a8058a117fd69a69d8b1e7a
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Oct 7 15:53:47 2009 +0100

    Add toolbar background images to Makefile.am
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597699

 moblin/moblin-icons/Makefile.am |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit b43d82a5dcfd872d86eba3b83e4fa565937e1463
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 7 16:04:42 2009 +0100

    Remove rfkill warning spout, when it's not actually an error

 lib/bluetooth-killswitch.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9531c03348ee9d290af71b635e30d11041ebcdaa
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Oct 7 12:09:42 2009 +0100

    Add missing Makefile.am for moblin-icons and missing files
    
    I missed these from an earlier patch, whoops
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597671
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597665

 moblin/moblin-icons/Makefile.am               |   11 +++++++++++
 moblin/moblin-icons/toolbar-button-active.png |  Bin 0 -> 3053 bytes
 moblin/moblin-icons/toolbar-button-hover.png  |  Bin 0 -> 3035 bytes
 3 files changed, 11 insertions(+)

commit 86a3231213f0b37056e2e78d8354a971003301da
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Oct 7 11:50:01 2009 +0100

    Fix embedding in the Moblin toolbar
    
    The MplPanelGtk is not actually a GtkWidget, we need to get the panels
    window and populate that with our UI rather than trying to add widgets to
    the MplPanelGtk object directly.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597668

 moblin/main.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit a7d35cc1f049ff4c5573ddd5b5ee0f43002b4c49
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Oct 7 11:44:31 2009 +0100

    Use Gtk's single header include for moblin-copy-n-paste widgets
    
    This fixes build under stricter systems than my workstation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597666

 moblin/moblin-copy-n-paste/koto-cell-renderer-pixbuf.h |    2 +-
 moblin/moblin-copy-n-paste/mux-cell-renderer-text.h    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit d6c9af35c317817529525591293de584c6a0aca8
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Oct 7 11:42:28 2009 +0100

    Ensure all the Moblin icons are installed
    
    Install the Moblin icons in their own sub-directory of
    $prefix/share/gnome-bluetooth. Before this patch we weren't actually
    installing any of the icons
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597665

 configure.ac                                       |    1 +
 moblin/Makefile.am                                 |    2 +-
 moblin/icons/bluetooth-not-paired-hover.png        |  Bin 915 -> 0 bytes
 moblin/icons/bluetooth-not-paired.png              |  Bin 932 -> 0 bytes
 moblin/icons/bluetooth-strong-hover.png            |  Bin 881 -> 0 bytes
 moblin/icons/bluetooth-strong.png                  |  Bin 891 -> 0 bytes
 moblin/icons/bluetooth-weak-hover.png              |  Bin 832 -> 0 bytes
 moblin/icons/bluetooth-weak.png                    |  Bin 842 -> 0 bytes
 moblin/moblin-icons/bluetooth-not-paired-hover.png |  Bin 0 -> 915 bytes
 moblin/moblin-icons/bluetooth-not-paired.png       |  Bin 0 -> 932 bytes
 moblin/moblin-icons/bluetooth-strong-hover.png     |  Bin 0 -> 881 bytes
 moblin/moblin-icons/bluetooth-strong.png           |  Bin 0 -> 891 bytes
 moblin/moblin-icons/bluetooth-weak-hover.png       |  Bin 0 -> 832 bytes
 moblin/moblin-icons/bluetooth-weak.png             |  Bin 0 -> 842 bytes
 moblin/theme/bluetooth-panel.css.in                |   12 ++++++------
 15 files changed, 8 insertions(+), 7 deletions(-)

commit 1145f006da14ea90d7e61df24d56d4d52f37d0ab
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Tue Oct 6 12:58:21 2009 +0300

    Updated Russian translation

 po/ru.po |  671 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 388 insertions(+), 283 deletions(-)

commit 610633f1812c10a9cf4eaffb77631579dff1fd03
Author: Joshua Lock <josh@linux.intel.com>
Date:   Mon Oct 5 18:57:29 2009 +0100

    Initial pass as pairing implementation
    
    A first pass at pairing support from the Moblin UI. Currently only works for
    simple pairing i.e. a bluetooth mouse.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597453

 moblin/Makefile.am                  |    2 +-
 moblin/main.c                       |    2 +-
 moblin/moblin-panel.c               |  342 ++++++++++++++++++++++++-----------
 moblin/theme/bluetooth-panel.css.in |    8 +-
 4 files changed, 241 insertions(+), 113 deletions(-)

commit d65604bc65beef1421e54483d8c594390ab3d697
Author: Joshua Lock <josh@linux.intel.com>
Date:   Sun Oct 4 12:13:11 2009 +0100

    Ensure the correct row is selected before getting selected row data
    
    GtkTreeView allows a cell to be clicked and activated without the cells
    parent row being the selected item in the view.
    Therefore before responding to any cell activity first ensure that the row
    housing the cell selected in the view.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597327

 moblin/moblin-panel.c |   52 +++++++++++++++++++++++++++++++------------------
 1 file changed, 33 insertions(+), 19 deletions(-)

commit cb90b37e3e931aac092e3429d17a2c7d2d2186a2
Author: Joshua Lock <josh@linux.intel.com>
Date:   Fri Oct 2 16:56:44 2009 +0100

    Tidy up the moblin panel by switching to using a GtkNotebook
    
    Previously the moblin panel had many widgets as member variables and called
    show/hide a lot to change the UI. This was both messy and wrong, this
    commit switched the panel to using a GtkNotebook with a separate page for
    each state of the UI.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597130

 moblin/moblin-panel.c |  674 +++++++++++++++++++++++++++++--------------------
 1 file changed, 402 insertions(+), 272 deletions(-)

commit de538e13ebbc706a85c765442c0e797ee777f926
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 1 16:57:30 2009 +0100

    Some more copyright updates

 AUTHORS                         |    1 +
 lib/bluetooth-chooser-private.h |    2 +-
 moblin/main.c                   |    3 +--
 moblin/moblin-panel.c           |    5 +++--
 4 files changed, 6 insertions(+), 5 deletions(-)

commit 5421529ac93b1e28ac08cf0d981628698a97f00b
Author: Joshua Lock <josh@linux.intel.com>
Date:   Thu Oct 1 16:27:10 2009 +0100

    Mark the Moblin UI for translation
    
    Add the appropriate files from the moblin panel to po/POTFILES.in
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597007

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

commit b20b64d829eb0aa2325212b26183b50423c7a499
Author: Joshua Lock <josh@linux.intel.com>
Date:   Thu Oct 1 16:26:17 2009 +0100

    Add copyright headers to new files
    
    This just adds the standard BlueZ copyright header to files that didn't
    yet have it
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597006

 lib/bluetooth-chooser-private.h |   23 +++++++++++++++++++++++
 moblin/main.c                   |   23 +++++++++++++++++++++++
 moblin/moblin-panel.c           |   23 +++++++++++++++++++++++
 moblin/moblin-panel.h           |   23 +++++++++++++++++++++++
 4 files changed, 92 insertions(+)

commit 267aec9fdffa7e2971d955c2de73ba180f7de8ac
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 30 15:06:08 2009 +0100

    Loads of warning fixes and whitespace cleanups

 moblin/moblin-panel.c |   75 ++++++++++++++++---------------------------------
 1 file changed, 24 insertions(+), 51 deletions(-)

commit 4f72897a4f47157526dec4d67cb77995a6309960
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Sep 30 14:08:13 2009 +0100

    Initial push of a Moblin panel built on gnome-bluetooth
    
    This version doesn't do too much but list devices and allow you to remove
    them, plenty of work to be done but it compiles and can be run in
    standalone mode with bluetooth-panel -s.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=596871

 Makefile.am                                        |    8 +-
 configure.ac                                       |   28 +
 lib/bluetooth-chooser-private.h                    |    2 +-
 lib/bluetooth-chooser.c                            |    8 +-
 lib/gnome-bluetooth.symbols                        |    3 +-
 moblin/Makefile.am                                 |   28 +
 moblin/bluetooth-panel.desktop.in.in               |   12 +
 moblin/icons/bluetooth-not-paired-hover.png        |  Bin 0 -> 915 bytes
 moblin/icons/bluetooth-not-paired.png              |  Bin 0 -> 932 bytes
 moblin/icons/bluetooth-strong-hover.png            |  Bin 0 -> 881 bytes
 moblin/icons/bluetooth-strong.png                  |  Bin 0 -> 891 bytes
 moblin/icons/bluetooth-weak-hover.png              |  Bin 0 -> 832 bytes
 moblin/icons/bluetooth-weak.png                    |  Bin 0 -> 842 bytes
 moblin/main.c                                      |   81 +++
 moblin/moblin-copy-n-paste/Makefile.am             |    8 +
 .../koto-cell-renderer-pixbuf.c                    |   97 ++++
 .../koto-cell-renderer-pixbuf.h                    |   53 ++
 .../moblin-copy-n-paste/mux-cell-renderer-text.c   |   72 +++
 .../moblin-copy-n-paste/mux-cell-renderer-text.h   |   41 ++
 moblin/moblin-panel.c                              |  614 ++++++++++++++++++++
 moblin/moblin-panel.h                              |   51 ++
 moblin/theme/Makefile.am                           |    9 +
 moblin/theme/bluetooth-panel.css.in                |   25 +
 23 files changed, 1133 insertions(+), 7 deletions(-)

commit 20c573a41da896a3f27e822b5b08da10624dae17
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Sep 30 12:27:32 2009 +0100

    Add a private method to the chooser to remove the selected device
    
    Make the code for removing the a device shared by adding a private method
    to the BluetoothChooser.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=596845

 lib/bluetooth-chooser-private.h |    1 +
 lib/bluetooth-chooser.c         |   71 +++++++++++++++++++++++++++++++++++++++
 lib/gnome-bluetooth.symbols     |    1 +
 properties/adapter.c            |   64 ++++-------------------------------
 4 files changed, 79 insertions(+), 58 deletions(-)

commit 9a02c8b86c1a874b98bd0017377c057a8e92bf22
Author: Priit Laes <plaes@plaes.org>
Date:   Wed Sep 30 12:53:02 2009 +0300

    Print GObject-introspection info after configure has finished.

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

commit ab69634cb7d35627d3ec8ad34d6085bb3c8d20c5
Author: Joshua Lock <josh@linux.intel.com>
Date:   Mon Sep 28 13:06:10 2009 +0100

    Add a property to disable the internally created filter on construction
    
    The "has-internal-filter" property defaults to TRUE. A FALSE value disables
    display and updating of the internally created filter widget, allowing the
    chooser to be bound to an externally created filter widget.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=596546

 lib/bluetooth-chooser.c |   39 ++++++++++++++++++++++++++++-----------
 1 file changed, 28 insertions(+), 11 deletions(-)

commit 2abd2c463973915d8d381c64e88659f9aabf67fd
Author: Joshua Lock <josh@linux.intel.com>
Date:   Mon Sep 28 13:00:07 2009 +0100

    Fix BluetoothFilterWidget property binding and document the widget
    
    The property binding needs to be two way so that the properties are
    propogated regardless of whether they are set on the chooser or the filter.
    Add an extra mode to test-deviceselection, the "filter" option, which
    creates the wizard with two filters so that their synchronicity can be
    tested.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=596590

 lib/Makefile.am               |    2 +-
 lib/bluetooth-filter-widget.c |   50 ++++++++++++++++++++++++++++++-------
 lib/gnome-bluetooth.symbols   |    1 +
 lib/test-deviceselection.c    |   55 ++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 97 insertions(+), 11 deletions(-)

commit 3428573e5ed7211137656a74ef04025fb4f1922e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 29 11:36:58 2009 +0100

    Fix SMP build

 wizard/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bac6d5f4e571bae16999f6aaf0c0a874a909a286
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 29 01:54:03 2009 +0100

    Add experimental nautilus-sendto plugin
    
    So we can remove the one in nautilus-sendto soon...

 configure.ac                    |   33 +++++
 sendto/Makefile.am              |   27 +++-
 sendto/nautilus-sendto-plugin.c |  282 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 338 insertions(+), 4 deletions(-)

commit e0273b95edc6813668dce9635ebdc12b43dbf66b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 29 01:53:42 2009 +0100

    Small cleanup in test-deviceselection

 lib/test-deviceselection.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fa70d6ae1786946bd55ca43de1ccf5be343ff78a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 28 17:01:17 2009 +0100

    Remove dead functions from BluetoothChooserCombo

 lib/bluetooth-chooser-combo.c |   14 --------------
 lib/bluetooth-chooser-combo.h |    1 -
 2 files changed, 15 deletions(-)

commit 53e271891d20e2762e1ea3732092aac4ffab03cd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 28 16:45:09 2009 +0100

    Add test case for the BluetoothChooserCombo widget

 lib/test-deviceselection.c |   56 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 55 insertions(+), 1 deletion(-)

commit 1fa916c17322a16de83a04af95dcd25161e9b157
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 28 16:44:24 2009 +0100

    Add new BluetoothChooserCombo widget
    
    Another device selection widget, similar in style to the
    "Save" GtkFileChooser widget.

 lib/Makefile.am               |   10 +-
 lib/bluetooth-chooser-combo.c |  366 +++++++++++++++++++++++++++++++++++++++++
 lib/bluetooth-chooser-combo.h |   47 ++++++
 lib/gnome-bluetooth.symbols   |    2 +
 4 files changed, 422 insertions(+), 3 deletions(-)

commit f7899ef3443ab1d7ad03c4b41d56e17c2a1afb1d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 28 16:43:25 2009 +0100

    Add private _get_treeview accessor to the BluetoothChooser

 lib/bluetooth-chooser-private.h |    1 +
 lib/bluetooth-chooser.c         |   14 ++++++++++++++
 2 files changed, 15 insertions(+)

commit d2bea1ef1b9f619f13c2e8e34dffe2a2bebed98d
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Sep 28 22:01:43 2009 +0200

    Updated Spanish translation

 po/es.po |  263 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 126 insertions(+), 137 deletions(-)

commit 7c6a73dbcf273604a4f7d15efa4b8e9e296fdb8e
Author: Philip Withnall <bugzilla@tecnocode.co.uk>
Date:   Mon Sep 28 11:31:51 2009 +0100

    Fix some strings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=593564

 lib/bluetooth-filter-widget.c |    2 +-
 wizard/wizard.ui              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 830f1e6bdf92e6c2b84969b9a9a4b5ead267b8ef
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 28 11:20:44 2009 +0100

    Fix property bindings when using enums
    
    The enums won't ever get to the G_TYPE_ENUM case because they're
    sub-classes of G_TYPE_ENUM. Check whether the value holds an enum
    instead and manually check for equality.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=596583

 lib/seahorse-bind.c |   17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

commit 4e023bdc4ff145c2ecc8652f4c9c3658bb931521
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 28 11:18:38 2009 +0100

    Revert small gtk-doc change

 docs/reference/libgnome-bluetooth/tmpl/bluetooth-enums.sgml |    2 ++
 1 file changed, 2 insertions(+)

commit 18c78e879047f7697348c285d79847c2aff533dd
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sat Sep 26 18:00:58 2009 +0200

    Fixed another typo in the Italian translation

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

commit 2851b1e543732eb44075e638cbf8704ad872e692
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sat Sep 26 17:56:54 2009 +0200

    Fixed a typo in the Italian translation

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

commit 53779c92d38c3060b632f8063383aacc2f25b88f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 25 17:47:35 2009 +0100

    Bind the filter in a constructor
    
    To make sure the values are initialised before we bind the
    properties to that of the filter widget.

 lib/bluetooth-chooser.c |   22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

commit 5d22cae9919344462fe44f361758cf687174db6c
Author: Joshua Lock <josh@linux.intel.com>
Date:   Fri Sep 25 17:08:35 2009 +0100

    Have the properties correctly initialised by the constructor
    
    Instead of initialising parameters in the init set the G_PARAM_CONSTRUCT
    flag on the property installation and have the constructor set the
    properties.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=596329

 lib/bluetooth-chooser.c       |   12 ++++--------
 lib/bluetooth-filter-widget.c |   12 ++++--------
 2 files changed, 8 insertions(+), 16 deletions(-)

commit 20df83756cc848abac13ce2a69ac483c40ed586c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 25 16:45:08 2009 +0100

    Use symbolic name for device-category-filter property minimum

 lib/bluetooth-chooser.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ed246d83db1ea0cf104cf3557c1c269a31c72231
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 25 16:42:43 2009 +0100

    Don't overwrite UUIDs when discovering known device
    
    The device is already known, but the discovery information won't
    include any UUIDs information, so don't overwrite the existing one.
    
    Also don't crash when the proxy isn't set in dump_devices().

 lib/bluetooth-client.c |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 107248b783ac6ad2be203f722e99f11266e97007
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 25 16:53:32 2009 +0100

    Fix warning on startup
    
    Make sure the property's default value is set.

 lib/bluetooth-chooser.c |    1 +
 1 file changed, 1 insertion(+)

commit bcd79d3a5e9ae90cd294b1675b951810384a4d03
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 25 16:52:55 2009 +0100

    Fix some white space errors

 lib/bluetooth-chooser.c       |    8 ++++----
 lib/bluetooth-filter-widget.c |   35 +++++++++++++++++------------------
 2 files changed, 21 insertions(+), 22 deletions(-)

commit df9e79c0812da279536f863350ff0e8d4acd61f0
Author: Joshua Lock <josh@linux.intel.com>
Date:   Fri Sep 25 15:16:40 2009 +0100

    Convert the BluetoothChooser to use BluetoothFilterWidget
    
    https://bugzilla.gnome.org/show_bug.cgi?id=596294

 lib/bluetooth-chooser.c |  218 ++++-------------------------------------------
 1 file changed, 18 insertions(+), 200 deletions(-)

commit fd638b1e81bd0c7250a02e626b3dd9fb463e25ee
Author: Joshua Lock <josh@linux.intel.com>
Date:   Fri Sep 25 15:13:06 2009 +0100

    Create a separate widget for the device filter
    
    This widget will be created by the chooser by default but can instead be
    created as a separate widget and associated with a chooser.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=596294

 lib/Makefile.am               |    2 +
 lib/bluetooth-filter-widget.c |  473 +++++++++++++++++++++++++++++++++++++++++
 lib/bluetooth-filter-widget.h |   67 ++++++
 lib/gnome-bluetooth.symbols   |    3 +
 4 files changed, 545 insertions(+)

commit 5a8246e29d22049ee1a56015213dd6dcebc3dedd
Author: Joshua Lock <josh@linux.intel.com>
Date:   Fri Sep 25 11:51:19 2009 +0100

    Add seahorse-bind (from Seahorse) for binding GObject properties
    
    Hopefully we can remove this once GObject integrates such functionality
    as tracked in BGO#348080 https://bugzilla.gnome.org/show_bug.cgi?id=348080
    
    https://bugzilla.gnome.org/show_bug.cgi?id=596294

 lib/Makefile.am     |    1 +
 lib/seahorse-bind.c |  555 +++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/seahorse-bind.h |   43 ++++
 3 files changed, 599 insertions(+)

commit 0f67d12f816019d649075286c2df25c047b43b8a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 25 12:17:47 2009 +0100

    Up version to 2.29.0

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

commit 8939e96d3802bcad42d78ab731615c302dc248ed
Author: Joshua Lock <josh@linux.intel.com>
Date:   Thu Sep 24 17:11:18 2009 +0100

    Move the pin handling code into a new library, libwizard
    
    https://bugzilla.gnome.org/show_bug.cgi?id=596201

 wizard/Makefile.am |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 43a3124226ebb63e25a6d0599d07dd478f4a516f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 23 17:43:36 2009 +0100

    Some API docs fixups

 lib/bluetooth-chooser.c |   23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)

commit bf2a04c3ec7fdadac917177f4bfa1f7aa66114bb
Author: Joshua Lock <josh@linux.intel.com>
Date:   Wed Sep 23 17:15:20 2009 +0100

    Add a private header to expose some of the choosers members
    
    bluetooth-chooser-private.h is used to expose some of the choosers
    private member variables that may be useful within the gnome-bluetooth
    code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=596090

 docs/reference/libgnome-bluetooth/Makefile.am |    2 +-
 lib/Makefile.am                               |    1 +
 lib/bluetooth-chooser-private.h               |   16 ++++++++++++++
 lib/bluetooth-chooser.c                       |   29 +++++++++++++++++++++++++
 lib/gnome-bluetooth.symbols                   |    2 ++
 5 files changed, 49 insertions(+), 1 deletion(-)

commit 3a776210771f11b85c9353f2ed973ff0cea5cda5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 23 17:21:12 2009 +0100

    Update API docs
    
    Add BluetoothClient and plugin documentations, update the others.

 .../libgnome-bluetooth/gnome-bluetooth-docs.sgml   |    2 +
 .../libgnome-bluetooth/tmpl/bluetooth-enums.sgml   |   86 ++++++++++++++++++++
 lib/bluetooth-chooser-button.c                     |    8 +-
 lib/bluetooth-chooser.c                            |    2 -
 lib/bluetooth-client.c                             |   84 ++++++++++++++++++-
 lib/bluetooth-enums.h                              |   61 ++++++++++++++
 lib/bluetooth-plugin-manager.c                     |    3 +
 lib/bluetooth-plugin.h                             |   31 +++++--
 8 files changed, 263 insertions(+), 14 deletions(-)

commit 8f5046601212305a65bea1b61ed44fa9b21c2d2a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 23 16:03:20 2009 +0100

    Add AM_V_GEN to the typelib generation

 lib/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 736de27fab107d6b6af6810644429307a8241b79
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 23 11:11:52 2009 +0100

    Remove unused statements in enum generation

 lib/Makefile.am |    4 ----
 1 file changed, 4 deletions(-)

commit df2fd62a06c4ca2028f6910f428f698f41fc8b5a
Author: F Wolff <friedel@translate.org.za>
Date:   Tue Sep 22 20:06:32 2009 -0300

    Added Afrikaans translation

 po/LINGUAS |    1 +
 po/af.po   |  742 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 743 insertions(+)

commit 80a71e8825ca7e897c4a62a702d2d7dc3bcc3c86
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 21 16:59:18 2009 +0100

    Bug 595845 - The applet shows wrong connection information
    
    Fix status information in the applet not matching the service status.
    https://bugzilla.gnome.org/show_bug.cgi?id=595845

 applet/main.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 74de31bcceb8b6f4ecef49a906c3d79726926db7
Author: Mohammad Anwari <mdamt@mnots.eu>
Date:   Mon Sep 21 15:36:22 2009 +0300

    Updated Indonesian translation, contributed by Andika Triwidada

 po/id.po |  610 +++++++++++++++-----------------------------------------------
 1 file changed, 149 insertions(+), 461 deletions(-)

commit 10c6b18a553099056ff51e0f32a20363cdf41bc2
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Sep 21 10:28:48 2009 +0200

    Updated Norwegian bokmål translation.

 po/nb.po |   36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

commit 38a25390508c4bce214642ecc176746da71a0aeb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Sep 19 16:54:45 2009 +0100

    Fixed a conflict in the translation.

 po/nb.po |   82 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 46 insertions(+), 36 deletions(-)

commit 89e5c49f510306092d9a7776f9a80c0d1af9fd16
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Mon Sep 21 12:03:39 2009 +0530

    Updating Assamese translations

 po/as.po |  334 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 188 insertions(+), 146 deletions(-)

commit d8592b3ee4088959fd80336a216aa6eb4bd52290
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Sep 19 16:54:45 2009 +0100

    Bug 595593 - Make sure pairing agents only bind to default adapter
    
    By monitoring the default adapter
    https://bugzilla.gnome.org/show_bug.cgi?id=595593

 applet/agent.c        |   73 +++++++++++++++++++++++++++----------------------
 lib/bluetooth-agent.c |   14 ++++++----
 2 files changed, 49 insertions(+), 38 deletions(-)

commit e4032ca31457d7772989ffbcb4379f3b1aebd161
Author: Philip Withnall <bugzilla@tecnocode.co.uk>
Date:   Sat Sep 19 16:18:55 2009 +0100

    s/setup/set up/
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=593564

 po/ar.po       |    2 +-
 po/be.po       |    2 +-
 po/bg.po       |    2 +-
 po/bn.po       |    2 +-
 po/bn_IN.po    |    2 +-
 po/cs.po       |    2 +-
 po/da.po       |    2 +-
 po/de.po       |    2 +-
 po/el.po       |    2 +-
 po/en_GB.po    |    2 +-
 po/es.po       |    2 +-
 po/et.po       |    2 +-
 po/eu.po       |    2 +-
 po/fi.po       |    2 +-
 po/fr.po       |    2 +-
 po/ga.po       |    2 +-
 po/gl.po       |    2 +-
 po/gu.po       |    2 +-
 po/hi.po       |    2 +-
 po/hu.po       |    2 +-
 po/id.po       |    2 +-
 po/it.po       |    2 +-
 po/kn.po       |    2 +-
 po/ko.po       |    2 +-
 po/lt.po       |    2 +-
 po/lv.po       |    2 +-
 po/mai.po      |    2 +-
 po/ml.po       |    2 +-
 po/mr.po       |    2 +-
 po/nb.po       |    2 +-
 po/or.po       |    2 +-
 po/pa.po       |    2 +-
 po/pl.po       |    2 +-
 po/pt.po       |    2 +-
 po/pt_BR.po    |    2 +-
 po/ro.po       |    2 +-
 po/sl.po       |    2 +-
 po/sr.po       |    2 +-
 po/sr@latin.po |    2 +-
 po/sv.po       |    2 +-
 po/ta.po       |    2 +-
 po/te.po       |    2 +-
 po/th.po       |    2 +-
 po/tr.po       |    2 +-
 po/uk.po       |    2 +-
 po/zh_CN.po    |    2 +-
 po/zh_HK.po    |    2 +-
 po/zh_TW.po    |    2 +-
 wizard/main.c  |    2 +-
 49 files changed, 49 insertions(+), 49 deletions(-)

commit 457048f56e37dfd404f31e4f0e41ef14853c104c
Author: Philip Withnall <bugzilla@tecnocode.co.uk>
Date:   Sat Sep 19 16:16:02 2009 +0100

    Bug 593565 - Use "cell phone" instead of "mobile phone"
    
    And update all the translations.

 lib/plugins/test.c |    2 +-
 po/ar.po           |    2 +-
 po/as.po           |    2 +-
 po/be.po           |    2 +-
 po/bg.po           |    2 +-
 po/bn.po           |    2 +-
 po/bn_IN.po        |    2 +-
 po/ca.po           |    2 +-
 po/cs.po           |    2 +-
 po/da.po           |    2 +-
 po/de.po           |    2 +-
 po/el.po           |    2 +-
 po/en_GB.po        |    2 +-
 po/es.po           |    2 +-
 po/et.po           |    2 +-
 po/eu.po           |    2 +-
 po/fi.po           |    2 +-
 po/fr.po           |    2 +-
 po/ga.po           |    2 +-
 po/gl.po           |    2 +-
 po/gu.po           |    2 +-
 po/he.po           |    2 +-
 po/hi.po           |    2 +-
 po/hu.po           |    2 +-
 po/id.po           |    2 +-
 po/it.po           |    2 +-
 po/kn.po           |    2 +-
 po/ko.po           |    2 +-
 po/lt.po           |    2 +-
 po/lv.po           |    2 +-
 po/mai.po          |    2 +-
 po/ml.po           |    2 +-
 po/mr.po           |    2 +-
 po/nb.po           |    2 +-
 po/nl.po           |    2 +-
 po/or.po           |    2 +-
 po/pa.po           |    2 +-
 po/pl.po           |    2 +-
 po/pt.po           |    2 +-
 po/pt_BR.po        |    2 +-
 po/ro.po           |    2 +-
 po/sl.po           |    2 +-
 po/sr.po           |    2 +-
 po/sr@latin.po     |    2 +-
 po/sv.po           |    2 +-
 po/ta.po           |    2 +-
 po/te.po           |    2 +-
 po/th.po           |    2 +-
 po/tr.po           |    2 +-
 po/uk.po           |    2 +-
 po/vi.po           |    2 +-
 po/zh_CN.po        |    2 +-
 po/zh_HK.po        |    2 +-
 po/zh_TW.po        |    2 +-
 54 files changed, 54 insertions(+), 54 deletions(-)

commit 646c4b818b783d94e91d727f8e6cb6cc1332958b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Sep 19 16:10:29 2009 +0100

    Update translations for typo fix
    
    s/occured/occurred/

 po/ar.po       |    2 +-
 po/as.po       |    2 +-
 po/be.po       |    2 +-
 po/bg.po       |    2 +-
 po/bn.po       |    2 +-
 po/bn_IN.po    |    2 +-
 po/ca.po       |    2 +-
 po/cs.po       |    2 +-
 po/da.po       |    2 +-
 po/de.po       |    2 +-
 po/el.po       |    2 +-
 po/en_GB.po    |    2 +-
 po/es.po       |    2 +-
 po/et.po       |    2 +-
 po/eu.po       |    2 +-
 po/fi.po       |    2 +-
 po/fr.po       |    2 +-
 po/fy.po       |    2 +-
 po/ga.po       |    2 +-
 po/gl.po       |    2 +-
 po/gu.po       |    2 +-
 po/he.po       |    2 +-
 po/hi.po       |    2 +-
 po/hr.po       |    2 +-
 po/hu.po       |    2 +-
 po/id.po       |    2 +-
 po/it.po       |    2 +-
 po/ja.po       |    2 +-
 po/ka.po       |    2 +-
 po/kn.po       |    2 +-
 po/ko.po       |    2 +-
 po/lt.po       |    2 +-
 po/lv.po       |    2 +-
 po/mai.po      |    2 +-
 po/ml.po       |    2 +-
 po/mn.po       |    2 +-
 po/mr.po       |    2 +-
 po/ms.po       |    2 +-
 po/nb.po       |    2 +-
 po/nl.po       |    2 +-
 po/oc.po       |    2 +-
 po/or.po       |    2 +-
 po/pa.po       |    2 +-
 po/pl.po       |    2 +-
 po/pt.po       |    2 +-
 po/pt_BR.po    |    2 +-
 po/ro.po       |    2 +-
 po/ru.po       |    2 +-
 po/sk.po       |    2 +-
 po/sl.po       |    2 +-
 po/sr.po       |    2 +-
 po/sr@latin.po |    2 +-
 po/sv.po       |    2 +-
 po/ta.po       |    2 +-
 po/te.po       |    2 +-
 po/th.po       |    2 +-
 po/tr.po       |    2 +-
 po/uk.po       |    2 +-
 po/vi.po       |    2 +-
 po/zh_CN.po    |    2 +-
 po/zh_HK.po    |    2 +-
 po/zh_TW.po    |    2 +-
 62 files changed, 62 insertions(+), 62 deletions(-)

commit c7ffa4af095d4fa1b027c6aa01805eb714fe384a
Author: Bruce Cowan <bcowan@fastmail.co.uk>
Date:   Wed Aug 26 14:20:06 2009 +0100

    Bug 593170 - Minor string fixes
    
    Changed "occured" to "occurred"

 sendto/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 99b975a732522a538c4d297c4d975b3ba9ed0deb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:47:37 2009 +0100

    Fix invalid memory access in agent.c
    
    Which would happen when long name isn't requested, and there's
    no name for the device, just the address.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 applet/agent.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1bfdfc0b09e620cd7937637ee7087e4cf24bae4e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:45:39 2009 +0100

    Remove unused variable in device selection test
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 lib/test-deviceselection.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit f0d6ac041df311f5434e34bae130f3afa86d900d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:44:35 2009 +0100

    Remove unused button variable in applet
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 applet/main.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 29a077f75708150b9d526d429ff7a97fbb4044a4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:43:17 2009 +0100

    Add FIXME in obex_agent_request()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 lib/obex-agent.c |    1 +
 1 file changed, 1 insertion(+)

commit d272168bb80df349f79e14ee5d8c78b85762ab4c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:34:56 2009 +0100

    Move _dump_device() to BluetoothClient
    
    and use it in the test-client when a device is selected
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 lib/bluetooth-client-private.h |    4 ++
 lib/bluetooth-client.c         |   94 ++++++++++++++++++++++++++++++++++++++++
 lib/test-client.c              |    8 +++-
 properties/main.c              |   92 ++-------------------------------------
 4 files changed, 107 insertions(+), 91 deletions(-)

commit a1c95242a7bb23b2be34b1976af98156d79665e7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:16:28 2009 +0100

    Remove unused variable in create_adapter()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 properties/adapter.c |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

commit 8bb8f089cec6239f385b2def96de434e65c63bd7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:14:02 2009 +0100

    Remove unused variable in bluetooth_client_create_device()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 lib/bluetooth-client.c |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

commit bf5fb81bd6440a09e6b3a77220599afa2f12750e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 17:11:28 2009 +0100

    Remove unused variable in spinner
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595486

 lib/bling-spinner.c |    2 --
 1 file changed, 2 deletions(-)

commit 597daf2ab68e4bd045419a03de795a1f973dc658
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Sep 19 14:27:17 2009 +0100

    2.28.0
    
    Disable introspection in distchecking, see:
    https://bugzilla.gnome.org/show_bug.cgi?id=595675

 Makefile.am  |    3 ++-
 NEWS         |    8 ++++++++
 configure.ac |    4 ++--
 3 files changed, 12 insertions(+), 3 deletions(-)

commit bb1409b3bbb4bb69f66d1e96108124599575a453
Author: Francesco Marletta <francesco.marletta@tiscali.it>
Date:   Sat Sep 19 15:52:19 2009 +0200

    Updated Italian translation

 po/it.po |  824 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 453 insertions(+), 371 deletions(-)

commit 3101d78c840a128f2cb15cb3193f81d67e2737d3
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Fri Sep 18 17:43:15 2009 +0530

    maithili update

 po/LINGUAS |    1 +
 po/mai.po  |  729 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 730 insertions(+)

commit ba96ee2af480f7cab3579f5b58b95b08571de3eb
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Thu Sep 17 14:17:11 2009 +0300

    Updated Lithuanian translation.

 po/lt.po |  388 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 205 insertions(+), 183 deletions(-)

commit 5bf0c756ce30db8b4296426b6e07fe5ed47aea49
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Wed Sep 16 19:50:35 2009 +0300

    Added Ukrainian translation

 po/uk.po |  323 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 162 insertions(+), 161 deletions(-)

commit d70a584e3d89ebca41b2e7533d1bdd0a2c7a88fc
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Wed Sep 16 12:17:17 2009 +0530

    Updated Kannada(kn) translation

 po/kn.po |  378 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 189 insertions(+), 189 deletions(-)

commit b6378e718f2c03aed2ec76dd6c741a6412bd2515
Author: Tomasz Dominikowski <dominikowski@gmail.com>
Date:   Wed Sep 16 01:05:02 2009 +0200

    Updated Polish translation

 po/pl.po |  182 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 91 insertions(+), 91 deletions(-)

commit 3e79682d45ea91264fec957088cb3252b787ab93
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Tue Sep 15 17:53:01 2009 +0300

    Added Greek help translation.

 help/ChangeLog   |    5 +
 help/Makefile.am |    2 +-
 help/el/el.po    |  610 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 616 insertions(+), 1 deletion(-)

commit 2b9d7e238df69dfb288507496ccc8e270692c620
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Tue Sep 15 16:19:04 2009 +0530

    Upadted Oriya Translation

 po/or.po |  519 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 292 insertions(+), 227 deletions(-)

commit 30ec40e387d60f63dbf21e011c4a2a9ee776f31f
Author: Ani <peter.ani@gmail.com>
Date:   Tue Sep 15 00:00:03 2009 +0530

    Updaeted Malayalam Translations

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 9165797ae89c6a7274743f453ced426077934bd8
Author: Ani <peter.ani@gmail.com>
Date:   Mon Sep 14 23:59:59 2009 +0530

    Updaeted Malayalam Translations

 po/ml.po |  260 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 132 insertions(+), 128 deletions(-)

commit 232416eeeace985c52b9765aa6ae36d1333bb5ad
Author: Ani <peter.ani@gmail.com>
Date:   Mon Sep 14 23:55:50 2009 +0530

    Updaeted Malayalam Translations

 po/ml.po |  742 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 742 insertions(+)

commit 344f0ce7db4b7b667e31784895ec71fd4b1b507d
Author: A S Alam <aalam@users.sf.net>
Date:   Sun Sep 13 23:11:13 2009 +0530

    Updating Translation for Punjabi

 po/pa.po |  670 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 412 insertions(+), 258 deletions(-)

commit 7899cc589eb5eca349cd4d652fb0590458cd0e6a
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Mon Sep 14 00:40:55 2009 +0900

    Korean translation update

 po/ko.po | 1182 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 548 insertions(+), 634 deletions(-)

commit e113ce29b3aeb829da713b0aabac96299cc8cbc8
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sun Sep 13 02:33:58 2009 +0200

    Added Danish translation

 po/da.po | 1017 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 1017 insertions(+)

commit 8ebcbd43e002107ac958a1e0d3c7542201cd75fd
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sun Sep 13 02:32:39 2009 +0200

    Added da to list of languages

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 0454652964bcb792a65a4446a5b1f43d0fe869f9
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Sep 12 11:18:39 2009 +0200

    Updated Slovenian translation

 po/sl.po |  682 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 337 insertions(+), 345 deletions(-)

commit 33524bf400bfbf3c5fc5bdf23dc086f0d7d0875b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 11 14:58:25 2009 +0100

    Fix pairing with devices that require PIN entry
    
    If a device that has a fixed PIN was selected before a device that
    doesn't have one (for example, select a printer or audio headset,
    before selecting a phone), then the automatic_pincode would have
    been TRUE.
    
    We need to reset the automatic_pincode every time we change devices.

 wizard/main.c |    1 +
 1 file changed, 1 insertion(+)

commit 156340dd3f2636e1576cf5a44eb30cfbbf572f75
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Fri Sep 11 12:19:20 2009 +0530

    Updated Marathi Translations

 po/mr.po |  332 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 172 insertions(+), 160 deletions(-)

commit 534ee0d1838ac24ee5c479d93a589051a5aa4457
Author: Adi Roiban <adi@roiban.ro>
Date:   Thu Sep 10 22:45:51 2009 +0300

    Updated Romanian translation

 po/ro.po | 1350 ++++++++++++++++++++++++++------------------------------------
 1 file changed, 555 insertions(+), 795 deletions(-)

commit eba69814c28b3e752ee27ad4450b763736b6afe3
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Thu Sep 10 18:58:08 2009 +0300

    Updated Greek translation.

 po/el.po | 1027 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 541 insertions(+), 486 deletions(-)

commit 5d3d898a786e64e044aeb3770adf303788c3110b
Author: Stanislav Brabec <sbrabec@suse.cz>
Date:   Thu Sep 10 16:20:35 2009 +0100

    Fix crash on pairing request of known rfcomm device
    
    Fixes crash after access attempt to the device configured
    in rfcomm.conf, but not yet paired.
    
    How to reproduce:
    
    1. Configure an unknown RFCOMM device that requires authentication in
       rfcomm.conf (e. g. mobile phone).
    2. run pppd on /dev/rfcomm1
    
    Behavior:
    - Pairing request on mobile phone
    - Crash of bluetooth-applet on desktop

 lib/bluetooth-client.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 325a225242d41a8893ef8853c0db680298bcbad3
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Sep 10 16:46:17 2009 +0200

    Added Slovenian translation

 po/sl.po | 1036 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 558 insertions(+), 478 deletions(-)

commit 062313ec04fa8d67ebc49019dc1069e84934e58a
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Thu Sep 10 16:02:54 2009 +0530

    Updated Telugu Translation

 po/te.po |  364 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 172 insertions(+), 192 deletions(-)

commit fceb252da59fd635411f083fed4edd7380b05a9b
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Tue Sep 8 12:21:24 2009 +0530

    Updated Gujarati Translations

 po/gu.po |  330 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 176 insertions(+), 154 deletions(-)

commit 903cf0098d7cc00dd3e32df5bb10ddb2fe821eef
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Sep 7 01:19:43 2009 +0100

    Updated Portuguese translation

 po/pt.po | 1317 ++++++++++++++++++++++++++------------------------------------
 1 file changed, 559 insertions(+), 758 deletions(-)

commit d9fbeaf471811e7fd1fbb40604b4afd5223bb08c
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Sep 7 01:35:43 2009 +0200

    Hungarian translation updated

 po/hu.po |  592 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 337 insertions(+), 255 deletions(-)

commit 25d46327c411aea4abac6395b079b3fcca8b5752
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Sat Sep 5 01:56:17 2009 +0700

    Added Bengali translation

 po/LINGUAS |    1 +
 po/bn.po   |  742 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 743 insertions(+)

commit 55299cdf2e98ff386e2cd554e2d015d23b9799e6
Author: Mohammad Anwari <mdamt@mnots.eu>
Date:   Fri Sep 4 16:08:00 2009 +0300

    Updated Indonesian translation by Andika Triwidada

 po/id.po | 1487 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 780 insertions(+), 707 deletions(-)

commit b4b046cd37324454c7125d345cceabb5c6f61612
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 3 18:17:43 2009 +0100

    Bug 594055 - applet fails to connect to any disconnected audio device
    
    Hunted down by Peter Hurley <phurley@charter.net>.
    
    Description
    If the remote device is disconnected when the applet starts, the applet
    will be unable to initiate connection to the audio interface of the
    device.
    
    Cause
    Incorrect use of g_hash_table_lookup in the device_list_nodes() function
    in lib/bluetooth-client.c
    
    Discussion
    For a given device, device_list_nodes() loops through the known
    detectable interfaces (those in detectable_interfaces[]) and adds
    them to the returned hash table if calling the interfaces's
    .GetProperties dbus method returns true.
    
    The value of the "Connected" property is then stored as the associated
    value with the interface name as the key in the hash table.
    
    The *connectable* interface "org.bluez.Audio" is only added if at least
    either of the *detectable* interfaces "org.bluez.Headset" or
    "org.bluez.AudioSink" were added the the hash table in previous
    iterations within device_list_nodes().
    
    However, the test for whether those *detectable* interfaces were added
    is not correct. Currently, g_hash_table_lookup() is used to determine
    if the interface names are in the hash table.  g_hash_table_lookup()
    will return NULL if the the key is not present in the hash table,
    OTHERWISE IT RETURNS THE VALUE ASSOCIATED WITH THE KEY. If that value
    is 0 (== BLUETOOTH_STATUS_DISCONNECTED), the logic mistakenly believes
    that the key is not present in the hash table, and as a result, fails
    to add the only connectable audio interface "org.bluez.Audio".
    
    Recommend
    Either use g_hash_table_lookup_extended() to test for key presence
    or change enum BLUET00TH_STATUS_DISCONNECTED to be != 0.

 lib/bluetooth-enums.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 5893161cb37a9ad2bac3d001990cf89fe9cd8f7f
Author: Javier Jardón <javierjc1982@gmail.com>
Date:   Thu Sep 3 06:16:31 2009 +0200

    Remove unused HAL_REQUIRED variable from configure.ac

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

commit fca397a37ee010d327848eed8167d7af26f32bf0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 2 15:27:17 2009 +0100

    2.27.90

 NEWS            |   10 ++++++++++
 configure.ac    |    2 +-
 lib/Makefile.am |    3 +--
 3 files changed, 12 insertions(+), 3 deletions(-)

commit eb984ded73548659b98ac46c35198cde282d076e
Author: Frédéric Péters <fpeters@0d.be>
Date:   Tue Sep 1 18:59:15 2009 +0200

    autoconf-2.64 compat: Don't use $(builddir)
    
    $(builddir) is not a standard automake variable. With autoconf < 2.64
    it ends up getting set in every Makefile.in to '.' (because autoconf
    defines it), but that is no longer the case for 2.64.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=592813

 lib/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bccadeaf910da6e97522a06be9a9908f9436feac
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 1 17:45:01 2009 +0100

    Bug 593777 - duplicate object id in ui file
    
    Rename duplicate label1 to label3 (which is unused)

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

commit 1522cdc0a8b84256e083291012795b514a23999c
Author: Frédéric Péters <fpeters@0d.be>
Date:   Sat Aug 22 13:41:13 2009 +0200

    Remove deprecated Encoding key from desktop files

 applet/bluetooth-applet.desktop.in.in         |    1 -
 properties/bluetooth-properties.desktop.in.in |    1 -
 2 files changed, 2 deletions(-)

commit d88327c2d73b68d5c390a54394467dd6242be519
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Mon Aug 31 13:06:10 2009 +0530

    hindi added by Rajesh Ranjan

 po/LINGUAS |    1 +
 po/hi.po   |  732 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 733 insertions(+)

commit a6f444329bd17972d075cb4cfce12dd477104952
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Mon Aug 31 12:46:35 2009 +0530

    Updated Bengali India Translations

 po/bn_IN.po |  326 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 179 insertions(+), 147 deletions(-)

commit dae0f38a15fcdae039e16807d1f34b529c382ead
Author: Rodrigo L. M. Flores <rlmflores@src.gnome.org>
Date:   Sun Aug 30 19:47:02 2009 -0300

    Updated Brazilian Portuguese mailing list address.

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

commit 4a8fd4816cf1632f0cfa0daf25c2b1aed523a1ca
Author: Bruce Cowan <bcowan@fastmail.co.uk>
Date:   Sun Aug 30 16:38:54 2009 +0100

    Updated British English translation

 po/en_GB.po | 1491 +++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 837 insertions(+), 654 deletions(-)

commit 90181c39053c85656eb799f058827029305a06fd
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Aug 30 14:43:56 2009 +0200

    Updated German translation

 po/de.po |  118 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 64 insertions(+), 54 deletions(-)

commit be1b7fce0cceaf855987928b66e0a8d62645f98b
Author: Baris Cicek <baris@teamforce.name.tr>
Date:   Sun Aug 30 05:07:38 2009 +0300

    Updated Turkish translation.

 po/tr.po | 1187 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 544 insertions(+), 643 deletions(-)

commit 31d38c422d0f1e737599e02c4ac9f7fd659593e7
Author: Miloš Popović <mpopovic@src.gnome.org>
Date:   Fri Aug 28 02:41:16 2009 +0200

    Updated Serbian translation

 po/sr.po       |  711 ++++++++++++++++++++++++++++++++++++--------------------
 po/sr@latin.po |  711 ++++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 910 insertions(+), 512 deletions(-)

commit f41bdfa64eb7418736553a0cf201991e5c43e3dd
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Aug 26 14:38:47 2009 +0200

    Updated Basque language

 po/eu.po |  706 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 420 insertions(+), 286 deletions(-)

commit e2c7872541768f17c7d9505ea04bcc839086b461
Author: Krasimir "Bfaf" Chonov <mk2616@abv.bg>
Date:   Mon Aug 24 22:39:11 2009 +0300

    Updated Bulgarian translation

 po/bg.po | 1173 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 557 insertions(+), 616 deletions(-)

commit b821725f1de4c6a1644ee82a8c2a99177a19097a
Author: Henrique P. Machado <zehrique@gmail.com>
Date:   Sun Aug 23 22:39:32 2009 -0300

    Updated Brazilian Portuguese translation.

 po/pt_BR.po | 1601 +++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 897 insertions(+), 704 deletions(-)

commit 81c72fffcaddda22840ac3082f39c3afcf89ec5c
Author: Andre Klapper <a9016009@gmx.de>
Date:   Sun Aug 23 23:36:05 2009 +0200

    Fix remaining translation issues of bug #590679.

 sendto/main.c    |    3 +--
 wizard/wizard.ui |    4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

commit 1213e8dbd830d9d5a4a7832fed6fe0e9331e8fb7
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Aug 22 21:55:33 2009 +0200

    Updated French translation

 po/fr.po |  180 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 91 insertions(+), 89 deletions(-)

commit 2bf3414cbf7b34fd5690df9e179f52ef19021482
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Aug 22 11:35:03 2009 +0200

    Updated Norwegian bokmål translation.

 po/nb.po |  157 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 77 insertions(+), 80 deletions(-)

commit 1634965154005b4ef006fcd886d2c77729fcbc08
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Fri Aug 21 09:03:33 2009 +0300

    Updated Arabic translation

 po/ar.po | 1073 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 608 insertions(+), 465 deletions(-)

commit 2f8e64562be97b5debfaba7807421c82053cbd19
Author: Akom C <knight2000@gmail.com>
Date:   Thu Aug 20 13:41:37 2009 +0700

    Updated Thai translation.

 po/th.po |  177 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 92 insertions(+), 85 deletions(-)

commit be0d72c1ce26a68749a0e2463d9ef7eefcee9324
Author: Tomasz Dominikowski <dominikowski@gmail.com>
Date:   Wed Aug 19 13:16:07 2009 +0200

    Updated Polish translation

 po/pl.po |  916 +++++++++++++++++++++-----------------------------------------
 1 file changed, 303 insertions(+), 613 deletions(-)

commit 6d1176da88ce86aebbf81529754c8f865ee2a386
Author: Javier Jardón <javierjc1982@gmail.com>
Date:   Tue Aug 18 18:47:59 2009 +0200

    Support silent build rules with automake 1.11 (GnomeBug:592213)
    
    Support silent build rules, requires at least automake-1.11.
    Disble by either passing --disable-silent-rules to configure or
    passing V=1 to make.

 configure.ac    |    5 +++++
 lib/Makefile.am |   16 ++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)

commit a8ebd82516a1e2d35dd10b76f3a67176728b97f5
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Sun Aug 16 13:51:12 2009 +0300

    Updated Finnish translation

 po/fi.po |  344 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 182 insertions(+), 162 deletions(-)

commit aa475280ad72d98601351591f5595ed6b4be7f3e
Author: Andre Klapper <a9016009@gmx.de>
Date:   Sat Aug 15 17:23:33 2009 +0200

    Updated Czech translation.

 po/cs.po |  130 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 65 insertions(+), 65 deletions(-)

commit bb839454b5e94964b6b80158b2a253fdd38aac36
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Aug 12 12:40:50 2009 +0100

    Adapters don't set Aliases
    
    So print out the name of the adapter, not its alias.

 properties/main.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit a212846727d889a843448432b1303d89bb10654d
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Wed Aug 12 01:49:54 2009 -0600

    Added Irish translation

 po/LINGUAS |    1 +
 po/ga.po   |  732 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 733 insertions(+)

commit b95f581c6b8b10ef6369f009e8dc88ab75db99ee
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 11 16:03:03 2009 +0100

    Fix keyboard not working in the properties window
    
    Wrong prototype for the key-press-event callback.

 properties/main.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 0d885afcf48e1a46d51ba50d058d4edca0b1e592
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 11 11:50:38 2009 +0100

    Add D-Bus object path to the debug output

 properties/main.c |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 3aa146fe46f994fcb0a8c431cfbd1d38a83a68f6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 11 09:40:45 2009 +0100

    Bug 590874 – crash in Bluetooth: adding a bluetooth NAP phone
    
    Don't unload plugins, fixes crashes on exit when the plugins
    register GObject types.

 lib/bluetooth-plugin-manager.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit b066cb5f0222a04d46fe8197c96ca012e791db38
Author: Antón Méixome <meixome@mancomun.org>
Date:   Mon Aug 10 16:35:39 2009 +0200

    Updated Galician translation

 po/gl.po |  183 +++++++++++++++++++++++++-------------------------------------
 1 file changed, 74 insertions(+), 109 deletions(-)

commit 08a6a6021bc3dec06a34b9f7db8c3c2ecb5d2c61
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 10 11:25:57 2009 +0100

    Bug 590679 – Please review strings for translation
    
    Add a few comments for translators.

 sendto/main.c    |    2 ++
 wizard/wizard.ui |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit dbdd33d4ea55f541dbf53c52ef6d499c4dced108
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 10 11:20:37 2009 +0100

    Handle delete-event in test-plugins
    
    So we can have it exit cleanly for use with valgrind.

 lib/test-plugins.c |   11 +++++++++++
 1 file changed, 11 insertions(+)

commit aeaea58cc174b134b5afa47a1c8bd6b3384190b0
Author: Antón Méixome <meixome@mancomun.org>
Date:   Sun Aug 9 16:47:07 2009 +0200

    Updated Galician Translation

 po/gl.po |  597 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 352 insertions(+), 245 deletions(-)

commit f7c3e33542c021fd53bfacad10aee5976a0e3b05
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Aug 8 21:14:45 2009 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |   26 +++++++-------------------
 po/zh_TW.po |   30 +++++++++---------------------
 2 files changed, 16 insertions(+), 40 deletions(-)

commit d68c54ad5be461c34f77a357f52d2ded9ca6199a
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Aug 7 00:48:01 2009 +0200

    Updated Norwegian bokmål translation.

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

commit e2db0ef5a83af7d442ec06cfdfdaf322f22ded10
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 4 19:31:45 2009 +0100

    2.27.9

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

commit 92da5dda00a2134cc129bea76533bbe515cf1725
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 4 19:09:53 2009 +0100

    Remove reference to old functions in the API docs

 docs/reference/libgnome-bluetooth/gnome-bluetooth-sections.txt |    7 -------
 1 file changed, 7 deletions(-)

commit 31123a6986ad17a66a5da06aefc80e557de92108
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Aug 4 19:09:50 2009 +0200

    Updated Spanish translation

 po/es.po |  135 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 59 insertions(+), 76 deletions(-)

commit 8d2dace3a922a9cb1f4e3cb2095c60946e90ec96
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Mon Aug 3 21:20:46 2009 +0300

    Updated Latvian translation

 po/lv.po |  147 ++++++++++++++++++++++++--------------------------------------
 1 file changed, 57 insertions(+), 90 deletions(-)

commit ef19a122dfbab08f8df460df3d17db1798330e11
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Aug 3 15:55:48 2009 +0100

    Fix underline in "Set up new device"
    
    Spotted by Matthias Clasen

 properties/adapter.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8d69839ea964dc8342d9c2d9c662bb434ffabb4c
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Mon Aug 3 15:49:44 2009 +0300

    Updated Latvian translation

 po/lv.po | 1418 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 822 insertions(+), 596 deletions(-)

commit f39c863ca51e8008b486ca479307406723a6662b
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Aug 2 16:23:33 2009 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  283 +++++++++++++++++++++++++++++++---------------------------
 po/zh_TW.po |  285 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 311 insertions(+), 257 deletions(-)

commit 42539099660064c6d3758044ffa957248c19f1fd
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Sun Aug 2 09:38:22 2009 +0300

    Updating Estonian translation

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

commit 2df2b19dc1ef46381700f92bcebe9388cc609c12
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Aug 1 19:18:02 2009 +0200

    Updated Norwegian bokmål translation.

 po/nb.po |  594 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 350 insertions(+), 244 deletions(-)

commit 385946bfbb54de6b2955424e9b6c640a253b9242
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Aug 1 15:28:35 2009 +0100

    obexd isn't called obexd but obex-client
    
    And we can't check for it in the path, as it's in the libexecdir.

 applet/main.c |    4 ----
 1 file changed, 4 deletions(-)

commit 5f282a63d34ea197a6731c3c91bc4c6749917b2c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Aug 1 15:26:16 2009 +0100

    Fix build with older kernels
    
    The rfkill.h file was missing.

 lib/Makefile.am |    4 +-
 lib/rfkill.h    |  363 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 366 insertions(+), 1 deletion(-)

commit 0c9387415ebb1d591291d87605038a2982895211
Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Date:   Mon Jul 27 22:43:44 2009 +0200

    Close the preferences dialog when pressing Escape key (Bug 589864)

 properties/main.c |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 3d2fb9c86dabc35193228948bcb0e6813412f9d5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jul 31 11:09:32 2009 +0100

    Update README for /dev/rfkill code

 README |    5 +++++
 1 file changed, 5 insertions(+)

commit 822c0ba3d02183cbac571dcc01f1b234d355c851
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 30 20:47:15 2009 +0100

    Bug 585765 – Move killswitch code to /dev/rfkill
    
    Port the killswitch code to using rfkill sub-system in newer
    kernels.
    
    Note that your distribution will need to ship udev rules
    to allow normal users to change the killswitch state.

 applet/main.c              |   14 +-
 configure.ac               |    3 +-
 lib/bluetooth-killswitch.c |  443 ++++++++++++++++++--------------------------
 lib/bluetooth-killswitch.h |    7 +-
 4 files changed, 197 insertions(+), 270 deletions(-)

commit acc1a393176695d2df443fd00086e315dfbd4fbd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 30 18:30:00 2009 +0100

    Hide unwanted menu items when Bluetooth is disabled
    
    We don't care about much of the menu items when there's no
    adapters enabled.

 applet/main.c        |   15 +++++++++------
 applet/popup-menu.ui |    8 ++++++++
 2 files changed, 17 insertions(+), 6 deletions(-)

commit 2f3cdfc863e2100c34bae81da0aa7dfc54cabdad
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 30 18:26:05 2009 +0100

    Update the Powered column on adapter changes
    
    Otherwise we miss the adapter going down on soft block rfkill.

 lib/bluetooth-client.c |   12 ++++++++++++
 1 file changed, 12 insertions(+)

commit b6e320546b74564cdb01d70f574ee9b0090ae098
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 30 18:10:41 2009 +0100

    Update default-adapter-powered when no adapters are available
    
    Otherwise we might think it's still enabled when it's not.

 lib/bluetooth-client.c |    2 ++
 1 file changed, 2 insertions(+)

commit 8dd771d640c9f16be5c54287cbf04de100d11826
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 30 16:02:08 2009 +0100

    Print out errors when GtkBuilder files fail parsing

 applet/main.c |   17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

commit a6d52c7720f54a455663c6cf0d4c66eedc5441be
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 30 15:50:22 2009 +0100

    Fix thinko in disabling menu items

 applet/main.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 147a977eeff2c62ece20d6c26f56faba59d2ea5d
Author: Ivar Smolin <okul@linux.ee>
Date:   Wed Jul 29 14:02:20 2009 +0300

    Updating Estonian translation

 po/et.po |   74 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 33 insertions(+), 41 deletions(-)

commit 4ae98d7b109cafcacbbd98a4e7581df80e707e5c
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Wed Jul 29 08:20:30 2009 +0530

    Updated Tamil translation

 po/ta.po |   79 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 43 insertions(+), 36 deletions(-)

commit 0a5a58a9e7eb19352bffca2cd127770bfc806120
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Jul 28 02:11:01 2009 +0200

    Updated Swedish translation

 po/sv.po |   49 +++++++++++++++++++++++++++----------------------
 1 file changed, 27 insertions(+), 22 deletions(-)

commit 278fa0938be9f8c383cbd40e7dbf179aa3210788
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 27 23:19:57 2009 +0100

    Remove ellipsis from the "Preferences" menu item
    
    Spotted by William Jon McCann

 applet/popup-menu.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4d9705c75431cfaf7070876b36ec5375127bdd07
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 27 23:17:59 2009 +0100

    Bug 589863 – Use "set up" rather than "setup" as a verb

 applet/popup-menu.ui |    2 +-
 po/ar.po             |    2 +-
 po/as.po             |    2 +-
 po/be.po             |    6 +++---
 po/bg.po             |    2 +-
 po/bn_IN.po          |    2 +-
 po/ca.po             |    2 +-
 po/cs.po             |    4 ++--
 po/de.po             |    4 ++--
 po/el.po             |    2 +-
 po/en_GB.po          |    2 +-
 po/es.po             |    6 +++---
 po/et.po             |    4 ++--
 po/eu.po             |    2 +-
 po/fi.po             |    2 +-
 po/fr.po             |    4 ++--
 po/fy.po             |    2 +-
 po/gl.po             |    2 +-
 po/gu.po             |    2 +-
 po/he.po             |    6 +++---
 po/hr.po             |    2 +-
 po/hu.po             |    2 +-
 po/id.po             |    2 +-
 po/it.po             |    2 +-
 po/ja.po             |    2 +-
 po/ka.po             |    2 +-
 po/kn.po             |    2 +-
 po/ko.po             |    2 +-
 po/lt.po             |    2 +-
 po/lv.po             |    2 +-
 po/mn.po             |    2 +-
 po/mr.po             |    2 +-
 po/ms.po             |    2 +-
 po/nb.po             |    2 +-
 po/nl.po             |    2 +-
 po/oc.po             |    2 +-
 po/or.po             |    2 +-
 po/pa.po             |    2 +-
 po/pl.po             |    2 +-
 po/pt.po             |    2 +-
 po/pt_BR.po          |    2 +-
 po/ro.po             |    2 +-
 po/ru.po             |    2 +-
 po/sk.po             |    2 +-
 po/sl.po             |    2 +-
 po/sr.po             |    2 +-
 po/sr@latin.po       |    2 +-
 po/sv.po             |    4 ++--
 po/ta.po             |    4 ++--
 po/te.po             |    4 ++--
 po/th.po             |    4 ++--
 po/tr.po             |    2 +-
 po/uk.po             |    2 +-
 po/vi.po             |    2 +-
 po/zh_CN.po          |    4 ++--
 po/zh_HK.po          |    2 +-
 po/zh_TW.po          |    2 +-
 properties/adapter.c |    2 +-
 58 files changed, 73 insertions(+), 73 deletions(-)

commit f9dc18e934e8727315118bae54d8792cfd74df36
Author: fujianwzh <fujianwzh@gmail.com>
Date:   Mon Jul 27 14:25:03 2009 +0800

    Updated Simplified Chinese translation.

 po/zh_CN.po | 1579 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 870 insertions(+), 709 deletions(-)

commit 13b3b0e202daf0efcd0751ba40512e23e0de3533
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jul 26 20:43:52 2009 +0100

    Bug 589681 – Doesn't connect to input service on Sony Ericsson phones
    
    Ignore the Audio service if there's no AudioSink or Headset service.
    
    Makes the input service show up again for Sony Ericsson phones, and
    allows us to connect to the remote control application.

 lib/bluetooth-client.c |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 8f46539a645f7d1207c7aacb656995cd5b8ad596
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jul 26 17:26:35 2009 +0100

    Add test case for the notification icon
    
    To allow us to test the animation

 applet/Makefile.am |    6 ++++--
 applet/test-icon.c |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+), 2 deletions(-)

commit 282a329c983f192903d2a387a0a78ab0aaa25bbf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jul 26 17:16:30 2009 +0100

    Add support for "playing" status
    
    As used in the A2DP and Headset services.

 lib/bluetooth-enums.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 7eefaa890bb9bda5ff2591da579aa2105aa7a941
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Jul 26 19:53:53 2009 +0200

    Updated Czech translation by Marek Cernocky and Petr Kovar

 po/cs.po | 1196 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 557 insertions(+), 639 deletions(-)

commit 129ae1b936a8ec6513cec1ee0ab64bfec2da1e9a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jul 26 16:27:27 2009 +0100

    Fix small memleak when changing the tooltip
    
    When changing the tooltip of the applet, don't forget to free
    the old tooltip...

 applet/notify.c |    1 +
 1 file changed, 1 insertion(+)

commit 3c8e44c6a1a8da7c227325832774609d9147e425
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jul 26 16:13:26 2009 +0100

    Update test client for status changes
    
    The test client now knows whether a service is connecting.

 lib/test-client.c |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

commit a12e21c00be17b389f3a59bceddba867e8253759
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jul 26 16:12:46 2009 +0100

    Mark services as connecting
    
    When the service supports it, mark them as "connecting" when
    a connection is taking place. Only works for audio devices
    right now.

 lib/bluetooth-client.c |   46 ++++++++++++++++++++++++++++++++++------------
 1 file changed, 34 insertions(+), 12 deletions(-)

commit 67eefcec6c2ace3e3e1f49fc1f7ca0c3bdc2cfd1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jul 26 16:11:54 2009 +0100

    Add status enumeration
    
    To mark services as being connected, disconnected, or
    connecting.

 lib/bluetooth-enums.h |    6 ++++++
 1 file changed, 6 insertions(+)

commit df14e790db46fba5d0d1b595f6f3da8838988471
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jul 26 15:38:35 2009 +0100

    Bug 589681 – Failed to connect to device
    
    Change the warning to be a message, and remove the "file a bug"
    part of the string.

 wizard/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 83ce4c6ae9659a8326e0ecca673f9221cfdbbd63
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Sun Jul 26 20:01:15 2009 +0530

    Updated Tamil translation

 po/ta.po |  385 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 200 insertions(+), 185 deletions(-)

commit 7264afe67afb828f2522caa5dd4dc7a0e1344740
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jul 26 12:58:55 2009 +0100

    Bug 589730 – Tell about pressing Enter when pairing keyboard

 wizard/main.c |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 1ac550e519f4ca077a418a8bdda8765a87c7e396
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jul 26 12:54:19 2009 +0100

    Bug 589731 – Use quotes, not chevrons
    
    And fix broken po files with missing bits of the escaped XML.

 po/as.po         |    6 +++---
 po/be.po         |    6 +++---
 po/bn_IN.po      |    6 +++---
 po/ca.po         |    6 +++---
 po/de.po         |    6 +++---
 po/es.po         |    8 ++++----
 po/et.po         |    8 ++++----
 po/fi.po         |    6 +++---
 po/fr.po         |    4 ++--
 po/gu.po         |    8 ++++----
 po/he.po         |    4 ++--
 po/kn.po         |    8 ++++----
 po/lt.po         |    6 +++---
 po/mr.po         |    8 ++++----
 po/nl.po         |    6 +++---
 po/or.po         |    4 ++--
 po/pl.po         |    4 ++--
 po/sv.po         |    4 ++--
 po/ta.po         |    8 ++++----
 po/te.po         |    8 ++++----
 po/th.po         |    8 ++++----
 po/uk.po         |    8 ++++----
 po/vi.po         |    8 ++++----
 po/zh_HK.po      |    6 +++---
 po/zh_TW.po      |    8 ++++----
 wizard/wizard.ui |    2 +-
 26 files changed, 82 insertions(+), 82 deletions(-)

commit 2fb9cac8e6bb8390980d6c2f71113aa8df2b2a22
Author: Alexander Nyakhaychyk <nyakhaychyk@gmail.com>
Date:   Sat Jul 25 01:55:08 2009 +0300

    Updated Belarusian translation

 po/be.po | 1261 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 804 insertions(+), 457 deletions(-)

commit 7cafa6c5886c4ae984b1e35633adaeafa91936a8
Author: Alexander Nyakhaychyk <nyakhaychyk@gmail.com>
Date:   Sat Jul 25 00:37:10 2009 +0300

    Updated Belarusian translation

 po/be.po |  466 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 236 insertions(+), 230 deletions(-)

commit d7995b5f7ff75278f0e5340ddea8cfde0918674a
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri Jul 24 17:58:47 2009 +0200

    Updated German translation

 po/de.po |  283 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 150 insertions(+), 133 deletions(-)

commit 7eff5da46db61159866668c18c0e2c30c920a14b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jul 24 13:37:05 2009 +0100

    Track the state of org.bluez.Audio service as well
    
    Because otherwise we think it's still connected when it actually
    isn't. Fixes the device showing up as connected when it wasn't
    in BlueZ.

 lib/bluetooth-client.c |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

commit 47e8dd644f86ebcf79d0efb6299c8a63c0334c56
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jul 24 12:12:38 2009 +0100

    [Bug 589593] New: Crashes when disconnecting audio service

 lib/bluetooth-client.c |    4 ++++
 1 file changed, 4 insertions(+)

commit 34a232aa079551e2794a4f5cfbe447ec4942a710
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 10:05:37 2009 +0100

    Small gitignore update

 .gitignore |    4 ++++
 1 file changed, 4 insertions(+)

commit f550ced056e1a199f620f72dc5de5295b9073905
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 09:49:37 2009 +0100

    Add test-class test binary

 lib/Makefile.am                |    4 +++-
 lib/bluetooth-client-private.h |    2 ++
 lib/bluetooth-client.c         |    5 ++--
 lib/test-class.c               |   49 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 57 insertions(+), 3 deletions(-)

commit 2cc7b97ab4f08729d775307728dbbe1e86903308
Author: Mattias Põldaru <mahfiaz gmail com>
Date:   Wed Jul 22 16:23:25 2009 +0300

    Updating Estonian translation

 po/et.po |  122 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 69 insertions(+), 53 deletions(-)

commit 59efa1c06153cd5bdaff64f7efca791c11c77f2f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jul 21 17:05:52 2009 +0100

    2.27.8

 NEWS         |   26 ++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 28 insertions(+), 2 deletions(-)

commit 42f56aca482496a0ab56d1c8487e928008e91bdb
Author: Akom C <knight2000@gmail.com>
Date:   Tue Jul 21 20:48:20 2009 +0700

    Added Thai translation.

 help/Makefile.am |    2 +-
 help/th/th.po    |  570 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 571 insertions(+), 1 deletion(-)

commit 4acafdc2ba0f8ae2ca168a25939e89d2311ce158
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jul 21 01:42:25 2009 +0100

    Remove useless BlingColor code

 lib/Makefile.am     |    2 --
 lib/bling-color.c   |   86 ---------------------------------------------------
 lib/bling-color.h   |   35 ---------------------
 lib/bling-spinner.c |   18 +----------
 4 files changed, 1 insertion(+), 140 deletions(-)

commit 82eb0df895d61437e8e0b38ad2c20cd74adb2f58
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Jul 18 13:51:23 2009 +0200

    Updated Spanish translation

 po/es.po |  249 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 144 insertions(+), 105 deletions(-)

commit 321dd3adfc836bca74853fc9e514394a6c03b6a7
Author: Akom C <knight2000@gmail.com>
Date:   Sat Jul 18 11:18:06 2009 +0700

    Updated Thai translation.

 po/th.po |  207 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 111 insertions(+), 96 deletions(-)

commit f78d0e955b56364ddf8f2b6a93111a09f7ead18f
Author: Laurent Coudeur <laurentc@iol.ie>
Date:   Fri Jul 17 23:39:27 2009 +0200

    Updated French translation

 po/fr.po |  260 ++++++++++++++++++++++++++------------------------------------
 1 file changed, 110 insertions(+), 150 deletions(-)

commit 4465eb008f73281efc69f447de7598322770eff9
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Jul 16 02:32:54 2009 +0200

    Updated Swedish translation

 po/sv.po |  230 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 118 insertions(+), 112 deletions(-)

commit 76259f17840301ce7dcac97468db9f2aa00aa809
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 16 00:06:11 2009 +0100

    Bug 585691 – Filter devices for ObexFTP
    
    Only paired devices that can actually do ObexFTP are shown.

 applet/main.c |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 0f1769174b36ca45bbe587c564c4595125cfb885
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 16 00:02:59 2009 +0100

    Add a device-service-filter property
    
    So we can filter for ObexFTP devices in the applet.

 lib/bluetooth-chooser.c |   20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

commit 475f9dd140b069827ae4a22d2fc684ee83ba102e
Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Date:   Wed Jul 15 18:49:21 2009 +0200

    Add help button in properties for help manual

 properties/main.c |   25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)

commit da2de4569ddf73124d99e2b157259df8eadc391d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jul 15 16:02:57 2009 +0100

    Bug 587763 – Doesn't show "Connect" in the sub-menu for mice after pairing
    
    We need to create a "Connected/Disconnect" menu even if we don't
    have a service, just so that we can be sure that it will show up
    when we discover services on the device itself.

 applet/main.c |   45 ++++++++++++++++++++++++++-------------------
 1 file changed, 26 insertions(+), 19 deletions(-)

commit c9d474759a46ed32f61099f1e5277428385e585e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jul 15 15:20:02 2009 +0100

    Remove useless header for extra config
    
    It drags attention away from the rest of the text.

 wizard/main.c    |    6 ++----
 wizard/wizard.ui |   55 +++++++++++++++---------------------------------------
 2 files changed, 17 insertions(+), 44 deletions(-)

commit 0df0a382d681d53cc4d64774bc3678611ec8bf68
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jul 15 15:08:08 2009 +0100

    Fix s/Delete/Remove/ fixups
    
    Make sure the buttons match, and the mnemonic is actually used.

 properties/adapter.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit d9a3f52cf11af2a8b10eedd9db482c829da30d1b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jul 15 15:03:30 2009 +0100

    Bug 588619 – Make summary page use consistent naming
    
    Use "new device setup" more, as used in the preferences dialogue.

 wizard/main.c    |    4 ++--
 wizard/wizard.ui |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit be55bf228d5f5ce0e61626e03c76cdc9c45f8514
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jul 15 14:40:37 2009 +0100

    Bug 588618 – Use PIN instead of passkey
    
    Because people don't know what a passkey is.

 applet/agent.c             |   52 +++++++++++++++++---------------
 applet/confirm-dialogue.ui |    2 +-
 applet/passkey-dialogue.ui |    2 +-
 applet/test-agentdialog.c  |    2 +-
 wizard/TEST-PROCEDURE.txt  |    6 ++--
 wizard/main.c              |   70 ++++++++++++++++++++++----------------------
 wizard/wizard.ui           |   32 ++++++++++----------
 7 files changed, 86 insertions(+), 80 deletions(-)

commit 1028700cffd07ff6c7a360e98ec878cb8e659849
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jul 15 14:36:22 2009 +0100

    Rebuild the glue when the bluetooth-agent.[ch] files change

 lib/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 149dc32f87cc75a52245458bccf03783928b36b7
Author: Mark Krapivner <mark125@gmail.com>
Date:   Wed Jul 15 16:34:53 2009 +0300

    Updated Hebrew translation

 po/he.po |  393 ++++++++++++++++----------------------------------------------
 1 file changed, 98 insertions(+), 295 deletions(-)

commit e8e1e4657a0f7afdddde60272dda754e10769e3c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jul 15 11:33:12 2009 +0100

    Add more custom UUIDs

 lib/bluetooth-client.c |   26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

commit 7f1f51723bd538c5b8907913021eefa5414db9d3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 13 20:35:25 2009 +0100

    Make sure the wizard is called the same everywhere
    
    The same in the wizard, the applet and the properties.

 wizard/wizard.ui |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 63b38dd0cf9622c89e0686a5bbcbf6f27b365db3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 13 20:28:16 2009 +0100

    Fix possible crasher when still searching but widget is destroyed
    
    The timeout needs to be cancelled when the device is destroyed.

 lib/bling-spinner.c |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit d78645afdef00435a7ad35716fb345647eb6db26
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 13 20:20:45 2009 +0100

    Fix left-over "show-search" usage, eek

 applet/main.c |    2 +-
 sendto/main.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1f9e5803b05902973e6ebb3a140ef314370b2006
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 13 20:19:57 2009 +0100

    Remove unfitting image in button
    
    This is a "connect" image, when the label is "browse", better off
    not having an image.

 applet/main.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit ef7c6ba2e167ded4aca474c19e13d27c0c3db853
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 13 20:14:08 2009 +0100

    Add mnemonic for "setup new device"

 properties/adapter.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7e432d12fd639bb0a85e895bcd102639b9a3ded6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 13 20:11:38 2009 +0100

    Use "Remove" instead of "Delete"
    
    In the button and dialogue. The opposite for the "Add"
    in the "Setup new device" button.

 properties/adapter.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit bfa730b8dc0ca5eb90c01b6efab7f43343f92c17
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 13 20:06:41 2009 +0100

    Change the "Known devices" to "Devices"
    
    It should be paired and "setup" devices, but that'd be too
    complicated.

 properties/adapter.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e876e20e24c2dd5122303781ae192ae9fb002250
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jul 13 20:05:38 2009 +0100

    Change label for the "discoverable" checkbox
    
    To make it clearer what it does.

 properties/adapter.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit da70a4043554cedc60132ca1ef22eeee990ddf35
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jul 12 01:27:27 2009 +0100

    Export the error from a CreatePairedDevice call
    
    So that the front-end can show a nice error to the user.

 lib/bluetooth-client-private.h |    5 ++++-
 lib/bluetooth-client.c         |    9 +++++----
 wizard/main.c                  |    1 +
 3 files changed, 10 insertions(+), 5 deletions(-)

commit 4b3435e86c969f5f4094b8838a4bee7e933ca362
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Mon Jul 13 11:15:20 2009 +0530

    Adding as to LINGUAS and adding Assamese translations.

 po/LINGUAS |    1 +
 po/as.po   |  740 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 741 insertions(+)

commit 3494fb830b5089a2593d513561f7754650bf40d7
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Jul 12 15:47:51 2009 +0800

    Updated Traditional Chinese translation (Hong Kong and Taiwan)

 po/zh_HK.po |  590 +++++++++++++++++++++++++++++++++++-----------------------
 po/zh_TW.po |  592 ++++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 728 insertions(+), 454 deletions(-)

commit cc6f85bf00dcf280722535bd37c14d097844a179
Author: Akom C <knight2000@gmail.com>
Date:   Fri Jul 10 16:11:55 2009 +0700

    Updated Thai translation.

 po/th.po |  540 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 314 insertions(+), 226 deletions(-)

commit ebb24c092fb43d734be348e1410653c851ad8db4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 9 20:50:47 2009 +0100

    Add more services strings

 lib/bluetooth-client.c |   11 +++++++++++
 1 file changed, 11 insertions(+)

commit 0b9afe39a63b14b907d1266228b186da2b737436
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 9 13:27:21 2009 +0100

    Ellipsise the device names in the chooser
    
    Removes the need for horizontal scrollbars when you have a long
    device name.

 lib/bluetooth-chooser.c |    1 +
 1 file changed, 1 insertion(+)

commit daa499340ee5dea67f751b68cc5d1cb81cefccc0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jul 8 21:25:49 2009 +0100

    Add support for Philip's GPS receiver

 wizard/pin-code-database.xml |    1 +
 1 file changed, 1 insertion(+)

commit d0a0c4e3266afba4ad34c956502db8451332b7be
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Thu Jul 9 11:07:33 2009 +0300

    Updated Ukrainian translation

 po/uk.po |  172 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 87 insertions(+), 85 deletions(-)

commit f36ff79d2ecf9604dcfa5e8dedfa48c55e20114e
Author: Vincent van Adrighem <vincent@lt-vam.localdomain>
Date:   Wed Jul 8 14:44:06 2009 +0100

    Correct mode

 0 files changed

commit 15b35bc72ee36e673809b764e213daf460ba647a
Author: Vincent van Adrighem <vincent@lt-vam.localdomain>
Date:   Wed Jul 8 14:43:21 2009 +0100

    Updated Dutch translation

 po/nl.po | 1764 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 1010 insertions(+), 754 deletions(-)

commit 1bb64b0b753a368edd7e912aba94a5ce9d24fc10
Author: Claude Paroz <claude@2xlibre.net>
Date:   Tue Jul 7 22:09:05 2009 +0200

    Add translator comments for matches/does not match buttons

 wizard/wizard.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 439e619522666da12d34d61cde7bcbabd0b045c6
Author: Claude Paroz <claude@2xlibre.net>
Date:   Tue Jul 7 21:56:43 2009 +0200

    Updated French translation
    
    Contributed by Laurent Coudeur and Claude Paroz

 po/fr.po |  536 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 307 insertions(+), 229 deletions(-)

commit 43b694cbd78613114f1a475a7dee5c573a5ec9f6
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Jul 7 20:46:29 2009 +0200

    Updated Spanish translation

 po/es.po |  153 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 70 insertions(+), 83 deletions(-)

commit 92a2866b25f0ba8f7b575c233afa9c14021a0a84
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jul 7 13:06:19 2009 +0100

    Bug 587827 – Incorrectly named button in popup (HEAD)
    
    Help translators with the BT 2.1 passkey matching popup.

 applet/agent.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 50834fac9c06d29890bff3a73dc751982962d04d
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Jul 7 12:03:42 2009 +0200

    Updated Swedish translation

 po/sv.po |  205 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 103 insertions(+), 102 deletions(-)

commit 0a3e031a1a4b2ff928d76c0a9efebfd2b6df3af4
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Tue Jul 7 02:39:04 2009 +0300

    Updated Hebrew translation

 po/he.po | 1302 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 755 insertions(+), 547 deletions(-)

commit 7f6c67b622bb5a4a36981e61dd7b9651ba9b1bcb
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Jul 6 02:43:29 2009 -0400

    Updated Gujarati Translations

 po/gu.po |   96 ++++++++++++++++++++++++++------------------------------------
 1 file changed, 40 insertions(+), 56 deletions(-)

commit abfe1330a4e58ebc8ca727d9b9d0b9e06756ed09
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Sun Jul 5 19:59:51 2009 +0300

    Updated Finnish translation

 po/fi.po |  555 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 315 insertions(+), 240 deletions(-)

commit 0d78e627a0831ac8968942cec16aa21ec755bbbb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jul 5 10:48:52 2009 +0100

    Fix another case of wrong type for property
    
    s/int/enum again

 lib/bluetooth-chooser.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3321ed9ff386a19b53a49f061b33dca86554ed50
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jul 4 19:22:38 2009 +0100

    Fix the device category filter setting
    
    The value doesn't contain an int, but an enum now.
    
    Fixes random devices showing up in the properties or wizard.

 lib/bluetooth-chooser.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 593647757fa8d7c8e4ed15061c95120c81eac400
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Fri Jul 3 17:45:01 2009 +0530

    Updated Oriya Translation

 po/or.po |  694 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 694 insertions(+)

commit 1779b887524c33205460897a62c31ee83f460dc2
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Fri Jul 3 17:44:53 2009 +0530

    Added Oriya into the List

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit b40d9df485bd5fb36798a68e29624684dde7c755
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Fri Jul 3 16:42:53 2009 +0530

    Updated Kannada translation

 po/kn.po |  563 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 336 insertions(+), 227 deletions(-)

commit 294d27191517f9c445cae0d3e292cc0275e0700e
Author: Bùi Xuân Dương <buixuanduong1983@gmail.com>
Date:   Tue Jun 30 19:13:20 2009 +1000

    po/vi.po: updated Vietnamese translation

 po/vi.po |  118 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 78 insertions(+), 40 deletions(-)

commit 126cea66ff77c370f7f06e6be4f3b51f17592a9c
Author: Javier Jardón <javierjc1982@gmail.com>
Date:   Tue Jun 30 14:06:01 2009 +0200

    Use accessor functions instead direct access. (GnomeBug:587418)
    
    * lib/bling-spinner.c
    	(bling_spinner_expose)
    	* lib/bluetooth-chooser-button.c
    	(bluetooth_chooser_button_clicked),
    	(bluetooth_chooser_button_clicked)
    	* lib/test-deviceselection.c
    	(create_phone_dialogue), (reate_dialogue),
    	(create_wizard_dialogue), (create_props_dialogue)

 lib/bling-spinner.c            |    2 +-
 lib/bluetooth-chooser-button.c |    4 ++--
 lib/test-deviceselection.c     |    8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

commit 61488a5a51261e21614444024fcc7c7eaf437910
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 29 22:51:15 2009 +0100

    Fix crasher when selecting a non-resolved device
    
    If we selected a device in the wizard before its name was resolved,
    we would crash checking whether the device name matched.

 wizard/pin.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 0ff05785587df4f8386d8ce04b4cff262be89a79
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 29 17:47:28 2009 +0100

    Loads API docs for properties

 .../gnome-bluetooth-sections.txt                   |  102 +++++++++++++++++++
 lib/bluetooth-chooser.c                            |  107 +++++++-------------
 lib/bluetooth-chooser.h                            |    2 +-
 3 files changed, 138 insertions(+), 73 deletions(-)

commit 01797d9c3d61de6f30549c4ec2f457d6abc36668
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 29 17:04:05 2009 +0100

    A couple of API docs fixes

 lib/bluetooth-chooser.c |   14 ++++++++------
 lib/bluetooth-chooser.h |    2 +-
 2 files changed, 9 insertions(+), 7 deletions(-)

commit 0b8b869d3bbd558ae99c341169717e58f403369f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 29 17:03:35 2009 +0100

    Add docs title and version

 configure.ac                                                |    1 +
 docs/reference/libgnome-bluetooth/Makefile.am               |    6 +++---
 docs/reference/libgnome-bluetooth/gnome-bluetooth-docs.sgml |    9 +++++----
 docs/reference/libgnome-bluetooth/version.xml.in            |    1 +
 4 files changed, 10 insertions(+), 7 deletions(-)

commit 4af697f5024d425c2787aa8fbe51e21611866d21
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Mon Jun 29 18:49:01 2009 +0530

    Updated Telugu Translation

 po/te.po |  728 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 458 insertions(+), 270 deletions(-)

commit c954fc2ef679408d7a8314680eb6884f19630efb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 29 10:26:54 2009 +0100

    Up the version number for dependencies

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

commit 92ef77065062fe0d07b2a3794251880b4763a209
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 29 10:26:38 2009 +0100

    Update exported symbols for BluetoothClient

 lib/gnome-bluetooth.symbols |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit d65821b3f633809addfb91bb88728292b17b0bb8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 29 09:59:02 2009 +0100

    Make some parts of BluetoothClient available
    
    To simplify enumeration in other applications.

 applet/main.c                  |    1 +
 lib/Makefile.am                |    7 +++--
 lib/bluetooth-chooser.c        |    1 +
 lib/bluetooth-client-private.h |   63 ++++++++++++++++++++++++++++++++++++++++
 lib/bluetooth-client.c         |    1 +
 lib/bluetooth-client.h         |   48 +-----------------------------
 lib/bluetooth-enums.h          |   20 +++++++++++++
 lib/test-client.c              |    1 +
 properties/adapter.c           |    1 +
 wizard/main.c                  |    1 +
 10 files changed, 95 insertions(+), 49 deletions(-)

commit 9fe363fde9da3e0dda5b6fa454da7aeb8a2105fd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jun 28 22:02:37 2009 +0100

    Fix warning in spinner

 lib/bling-spinner.c |    1 -
 1 file changed, 1 deletion(-)

commit 3748695d795b2cb8ee154863bb7b7549bb635607
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jun 28 17:26:19 2009 +0100

    Make introspection data build

 lib/Makefile.am |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

commit af79e14c47e449e67c0098ece5a5094b4b98ad1f
Author: Priit Laes <plaes@plaes.org>
Date:   Sat Jun 27 21:23:18 2009 +0300

    Added Estonian translation.

 po/LINGUAS |    1 +
 po/et.po   |  582 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 583 insertions(+)

commit 2000a2c99a9ce21b0a7b91b9f7c853c45e724cc0
Author: Tadas Masiulionis <tadzikaz@gmail.com>
Date:   Fri Jun 26 20:43:05 2009 +0300

    Added Lithuanian translation

 po/LINGUAS |    1 +
 po/lt.po   |  745 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 746 insertions(+)

commit 6272a8a31cedc9c9da624ef32948a20bbdd60273
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Fri Jun 26 14:43:07 2009 +0200

    Update German screenshot.

 help/de/figures/bluetooth-wizard.png |  Bin 36800 -> 34998 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 2a25a198a2962160df24d70fce3f287dfb83941d
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Fri Jun 26 14:06:53 2009 +0200

    Added German screenshots.

 help/de/de.po |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 1e1623c91a788336f2d254c8cb921065a1585806
Author: Hendrik Richter <hendrikr@gnome.org>
Date:   Fri Jun 26 13:38:48 2009 +0200

    Added German screenshots.

 help/de/figures/bluetooth-applet.png     |  Bin 0 -> 8956 bytes
 help/de/figures/bluetooth-properties.png |  Bin 0 -> 27801 bytes
 help/de/figures/bluetooth-wizard.png     |  Bin 0 -> 36800 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

commit f96a72da7bdfbbc03f36eb894a9b3f2517710f78
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Fri Jun 26 14:31:38 2009 +0530

    Added Bengali India (bn_IN) to the list of languages

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit b5a48b8f75f6e29ce9847fff4c6375d40ffea8f1
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Fri Jun 26 14:31:17 2009 +0530

    Added Bengali India Translations

 po/bn_IN.po |  729 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 729 insertions(+)

commit 53f5edc35f47311888b7bdead8b05eb8837ef62e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 26 01:05:06 2009 +0100

    Add non-working Introspection support

 acinclude.m4                |   88 +++++++++++++++++++++++++++++++++++++++++++
 configure.ac                |    2 +
 lib/Makefile.am             |   42 ++++++++++++++++++++-
 lib/gnome-bluetooth.symbols |    3 ++
 4 files changed, 134 insertions(+), 1 deletion(-)

commit 48c0d5c9db1bc48c963a75fbb01b9d7b10c4c15e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 26 01:04:50 2009 +0100

    Update gitignore

 .gitignore |    1 +
 1 file changed, 1 insertion(+)

commit 2c2b730b458a91b406d5367a38c50d01fd836171
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 25 18:01:18 2009 +0100

    2.27.7.1

 NEWS         |    4 ++++
 configure.ac |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit af80ff0eca5efcdc5503720e74be5c6f2e2a80a6
Author: David Planella <david.planella@gmail.com>
Date:   Thu Jun 25 22:45:54 2009 +0200

    Updated Catalan translation

 po/ca.po | 1666 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 933 insertions(+), 733 deletions(-)

commit 25e0ff4178b703274c5c7c64db03d624310a4078
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 25 18:00:11 2009 +0100

    Fix the Geoclue plugin not installing

 lib/plugins/Makefile.am |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

commit 9b877c662bb269ee1d50149f2f3695502c695745
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 25 17:50:21 2009 +0100

    2.27.7

 NEWS         |   12 ++++++++++++
 configure.ac |    4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)

commit 41c88f5b949fc8086b65250b59403fe2d9951bb9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 25 13:52:15 2009 +0100

    Don't try to get a pincode when there's no device selected
    
    When we lose the devices, the selection goes to NULL, thus,
    we can't have a pin for it.

 wizard/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 256c83d33ce4de9792fac5dacbd02ac63d068863
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 24 11:46:39 2009 +0100

    Fix duplicate widget name in wizard

 wizard/wizard.ui |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit d625b880557cf2453380a285f75567f02cf43ce1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 24 11:46:16 2009 +0100

    Implement remove in the geoclue plugin

 lib/plugins/geoclue.c |   16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

commit 7641a98b6eb542fad3a1e85665f056bafc0ba288
Author: ifelix <ifelix@redhat.com>
Date:   Wed Jun 24 15:16:24 2009 +0530

    Updated Tamil Translations

 po/ta.po |   63 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 35 insertions(+), 28 deletions(-)

commit a46e58ece6e18c959402212a51c889248d22214c
Author: ifelix <ifelix@redhat.com>
Date:   Wed Jun 24 15:05:25 2009 +0530

    Updated Tamil Translations

 po/ta.po |  733 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 733 insertions(+)

commit 673d002d206f141a23ff613bc51b01bb2108de8d
Author: ifelix <ifelix@redhat.com>
Date:   Wed Jun 24 15:05:21 2009 +0530

    added Tamil

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 8684476a6dadb9677187f35fbe307e1f3bd96c9d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 23 19:56:36 2009 +0100

    Fix dbus-glib warnings when testing the NM applet plugin

 lib/test-plugins.c |    6 ++++++
 1 file changed, 6 insertions(+)

commit d9f99b3b94f4cc32d0db02b192079a972bd459ac
Author: Claude Paroz <claude@2xlibre.net>
Date:   Tue Jun 23 19:17:52 2009 +0200

    Added French manual translation
    
    Contributed by Claude Paroz and Bruno Brouard

 help/Makefile.am |    2 +-
 help/fr/fr.po    |  614 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 615 insertions(+), 1 deletion(-)

commit 601d9d6796a4f79ec62b7a4d95a46e57c1e524cc
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Tue Jun 23 12:33:39 2009 +0530

    Updated Marathi Translations

 po/mr.po |  193 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 105 insertions(+), 88 deletions(-)

commit 8fffec86540b5020101b8caecceba5aebf7a6db1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 22 17:12:30 2009 +0100

    Fix initial checkbox state in geoclue plugin

 lib/plugins/geoclue.c |   16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

commit 52927fd8cdce92b6fb30c56e288b69201b0f39da
Author: Bùi Xuân Dương <buixuanduong1983@gmail.com>
Date:   Mon Jun 22 21:34:19 2009 +1000

    po/vi.po: added Vietnamese translation

 po/LINGUAS |    1 +
 po/vi.po   |  729 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 730 insertions(+)

commit 19fb40488cd475267e53b12840942242d939a3ed
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Mon Jun 22 09:56:25 2009 +0300

    Updated Ukrainian translation

 po/uk.po |  700 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 424 insertions(+), 276 deletions(-)

commit 5f80c3ec5ac88c6e25d8f86cfb5c996384cfa7e8
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jun 21 16:09:27 2009 +0200

    Updated German translation

 po/de.po |  147 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 75 insertions(+), 72 deletions(-)

commit 8aef4b3455b3513faee21a240f542c2097699866
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jun 21 11:34:51 2009 +0200

    Updated Spanish translation

 po/es.po |  394 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 229 insertions(+), 165 deletions(-)

commit 970f94ccbeda1cc1a0eacf8fe55850acd62bf965
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 19 20:46:48 2009 +0100

    Make sure BluetoothClient is reset when last unref'ed

 lib/bluetooth-client.c |   22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

commit 9408c9b566fc6bc699a1d38e7d92cdaee0b0f029
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 19 11:51:19 2009 +0100

    Add geoclue plugin to the translations

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

commit 309b7e119f2ecef129f52b1d87013f6a31749d1a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 19 11:50:34 2009 +0100

    Add Geoclue GPS setup plugin

 configure.ac            |    5 ++
 lib/plugins/Makefile.am |    8 ++-
 lib/plugins/geoclue.c   |  184 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 196 insertions(+), 1 deletion(-)

commit d2cc9a4d0c78eba754e7226c8b76c03c75bf94d3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 19 11:06:58 2009 +0100

    Don't show pincode in page when it was user selected

 wizard/main.c |    1 +
 1 file changed, 1 insertion(+)

commit 4de54f7ced0a4ea7ea15e76fb10a8ae1cf8e1329
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 19 10:40:19 2009 +0100

    Fix assertion pairing a GPS device

 wizard/main.c |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit b27c1c78524ae1649736d1b8844988120ee34a92
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 19 10:39:26 2009 +0100

    Bug fixes from David Zeuthen

 lib/bling-spinner.c |   46 +++++++++++++++++++++++++---------------------
 1 file changed, 25 insertions(+), 21 deletions(-)

commit c54636ce9467a794ea0d3628561982b7035e8c8c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 19 10:38:57 2009 +0100

    Add more UUIDs and better error message when unknown

 lib/bluetooth-client.c |   18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

commit b6abcb89b90c5ee5d744361cabf0f6b62365b80d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 19 10:38:28 2009 +0100

    Always process the system-wide plugins directory

 lib/bluetooth-plugin-manager.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 99dceba8be49c130135bcb90cfb674c20bc60c8a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 18 18:10:04 2009 +0100

    Add test program for the plugins

 lib/Makefile.am    |    4 +++-
 lib/test-plugins.c |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 1 deletion(-)

commit 6ed892f19bc5aef343f97529712d5b08a479a71a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 18 18:04:27 2009 +0100

    Add some safeguards to the plugins accessors

 lib/bluetooth-plugin-manager.c |    4 ++++
 1 file changed, 4 insertions(+)

commit 1bae0e8d14e3990fb456949ebc418807a3f169bb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 18 17:58:24 2009 +0100

    Fix run-time warning in the properties

 properties/adapter.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 04f4f9257533996412f9ca06bfa743d1226737f1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 18 17:55:21 2009 +0100

    Use the "delete" action of plugins when removing a device
    
    And show the device's name in the confirmation dialogue.

 properties/adapter.c |   54 +++++++++++++++++++++++++++++++-------------------
 properties/main.c    |    5 +++++
 2 files changed, 39 insertions(+), 20 deletions(-)

commit a3669a49322d4f00aff567e9ec3a2c4d3c7961fd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 18 17:50:19 2009 +0100

    Fix typo in show-searching API docs

 lib/bluetooth-chooser.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit dfbb31c396185deead2e5c017830c7d0d36c8421
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Thu Jun 18 11:20:33 2009 +0530

    Updated Gujarati Translations

 po/gu.po |  511 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 285 insertions(+), 226 deletions(-)

commit 95e1f1cd3b904414f343e9f958af7c4675a43f66
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 17 23:19:45 2009 +0100

    Remove non-translatable strings from translatable

 lib/bluetooth-client.c |    2 +-
 wizard/wizard.ui       |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 4bed943e5c254fa88f09e564e22837d51d9a6011
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Wed Jun 17 21:36:51 2009 +0200

    Updated German doc translation

 help/de/de.po |   44 +++++++++++++++++++++++++++++++++++++-------
 1 file changed, 37 insertions(+), 7 deletions(-)

commit 9fa2989e1a0927e5883f7a2d7d51c52c43c5418f
Author: Daniel Nylander <po@danielnylander.se>
Date:   Wed Jun 17 20:13:43 2009 +0200

    Updated Swedish translation

 po/sv.po |  336 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 197 insertions(+), 139 deletions(-)

commit 7861acd1c1420616f88a7e567deb91c06eb7997e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 17 10:48:54 2009 +0100

    2.27.6

 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4d2834eef4e52a0a6f5d498aed61ea23e74faeac
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 17 10:43:44 2009 +0100

    Add generated enum helpers to be removed on clean

 lib/Makefile.am |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 45a0fc5909afa3b685b811c171992104f3b14418
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 17 10:39:48 2009 +0100

    Add symbols file to the dist

 lib/Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 3123fecd683b07dd7a34e2f6b100e9ca9c5f7ad6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 17 10:24:40 2009 +0100

    Add applet UI files to the dist

 applet/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8f65856b0d778c51af6cd0e2f490cfaac2a13d97
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 23:21:47 2009 +0100

    Mark a few wizard strings to wrap

 wizard/wizard.ui |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 93fd8de2cc717b96ad719ab2fb5ed38b8a0fc707
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue Jun 16 22:11:30 2009 +0200

    Updated German doc translation

 help/de/de.po |  102 +++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 96 insertions(+), 6 deletions(-)

commit 1f29aa77c5598a26cbc0820e4f6123cf48ba7747
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue Jun 16 21:31:40 2009 +0200

    Updated German translation

 po/de.po |  505 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 291 insertions(+), 214 deletions(-)

commit 0ec82e44f461d53388a12e79187b92c54901ef10
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 17:48:51 2009 +0100

    Remove some dead code and sync strings

 wizard/main.c    |   20 +++++---------------
 wizard/wizard.ui |    3 ++-
 2 files changed, 7 insertions(+), 16 deletions(-)

commit e9d70ae81e598f018b11939c5c0dd13ae7e6e178
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 17:38:06 2009 +0100

    Update NEWS

 NEWS |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit cf518c57e1301a1a8a4903688cca1ebb6424d841
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 17:37:49 2009 +0100

    Fix the display_callback case

 wizard/main.c |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

commit 2818957320494599c9cd8e74161f70d9b3ca585b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 17:31:41 2009 +0100

    Remove debug

 wizard/main.c |   17 -----------------
 1 file changed, 17 deletions(-)

commit 3335c7cf0eeca5c9faf83d819cef7088b0cf881d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 17:25:14 2009 +0100

    Add finishing page
    
    To show a "finishing setup" label and nice spinner, until we
    finish connecting to the device.

 wizard/main.c    |   54 ++++++++++++++++++++++++++++++--------
 wizard/wizard.ui |   77 ++++++++++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 109 insertions(+), 22 deletions(-)

commit 24441027b6fd43f5124be9554601c1419b0a1758
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 17:15:56 2009 +0100

    Avoid crashes when spinner is NULL

 lib/bling-spinner.c |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit eed9333c12f5e9b5dcd4c9b8de02709edc994b32
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 17:04:51 2009 +0100

    More churn, kill label_setup
    
    And prepare for "Finishing" page.

 wizard/main.c    |   87 +++++++++++++++++-------------------------------------
 wizard/wizard.ui |   16 +---------
 2 files changed, 28 insertions(+), 75 deletions(-)

commit 021942c148c893aae0a7abd461afb136e3bbe2fd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 16:50:04 2009 +0100

    Fix handling of legacy pairing devices with fixed PIN
    
    Fixed pairing my mouse!

 wizard/main.c |   47 +++++++++++++++++++++++++----------------------
 1 file changed, 25 insertions(+), 22 deletions(-)

commit 9fbcfcd45d054dd91edc1adc536206f95e69daf3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 16:41:35 2009 +0100

    Fix some function prototypes

 lib/bluetooth-chooser.c |    2 +-
 lib/bluetooth-chooser.h |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit dc8002725c8ea91c4376a215f4f410f34978306f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 16:40:31 2009 +0100

    Add "Connecting" page for SSP
    
    and later for devices that don't have a pincode

 wizard/main.c    |  143 +++++++++++++++++++++++++++++++++++++++---------------
 wizard/wizard.ui |   59 +++++++++++++++++++++-
 2 files changed, 160 insertions(+), 42 deletions(-)

commit 273a11367444da6342c348a28fc069aadb6c60af
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 16:03:12 2009 +0100

    Export the spinner as well
    
    As it's used in both the exported, and the normal lib.

 lib/gnome-bluetooth.symbols |    1 +
 1 file changed, 1 insertion(+)

commit 309671f501fedfe51b36db58f795955acddecc70
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 15:08:11 2009 +0100

    Small string changes

 wizard/wizard.ui |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit afc63009b60c802ca9398213e7323034e9373d6e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 15:04:17 2009 +0100

    Zero the context on SSP pairing buttons

 wizard/main.c |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit 7f8603b0a4dc433cf3d997394ab4ae297eade9d0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 14:58:38 2009 +0100

    Clean up old state when restarting pairing

 wizard/main.c |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit f1ecd4498a130ced2af07ce7f3d38ab1625157b4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 14:51:55 2009 +0100

    Clean up code

 wizard/main.c |   93 +++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 57 insertions(+), 36 deletions(-)

commit 3db10dbd36b3cb9fd4d443f17bedfd90f5331c06
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 14:43:49 2009 +0100

    Move match/does not match buttons to the action area
    
    For the SSP confirmation page.

 wizard/main.c    |   79 +++++++++++++++++++++++++++++++++++-------------------
 wizard/wizard.ui |   79 ++++++++++++++++--------------------------------------
 2 files changed, 74 insertions(+), 84 deletions(-)

commit 8fbb4b9bf1bc9f0f3ce7478125a37b1226e2e70a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 14:03:33 2009 +0100

    When on the passkey page, hide everything but the cancel button

 wizard/main.c |    9 +++++++++
 1 file changed, 9 insertions(+)

commit 75d3546cce621409d28b7076a464499dc7ce0aa4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 13:51:00 2009 +0100

    Bug 575352 – Offer to retry pairing when pairing fails
    
    Hackety hack to show the restart button when pairing fails.

 wizard/main.c |   52 +++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 47 insertions(+), 5 deletions(-)

commit 68ea6cf0566ca28ccea62c8121f42c413fb86a52
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 12:19:14 2009 +0100

    Add "Restart setup" button to failure page

 wizard/main.c    |   50 +++++++++++++++++++++++++++++++++++---------------
 wizard/wizard.ui |   13 +++++++++++++
 2 files changed, 48 insertions(+), 15 deletions(-)

commit a1340d146c90d6a498e24ba4580c93102af56769
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 11:39:02 2009 +0100

    Remove "finished" case in cancel callback
    
    Not sure what that was for...

 wizard/main.c |   25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

commit c8cdf643be262c8374075e35cb28f46b9a65dcf2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 00:46:02 2009 +0100

    Cut down on the repeated code with a simple define

 wizard/main.c |   51 +++++++++++++++++++++++++++------------------------
 1 file changed, 27 insertions(+), 24 deletions(-)

commit cc514a90a7ccf2e58a96dc1f27307f20f117b4ee
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 00:41:56 2009 +0100

    Don't hardcode the header image size

 wizard/main.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 524cab04c4dde743b663c9b14ba313d793e4c0f3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 00:34:56 2009 +0100

    Add doc with wizard test procedure

 wizard/TEST-PROCEDURE.txt |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit 0b65ce652e11de24858095a61069a8fafbc38661
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 16 00:24:46 2009 +0100

    More messing about with the wizard workflow
    
    Move the "Extra config" into a frame, try to sort out some
    of the current mess of a workflow.

 wizard/main.c    |   59 ++++++++++++++++++++++--------------
 wizard/wizard.ui |   88 ++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 99 insertions(+), 48 deletions(-)

commit 22513cb92a6da97d97faba82f5c0c88a7ffe93a0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 15 23:26:50 2009 +0100

    Bit more spacing between label and spinner

 lib/bluetooth-chooser.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b73e8041846814383ab4b96b1abeb44c9e2ab734
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 15 19:14:52 2009 +0100

    Fix plugin loading from the source tree
    
    Forgot to change the common/ directory to lib/

 lib/bluetooth-plugin-manager.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4855f26e079ef7d48b14fccad115de06cdc0d423
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 15 19:12:25 2009 +0100

    Fix small compile warning in the test plugin

 lib/plugins/test.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 399999fda13279669f1e1481d45abc7270b3e9ad
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 15 18:51:45 2009 +0100

    Remove double-usage labels

 wizard/wizard.ui |   46 +++++++---------------------------------------
 1 file changed, 7 insertions(+), 39 deletions(-)

commit 16f60cb02a0533b7f126f66a3a29b0cbfdc536d4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 15 18:47:01 2009 +0100

    Add example PINs to the passkey pages

 wizard/wizard.ui |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit dcbc1d1d7f2440be8aa315383be9ad3c79d38618
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Tue Jun 16 09:11:36 2009 +0530

    Updated Marathi Translations

 po/mr.po |  140 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 78 insertions(+), 62 deletions(-)

commit 46ec62e42d179ada6254318ce8f37b8f9db6ef65
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 15 18:43:43 2009 +0100

    Update show-search property
    
    And move the device-category-filter property to GtkBuilder.

 wizard/main.c    |    3 ---
 wizard/wizard.ui |    3 ++-
 2 files changed, 2 insertions(+), 4 deletions(-)

commit 03fcb097d5eb5fae33c49926789740b7914e9b17
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 15 15:48:51 2009 +0100

    Use the chooser's discovery methods in the wizard
    
    So we can stop/start the spinner as expected. And export
    _stop_discovery ().

 lib/gnome-bluetooth.symbols |    1 +
 wizard/main.c               |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

commit b65b0f39a39f0f9572afc24adf23326a5122ad22
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 15 15:40:10 2009 +0100

    Change the "Search" button to a label with a spinner
    
    Allows us to really show that something is happening, and just
    restart the search when another one finishes (Closes: #579076)

 lib/Makefile.am            |    4 +
 lib/bling-color.c          |   86 +++++++++++++
 lib/bling-color.h          |   35 ++++++
 lib/bling-spinner.c        |  300 ++++++++++++++++++++++++++++++++++++++++++++
 lib/bling-spinner.h        |   58 +++++++++
 lib/bluetooth-chooser.c    |  118 +++++++++++------
 lib/bluetooth-chooser.h    |    1 +
 lib/test-deviceselection.c |    6 +-
 8 files changed, 564 insertions(+), 44 deletions(-)

commit 1cff1031cac20de7496e0cafdf8ab1a2a09098be
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 15 11:02:39 2009 +0100

    Fix missing variable declaration

 applet/agent.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f3aaef398c48366ca51ac4570a3a5c9447806578
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 15 11:01:44 2009 +0100

    Update for applet changes

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

commit 0b67bd19cae64b5476a9c800cdd1fe5ccd57031d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 15 11:00:26 2009 +0100

    Rework UI for authorisation dialog
    
    And use GtkBuilder for it.

 applet/agent.c                   |  156 +++++++++++++++-----------------------
 applet/authorisation-dialogue.ui |   93 +++++++++++++++++++++++
 applet/test-agentdialog.c        |    2 +-
 3 files changed, 157 insertions(+), 94 deletions(-)

commit ef5df427b07101b2b06b6a401f95d14278717447
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 15 10:35:37 2009 +0100

    Rework UI for confirm dialogue
    
    And use GtkBuilder for it.

 applet/agent.c             |  113 ++++++++++++++++----------------------------
 applet/confirm-dialogue.ui |   80 +++++++++++++++++++++++++++++++
 applet/test-agentdialog.c  |    2 +-
 3 files changed, 122 insertions(+), 73 deletions(-)

commit cb86f6bfcd7be0d2f993831704032926b3b7f57d
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Mon Jun 15 15:05:15 2009 +0530

    Updated Marathi Translations

 po/mr.po |  115 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 54 insertions(+), 61 deletions(-)

commit 8220efecef596973f93fed235bead2d2071fb04e
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Mon Jun 15 14:59:36 2009 +0530

    Updated Marathi Translations

 po/mr.po |  296 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 151 insertions(+), 145 deletions(-)

commit cd6f50d30833d788e117621c16f195b99d6b6d20
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 15 10:18:42 2009 +0100

    Rework UI for passkey dialog
    
    And use GtkBuilder for it.

 applet/agent.c             |  190 +++++++++++++++++++-------------------------
 applet/passkey-dialogue.ui |   67 ++++++++++++++++
 applet/test-agentdialog.c  |    2 +-
 3 files changed, 149 insertions(+), 110 deletions(-)

commit 7b1f2782ea95be090918f64614019446ce6d40e4
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Jun 14 12:32:44 2009 +0200

    Updated Spanish translation

 po/es.po |  124 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 67 insertions(+), 57 deletions(-)

commit 47b3c13118b7c2921da8b158b953caa40454baca
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jun 14 00:30:28 2009 +0100

    Fix the agent dialogue test

 applet/test-agentdialog.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit d9b7827b76fa4b723fd6a458146ac3bae0b474b2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jun 14 00:16:09 2009 +0100

    Bug 585153 – g_strnfill() usage might be wrong
    
    Fix display_callback's code when the invisible character is a
    wide character.

 wizard/main.c |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit d84418096d29a8f663f49c99faff4e275d167fb4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Jun 14 00:11:39 2009 +0100

    Add the start of a UUID filter to the chooser

 lib/bluetooth-chooser.c |   40 +++++++++++++++++++++++++++++++++++++++-
 1 file changed, 39 insertions(+), 1 deletion(-)

commit 322eff83d9f32a500e579bcc4bd9768607cf7c78
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jun 13 23:59:13 2009 +0100

    Some more simplification of the agent code
    
    Move all the property getting into its own functions.

 applet/agent.c            |  236 +++++++++++++++++++--------------------------
 applet/test-agentdialog.c |    8 +-
 2 files changed, 102 insertions(+), 142 deletions(-)

commit f16f7e76bafc82f37b9bf2554e1a879aed8947e1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jun 13 23:35:26 2009 +0100

    Clean up when notification daemon doesn't support actions
    
    We don't need to create the notification's message when
    we're going to be showing the dialogue straight away.

 applet/agent.c |   60 +++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 36 insertions(+), 24 deletions(-)

commit fcce92a2e9a61a23ea6877ac5c306c3468938a52
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jun 13 21:02:58 2009 +0100

    Another pass at Simple Pairing support in the wizard

 wizard/main.c    |  126 +++++++++++++++++++++++++++++++++++++++++++-----------
 wizard/wizard.ui |  109 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 209 insertions(+), 26 deletions(-)

commit d569de359d28679c7241f4ac40f59bf8a35f16ac
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jun 13 20:51:52 2009 +0100

    Make legacypairing property an int
    
    With -1 meaning unset.

 lib/bluetooth-client.c |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 17587a43403ac24866aca0975f76bdc41e011357
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jun 13 20:00:09 2009 +0100

    Add a few more UUIDs

 lib/bluetooth-client.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 6c6b73618be165281785370414c0c5f826099535
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jun 13 19:35:49 2009 +0100

    Move AgentError to the shared BluetoothAgent
    
    So we can use it in the wizard as well.

 applet/agent.c        |   34 ----------------------------------
 lib/bluetooth-agent.c |   27 +++++++++++++++++++++++++++
 lib/bluetooth-agent.h |   10 ++++++++++
 3 files changed, 37 insertions(+), 34 deletions(-)

commit 07b921ddf59b88f7231b63fbec7e8a1aae1d73fd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jun 13 19:35:02 2009 +0100

    Fix compile time warning

 lib/bluetooth-client.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 7723006d367449d11e5f4b6ce0d04eac9f5e0cc5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jun 13 15:11:03 2009 +0100

    Remove impossible OOM cases
    
    glib aborts on OOM, so no need to check for it.

 applet/agent.c |   12 ------------
 1 file changed, 12 deletions(-)

commit 9fdd02eb8b4022c381e8c5825acad83b7704e2b8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 12 23:35:20 2009 +0100

    Display passkey for simple pairing
    
    Though we're still missing a way to confirm the key...

 wizard/main.c |   25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

commit 20a025cc66fddd504b571b7e29b16509365543b8
Author: Tomasz Dominikowski <tdominikowski@aviary.pl>
Date:   Sat Jun 13 14:31:55 2009 +0200

    Updated Polish translation

 po/pl.po |  407 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 202 insertions(+), 205 deletions(-)

commit 2a1664669a4367ddc94421e3eb2d548e357db9bd
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sat Jun 13 13:19:15 2009 +0200

    Updated Spanish translation

 po/es.po |  263 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 132 insertions(+), 131 deletions(-)

commit 75ce9b4b49cb0caeb33aba63f22a0d1539674241
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Jun 13 10:13:58 2009 +0200

    Updated sv translation (Daniel Nylander)

 po/sv.po |  423 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 230 insertions(+), 193 deletions(-)

commit 8a9dc3025f8efb410330ff4428e9f50862d0cc17
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Jun 13 00:12:25 2009 +0100

    Update strings in the applet's popups
    
    Change some notification popup strings.

 applet/agent.c |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 43b8c731dc8b3bd13781b51c81856c319c4a2b97
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 11 00:43:41 2009 +0100

    Update NEWS for impending release

 NEWS |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

commit 65f311ea04ea86a385fa2750fb589fc7016ec9bc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 10 23:48:14 2009 +0100

    Bug 573738 – Make sendto call pass --name
    
    And make sure that we call sendto correctly when the top-level
    "Send Files..." menu item is passed.

 applet/main.c |   37 +++++++++++++++++++++++++++++++------
 1 file changed, 31 insertions(+), 6 deletions(-)

commit 57f54ba84532f45236daca3deae067eee3e4d8ee
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 10 23:36:03 2009 +0100

    Fix small memleak

 sendto/main.c |    2 ++
 1 file changed, 2 insertions(+)

commit ce55174698241f5559723300e22a44f6d0ae7ee0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 10 23:34:35 2009 +0100

    Simplify get_iter_from_proxy()
    
    Because it's pretty much all the same code.

 lib/bluetooth-client.c |   36 ++++++++++--------------------------
 1 file changed, 10 insertions(+), 26 deletions(-)

commit 34cc2e69268180bb23b689335fb53e4397ba5d9f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 10 23:33:55 2009 +0100

    Simplify get_device_name()
    
    Using BluetoothClient instead of calling stuff by hand.

 sendto/main.c |   99 ++++++++++++++++-----------------------------------------
 1 file changed, 28 insertions(+), 71 deletions(-)

commit 7a0f20e5451cc2f50b66027cfaa826f3ba1219a4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 10 22:09:09 2009 +0100

    Don't hang when querying for the transfer properties
    
    When we do a GetProperties on the transfer, obexd might be busy,
    so don't hang onto that.

 sendto/main.c |   22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

commit 863608fca2734ca0f87a495701c4d2c8a1915e2d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 10 21:55:47 2009 +0100

    Update to put my name at the top

 AUTHORS |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c9f101214707eb9b178ebdb139f7dc72bcce744a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 10 21:55:16 2009 +0100

    Remove obex-data-server support from sendto
    
    We only use obexd now.

 README        |    2 +-
 sendto/main.c |  353 +++++++++++----------------------------------------------
 2 files changed, 70 insertions(+), 285 deletions(-)

commit 9ffb4c6455e43edf4f4b5e452c55ae47bdc1b0b0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 10 18:59:06 2009 +0100

    Add a few more UUIDs
    
    From the MS mouse.

 lib/bluetooth-client.c |    6 ++++++
 1 file changed, 6 insertions(+)

commit 72b4759f9a5ea00de5e0235f270512cc09184fed
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 10 18:00:52 2009 +0100

    Add success parameter to the connect function callback
    
    And assorted changes in the applet.

 applet/main.c          |    9 ++++++---
 lib/bluetooth-client.c |    9 ++++++---
 lib/bluetooth-client.h |    4 +++-
 3 files changed, 15 insertions(+), 7 deletions(-)

commit 75170942ddf4aef0065890f3fbd64b60a4032987
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 10 17:59:20 2009 +0100

    Work-around MS Wireless presenter bugs
    
    The "Microsoft Wireless Notebook Presenter Mouse 8000" refuses the
    connection straight after pairing, so try again for a whole 3 seconds
    before giving up.
    
    This should avoid most crappy devices from not working when coming out
    of the wizard.

 wizard/main.c |   39 ++++++++++++++++++++++++++++++++++-----
 1 file changed, 34 insertions(+), 5 deletions(-)

commit 941dbe9e7c701958ea07b2d33b89f611027db0d2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 10 16:52:41 2009 +0100

    Add public bluetooth_uuid_to_string()
    
    Add bluetooth_uuid_to_string(), to be used in the agent, so that
    we don't show crappy UUIDs to the end-user.

 lib/bluetooth-client.c |   38 +++++++++++++++++++++++---------------
 lib/bluetooth-client.h |    1 +
 2 files changed, 24 insertions(+), 15 deletions(-)

commit 8034801c224f7f4eeebe4489e3ad04d8ecc1e74e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 10 16:46:38 2009 +0100

    Add another check in bluetooth_verify_address()
    
    Also check the length of each of the elements

 lib/bluetooth-client.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit f1f1fb0f906f5b2971ab4caa3b50b655f72db8f6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Jun 10 16:38:26 2009 +0100

    Fix connecting to services after setup
    
    We shouldn't unref the proxy on which the Connect call is being made,
    otherwise we're cancelling that call...

 lib/bluetooth-client.c |    2 --
 1 file changed, 2 deletions(-)

commit 6a9fed3d9d7eb390195a7b6e48f3940a58e55553
Author: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Date:   Mon Jun 8 22:26:55 2009 +0200

    Bug 584857 - Support notification deamon without actions capabilities
    
    Add Actions to the notification only if the notification daemon can support them.

 applet/agent.c  |   57 ++++++++++++++++++++++++++++++++++++++-----------------
 applet/notify.c |   15 +++++++++++++++
 applet/notify.h |    1 +
 3 files changed, 56 insertions(+), 17 deletions(-)

commit 5ee34a9e33f1215d955a2f7b4169595f032e6575
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jun 9 21:21:40 2009 +0100

    Bug 585203 – BluetoothClientConnectFunc should pass BluetoothClient
    
    Pass BluetoothClient as the first arguments to the callbacks
    for the connect, disconnect and create_device functions.

 lib/bluetooth-client.c |    6 +++---
 lib/bluetooth-client.h |    4 ++--
 wizard/main.c          |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

commit ce6e7127aa58c95efd72151925c8a23f83bd92de
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Tue Jun 9 16:30:38 2009 +0530

    Updated Marathi Translations

 po/mr.po |  317 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 175 insertions(+), 142 deletions(-)

commit a0e02526592a3a07cabe8052b4be96b0900c8b88
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 8 23:17:46 2009 +0100

    Rename common/ dir to lib/
    
    So as to avoid confusing readers of the code.

 .gitignore                                    |    8 +-
 Makefile.am                                   |    2 +-
 applet/Makefile.am                            |    6 +-
 common/Makefile.am                            |  109 --
 common/bluetooth-agent.c                      |  530 --------
 common/bluetooth-agent.h                      |   93 --
 common/bluetooth-agent.xml                    |   49 -
 common/bluetooth-chooser-button.c             |  406 -------
 common/bluetooth-chooser-button.h             |   47 -
 common/bluetooth-chooser.c                    | 1123 -----------------
 common/bluetooth-chooser.h                    |   77 --
 common/bluetooth-client.c                     | 1623 -------------------------
 common/bluetooth-client.h                     |  122 --
 common/bluetooth-client.xml                   |   52 -
 common/bluetooth-enums.h                      |   64 -
 common/bluetooth-killswitch.c                 |  432 -------
 common/bluetooth-killswitch.h                 |   76 --
 common/bluetooth-plugin-manager.c             |  139 ---
 common/bluetooth-plugin-manager.h             |   38 -
 common/bluetooth-plugin.h                     |   36 -
 common/gnome-bluetooth.symbols                |   15 -
 common/marshal.list                           |    6 -
 common/obex-agent.c                           |  310 -----
 common/obex-agent.h                           |   82 --
 common/obex-agent.xml                         |   26 -
 common/plugins/Makefile.am                    |   19 -
 common/plugins/test.c                         |   70 --
 common/test-agent.c                           |  119 --
 common/test-client.c                          |  321 -----
 common/test-deviceselection.c                 |  290 -----
 configure.ac                                  |    4 +-
 docs/reference/libgnome-bluetooth/Makefile.am |    8 +-
 lib/Makefile.am                               |  109 ++
 lib/bluetooth-agent.c                         |  530 ++++++++
 lib/bluetooth-agent.h                         |   93 ++
 lib/bluetooth-agent.xml                       |   49 +
 lib/bluetooth-chooser-button.c                |  406 +++++++
 lib/bluetooth-chooser-button.h                |   47 +
 lib/bluetooth-chooser.c                       | 1123 +++++++++++++++++
 lib/bluetooth-chooser.h                       |   77 ++
 lib/bluetooth-client.c                        | 1623 +++++++++++++++++++++++++
 lib/bluetooth-client.h                        |  122 ++
 lib/bluetooth-client.xml                      |   52 +
 lib/bluetooth-enums.h                         |   64 +
 lib/bluetooth-killswitch.c                    |  432 +++++++
 lib/bluetooth-killswitch.h                    |   76 ++
 lib/bluetooth-plugin-manager.c                |  139 +++
 lib/bluetooth-plugin-manager.h                |   38 +
 lib/bluetooth-plugin.h                        |   36 +
 lib/gnome-bluetooth.symbols                   |   15 +
 lib/marshal.list                              |    6 +
 lib/obex-agent.c                              |  310 +++++
 lib/obex-agent.h                              |   82 ++
 lib/obex-agent.xml                            |   26 +
 lib/plugins/Makefile.am                       |   19 +
 lib/plugins/test.c                            |   70 ++
 lib/test-agent.c                              |  119 ++
 lib/test-client.c                             |  321 +++++
 lib/test-deviceselection.c                    |  290 +++++
 po/POTFILES.in                                |    8 +-
 properties/Makefile.am                        |    4 +-
 sendto/Makefile.am                            |    4 +-
 wizard/Makefile.am                            |    4 +-
 63 files changed, 6298 insertions(+), 6298 deletions(-)

commit c6bf6584c9c8d9ca96c4392d20e94b9f5a48bb99
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 8 15:41:05 2009 +0100

    Add support for SSP devices without a display
    
    This means pairing headsets and the likes with Simple Pairing works.
    confirm_callback still needs to be implemented for phones/computers/etc.

 wizard/main.c |   32 ++++++++++++++++++++++++++++++--
 1 file changed, 30 insertions(+), 2 deletions(-)

commit 869e2d72be4a900b098e604348470facc7c28fb1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 8 14:21:18 2009 +0100

    Bug 584141 – Add delete function
    
    Added a device_removed function to plugins, so they can unregister
    any setups they used to have with that particular device.

 common/bluetooth-plugin-manager.c |   13 +++++++++++++
 common/bluetooth-plugin-manager.h |    1 +
 common/bluetooth-plugin.h         |    1 +
 common/plugins/test.c             |    9 ++++++++-
 4 files changed, 23 insertions(+), 1 deletion(-)

commit 1c8efe6f0a51477aac4a0b149cd8b8f3644aaef0
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 8 14:11:23 2009 +0100

    Export the LegacyPairing property for devices
    
    If FALSE, then we can assume a device with Simple Pairing support.

 common/bluetooth-client.c |    9 +++++++--
 common/bluetooth-client.h |    1 +
 common/test-client.c      |    4 ++++
 3 files changed, 12 insertions(+), 2 deletions(-)

commit 22870c5a72ea9cefa14b1617427400f665194de2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 8 11:37:56 2009 +0100

    Remove red labels in sendto
    
    When an error occurs, show an icon instead of setting the status
    label to be red, it's not nice for a11y.

 sendto/main.c |   64 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 31 insertions(+), 33 deletions(-)

commit 9b7ae60cc359cb0ebbf2e46f918850f8146a4db1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Jun 8 11:33:18 2009 +0100

    Bug 584937 – Bug#531892 Gtk-CRITICAL when sending an empty file
    
    When sending an empty file (or empty files), set the progress bar
    to 0.0 when starting the transfer, and to 1.0 when it has finished.

 sendto/main.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 097aef044ced5937dd7e288bfee58b6138939117
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Jun 6 16:26:52 2009 +0200

    Updated German translation

 po/de.po |  157 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 84 insertions(+), 73 deletions(-)

commit 9ea1f33a5e5888d5797360bf5d9b2db4c20c00fa
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sat Jun 6 12:41:58 2009 +0200

    Updated Spanish translation

 po/es.po |  112 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 57 insertions(+), 55 deletions(-)

commit 72774af8c6f39f6a9adf8294480de87d8582a553
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sat Jun 6 12:39:49 2009 +0200

    Updated Spanish translation

 po/es.po |  137 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 74 insertions(+), 63 deletions(-)

commit 7e5f35056b23af4545771859476ee2b40e005d3f
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jun 6 11:16:05 2009 +0200

    Ignore POT files

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

commit dab0e8ad757d167721fec1cbc1b0145d5f9a4a23
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jun 6 11:13:37 2009 +0200

    Updated French translation

 po/fr.po | 1189 +++++++++++++++++++++++++-------------------------------------
 1 file changed, 487 insertions(+), 702 deletions(-)

commit 2a4d6ee3aa9285969d9b593c5e413b0128554041
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Jun 6 11:03:18 2009 +0200

    Remove markup from translatable strings

 wizard/wizard.ui |   28 ++++++++++++++++++----------
 1 file changed, 18 insertions(+), 10 deletions(-)

commit 5be559d322c18da72733fb0377f4ad8e03f213e8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 5 17:17:45 2009 +0100

    Add separator in sub-menus
    
    Between different types of actions on the devices.

 applet/main.c |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit 6feedd07c3f8b9cd96fbba28cc3a0177d2571039
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 5 17:03:36 2009 +0100

    Add menu items to call kbd and mouse prefs
    
    For mouse and keyboard devices, add a menu item to launch the
    preferences from the menus.

 applet/main.c |   44 ++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 42 insertions(+), 2 deletions(-)

commit 7b3966d6c4eebd4dc97f642bdc45d9e7be9e939a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 5 16:48:46 2009 +0100

    Allow submenus without a connect item
    
    This means that devices that don't offer an input
    or audio service can still show up in the menus.

 applet/main.c |   95 ++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 57 insertions(+), 38 deletions(-)

commit 3c7d83ae79a8b387f6c201c63448f8447213e3d1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 5 16:40:55 2009 +0100

    Simplify code in the menu building
    
    Make it slightly simpler.

 applet/main.c |  201 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 103 insertions(+), 98 deletions(-)

commit 22491f408588ca6ebc0db40e58d68965208dca3f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 5 16:39:44 2009 +0100

    Don't add the Audio service, when there's no headset or sink
    
    Otherwise devices with AVCRP will get tagged, and we'll look
    silly.

 common/bluetooth-client.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f50b78845fab46f1d16017c33675755b8516f19d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 5 10:28:55 2009 +0100

    Fix assertions when removing and adding a device
    
    When a device exists in the list, and we remove it, make sure
    that all the sub-menus for it are also removed from the
    action group, otherwise we'll get duplicated actions, and warnings.

 applet/main.c |   12 ++++++++++++
 1 file changed, 12 insertions(+)

commit c0b184fa0b3e83c28e9da765dcd0ce95d8a0f36c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 5 09:55:00 2009 +0100

    Remove unused functions
    
    We didn't have any notifications for device-selected-name any more,
    so remove that old code.

 wizard/main.c    |    8 --------
 wizard/wizard.ui |    1 -
 2 files changed, 9 deletions(-)

commit 9fd1c3a70d0840cdd681dab8313a6846441e7fa7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 5 09:53:51 2009 +0100

    Emit both the signal and property notify when row changes
    
    In the BluetoothChooser, we were only sending the property
    notify when the row changed. We might as well send the
    signal as well.

 common/bluetooth-chooser.c |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

commit 57ececbc17f728eb40557cf7250d08aea8bd8634
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Fri Jun 5 16:01:44 2009 +0300

    Updated Finnish translation

 po/fi.po |  524 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 328 insertions(+), 196 deletions(-)

commit aa58e7a43606295a8d311c4d778a9ba51de69b3f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 4 21:14:33 2009 +0100

    Add a --dump-devices option to the properties
    
    Makes a useful option for debugging, dumps a list of adapters,
    and each of the devices associated to it.

 properties/main.c |  110 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 110 insertions(+)

commit a15322741e7ab73e386d36b5190f2c2faaff87d4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jun 4 20:33:14 2009 +0100

    Bug 584218 – applet is crashing when setting my adapter up
    
    Fix accessing members of uuids when it's NULL. Fixes a crash on
    startup when a device doesn't have any UUIDs (which shouldn't
    really happen)

 applet/main.c |    3 +++
 1 file changed, 3 insertions(+)

commit e73302357093c9eb3036e5e718807e4347c08a3e
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Thu Jun 4 07:21:02 2009 +0200

    Updated Spanish translation

 help/es/es.po |   95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 90 insertions(+), 5 deletions(-)

commit 8836472c19fafbf5a1b3ad83bf70c2f6f9033ecb
Author: Akom C <knight2000@gmail.com>
Date:   Wed Jun 3 19:18:26 2009 +0700

    Updated Thai translation.

 po/th.po |  186 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 113 insertions(+), 73 deletions(-)

commit db4fc99610cf7ea303600e2e03495201bc7007c6
Author: Akom C <knight2000@gmail.com>
Date:   Wed Jun 3 15:43:06 2009 +0700

    Added Thai translation.

 po/LINGUAS |    1 +
 po/th.po   |  650 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 651 insertions(+)

commit e39c4a5d69d208b7a676c2f87436d5000b567523
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Wed Jun 3 13:08:58 2009 +0530

    Committed gu.po file and Added LINGUAS

 po/LINGUAS |    1 +
 po/gu.po   |  692 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 693 insertions(+)

commit 579d94263e38580a5983924f078261ac67de099a
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Tue Jun 2 20:18:23 2009 +0200

    Updated Spanish translation

 po/es.po |  174 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 105 insertions(+), 69 deletions(-)

commit 388fd0f985a6abd4dd6b95bae7f17e8b44b726c3
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Mon Jun 1 11:18:03 2009 +0200

    Updated German translation

 po/de.po |  169 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 101 insertions(+), 68 deletions(-)

commit 464329c750f27a7054064fe5dd239046b5fb1a1a
Author: Tomasz Dominikowski <tdominikowski@aviary.pl>
Date:   Sun May 31 19:41:10 2009 +0200

    Updated Polish translation

 po/pl.po | 1811 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 912 insertions(+), 899 deletions(-)

commit fab803bbf16655a33d67ac1d7588f73be0b80950
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 17:20:21 2009 +0100

    Use the new plugin infrastructure
    
    So we can provide extra setup widgets in the summary page of the wizard.

 wizard/main.c    |   49 ++++++++++++++++++++++++++++++++++++++++++++++++-
 wizard/wizard.ui |   32 ++++++++++++++++++++++++++++++--
 2 files changed, 78 insertions(+), 3 deletions(-)

commit d09d310ede8d0003977726f4221054f4f05623f4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 17:19:42 2009 +0100

    Implement bluetooth_plugin_manager_get_widgets()
    
    And fix the loading of plugins, we weren't setting the ->info
    struct member after loading the plugins...

 common/bluetooth-plugin-manager.c |   26 ++++++++++++++++++++++++++
 common/bluetooth-plugin-manager.h |    3 +++
 2 files changed, 29 insertions(+)

commit e9a93b947c3abd3b6c04d75ba4a3273abeadc60f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 17:18:08 2009 +0100

    Export the BluetoothClient type function as well
    
    Otherwise the BluetoothClient type is init'ed twice, once
    for the one inside the public libgnome-bluetooth, and once
    for the one inside the private libcommon.

 common/gnome-bluetooth.symbols |    1 +
 1 file changed, 1 insertion(+)

commit 52d6f07bced0cc94de789fe3346d4188ed1ed9bb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 17:06:31 2009 +0100

    Make sure a shared library plugin is created
    
    Add hack from Totem to not install the test plugin, but
    make sure a .so file is still created.

 common/plugins/Makefile.am |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 9467fde488b9454b05526abcf11994fc43a9c68d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 15:59:55 2009 +0100

    Add some code to the test plugin

 common/plugins/test.c |   15 ++++++++++++++-
 po/POTFILES.in        |    1 +
 2 files changed, 15 insertions(+), 1 deletion(-)

commit 80d5d4affe3ddab4b710fcf5f373b7106d731e1c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 15:51:33 2009 +0100

    Don't install the test plugin

 common/plugins/Makefile.am |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 2eb44814bc7992595d667ea81c3bcc6e79dd4cea
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 15:49:09 2009 +0100

    Add the start of a plugin system
    
    This would be used in the wizard and the preferences to
    set up additional services with some device types.

 common/Makefile.am                |   18 ++++---
 common/bluetooth-plugin-manager.c |  100 +++++++++++++++++++++++++++++++++++++
 common/bluetooth-plugin-manager.h |   34 +++++++++++++
 common/bluetooth-plugin.h         |   35 +++++++++++++
 common/plugins/Makefile.am        |   17 +++++++
 common/plugins/test.c             |   50 +++++++++++++++++++
 configure.ac                      |    6 +++
 7 files changed, 253 insertions(+), 7 deletions(-)

commit 222bbc71188c78a9f6b801be1038914b953aecbe
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 15:06:11 2009 +0100

    Bug 573143 – Fix exported symbols

 common/Makefile.am             |    6 ++----
 common/gnome-bluetooth.symbols |   19 ++++++++++++++-----
 2 files changed, 16 insertions(+), 9 deletions(-)

commit 3718a5087d21bee3a5a8bf21d2caf5b475e8646b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 14:40:14 2009 +0100

    Update git ignore file

 .gitignore |    3 +++
 1 file changed, 3 insertions(+)

commit 731a5cb30f5b71a2f818d19a59caa7e97513c0ec
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 14:37:55 2009 +0100

    Remove use of device-selected- properties
    
    And use the accessor helpers, or the new value getter.

 common/bluetooth-chooser-button.c |    9 ++--
 common/bluetooth-chooser.c        |   84 +++++++------------------------------
 common/bluetooth-chooser.h        |    2 +-
 common/test-deviceselection.c     |   28 +++----------
 properties/adapter.c              |   24 +++++++----
 sendto/main.c                     |    9 ++--
 wizard/main.c                     |   16 +++----
 7 files changed, 50 insertions(+), 122 deletions(-)

commit b0393546760ae5f841560758d199cc11eb6763ee
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 13:50:41 2009 +0100

    Add test case for _get_selected_device_info()
    
    Print out a few of the fields we might be interested in.

 common/test-deviceselection.c |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

commit c959adc48c50b7ef3a72d97c325a8d9be369d669
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 13:49:18 2009 +0100

    Don't stuff empty UUIDs in the model
    
    When none of the UUIDs supported by a device are interesting to us,
    don't add an empty string array into the model, stuff NULL instead.

 common/bluetooth-client.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit eaae9dc1f15fcb47a66b0c801478d8419f05d459
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 11:30:23 2009 +0100

    Export arbitrary columns through _get_selected_info()
    
    Allows us to get arbitrary data out of the BluetoothClient
    tree model without exposing it in the API.

 common/bluetooth-chooser.c |   31 +++++++++++++++++++++++++++++++
 common/bluetooth-chooser.h |    3 +++
 2 files changed, 34 insertions(+)

commit cfceee09c5e386c1d1ef00c5f65a4d6b6397ba9e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 11:29:50 2009 +0100

    Generate headers and sources for enum classes

 common/Makefile.am |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

commit 2524df7c8f87fdb03467fd648cd6e501d6710607
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 11:28:09 2009 +0100

    Add enums types, and mark some as skipped

 common/bluetooth-client.h |    6 +++---
 common/bluetooth-enums.h  |   12 +++++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)

commit e81a48113058289d8259d4290d56a3bff1282d8a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 28 10:38:03 2009 +0100

    Fix typo in the API docs

 common/bluetooth-chooser.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 53a2dbaaed0bcad0d0434c243214c9f091e810cd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 27 18:04:40 2009 +0100

    Use add_menu_item() helper
    
    Makes our code a little clearer

 applet/main.c |   49 +++++++++++++++----------------------------------
 1 file changed, 15 insertions(+), 34 deletions(-)

commit cdcd782e8d904dea3032e001b07878669bcdfbb5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 27 17:58:02 2009 +0100

    Some code cleanups
    
    Get a GtkUIManager directly from GtkBuilder, to avoid
    casting and casting.
    
    Add some safeguards to add_menu_item()

 applet/main.c |   34 +++++++++++++++++++---------------
 1 file changed, 19 insertions(+), 15 deletions(-)

commit c7142f5f94dc25fcf98a74ddca4f902e9bc9dd10
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 27 17:51:19 2009 +0100

    Bug 511324 – Add "Send File..." to the applet's menu
    
    As above. Use the existing sendto and browse callbacks to handle
    both the top-level, and the device specific "Browse files" and
    "Send file to" menu items.
    
    Add helper function to check for presence of a UUID, and
    create a sub-menu item.

 applet/main.c |  169 +++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 123 insertions(+), 46 deletions(-)

commit 70ac8fee60f278089c1c6cc8802b47183f913c8d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 27 17:03:45 2009 +0100

    Bug 575333 – Add a note in the first step to make the remote device discoverable
    
    Includes bug 101968, which looks a bit bad...

 wizard/wizard.ui |   14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

commit 470a1e418ec5f8cfbc74da04b2c9a0ffe8d4cf53
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 27 12:23:36 2009 +0100

    Bug 583516 – When restarting bluetoothd, page doesn't go to adapter
    
    Fix the setting of the default adapter in the adapter struct.
    As we might be getting info about the adapter being the default
    before the structure is created, check in the create_adapter
    function instead of when allocating the structure, and use
    adapter_changed to set it appropriately.
    
    If we had decent dbus bindings, all this should be sync, and we
    wouldn't have to create the adapter struct in an idle.

 properties/adapter.c |   30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

commit 1c9d88f4a4f40c5fd56ce6fbb7449e934ed9a922
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 27 11:23:12 2009 +0100

    Bug 578146 – Shouldn't be able to step back in the middle of pairing
    
    By setting the setup page to be a "progress" page.

 wizard/wizard.ui |    1 +
 1 file changed, 1 insertion(+)

commit 5f616a0870d503511b529925da8f9c4b83bfc87f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 27 11:15:06 2009 +0100

    Bug 578989 – Allow going through when name isn't resolved if pin is fixed
    
    Check whether we have a fixed pincode when the name isn't resolved yet.

 wizard/main.c |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 2cc58797de0fc313ab128655e1dcc20af72983c2
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue May 26 20:41:56 2009 +0200

    Updated German translation

 po/de.po |   16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

commit 1fe2d6dddc973e5b14a0c8895c5e0b19c724887a
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue May 26 20:20:08 2009 +0200

    Added Galician Translation.

 po/LINGUAS |    1 +
 po/gl.po   |  672 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 673 insertions(+)

commit 47f02efe334f7e69a7c4d52a56eaa4f18f5a724c
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Tue May 26 19:22:45 2009 +0200

    Updated Spanish translation

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

commit eea720e49eb2ba00ed0f9e535a8a2e24156d72af
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue May 26 17:53:21 2009 +0100

    Use a better tooltip than "Bluetooth Manager" for the applet

 applet/notify.c |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit 45e2f273cea46cc9b64e2f92292e7104db1eb2e9
Author: A S Alam <aalam@users.sf.net>
Date:   Tue May 26 06:29:25 2009 +0530

    Adding language Punjabi to LINGUAS

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit e167c0ea5713eb1614cd50edacbd8abaf131885e
Author: A S Alam <aalam@users.sf.net>
Date:   Mon May 25 21:59:45 2009 +0530

    Add Punjabi (Gurmukhi) Translation

 po/pa.po |  653 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 653 insertions(+)

commit 1bca491cb2701db8fb0bcb62ad65c214baf155d1
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun May 24 12:40:28 2009 +0200

    Updated German translation

 po/de.po |  103 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 63 insertions(+), 40 deletions(-)

commit c11056973e6e218d589e750e2baa4e9362040d2d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat May 23 20:25:37 2009 +0100

    And fix the display of the short pin code
    
    We were using the truncated pin code internally, but displaying the
    6 digit one instead...

 wizard/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b2baaa1704981135a817cd2dde1e3e989464219e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat May 23 20:14:31 2009 +0100

    Fix another g_str_has_prefix() usage
    
    Again, swapped arguments.

 wizard/pin.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4b66f1ad7ef3e37370804362ad47e24af093050b
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sat May 23 20:19:41 2009 +0200

    Updated Spanish translation

 help/es/es.po |  272 +++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 214 insertions(+), 58 deletions(-)

commit 0ab5c34863109eff483472406540cbe49e7fdb93
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sat May 23 19:54:31 2009 +0200

    Updated Spanish translation

 po/es.po |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

commit bd08d3a4dd12da21343fad83785606975a14e598
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat May 23 17:09:49 2009 +0100

    Bug 583651 – Pin code for Sony CMT-DH5BT too long
    
    Add a way to force the number of digits in the PIN code for a
    particular device.
    
    The Sony CMT-DH5BT can enter random pincodes, but with a maximum of
    4 digits. Add a quirk for that, and remove the hardcoding of 6 pin
    digits (replacing it with a #define in pin.h)

 wizard/main.c                |   22 ++++++++++++++++------
 wizard/pin-code-database.xml |    7 +++++++
 wizard/pin.c                 |   19 ++++++++++++++++---
 wizard/pin.h                 |    4 +++-
 4 files changed, 42 insertions(+), 10 deletions(-)

commit e159b88d7fd9c6fbe8bcc8cbe7bff46297be0617
Author: Christian Persch <chpe@gnome.org>
Date:   Sat May 23 00:28:34 2009 +0200

    Update libgconf-bridge from master
    
    Bug #583600.

 properties/gconf-bridge.c |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

commit a8984615c366eecc3c6beb45b4f60b9c8f4d2458
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat May 23 15:28:35 2009 +0100

    Bug 583626 – Remove or remote?
    
    Fix typo, spotted by Claude Paroz.

 sendto/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f6d44a64823cf96cdc9051ace751bc66d66f9349
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat May 23 10:31:23 2009 +0200

    Delete unexistent languages from LINGUAS
    
    Delete language codes for language files removed in commit
    607790188b5d0934522db8cf0bada1d81ea9facb.

 po/LINGUAS |    6 ------
 1 file changed, 6 deletions(-)

commit a77de1cb771033cfc4fbb533463da2a7120f3c54
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Wed May 20 19:37:03 2009 +0200

    Added initial Spanish translation

 help/es/es.po |  372 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 372 insertions(+)

commit 58cfa9e833e2cf09f30febb572a047fffb9396eb
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Wed May 20 19:35:08 2009 +0200

    Added es to DOC_LINGUAS

 help/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ccd02300482070f78772277baa6d417737e1768b
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Wed May 20 13:20:13 2009 +0530

    Updated Kannada translations

 po/kn.po |   84 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

commit 607790188b5d0934522db8cf0bada1d81ea9facb
Author: Claude Paroz <claude@2xlibre.net>
Date:   Wed May 20 09:38:51 2009 +0200

    Removed empty translations

 po/bs.po    |  687 ----------------------------------------------------------
 po/da.po    |  695 -----------------------------------------------------------
 po/en_AU.po |  686 ----------------------------------------------------------
 po/eo.po    |  689 ----------------------------------------------------------
 po/ku.po    |  693 ----------------------------------------------------------
 po/mus.po   |  686 ----------------------------------------------------------
 6 files changed, 4136 deletions(-)

commit b2a32fa4c5577c4cdc0590152901477b04f4c3d8
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Tue May 19 17:10:09 2009 +0300

    Updated Russian translation

 po/ru.po |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit ac5a9a30c6494cae8e8cefb7e42d987882f085aa
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Tue May 19 18:13:05 2009 +0530

    Added kn to LINGUAS file

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit cb7e3f252e26c3140e5d0c5aaa307fb9dc3bc04b
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Tue May 19 18:11:22 2009 +0530

    Updated Kannada translations

 po/kn.po |  512 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 291 insertions(+), 221 deletions(-)

commit 2fe246f10c78096118cf773902564e12790f09ef
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Tue May 19 18:01:38 2009 +0530

    Updated Kannada translations

 po/kn.po |  583 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 583 insertions(+)

commit 570c3169ec2301b7a8484eca6670b1342acab4af
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Tue May 19 15:12:04 2009 +0300

    Updated Russian translation

 po/ru.po |   32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

commit 21f479aa358cf024ed9438e06d340039e254f0ca
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Mon May 18 17:28:32 2009 +0300

    Updated Russian translation

 po/ru.po | 1136 +++++++++++++++++++++++++-------------------------------------
 1 file changed, 462 insertions(+), 674 deletions(-)

commit 834828db320aa1cc2a937ba81940aa6bba06743c
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu May 14 17:54:30 2009 +0200

    Hungarian translation updated

 po/hu.po |  442 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 227 insertions(+), 215 deletions(-)

commit bb9a0e2d712bb1de0d682eb2c4214809f5397718
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Thu May 14 18:20:38 2009 +0530

    Updated Marathi Translations

 po/mr.po |  411 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 248 insertions(+), 163 deletions(-)

commit 6802a7d83521ea9266456ad415492ca46bcf0105
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 14 10:42:15 2009 +0100

    Fix memleaks of the Services hashtable data
    
    Spotted by Dan Williams. Thanks!

 applet/main.c             |    2 ++
 common/bluetooth-client.c |   13 ++++++++++++-
 common/test-client.c      |    2 ++
 3 files changed, 16 insertions(+), 1 deletion(-)

commit f025f042c2da382a86e01b44cb253c11ed82f267
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue May 12 18:42:07 2009 +0100

    Add PANU and NAP to the recognised UUIDs

 common/bluetooth-client.c |    4 ++++
 1 file changed, 4 insertions(+)

commit 236e057ec8ded57351bfde4709e97b02857eb471
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon May 11 16:43:00 2009 +0100

    Update the minimum dbus-glib reqs
    
    Apparently 0.73 has a lot of known bugs, don't want users running that.

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

commit 727f74c41a3cd889d944bc38daef37dd33844819
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu May 7 17:36:33 2009 +0100

    Transform the UUIDs to their Bluetooth names
    
    Convert a few of the UUIDs to their Bluetooth names
    (Helps: 578485)

 common/bluetooth-client.c |   42 ++++++++++++++++++++++++++++++++++++++----
 1 file changed, 38 insertions(+), 4 deletions(-)

commit e3c5deb24fe401a82a9abcca3c6276d7deb86ee7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 6 16:00:09 2009 +0100

    Release 2.27.5

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

commit 106ad3999083272e170c90f9f79b48502c768401
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 6 15:54:42 2009 +0100

    Fix typo in end-user docs, fixed "check"

 help/C/gnome-bluetooth.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b98eb302e17bbd31e2fe452809f6df0a82ac0009
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat May 2 17:35:24 2009 +0100

    Add another OUI for Wiimotes
    
    Finally tested mine...

 wizard/pin-code-database.xml |    1 +
 1 file changed, 1 insertion(+)

commit cf2ea05fc9dd3530f3a6ce363f3ec5d141c949cf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat May 2 17:34:23 2009 +0100

    Fix special passkey handling, when a OUI is used
    
    Use g_str_has_prefix() properly, the arguments were reversed.

 wizard/pin.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1a70557ed93ab3e5fe8f88639816cd1d655d6d0b
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Fri May 1 21:37:04 2009 +0200

    Updated Spanish translation

 po/es.po |   99 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 58 insertions(+), 41 deletions(-)

commit c8ce14f910e0e05fb9ca698efd037039745c6f50
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Apr 28 09:05:45 2009 +0200

    Updated sv translation

 po/sv.po |   66 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 44 insertions(+), 22 deletions(-)

commit c18145baf8b77a5492c5d09e0098f0f2ede59388
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Apr 27 11:23:05 2009 +0100

    Bug 579293 – Simplify BluetoothClient
    
    Remove work-arounds for bluetoothd bugs, and use the adapter's
    Devices property instead of calling ListDevices by hand.
    (Closes: #579293)

 README                      |    2 +-
 common/bluetooth-client.c   |   66 ++++++-------------------------------------
 common/bluetooth-client.xml |    4 ---
 3 files changed, 10 insertions(+), 62 deletions(-)

commit 6651a171d9648eefb119b568f132c7e183e94ef6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 24 20:57:07 2009 +0100

    Add a quit menu item in debug mode
    
    Add a quit menu item when --debug is passed to the applet,
    to make valgrind debugging easier.

 applet/main.c        |   49 ++++++++++++++++++++++++++++++++++++-------------
 applet/popup-menu.ui |   10 ++++++++++
 2 files changed, 46 insertions(+), 13 deletions(-)

commit 2ff30a2c5aa0a8a99fa00d4f090f319cee2dd4f2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 24 20:31:33 2009 +0100

    Fix small memleak in the test-client

 common/test-client.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 18cf75142c1e931068b89868b4429bc6515c3fc4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 24 19:31:11 2009 +0100

    Use services status to check connection status
    
    Use the status of services on a device to check whether or
    not it is connected, otherwise, we'd have to wait for the ACL link
    to timeout. Makes it faster to disconnect/reconnect immediately.

 applet/main.c |   16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

commit 666efceb95afe76fd4353e29659c903cd8722628
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 24 01:48:58 2009 +0100

    First pass at adding UUIDs support
    
    We don't process the UUIDs into short names yet.
    (Helps: #578485)

 common/bluetooth-client.c |   44 ++++++++++++++++++++++++++++++++++++++++++--
 common/bluetooth-client.h |    1 +
 common/test-client.c      |   21 +++++++++++++++++++++
 3 files changed, 64 insertions(+), 2 deletions(-)

commit 0b00787a7596059cb2e7cf85f0ba78e48588c353
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed Apr 22 22:28:18 2009 +0800

    Updated Traditional Chinese translation (Added HongKong and Updated Taiwan)

 po/LINGUAS  |    1 +
 po/zh_HK.po |  875 ++++++++++++++++++++++++++++++++++++++++++
 po/zh_TW.po | 1220 ++++++++++++++++++++++++++++++-----------------------------
 3 files changed, 1494 insertions(+), 602 deletions(-)

commit 2bb6fe935b0836992526aa6ba8e639273d41513f
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Apr 21 10:34:03 2009 +0200

    Added sv translation

 help/Makefile.am |    2 +-
 help/sv/sv.po    |  327 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 328 insertions(+), 1 deletion(-)

commit 95b7cd5a01e4e9a3ace17cff1e2c6bd49ad5bc28
Author: Daniel Nylander <po@danielnylander.se>
Date:   Mon Apr 20 17:43:17 2009 +0200

    Updated sv translation

 po/sv.po |  155 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 76 insertions(+), 79 deletions(-)

commit dd592f1669b2fbe5c4f7488650787327b02a2a3d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Apr 20 11:31:46 2009 +0100

    Update ChangeLog policy for git

 ChangeLog.README |    6 +++---
 Makefile.am      |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 480113ed9853f9178bf199c9ad5eb83126be92fc
Author: Jorge Gonzalez <jorgegonz@svn.gnome.org>
Date:   Sun Apr 19 14:10:17 2009 +0200

    Updated Spanish translation

 po/es.po |  149 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 71 insertions(+), 78 deletions(-)

commit 9617a4bafec87762d0cdc3e1243cd53827a55acf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 17 14:03:16 2009 +0100

    Update .gitignore

 .gitignore |    6 ++++++
 1 file changed, 6 insertions(+)

commit fd0f799dc9977d9f6a29ae226ca85e24282102bd
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 17 13:59:32 2009 +0100

    Add DOAP file
    
    So we get a nice description in the git web interface.

 gnome-bluetooth.doap |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit b2f6c3f5114d5c50a7b247e9b82f0f52e421a767
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 17 13:54:17 2009 +0100

    Remove SVN ChangeLog generation code
    
    Now that we use git...

 Makefile.am |   13 +--
 svn2cl.xsl  |  295 -----------------------------------------------------------
 2 files changed, 1 insertion(+), 307 deletions(-)

commit 051b9984ca24b6ea2609df8c2d1327ac1291a0b8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 17 13:44:55 2009 +0100

    Fix problems pairing "Security mode 3" devices
    
    The PIN question would appear first on the device, and
    the user would have to guess the PIN code asked by the
    wizard to be able to pair, as we'd only show the PIN
    after a PIN callback, which would come after the PIN
    was asked on the device side.
    
    Fixes pairing with Blackberries and Samsung phones.
    
    (Closes: #578991)

 wizard/main.c |   79 ++++++++++++++++++++++++++++++---------------------------
 1 file changed, 41 insertions(+), 38 deletions(-)

commit a5ba18e44752b66767edac94dd63e80e3a2971f3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 17 13:41:32 2009 +0100

    Fix typo, spotted in https://bugzilla.redhat.com/show_bug.cgi?id=496084

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

commit 23e15f659f721fa6c3dccc9b484109510503b602
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 15 17:40:58 2009 +0000

    Reset the killswitch button status when turning bluetooth on fails
    
    svn path=/trunk/; revision=616

 properties/adapter.c |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

commit 9dc61edca27d66becde45ed013aa535cc6a1bfad
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 15 17:08:49 2009 +0000

    Also work with older versions of Pango by using font_desc instead of font in the markup
    
    svn path=/trunk/; revision=615

 wizard/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d3f914d800a3f6db088e9b0170c232e737edd115
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 15 16:58:09 2009 +0000

    Don't warn when the pixbuf isn't there
    
    svn path=/trunk/; revision=614

 wizard/main.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 0bdde82d2a36111573b155c840f116df88e5aa0d
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 15 14:59:19 2009 +0000

    Change the killswitch state enum to match what's available in the kernel
    
    svn path=/trunk/; revision=613

 applet/main.c                 |    6 +++---
 common/bluetooth-killswitch.c |   18 +++++++++---------
 common/bluetooth-killswitch.h |    4 ++--
 properties/adapter.c          |    2 +-
 4 files changed, 15 insertions(+), 15 deletions(-)

commit 8859d12c6f415e97175e30d0fc69d9e3df4bcaf0
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 15 13:20:12 2009 +0000

    Correctly handle errors coming from SetPower, they're not the new power state, fixes wrong state when setting the power fails (Closes: #578709)
    
    svn path=/trunk/; revision=612

 common/bluetooth-killswitch.c |   31 +++++++++++++++++++++++--------
 1 file changed, 23 insertions(+), 8 deletions(-)

commit 317619ba15d78570c1f1b4c70c151b3ca061227c
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Apr 14 13:28:34 2009 +0000

    2.27.4
    
    svn path=/trunk/; revision=610

 NEWS         |    8 ++++++++
 configure.ac |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 61921c44a97fe0aa9ed3e38d335277772d5324df
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Apr 14 10:18:32 2009 +0000

    Another GtkBuilder load fix (Closes: #578863)
    
    svn path=/trunk/; revision=609

 properties/adapter.c |   17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

commit c83848965fcce8ec22546ed481e4f230218d0279
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Mon Apr 13 19:35:32 2009 +0000

    Updated German translation
    
    2009-04-13  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* po/de.po: Updated German translation
    
    
    svn path=/trunk/; revision=608

 po/de.po |  419 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 234 insertions(+), 185 deletions(-)

commit bbf33aeb8382927d7cb5829b35f8da3ad90152f5
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Apr 13 16:36:55 2009 +0000

    Patch from Daniele Forsi <dforsi@gmail.com> to fix some memleaks in gtk_tree_model_get () usage (Closes: #578846)
    
    svn path=/trunk/; revision=607

 applet/main.c              |    4 +++-
 common/bluetooth-chooser.c |   19 +++++++++----------
 2 files changed, 12 insertions(+), 11 deletions(-)

commit a5f80a30959b3c618657895a5eb130548aa88180
Author: Mario Blättermann <mariobl@src.gnome.org>
Date:   Sun Apr 12 13:00:11 2009 +0000

    Added German docs
    
    svn path=/trunk/; revision=606

 help/ChangeLog   |    5 +
 help/Makefile.am |    2 +-
 help/de/de.po    |  508 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 514 insertions(+), 1 deletion(-)

commit 4c1551ec867225c506fc26a3cee3da27c5d05b93
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Sat Apr 11 14:57:34 2009 +0000

    Updated Norwegian bokmål translation
    
    svn path=/trunk/; revision=605

 po/nb.po |  341 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 193 insertions(+), 148 deletions(-)

commit f85b06b0690329fe28e7a06d002f8a71ed0f863d
Author: Goran Rakic <grakic@src.gnome.org>
Date:   Fri Apr 10 10:15:33 2009 +0000

    Updated Serbian translation (by Miloš Popović)
    
    svn path=/trunk/; revision=604

 po/LINGUAS     |    1 +
 po/sr@latin.po |  689 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 690 insertions(+)

commit 80a32c190004c193e21271702e07b3edeebce59f
Author: Goran Rakic <grakic@src.gnome.org>
Date:   Fri Apr 10 10:15:10 2009 +0000

    Updated Serbian translation (by Miloš Popović)
    
    svn path=/trunk/; revision=603

 po/sr.po | 1087 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 471 insertions(+), 616 deletions(-)

commit 3377e77457b086578aba4b8e9af3f4215f5cd517
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Apr 10 01:48:34 2009 +0000

    Fix typo
    
    svn path=/trunk/; revision=602

 help/C/gnome-bluetooth.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c6b51bc052d4ba9403a45cc481ff7478f5e2d162
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Apr 10 01:45:33 2009 +0000

    First pass at user-targetted documentation, by Baptiste Mille-Mathias <bmm80@free.fr>
    
    svn path=/trunk/; revision=601

 Makefile.am                             |    8 +-
 configure.ac                            |    3 +
 help/C/figures/bluetooth-applet.png     |  Bin 0 -> 16774 bytes
 help/C/figures/bluetooth-properties.png |  Bin 0 -> 26776 bytes
 help/C/figures/bluetooth-wizard.png     |  Bin 0 -> 25383 bytes
 help/C/gnome-bluetooth.xml              |  422 +++++++++++++++++++++++++++++++
 help/C/legal.xml                        |   73 ++++++
 help/ChangeLog                          |    5 +
 help/Makefile.am                        |   12 +
 help/gnome-bluetooth.omf.in             |   13 +
 10 files changed, 532 insertions(+), 4 deletions(-)

commit f8f6697790d7a6c8e7150eeeff2062b59dbebedc
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Apr 9 23:16:33 2009 +0000

    Use GtkBuilder to setup the signals (Closes: #573375)
    
    svn path=/trunk/; revision=600

 configure.ac     |    1 +
 wizard/main.c    |   82 +++++++++++++++++++++---------------------------------
 wizard/wizard.ui |   11 +++++++-
 3 files changed, 42 insertions(+), 52 deletions(-)

commit c3c3cd8ca333d66712b79c9705de79ab8587e481
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Apr 9 23:01:31 2009 +0000

    Move the chooser setup to the GtkBuilder file
    
    svn path=/trunk/; revision=599

 wizard/main.c    |   15 ++++-----------
 wizard/wizard.ui |   11 ++++++++++-
 2 files changed, 14 insertions(+), 12 deletions(-)

commit f30c19030c78dd8c8185ee27d091dbb51467f9a8
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Apr 9 22:50:03 2009 +0000

    Remove the use of user_data in the signal callbacks
    
    svn path=/trunk/; revision=598

 wizard/main.c |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit bd980ba1eae2f7d8f1ba98b476be1ee042237b47
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Apr 9 22:41:28 2009 +0000

    Fix display of labels on the passkey page, fix display of the passkey options dialogue
    
    svn path=/trunk/; revision=597

 wizard/main.c    |    6 ++++--
 wizard/wizard.ui |   20 +++++++-------------
 2 files changed, 11 insertions(+), 15 deletions(-)

commit a20155c0ba133173eea29dd8558b32adfd9ff8db
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Apr 9 22:15:55 2009 +0000

    Release 2.27.3
    
    svn path=/trunk/; revision=595

 NEWS         |    9 +++++++++
 configure.ac |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

commit 64e380f25d580ea9890f33daa68da7c91a7c2f53
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Thu Apr 9 15:29:04 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=594

 po/es.po |  300 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 163 insertions(+), 137 deletions(-)

commit e791ff004ff99ab9149a2cb5ed9d73aa4757ea8f
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Apr 9 13:19:52 2009 +0000

    Use org.bluez.Headset and org.bluez.AudioSink to detect whether org.bluez.Audio exists (Closes: #578426)
    
    svn path=/trunk/; revision=593

 common/bluetooth-client.c |   30 +++++++++++++++++++++++-------
 1 file changed, 23 insertions(+), 7 deletions(-)

commit 2cf6b4aaa3eff173dee197e42a183276eee8dd25
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Apr 9 10:15:25 2009 +0000

    Make label of connected devices bold (Closes: #577856)
    
    svn path=/trunk/; revision=592

 common/bluetooth-chooser.c |   30 ++++++++++++++++++++++++++++--
 1 file changed, 28 insertions(+), 2 deletions(-)

commit b3db4149844fad1eeeb7ee082429af0452b66f00
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Apr 9 07:02:22 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=591

 po/sv.po |   25 +++++++++----------------
 1 file changed, 9 insertions(+), 16 deletions(-)

commit e39c8919275c7253ac8e43134471c24668911160
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Apr 9 07:00:00 2009 +0000

    Updated sv translation (Daniel Nylander)
    
    svn path=/trunk/; revision=590

 po/sv.po |  369 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 217 insertions(+), 152 deletions(-)

commit 73538edbe3e12bb8006e32894f4ecdd9d5e2f815
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Apr 9 00:26:32 2009 +0000

    Show the applet by default, even if the GConf schema isn't installed properly
    
    svn path=/trunk/; revision=589

 applet/main.c |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 581e10144bc1a0e58445c9090547d8e061caeb83
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 8 21:36:04 2009 +0000

    Avoid underscores in device names transforming the label into one with mnemonics (Closes: #578424)
    
    svn path=/trunk/; revision=588

 applet/main.c |   27 ++++++++++++++++++++++++---
 1 file changed, 24 insertions(+), 3 deletions(-)

commit 2caa42c96c0c59cb86ab71701a0aacabeadd83e3
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 8 18:48:34 2009 +0000

    Fix schema syntax, it's bool, not boolean
    
    svn path=/trunk/; revision=587

 properties/bluetooth-manager.schemas.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cd8e3d5c948b19812ace4d509aef229fe8d40575
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 8 16:58:04 2009 +0000

    2.27.2
    
    svn path=/trunk/; revision=585

 NEWS         |   38 ++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 40 insertions(+), 2 deletions(-)

commit 9f0f16dc4f3e4433671d8cf7bf376ad21212fb4e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 8 16:55:48 2009 +0000

    Add gconf-bridge to POTFILES.in
    
    svn path=/trunk/; revision=584

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

commit 7ad7c101195c34b1bd64e77c369600955db49bae
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 8 16:53:37 2009 +0000

    Add UI files to the dist
    
    svn path=/trunk/; revision=583

 wizard/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d1580c761b107b1ebf1b80a77502b981ef06d575
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 8 16:52:03 2009 +0000

    Add the UI files to the dist
    
    svn path=/trunk/; revision=582

 properties/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2d8f96e8dd0010905c2101309e4bbe7f7ef2bea6
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 8 16:15:59 2009 +0000

    Make the devices have sub-menus, to show the current state, and whether to connect/disconnect (Closes: #576947)
    
    svn path=/trunk/; revision=581

 applet/main.c |  186 +++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 168 insertions(+), 18 deletions(-)

commit 84fa0345ed7c60568057423d738c9358c66d2fd9
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 8 16:13:54 2009 +0000

    Add guards for the public functions
    
    svn path=/trunk/; revision=580

 common/bluetooth-client.c |   67 +++++++++++++++++++++++++++++++--------------
 1 file changed, 47 insertions(+), 20 deletions(-)

commit 9ca0698370acec67ccea4b26963dca05fabe7394
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 8 14:51:02 2009 +0000

    Revert previous changes
    
    svn path=/trunk/; revision=579

 wizard/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c1151e022e0fc9ae3ba9717019b5ac7fcf24fd1c
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 8 14:50:39 2009 +0000

    Revert previous changes, we have no way of knowing whether a Connect or Disconnect succeeded
    
    svn path=/trunk/; revision=578

 common/bluetooth-client.c |   12 ++++--------
 common/bluetooth-client.h |    2 +-
 2 files changed, 5 insertions(+), 9 deletions(-)

commit f77aed39627ef5a9c3cca3b4dde76c870b2dbd61
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 8 13:49:12 2009 +0000

    Fix build for the recent Connect function callback
    
    svn path=/trunk/; revision=577

 wizard/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ea8c2f76c8595dcb240859a005f9f105920641c3
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Apr 8 13:47:16 2009 +0000

    Add a "connected" argument to the _connect and _disconnect callbacks.
    
    Also fix a memleak when disconnecting.
    
    svn path=/trunk/; revision=576

 common/bluetooth-client.c |   13 +++++++++----
 common/bluetooth-client.h |    2 +-
 2 files changed, 10 insertions(+), 5 deletions(-)

commit 5053b904d4c5029ab92eb1ce36dd032049395e98
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Apr 7 16:39:20 2009 +0000

    Fix warning due to wrong GConf key being used
    
    svn path=/trunk/; revision=575

 applet/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f8069621a3a53c99d6a3d8f08afcd034f3c3d67b
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Apr 7 15:50:57 2009 +0000

    Fix checking the retval of gtk_builder calls
    
    svn path=/trunk/; revision=574

 properties/adapter.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit dff872a4d417da534ab33f391e083b82c27195bb
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Apr 7 10:14:08 2009 +0000

    Make the complete chooser a composite widget
    
    svn path=/trunk/; revision=573

 common/bluetooth-chooser.c |    4 ++++
 1 file changed, 4 insertions(+)

commit 95b26f1cdf7090f26bd5c44019e0c7fa3ce7de88
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Apr 6 21:30:26 2009 +0000

    Kill the Powered check button, either devices are builtin and there should be a killswitch, or they're not, and they can be removed by hand
    
    svn path=/trunk/; revision=572

 properties/adapter.c |   40 ++--------------------------------------
 1 file changed, 2 insertions(+), 38 deletions(-)

commit 7022cd8aec2b30928d6154bead1ec0c1636b7bcc
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Apr 6 20:49:56 2009 +0000

    Re-add the border for the notebook, looks much better now
    
    svn path=/trunk/; revision=571

 properties/main.c |    5 -----
 1 file changed, 5 deletions(-)

commit d11cf3f0ed61855cdbb26597bec058646b000a84
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Apr 6 16:26:23 2009 +0000

    Re-add the icon prefs, simplified
    
    svn path=/trunk/; revision=570

 applet/main.c                           |   51 +-
 properties/Makefile.am                  |    2 +-
 properties/bluetooth-manager.schemas.in |   12 +-
 properties/gconf-bridge.c               | 1252 +++++++++++++++++++++++++++++++
 properties/gconf-bridge.h               |  116 +++
 properties/general.c                    |  159 ----
 properties/general.h                    |    4 +-
 properties/main.c                       |   18 +-
 8 files changed, 1398 insertions(+), 216 deletions(-)

commit feaa2b16a3bddee1941524381ab50169e5a8a92d
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Apr 6 15:07:19 2009 +0000

    Patch from Robert Ancell <robert.ancell@gmail.com> to port the wizard to GtkBuilder (Closes: #573375)
    
    svn path=/trunk/; revision=569

 po/POTFILES.in            |    2 +-
 wizard/Makefile.am        |    2 +-
 wizard/main.c             |  331 +++++++++++++++++---------------------------
 wizard/passkey-options.ui |  168 ----------------------
 wizard/wizard.ui          |  338 +++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 467 insertions(+), 374 deletions(-)

commit 3de8beb59d2fbd3179d530953de95f13d4e9c3bb
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sat Apr 4 11:23:52 2009 +0000

    Updated Spansih translation
    
    svn path=/trunk/; revision=568

 po/es.po |  216 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 139 insertions(+), 77 deletions(-)

commit 6c6e962e8da8672cadff198b03e2a135910e8a1b
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Apr 3 17:58:18 2009 +0000

    Make killswitch page look better as well (Closes: #576751)
    
    svn path=/trunk/; revision=567

 po/POTFILES.in                       |    1 +
 properties/Makefile.am               |    2 +-
 properties/adapter.c                 |   18 ++-
 properties/properties-adapter-off.ui |  238 ++++++++++++++++++++++++++++++++++
 4 files changed, 251 insertions(+), 8 deletions(-)

commit af0c5b8ceb57e425c0a9ef89ad0f68d76c6b9634
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Apr 3 17:57:23 2009 +0000

    Avoid possible warnings or crashes when GetProperties fails on a device
    
    svn path=/trunk/; revision=566

 common/bluetooth-client.c |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

commit 2986074ab3430b7395b997a52e7a33d3a36ede75
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Apr 3 17:55:56 2009 +0000

    And remove the txt DB from the install
    
    svn path=/trunk/; revision=565

 wizard/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit be3abc71da8d8b5fe0159a8b90e733c53f717a82
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Apr 3 17:10:36 2009 +0000

    Enable fatal warnings by default, it's a test app
    
    svn path=/trunk/; revision=564

 common/test-client.c |    6 ++++++
 1 file changed, 6 insertions(+)

commit cc281ff902e43546c065f630f95fee2bda50b54b
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Apr 3 16:03:03 2009 +0000

    Make the "no adapters" page suck less, and fix some UI files not getting translated as they should
    
    svn path=/trunk/; revision=563

 po/POTFILES.in                      |    5 +-
 properties/Makefile.am              |    5 +-
 properties/adapter.c                |   15 +-
 properties/properties-no-adapter.ui |  266 +++++++++++++++++++++++++++++++++++
 4 files changed, 283 insertions(+), 8 deletions(-)

commit 0e7b2ff418e40aa0ffdedca5e7e678ad9333c1d8
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Apr 3 15:16:24 2009 +0000

    Remove the old txt pin DB
    
    svn path=/trunk/; revision=562

 wizard/pin-code-database.txt |   86 ------------------------------------------
 1 file changed, 86 deletions(-)

commit 43151458e7f05459ce54410c2ea2fa3d4a69648a
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Apr 3 15:15:53 2009 +0000

    Re-add the Apple mice to the DB, those need to be paired
    
    svn path=/trunk/; revision=561

 wizard/pin-code-database.xml |    6 ++++++
 1 file changed, 6 insertions(+)

commit 48818caeebef36f01e025e4bc79201beb0b1e0e0
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Apr 3 14:45:08 2009 +0000

    Use the new Audio service instead of Headset and AudioSink separately (Closes: #577310)
    
    svn path=/trunk/; revision=560

 README                    |    2 +-
 common/bluetooth-client.c |  100 +++++++++++++++------------------------------
 2 files changed, 34 insertions(+), 68 deletions(-)

commit aebfef03933f66ab725ba6f83224e99d43eecde6
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Apr 2 20:40:43 2009 +0000

    Move exec_prefix above libdir (Closes: #577186)
    
    svn path=/trunk/; revision=559

 gnome-bluetooth-1.0.pc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5c942c05c4478c3fda9a646aa2a2ff1bf78cf591
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 31 22:18:12 2009 +0000

    Add exec_prefix to the pkg-config file, god knows what for...
    
    svn path=/trunk/; revision=558

 gnome-bluetooth-1.0.pc.in |    1 +
 1 file changed, 1 insertion(+)

commit 80b3d6c70c391c691ccc08809e8f128a9bef3a65
Author: Maxim Dziumanenko <dziumanenko@gmail.com>
Date:   Tue Mar 31 08:12:19 2009 +0000

    Update Ukrainian translation by Oleksandr Kovaleno
    
    2009-03-31 Maxim Dziumanenko <dziumanenko@gmail.com>
    
    	* Update Ukrainian translation by Oleksandr Kovaleno
    
    
    svn path=/trunk/; revision=557

 po/uk.po |  870 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 393 insertions(+), 477 deletions(-)

commit fc4d5eeab284c1bc230f27a4f004a0f1c4ab4366
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Mon Mar 30 17:37:38 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=556

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

commit ffcd485abe37ba8532c4a20d15aa1829b21c2d0a
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 30 14:48:21 2009 +0000

    Fix devices not going away when removing them from the known devices (Closes: #576944)
    
    svn path=/trunk/; revision=555

 applet/main.c |   29 ++++++++++++++++-------------
 1 file changed, 16 insertions(+), 13 deletions(-)

commit 7d44e4089d6c72cc62516b7be4328d3d6fb2817b
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 30 14:00:15 2009 +0000

    Fix warning when trying to disconnect a device in the properties
    
    svn path=/trunk/; revision=554

 common/bluetooth-chooser.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 83bb70efbb4789d5d21960595a3faa024a1c87b1
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 30 13:55:40 2009 +0000

    Fix wrong tab showing up when there's no killswitches and no adapters
    
    svn path=/trunk/; revision=553

 properties/adapter.c |   30 +++++++++++++++++++++---------
 1 file changed, 21 insertions(+), 9 deletions(-)

commit a3ef077be7dba82f90d81d9f61087f32a7fbfb1a
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Sun Mar 29 02:24:40 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=552

 po/es.po |   99 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 51 insertions(+), 48 deletions(-)

commit a7e2517766186d6362d16820975e75058e825c96
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Fri Mar 27 11:02:52 2009 +0000

    Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=551

 po/POTFILES.in |    1 -
 po/nb.po       |  383 +++++++++++++++++++++++++++++---------------------------
 2 files changed, 200 insertions(+), 184 deletions(-)

commit 787765a7caaf54759f2f7c94f55940dc4ea05627
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 27 10:17:33 2009 +0000

    Disconnect using the services if there are any, instead of using the org.bluez.Device.Disconnect method (Closes: #576442)
    
    svn path=/trunk/; revision=550

 common/bluetooth-client.c |   94 +++++++++++++++++++++++++++++++++++++--------
 1 file changed, 79 insertions(+), 15 deletions(-)

commit a8ba5a6a4f0e9490ec1daca43a9959f52764bd9c
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 27 09:02:52 2009 +0000

    Fix simple warning
    
    svn path=/trunk/; revision=549

 wizard/pin.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 4e6a8b4897e1b6a5ed99f83dcffae42356f77f71
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Mar 26 22:50:25 2009 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=548

 po/sv.po |  120 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 60 insertions(+), 60 deletions(-)

commit 055e0225713cf8d6106f0d0bd102d832919d37d4
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 26 15:31:24 2009 +0000

    Move the pin getting code to a separate file, and convert to using the XML DB.
    
    svn path=/trunk/; revision=547

 wizard/Makefile.am |    2 +-
 wizard/main.c      |   91 +---------------------------------
 wizard/pin.c       |  138 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 wizard/pin.h       |   27 ++++++++++
 4 files changed, 168 insertions(+), 90 deletions(-)

commit f95a534aef9c135c9c6e27500904be4bd0eb346f
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 26 14:36:16 2009 +0000

    Add DTD for the pin code DB, and check it with xmllint if it's there
    
    svn path=/trunk/; revision=546

 configure.ac                 |    1 +
 wizard/Makefile.am           |    7 ++++++-
 wizard/pin-code-database.xml |   42 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+), 1 deletion(-)

commit 73a1e3b88b6353a2fd0d7e5cb40036174e051af0
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 26 11:23:10 2009 +0000

    Add first version of the XML database
    
    svn path=/trunk/; revision=545

 wizard/pin-code-database.xml |   98 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 98 insertions(+)

commit 91a28692211b494d7558db74613eef17160d2fb1
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 25 18:22:10 2009 +0000

    Remove useless hide, we're not showing it in the first place
    
    svn path=/trunk/; revision=544

 common/bluetooth-chooser.c |    2 --
 1 file changed, 2 deletions(-)

commit bdc3b17052441930949f09ec0b5186a385ee5e24
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 25 18:21:27 2009 +0000

    Make the default dialogue a bit bigger, and align the name entry with the treeview to the left
    
    svn path=/trunk/; revision=543

 properties/adapter.c |    8 +++++++-
 properties/main.c    |    2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 65606660821a648d92eeab894cb1ec6b019047e2
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 25 18:15:34 2009 +0000

    Add missing get function for show-connected, hide the top-level label when it's empty
    
    svn path=/trunk/; revision=542

 common/bluetooth-chooser.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 2864777d5721603a1d06a19d8c0b3891f4b5fee6
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 25 17:49:13 2009 +0000

    Kill common/helper.[ch]
    
    svn path=/trunk/; revision=541

 common/Makefile.am |    3 +-
 common/helper.c    |  109 ----------------------------------------------------
 common/helper.h    |   25 ------------
 wizard/main.c      |    2 -
 4 files changed, 1 insertion(+), 138 deletions(-)

commit 10e2ba5875372c818b8050e45df7647de51f81fb
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 25 17:44:08 2009 +0000

    Use the BluetoothChooser widget now that we only show the default adapter (Closes: #573135)
    
    svn path=/trunk/; revision=540

 properties/Makefile.am |    2 +-
 properties/adapter.c   |  143 +++++++++++++-----------------------------------
 2 files changed, 39 insertions(+), 106 deletions(-)

commit 46fc994dec53650300d114b60af6910dabff7667
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 25 17:41:43 2009 +0000

    Small fixes
    
    svn path=/trunk/; revision=539

 common/bluetooth-chooser.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 17266ef971d22d0adcc7d1104ba33a635455af6e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 25 17:14:36 2009 +0000

    Add the ability to show the connected column, a connected property, and export the proxy for a device internally
    
    svn path=/trunk/; revision=538

 common/bluetooth-chooser.c    |   84 ++++++++++++++++++++++++++++++++++++++++-
 common/bluetooth-chooser.h    |    1 +
 common/test-deviceselection.c |    1 +
 3 files changed, 85 insertions(+), 1 deletion(-)

commit 3c3ea037b4687b91d4752e15fa9d6aa2c6d6ac1e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 25 16:29:45 2009 +0000

    And only show the default adapter in the preferences
    
    svn path=/trunk/; revision=537

 properties/adapter.c |  183 +++++++++++++++++++++++++++++---------------------
 properties/main.c    |   13 ++--
 2 files changed, 115 insertions(+), 81 deletions(-)

commit 10e4c5b22fa11a018bb3924abc609c09ca5e9ba1
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 25 01:24:49 2009 +0000

    Patch from <t.sailer@alumni.ethz.ch> to add another GPS device (Closes: #576490)
    
    svn path=/trunk/; revision=536

 wizard/pin-code-database.txt |    2 ++
 1 file changed, 2 insertions(+)

commit 9ae3748fa829bc39e862b3048d930d7bdee528ea
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Tue Mar 24 18:33:27 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=535

 po/es.po |   63 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 35 insertions(+), 28 deletions(-)

commit b6fe59deb6cebd789f142b38f241fc756de116a6
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Tue Mar 24 09:44:30 2009 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=534

 po/sv.po |   74 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 41 insertions(+), 33 deletions(-)

commit 6e5a47b5dac868b0b86c8d7defa4b9f00a8c99a1
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 23 18:11:51 2009 +0000

    Fix the wizard not setting the page to complete when the device name wasn't available when first selected
    
    svn path=/trunk/; revision=533

 common/bluetooth-chooser.c |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

commit 6de9b0405dbaa46ce31d464339b0ec43900839a5
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Mon Mar 23 16:40:21 2009 +0000

    Updated German translation
    
    2009-03-23  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* po/de.po: Updated German translation
    
    
    svn path=/trunk/; revision=532

 po/de.po |  180 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 98 insertions(+), 82 deletions(-)

commit 0b15ba13c4ae594671e91edc60eb7f4a8883d2a7
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 23 16:31:45 2009 +0000

    Add the ability to connect/disconnect when a device is clicked in the applet
    
    svn path=/trunk/; revision=531

 applet/main.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 4fc7392f1c61e21e3177cd0fc58b2af5e1e68997
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 23 16:30:50 2009 +0000

    Add a disconnect function, which disconnects all the services on a device
    
    svn path=/trunk/; revision=530

 common/bluetooth-client.c |   57 +++++++++++++++++++++++++++++++++++++++++++++
 common/bluetooth-client.h |    4 ++++
 2 files changed, 61 insertions(+)

commit ec0a497132098ac3a6aeb5597b58ccd24186a5b8
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 23 16:14:19 2009 +0000

    Use the new bc_connect_service() function, and don't special case device types
    
    svn path=/trunk/; revision=529

 wizard/main.c |   16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

commit ad935fda931284a18aabe3edd5d1b450b37342f3
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 23 16:13:52 2009 +0000

    Export only one connect function, and check the supported services when connecting to a device
    
    svn path=/trunk/; revision=528

 common/bluetooth-client.c |   75 ++++++++++++++++++++++++++-------------------
 common/bluetooth-client.h |   10 +++---
 2 files changed, 47 insertions(+), 38 deletions(-)

commit 288bbb8627672b526391dc73281b02f06a8dd299
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 23 15:36:00 2009 +0000

    When UUIDs are updated, update the services column
    
    svn path=/trunk/; revision=527

 common/bluetooth-client.c |    6 ++++++
 1 file changed, 6 insertions(+)

commit 25463ca019d8d17d5519daec4ff1683cf413ec2e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 23 13:24:04 2009 +0000

    Add another iBT-GPS device
    
    svn path=/trunk/; revision=526

 wizard/pin-code-database.txt |    1 +
 1 file changed, 1 insertion(+)

commit fbfdc5d4c30f2826c2190f27aec80d45ee85fd6f
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Mon Mar 23 11:21:14 2009 +0000

    Updated Basque translation.
    
    2009-03-23  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=525

 po/eu.po |   46 +++++++++++++++++++++++++++-------------------
 1 file changed, 27 insertions(+), 19 deletions(-)

commit 3e4cefee9faae586b3a4df6bc1f67581ed6af337
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Sun Mar 22 11:00:09 2009 +0000

    Merge in a few of the device types
    
    Makes it easier to select "audio devices", and the likes
    (Closes: #575990)
    
    
    svn path=/trunk/; revision=524

 common/bluetooth-chooser.c |   82 +++++++++++++++++++++++++++++++++++++-------
 1 file changed, 69 insertions(+), 13 deletions(-)

commit da8b3e3cb028994c5723b524b6298ce76b89ac3a
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 20 18:38:36 2009 +0000

    A few internal changes to the device type filter
    
    We're using a model now, so it'll be easier to
    add custom filters.
    
    
    svn path=/trunk/; revision=523

 common/bluetooth-chooser.c |   25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

commit 1325e842229e49fc6c876b4b79577850a71d7677
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 20 18:01:44 2009 +0000

    Set a correct value for the maximum device filter prop
    
    So that we can eventually set type groups values as filters.
    
    
    svn path=/trunk/; revision=522

 common/bluetooth-chooser.c |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 87d6ae6d1fd8042c5deb2c94e7db12bfdc7c30d4
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 20 17:52:41 2009 +0000

    Also show joypads and tablets in the device selection
    
    Fix up the "input" group type, and add an audio group type.
    
    
    svn path=/trunk/; revision=521

 common/bluetooth-enums.h |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit b3a171ee85e6f54a6f9d75127f10f60a7baa1e5c
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 20 16:45:27 2009 +0000

    Another requisite to having working signals
    
    Exporting the symbols!
    
    
    svn path=/trunk/; revision=520

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

commit a0e09104168b85d19ad4a1804af0ed6829239b92
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 20 16:38:19 2009 +0000

    Avoid crashes when removing devices
    
    The action group already holds the only ref to
    the actions we're removing.
    
    
    svn path=/trunk/; revision=519

 applet/main.c |    1 -
 1 file changed, 1 deletion(-)

commit 49efec752ec1bfd8cf4c53217a67035800932424
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 20 16:37:37 2009 +0000

    Make killswitch work again
    
    By checking the "bt-active" property on the correct object.
    
    
    svn path=/trunk/; revision=518

 applet/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 53fda54fd1980e97e6653c4a817fb7f6e56f3c0e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 20 16:30:38 2009 +0000

    Fix menu items not doing anything
    
    Oopsie, we need to connect all those pesky signals,
    this isn't Glade...
    
    
    svn path=/trunk/; revision=517

 applet/main.c |    2 ++
 1 file changed, 2 insertions(+)

commit 7910db5c8e8c81a8355a5ca6f404fd25478ec0f9
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 20 16:23:17 2009 +0000

    Don't crash when running installed
    
    $(pkgdatadir) doesn't always have a trailing slash.
    
    
    svn path=/trunk/; revision=516

 applet/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 77821d2f959f34762d549a3c92e045a5d1e606e0
Author: Iñaki Larrañaga Murgoitio <dooteo@src.gnome.org>
Date:   Fri Mar 20 15:03:43 2009 +0000

    Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
    
    
    Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu.po: Updated Basque translation.
    
    svn path=/trunk/; revision=515

 po/eu.po |  128 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 63 insertions(+), 65 deletions(-)

commit 176e406987ed4872536258937fb92002be50f640
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 20 10:58:37 2009 +0000

    Fix display errors for the killswitch
    
    Now that I tested it...
    
    
    svn path=/trunk/; revision=514

 applet/main.c |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

commit 9eb175b0605875d15b5b7cc9faa1f6c20d79b882
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:   Fri Mar 20 04:32:01 2009 +0000

    Added Marathi Translations
    
    svn path=/trunk/; revision=513

 po/mr.po |  592 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 592 insertions(+)

commit 7aee90d197a1161166b24ca4f0524a5747e22586
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:   Fri Mar 20 04:29:29 2009 +0000

    Added Marathi 'mr' locale
    
    svn path=/trunk/; revision=512

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 2cf203e1468cdd818ca730e8073445ee082e6c0e
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Thu Mar 19 22:16:29 2009 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=511

 po/sv.po |  319 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 167 insertions(+), 152 deletions(-)

commit fe0212cff158ec3b1b68299545df323691b21f2a
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 19 21:44:53 2009 +0000

    Remove po/ChangeLog again
    
    Some translators need to learn to read.
    
    
    svn path=/trunk/; revision=510

 po/ChangeLog |   24 ------------------------
 1 file changed, 24 deletions(-)

commit caf9a6eb0c86860616bfe80d186cd7ce2ee311dc
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 19 21:41:31 2009 +0000

    Boldify the "Devices" header label as well
    
    (Closes: #575992)
    
    
    svn path=/trunk/; revision=509

 applet/main.c |   40 +++++++++++++++++++++++++---------------
 1 file changed, 25 insertions(+), 15 deletions(-)

commit 0cc4dce9aed0f75a045735e52d504eae1fe85b35
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Thu Mar 19 19:47:45 2009 +0000

    Updated Spanish translation
    
    svn path=/trunk/; revision=508

 po/es.po |  107 ++++++++++++++++++++++++++------------------------------------
 1 file changed, 45 insertions(+), 62 deletions(-)

commit c178331a1b61272b9e3edd12fc886f13ce69e5f4
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 19 18:57:34 2009 +0000

    Add half-done device connect code
    
    Missing actually calling connect...
    
    
    svn path=/trunk/; revision=507

 applet/main.c |   28 ++++++++++++++++++++++++++--
 1 file changed, 26 insertions(+), 2 deletions(-)

commit 1d4858d0b3cf327c9379cc43185f55217fbd089d
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 19 18:56:47 2009 +0000

    Fix audio connect code
    
    We need to connect to headset first, then audiosink,
    and actually connect to both.
    
    See:
    http://bugzilla.gnome.org/show_bug.cgi?id=573759#c4
    
    
    svn path=/trunk/; revision=506

 common/bluetooth-client.c |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

commit fc1212d06cc757a350978960ea5c789f5535c4db
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 19 18:38:45 2009 +0000

    Don't crash when setting up an AudioSink fails
    
    And don't try to connect to the Headset if AudioSink
    was successful.
    
    
    svn path=/trunk/; revision=505

 common/bluetooth-client.c |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

commit 10b462a1e99b6b0cfda3ff456465e3705f07bd02
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 19 18:37:32 2009 +0000

    Only set the pairing as completed when Connect finishes
    
    And tell the user that we're setting up the device.
    
    
    svn path=/trunk/; revision=504

 wizard/main.c |   13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

commit 4ef46a484a512caa2bb390e37f8e493570e0634d
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 19 18:02:35 2009 +0000

    When pairing an audio device, connect to it
    
    So it can be used straight away.
    
    
    svn path=/trunk/; revision=503

 wizard/main.c |    5 +++++
 1 file changed, 5 insertions(+)

commit 91ac522c423ea48964dee9937304d35560166dbd
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 19 18:00:34 2009 +0000

    Add connect_audio() helper
    
    Tries to connect to AudioSink first, then HeadSet.
    
    
    svn path=/trunk/; revision=502

 common/bluetooth-client.c |   51 +++++++++++++++++++++++++++++++++++++++++++--
 common/bluetooth-client.h |    5 ++++-
 2 files changed, 53 insertions(+), 3 deletions(-)

commit 0d7a548d9ac272f5bfc1d1da49a527795666e4cd
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 19 17:23:45 2009 +0000

    Boldify the label of connected devices
    
    Gross Hacks Inc. present, how to boldify a
    menu item label. Thanks for coming.
    
    
    svn path=/trunk/; revision=501

 applet/main.c |   21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)

commit e5b1294b556526650b490b5e1c903a640163435c
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 19 17:12:06 2009 +0000

    Show a list of connectable devices in the applet menu
    
    No actions bound yet, and no bold label as we wanted.
    
    
    svn path=/trunk/; revision=500

 applet/main.c |  149 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 133 insertions(+), 16 deletions(-)

commit a2f626c20c417fa9eed76a91c293b19e68c46ad5
Author: Jorge Gonzalez Gonzalez <jorgegonz@src.gnome.org>
Date:   Thu Mar 19 13:02:28 2009 +0000

    Updated Spansih translation
    
    svn path=/trunk/; revision=499

 po/ChangeLog |    4 +
 po/es.po     | 1129 ++++++++++++++++++++--------------------------------------
 2 files changed, 384 insertions(+), 749 deletions(-)

commit 98f318e8a754a6791835a366f3b9fa5cd53cfebb
Author: Krishnababu Krothapalli <kkrothap@src.gnome.org>
Date:   Thu Mar 19 10:44:23 2009 +0000

    Updated Telugu Translation
    
    svn path=/trunk/; revision=498

 po/te.po |  590 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 590 insertions(+)

commit 4aa8539cccbf9d22886f05dc10e1b891cfa950cc
Author: Krishnababu Krothapalli <kkrothap@src.gnome.org>
Date:   Thu Mar 19 10:42:53 2009 +0000

    Updated ChangeLog entry
    
    svn path=/trunk/; revision=497

 po/ChangeLog |    5 +++++
 1 file changed, 5 insertions(+)

commit 099b4f0486bd715d3120459608d7cc12c31d5582
Author: Krishnababu Krothapalli <kkrothap@src.gnome.org>
Date:   Thu Mar 19 10:42:22 2009 +0000

    Updated LINGUAS entry
    
    svn path=/trunk/; revision=496

 po/LINGUAS |    1 +
 1 file changed, 1 insertion(+)

commit 5b49335b35a11bd096a9eba994510b6f239df65e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 19 02:56:49 2009 +0000

    Translate the new applet popup menu
    
    svn path=/trunk/; revision=495

 applet/popup-menu.ui |    4 ++--
 po/POTFILES.in       |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 2766a518403bd779f936a5828d5b6b507c64bac0
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 19 02:52:37 2009 +0000

    Convert menu system to GtkUIManager
    
    and add a status label for the killswitch as well.
    (Closes: #575891, #573962)
    
    
    svn path=/trunk/; revision=494

 applet/Makefile.am   |    7 ++-
 applet/main.c        |  168 +++++++++++++++++++++++---------------------------
 applet/popup-menu.ui |   88 ++++++++++++++++++++++++++
 3 files changed, 169 insertions(+), 94 deletions(-)

commit 95146f9c513764eceb64a0313c5cbd446b7c150e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 18 22:17:03 2009 +0000

    Don't show both input and headset for headsets
    
    The input will be connected when we connect to the
    headset/audio service.
    
    
    svn path=/trunk/; revision=493

 common/bluetooth-client.c |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

commit ab509906495fde33aec1f81ec42dd3151294a39b
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 18 21:26:50 2009 +0000

    Listen to changes on supported connectable services
    
    Now the applet can tell whether each service is connected.
    
    
    svn path=/trunk/; revision=492

 common/bluetooth-client.c |   44 ++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 40 insertions(+), 4 deletions(-)

commit 7c796aee29f26ad561856eae937443cdb245e5bf
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 18 20:07:47 2009 +0000

    Add a new column for services
    
    The column contains the list of connectable services
    for the device (eg. which interfaces have a Connect() function).
    
    This would allow us to list input and headset devices in the
    applet. Still requires listening to value changes.
    
    
    svn path=/trunk/; revision=491

 common/bluetooth-client.c |   72 +++++++++++++++++++++++++++++++++++++++++----
 common/bluetooth-client.h |    1 +
 common/test-client.c      |   30 +++++++++++++++++++
 3 files changed, 97 insertions(+), 6 deletions(-)

commit 4222e1d7726ddf51b7cec62abcdcede430c8a383
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 18 17:46:26 2009 +0000

    org.bluez.Device.ListNodes is documented but not implemented
    
    Yay!
    
    
    svn path=/trunk/; revision=490

 common/bluetooth-client.xml |    3 ---
 1 file changed, 3 deletions(-)

commit 3c398c9830b686028d39c3e1eeefe49c8798684f
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 18 15:58:33 2009 +0000

    Add helper for org.bluez.Device.ListNodes()
    
    So we can list those in the applet.
    
    
    svn path=/trunk/; revision=489

 common/bluetooth-client.xml |    3 +++
 1 file changed, 3 insertions(+)

commit 16ceb014c2ea169d86d944272e97972635fc8ed7
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 18 13:42:20 2009 +0000

    Mark all the newly paired devices as trusted
    
    Doesn't hurt. (Helps: #575292)
    
    
    svn path=/trunk/; revision=488

 wizard/main.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 21c55f6070cbff68038ca20a8cec937c0e7dc29e
Author: Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
Date:   Tue Mar 17 17:34:03 2009 +0000

    Updated Basque translation.
    
    2009-03-17  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>
    
    	* eu.po: Updated Basque translation.
    
    
    svn path=/trunk/; revision=487

 po/ChangeLog |    4 +
 po/eu.po     |  808 +++++++++++++++++++++++++---------------------------------
 2 files changed, 353 insertions(+), 459 deletions(-)

commit bc5468c0321000b53d60364d520a39e54060199b
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 17 15:17:28 2009 +0000

    Fix display of the "wait to be paired" message
    
    Patch from  Baptiste Mille-Mathias <bmm80@free.fr>
    (Closes: #575354)
    
    
    svn path=/trunk/; revision=486

 wizard/main.c |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit cf7ff0150f44f9847d4d2d5149c6f949c3c60465
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Mon Mar 16 23:19:33 2009 +0000

    Updated German translation
    
    2009-03-17  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* po/de.po: Updated German translation
    
    
    svn path=/trunk/; revision=485

 po/de.po |  166 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 80 insertions(+), 86 deletions(-)

commit 535f56fcf4d9e1363260e90c05405fd6b4a863c9
Author: Baptiste Mille-Mathias <baptistem@src.gnome.org>
Date:   Mon Mar 16 18:15:11 2009 +0000

    Fix for "expand" and "fill" properties.
    
    
    svn path=/trunk/; revision=484

 wizard/passkey-options.ui |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d9fbf3394b56ea188ecc0f3f750de78a8c6ef642
Author: Timo Jyrinki <tjyrinki@src.gnome.org>
Date:   Mon Mar 16 13:20:47 2009 +0000

    Updated Finnish translation.
    
    svn path=/trunk/; revision=483

 po/ChangeLog |    4 +
 po/fi.po     | 1469 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 743 insertions(+), 730 deletions(-)

commit eac9f5ec4da2480ed5d7b021c7f8c23254107c85
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 13 14:48:14 2009 +0000

    Remove code to show the trusted column
    
    It's an implementation detail. (Closes: #574051)
    
    
    svn path=/trunk/; revision=482

 common/bluetooth-chooser.c    |   38 --------------------------------------
 common/test-deviceselection.c |    1 -
 2 files changed, 39 deletions(-)

commit ad3beaf6a35bc9cdc5f6b2e60defe81d02a6836e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 13 14:47:44 2009 +0000

    Remove trusted icon
    
    It's an implementation detail.
    
    
    svn path=/trunk/; revision=481

 common/helper.c |   17 -----------------
 1 file changed, 17 deletions(-)

commit f1050a98910a407cf150aca7f018a56850f6adf1
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 13 14:46:20 2009 +0000

    Remove the trust/distrust button
    
    It's an implementation detail.
    
    
    svn path=/trunk/; revision=480

 properties/adapter.c |   66 ++++----------------------------------------------
 1 file changed, 5 insertions(+), 61 deletions(-)

commit a029322f546f1c2d1e9bf488cdfe56ba2f4fce61
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 13 14:37:35 2009 +0000

    Add our own "paired" icon
    
    A key or keys (depending on the size) as used in the
    stock gnome-icon-theme. This avoids some themes showing
    the device with a padlock instead. (Closes: #574057)
    
    
    svn path=/trunk/; revision=479

 applet/agent.c                                     |    6 +-
 common/bluetooth-chooser.c                         |    2 +-
 common/helper.c                                    |    2 +-
 icons/Makefile.am                                  |    8 +-
 icons/hicolor_status_16x16_bluetooth-paired.png    |  Bin 0 -> 714 bytes
 icons/hicolor_status_22x22_bluetooth-paired.png    |  Bin 0 -> 1126 bytes
 icons/hicolor_status_24x24_bluetooth-paired.png    |  Bin 0 -> 1128 bytes
 icons/hicolor_status_32x32_bluetooth-paired.png    |  Bin 0 -> 1985 bytes
 icons/hicolor_status_scalable_bluetooth-paired.svg |  557 ++++++++++++++++++++
 9 files changed, 569 insertions(+), 6 deletions(-)

commit 7552809944a06348afe82ef9ef7f23fb95f11b81
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 13 00:55:52 2009 +0000

    Hide the label when we don't have a title
    
    svn path=/trunk/; revision=478

 common/bluetooth-chooser.c |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit f8a493489b767c68c8a1dde3a754d0eca19afe07
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 13 00:47:45 2009 +0000

    Add test case for the properties use case
    
    svn path=/trunk/; revision=477

 common/test-deviceselection.c |   41 ++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 40 insertions(+), 1 deletion(-)

commit dda8410637235e668826ffc469295fbec136c1b9
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 13 00:47:10 2009 +0000

    Add property to show/hide the trust icon
    
    svn path=/trunk/; revision=476

 common/bluetooth-chooser.c |   55 +++++++++++++++++++++++++++++++++++++-------
 common/bluetooth-enums.h   |    1 +
 2 files changed, 48 insertions(+), 8 deletions(-)

commit 4595b3362d10e63da38ad8fe84bdfcb12681db48
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 12 22:42:09 2009 +0000

    Add missing file
    
    svn path=/trunk/; revision=475

 wizard/passkey-options.ui |  165 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 165 insertions(+)

commit 4df7fd4da50b6ba4e577eb0ee84244b8180b596a
Author: miloc <miloc@localhost>
Date:   Wed Mar 11 21:32:03 2009 +0000

    Updated Italian translation by Franceso Marletta
    
    svn path=/trunk/; revision=474

 po/ChangeLog |    4 +
 po/it.po     | 1200 ++++++++++++++++++++++------------------------------------
 2 files changed, 464 insertions(+), 740 deletions(-)

commit 8b143309be4d2e3ba8bfde97a202275f9cbb86d3
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 10 17:46:43 2009 +0000

    Move the passkey options to GtkBuilder
    
    And fix a bunch of UI problems. (Closes: #574382)
    
    
    svn path=/trunk/; revision=473

 po/POTFILES.in     |    1 +
 wizard/Makefile.am |    3 +++
 wizard/main.c      |   75 +++++++++++++---------------------------------------
 3 files changed, 23 insertions(+), 56 deletions(-)

commit 30cbdbaabf36548451d34aae77038dd12790b4b3
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 10 17:05:14 2009 +0000

    Remove use of the oldpin to the possible extent
    
    svn path=/trunk/; revision=472

 wizard/main.c |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

commit 190f1639389c6a4335f2d241a8607f98aa640dbf
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 10 16:32:32 2009 +0000

    Remove Cancel/Close button combo
    
    And fix "passkey options" capitalisation again
    
    
    svn path=/trunk/; revision=471

 wizard/main.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit 248b7011d124a24f843ba8bcfb4a035f131c9917
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 10 16:18:40 2009 +0000

    Make the "passkey options" button part of the content box again
    
    svn path=/trunk/; revision=470

 wizard/main.c |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

commit 0a90f5c06d929c6c34bc07846715c24f5221778e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 10 16:13:43 2009 +0000

    Fix capitalisation for "passkey options" button
    
    svn path=/trunk/; revision=469

 wizard/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 13557f3dd2eab19479e69eea00851b2aeefe34c1
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 9 16:14:12 2009 +0000

    Use new "disabled" icons by Andreas Nilsson (Closes: #573518)
    
    svn path=/trunk/; revision=468

 icons/Makefile.am                                 |    6 +-
 icons/hicolor_status_16x16_bluetooth-disabled.png |  Bin 467 -> 784 bytes
 icons/hicolor_status_16x16_bluetooth-disabled.svg |  762 +++++++++
 icons/hicolor_status_22x22_bluetooth-disabled.png |  Bin 601 -> 1108 bytes
 icons/hicolor_status_22x22_bluetooth-disabled.svg | 1077 +++++++++++++
 icons/hicolor_status_24x24_bluetooth-disabled.png |  Bin 606 -> 1123 bytes
 icons/hicolor_status_32x32_bluetooth-disabled.png |  Bin 1069 -> 2169 bytes
 icons/hicolor_status_32x32_bluetooth-disabled.svg | 1073 +++++++++++++
 icons/hicolor_status_48x48_bluetooth-disabled.png |  Bin 1601 -> 3345 bytes
 icons/hicolor_status_48x48_bluetooth-disabled.svg | 1725 +++++++++++++++++++++
 10 files changed, 4642 insertions(+), 1 deletion(-)

commit 1706097f538aaaf2ec9c72543d8cfe724594f110
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 9 14:01:03 2009 +0000

    Require GTK+ 2.15.x otherwise the applet won't compile
    
    svn path=/trunk/; revision=467

 applet/notify.c |    2 --
 configure.ac    |    3 ++-
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 79cbc8b451bb3175470e0f3c903668bb3c962af4
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Sat Mar 7 23:20:30 2009 +0000

    Updated German translation
    
    2009-03-08  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* po/de.po: Updated German translation
    
    
    svn path=/trunk/; revision=466

 po/de.po |  293 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 171 insertions(+), 122 deletions(-)

commit 0c39546ac1cba5146179f4d273014ca1ffdca952
Author: Baptiste Mille-Mathias <baptistem@src.gnome.org>
Date:   Sat Mar 7 16:09:51 2009 +0000

    Add quirk for Nintendo Wiimote (Nintendo RVL-CNT-01)
    
    (Closes: #574460)
    
    svn path=/trunk/; revision=465

 wizard/pin-code-database.txt |    2 ++
 1 file changed, 2 insertions(+)

commit 0001796187b77e05061906650922e06d5131186c
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Mar 7 15:44:15 2009 +0000

    Translation updated.
    
    2009-03-07  Gabor Kelemen  <kelemeng@gnome.hu>
    
    	* hu.po: Translation updated.
    
    
    svn path=/trunk/; revision=464

 po/hu.po |  307 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 176 insertions(+), 131 deletions(-)

commit 50ca8fe1e17a411eae25ee731cff0a39bc29d2ff
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Mar 6 10:23:00 2009 +0000

    Add quirk for Bluemax Bluetooth GPS Receiver GPS-009
    
    (Closes: #560609)
    
    
    svn path=/trunk/; revision=463

 wizard/pin-code-database.txt |    2 ++
 1 file changed, 2 insertions(+)

commit f5a6fbb235716baa238c681e4c98e11358fc23d7
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 5 17:13:32 2009 +0000

    Remove special-casing in the code for non-pairing devices
    
    Remove the unneeded Apple mice special casing, and add
    mice and the PS3 BD remote to the list. (Closes: #573141)
    
    
    svn path=/trunk/; revision=462

 wizard/main.c                |   20 ++++++++------------
 wizard/pin-code-database.txt |   14 ++++++++++----
 2 files changed, 18 insertions(+), 16 deletions(-)

commit 2b13ca7415d4ecf03b90649812546d68d0e8e577
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 5 16:52:00 2009 +0000

    Prepare for addition of bc_connect_audio
    
    (Whatever that will do)
    
    
    svn path=/trunk/; revision=461

 common/bluetooth-client.c |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

commit d95e48ae56fe70edb2aa87bf02b680363c1c7b06
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 5 16:41:05 2009 +0000

    Some more strings changes, sorry translators
    
    svn path=/trunk/; revision=460

 wizard/main.c |   30 ++++++++++++++++++------------
 1 file changed, 18 insertions(+), 12 deletions(-)

commit 15c4102ed4544462848356ad929f2ecbb93c38d2
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 5 16:34:58 2009 +0000

    Some UI changes
    
    Don't show "enter passkey" when setting up devices for
    which we know the PIN code already.
    
    
    svn path=/trunk/; revision=459

 wizard/main.c |   53 ++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 42 insertions(+), 11 deletions(-)

commit b2157006d0da56ef3db28d38bc36b98dc1dbcb26
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Mar 5 00:12:12 2009 +0000

    Fix sendto again (#573145)
    
    svn path=/trunk/; revision=458

 sendto/main.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 1906fb42dcce374cce08252f720ab93ddfe9f26f
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 4 18:42:45 2009 +0000

    Install the bluetooth-disabled icons in status, not apps
    
    svn path=/trunk/; revision=457

 icons/Makefile.am                                 |   10 +++++-----
 icons/hicolor_apps_16x16_bluetooth-disabled.png   |  Bin 467 -> 0 bytes
 icons/hicolor_apps_22x22_bluetooth-disabled.png   |  Bin 601 -> 0 bytes
 icons/hicolor_apps_24x24_bluetooth-disabled.png   |  Bin 606 -> 0 bytes
 icons/hicolor_apps_32x32_bluetooth-disabled.png   |  Bin 1069 -> 0 bytes
 icons/hicolor_apps_48x48_bluetooth-disabled.png   |  Bin 1601 -> 0 bytes
 icons/hicolor_status_16x16_bluetooth-disabled.png |  Bin 0 -> 467 bytes
 icons/hicolor_status_22x22_bluetooth-disabled.png |  Bin 0 -> 601 bytes
 icons/hicolor_status_24x24_bluetooth-disabled.png |  Bin 0 -> 606 bytes
 icons/hicolor_status_32x32_bluetooth-disabled.png |  Bin 0 -> 1069 bytes
 icons/hicolor_status_48x48_bluetooth-disabled.png |  Bin 0 -> 1601 bytes
 11 files changed, 5 insertions(+), 5 deletions(-)

commit eb6fc5e835a5253c90ae7e042fc0b3c6178f1d55
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 4 17:39:08 2009 +0000

    Release 2.27.1
    
    Fix the translations clashing with the old gnome-bluetooth
    
    
    svn path=/trunk/; revision=455

 NEWS         |    3 +++
 configure.ac |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 3bc38cabf8356b60c14ff7d3ecea9ebd1db723e7
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 4 17:26:47 2009 +0000

    Forgot GConf in the reqs
    
    svn path=/trunk/; revision=454

 README |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d564dfd3d93b268ec9403a83cf384c784b53eb88
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 4 16:39:42 2009 +0000

    2.27.0
    
    svn path=/trunk/; revision=452

 NEWS |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit 0e70652412eb70203c3bfec8ad8240ffa7ddbd48
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 4 16:35:16 2009 +0000

    Add missing req for sendto
    
    svn path=/trunk/; revision=451

 README |    1 +
 1 file changed, 1 insertion(+)

commit 7c0eb55a97d501bc7e34879d68af847b4af28148
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 4 16:33:15 2009 +0000

    Hopefully fix the last droplets from bug #573145
    
    svn path=/trunk/; revision=450

 sendto/main.c |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

commit 533b9426e01e156378fc924dde8ab8503ef3587a
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 4 16:08:34 2009 +0000

    Add Rikaline GPS device to the PIN DB
    
    svn path=/trunk/; revision=449

 wizard/pin-code-database.txt |    2 ++
 1 file changed, 2 insertions(+)

commit 2aaed3db2e5e18bff02b855baa500fa63fd35e69
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Wed Mar 4 13:54:55 2009 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=448

 po/ChangeLog |    3 +
 po/sv.po     |  209 +++++++++++++++++++++++++++++++---------------------------
 2 files changed, 116 insertions(+), 96 deletions(-)

commit d70363eca3adf70354d77912360284e537f1f2d0
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 4 12:13:40 2009 +0000

    Delete src/
    
    What's that there.
    
    
    svn path=/trunk/; revision=447

commit 5f43348c79f90d81dbe694b5ea1d3dc54069c594
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Mar 4 11:53:33 2009 +0000

    Add requirements to the README
    
    svn path=/trunk/; revision=446

 README |    7 +++++++
 1 file changed, 7 insertions(+)

commit 4be8317d03497f6af89a4cf600111478bd2b7469
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 3 22:50:48 2009 +0000

    Merge in bluetooth-sendto-ods-svn.patch
    
    Updated slightly for our version. (Closes: #573145)
    
    
    svn path=/trunk/; revision=445

 common/marshal.list |    1 +
 sendto/main.c       |   71 +++++++++++++++++++++++++++++++++++++++------------
 2 files changed, 55 insertions(+), 17 deletions(-)

commit 89ad8c2699a387c36d6a05780173cb2cf7ab3237
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 3 18:16:18 2009 +0000

    Move the passkey options to the action area
    
    Instead of packing it with the chooser.
    
    
    svn path=/trunk/; revision=444

 wizard/main.c |   15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

commit d583fdde4d7d43ac0e6118ddd978af3b59a1119c
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 3 18:03:03 2009 +0000

    Move about box to the preferences
    
    There's no need for it in the applet.
    
    
    svn path=/trunk/; revision=443

 applet/main.c     |   73 -----------------------------------------------------
 properties/main.c |   69 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+), 73 deletions(-)

commit c853725fd30e1d1da37b521a1df6a55a23b9014e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 3 17:42:58 2009 +0000

    Remember if a disco was started programatically
    
    So that we start discovering when the user
    plugs an adapter in (Closes: #573778)
    
    
    svn path=/trunk/; revision=442

 common/bluetooth-chooser.c |   10 ++++++++++
 1 file changed, 10 insertions(+)

commit 6db2009ac59bef9af3887e8f64f0bdb99938b12d
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 3 17:26:54 2009 +0000

    Not more translations in the killswitch code
    
    svn path=/trunk/; revision=441

 po/POTFILES.in |    1 -
 1 file changed, 1 deletion(-)

commit e192f26caefb0e0af183f56860070ea87d52de71
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 3 17:09:06 2009 +0000

    Remove small debug
    
    svn path=/trunk/; revision=440

 properties/adapter.c |    2 --
 1 file changed, 2 deletions(-)

commit 17115497684e4c6c5f4d53f2cd22b7112369a66f
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 3 17:07:31 2009 +0000

    Add killswitch menu item
    
    Add a "turn on"/"turn off" menu item.
    
    
    svn path=/trunk/; revision=439

 applet/main.c |   60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)

commit 2685a14cd531accf52356040cd9afbfb1d992c17
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 3 17:04:32 2009 +0000

    Add state-changed signal
    
    And fix status when getting the power state. Add
    a few FIXMEs.
    
    
    svn path=/trunk/; revision=438

 common/bluetooth-killswitch.c |   47 ++++++++++++++++++++++++++++++++++-------
 common/bluetooth-killswitch.h |    2 ++
 2 files changed, 41 insertions(+), 8 deletions(-)

commit 0cae5ea06486b1efaab6ddeb45a86ff913f594e4
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Tue Mar 3 17:02:55 2009 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=437

 po/sv.po |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 5017486dc5ba6ed546d7026c7e2e24c99f4fe42a
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Tue Mar 3 16:58:43 2009 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=436

 po/sv.po |  113 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 53 insertions(+), 60 deletions(-)

commit c647c5cf8dfed34cf71c9b11524d4d9388365d9e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 3 15:53:46 2009 +0000

    Add some killswitch support
    
    Set the icon to disabled when there are no adapters, and,
    drumroll, and we have a killswitch.
    
    
    svn path=/trunk/; revision=435

 applet/main.c |   19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

commit 0a1e8279b812ab6c8545954b2a45f5d9473ab5c7
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 3 15:49:56 2009 +0000

    Refuse to set/update the state when answers are remaining
    
    And clean up the D-Bus connection on exit or error.
    
    
    svn path=/trunk/; revision=434

 common/bluetooth-killswitch.c |   46 +++++++++++++++++++++++++++++++++++------
 1 file changed, 40 insertions(+), 6 deletions(-)

commit 515404babb80bc87bf4f1bf84b74946cc053e4df
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 3 15:46:51 2009 +0000

    Fix linking for libcommon
    
    As we link against libhal now.
    
    
    svn path=/trunk/; revision=433

 common/Makefile.am |    5 +++--
 configure.ac       |    9 +++++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

commit de3db09864c01ea4044c5296ed350c68f2a8ea86
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 3 15:15:49 2009 +0000

    Move killswitch handling
    
    From the properties to common/
    
    
    svn path=/trunk/; revision=432

 common/Makefile.am            |    1 +
 common/bluetooth-killswitch.c |  352 +++++++++++++++++++++++++++++++++++++++++
 common/bluetooth-killswitch.h |   74 +++++++++
 properties/Makefile.am        |    3 +-
 properties/adapter.c          |    2 +-
 properties/killswitch.c       |  352 -----------------------------------------
 properties/killswitch.h       |   74 ---------
 7 files changed, 429 insertions(+), 429 deletions(-)

commit 22dd5b23e7096fad3d86e55c9a6a7f6534572127
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 3 15:08:50 2009 +0000

    More work on killswitch page
    
    Remove the killswitch page properly, whether used or not,
    and remove the tab when a device appears.
    
    
    svn path=/trunk/; revision=431

 properties/adapter.c |   84 +++++++++++++++++++++++++++++++++-----------------
 1 file changed, 56 insertions(+), 28 deletions(-)

commit 5805e6b2506bb1a6475bfcbfb7f5970678be9c86
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 3 15:04:19 2009 +0000

    Clean up
    
    Remove debug, add safe guards around public functions,
    fix memleaks.
    
    
    svn path=/trunk/; revision=430

 properties/killswitch.c |   26 ++++++++++++++++----------
 1 file changed, 16 insertions(+), 10 deletions(-)

commit 4c59cd3a082e64e307de2d9980900c841fb8009d
Author: Gabor Keleman <kelemeng@src.gnome.org>
Date:   Tue Mar 3 14:33:18 2009 +0000

    Hungarian translation updated
    
    svn path=/trunk/; revision=429

 po/hu.po | 1016 +++++++++++++++++++++-----------------------------------------
 1 file changed, 344 insertions(+), 672 deletions(-)

commit 21129c9f10e3feff0c637682c9e3304bac95a5b7
Author: Kjartan Maraas <kmaraas@src.gnome.org>
Date:   Tue Mar 3 08:49:46 2009 +0000

    Updated Norwegian bokmål translation.
    
    svn path=/trunk/; revision=428

 po/nb.po |  795 +++++++++++++++++++++++++-------------------------------------
 1 file changed, 317 insertions(+), 478 deletions(-)

commit 2b0a380ecae5b761471d0e6792588d4d4d3d23d3
Author: Daniel Nylander <dnylande@src.gnome.org>
Date:   Tue Mar 3 08:25:06 2009 +0000

    sv.po: Updated Swedish translation
    
    svn path=/trunk/; revision=427

 po/sv.po | 1337 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 634 insertions(+), 703 deletions(-)

commit 3b399dc0a45740580fb237feb5c1e1a3b84bc1c1
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Tue Mar 3 00:35:51 2009 +0000

    Document the timeout (now idle) call
    
    When adapters are added, the row will be inserted before
    the signal is connected. We can remove that when dbus-glib
    stops sucking, and we don't have to run
    dbus_g_proxy_add_signal()
    
    
    svn path=/trunk/; revision=426

 properties/adapter.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 7b5667bce044e0fdd0c79026eba4b75b1f5a14e9
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Mon Mar 2 17:26:59 2009 +0000

    Updated German translation
    
    2009-03-02  Mario Blättermann <mariobl@svn.gnome.org>
    
    	* po/de.po: Updated German translation
    
    
    svn path=/trunk/; revision=425

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

commit 78a2ac81b875fbd19933643dcb076e555dd08b7e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 2 16:33:05 2009 +0000

    Fix menu item sensitivity
    
    On left-click for all of them, for right-click
    for the wizard call (Closes: #573779)
    
    svn path=/trunk/; revision=424

 applet/main.c |   36 ++++++++++++++++++++----------------
 1 file changed, 20 insertions(+), 16 deletions(-)

commit 3ff96fd1acba1b4f3880e793d87179c204d096e0
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 2 16:12:39 2009 +0000

    Use "Preferences..." not "Preferences" in the menu item
    
    svn path=/trunk/; revision=423

 applet/main.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 720ea1be03c1d73c3dc887deb85a05097b7228f3
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 2 16:00:26 2009 +0000

    Print out more debug in test-device-selection
    
    Useful to have the device name and stuff.
    
    
    svn path=/trunk/; revision=422

 common/test-deviceselection.c |   35 ++++++++++++++++++++++++++---------
 1 file changed, 26 insertions(+), 9 deletions(-)

commit 641544691d7e30d75af980eb621e1a3b2621172b
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 2 15:58:21 2009 +0000

    Fix search button sensitivity
    
    When no adapters are available on startup.
    
    
    svn path=/trunk/; revision=421

 common/bluetooth-chooser.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit f09491c5ac8f6a719c0a3111b09052814c765006
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 2 11:34:59 2009 +0000

    Add --name command-line option
    
    So the front-ends that do the actual lookups can
    tell us the device name, and we don't have to do it
    ourselves again.
    
    
    svn path=/trunk/; revision=420

 sendto/main.c |   28 ++++++++++++++++++----------
 1 file changed, 18 insertions(+), 10 deletions(-)

commit 63322f98b1926e74f2f0fc0da93507cfd1e5b9d1
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Mon Mar 2 11:16:54 2009 +0000

    Also get the device name from the chooser
    
    When it's shown.
    
    
    svn path=/trunk/; revision=419

 sendto/main.c |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit 26e299427d5e54df62e724025c71d5c1d43cbe26
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Sun Mar 1 12:48:50 2009 +0000

    Update for new-automake style
    
    And build .bz2 tarballs, and no gzip. Check the
    NEWS file on dist.
    
    
    svn path=/trunk/; revision=418

 Makefile.am  |    4 ++++
 configure.ac |   17 +++++++++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)

commit f43c29ba9236e98404ab94f87e3215651ff81316
Author: Mario Blättermann <mariobl@svn.gnome.org>
Date:   Sun Mar 1 10:40:36 2009 +0000

    Updated German translation
    
    2009-03-01  Mario Blättermann  <mariobl@svn.gnome.org>
    
    	* po/de.po: Updated German translation
    
    
    svn path=/trunk/; revision=417

 po/de.po |  763 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 332 insertions(+), 431 deletions(-)

commit 46b1359c5873e65c319cafe7f763b879cc74eed9
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Sun Mar 1 02:31:18 2009 +0000

    First pass at Killswitch support
    
    Pretty broken if you actually have a kilswitch, bear
    with me...
    
    
    svn path=/trunk/; revision=416

 properties/adapter.c    |   56 ++++++++
 properties/killswitch.c |  351 ++++++++++++++++++++++++++++++-----------------
 properties/killswitch.h |   55 +++++++-
 3 files changed, 335 insertions(+), 127 deletions(-)

commit c472a4d6c5c5f2da13994bf83cba95485d173045
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Sun Mar 1 01:21:19 2009 +0000

    Kill some more sharing code
    
    And remove the killswitch code, as we're reworking it.
    
    
    svn path=/trunk/; revision=415

 properties/general.c |   81 --------------------------------------------------
 1 file changed, 81 deletions(-)

commit 65b7463406814b9b28223462f772a96b4792cbe8
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Sat Feb 28 23:35:40 2009 +0000

    Fix a few memleaks
    
    libhal_device_get_property_string() returns allocated
    memory, not a const. Unref the D-Bus call when we've
    received a reply. Also make sure the data associated
    with a widget is killed off.
    
    svn path=/trunk/; revision=414

 properties/killswitch.c |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

commit f724a5a651e68ca6a598689f5da9205f1982e8f2
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Sat Feb 28 22:32:23 2009 +0000

    Clean up struct declaration, and use g_new0
    
    svn path=/trunk/; revision=413

 applet/agent.c       |   39 ++++++++++++++++++++-------------------
 properties/adapter.c |   49 ++++++++++++++++++++++++-------------------------
 2 files changed, 44 insertions(+), 44 deletions(-)

commit eb944f11426f5f3b2de94f0b4c5bfc14c846265f
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Sat Feb 28 22:25:34 2009 +0000

    Use gtk_show_uri instead of xdg-open
    
    svn path=/trunk/; revision=412

 applet/main.c |   59 ++++++++++++++++++++++++++-------------------------------
 1 file changed, 27 insertions(+), 32 deletions(-)

commit ba1c4b59832deaf136d7227396526076b6e21d6c
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Sat Feb 28 22:13:49 2009 +0000

    Remove pixmaps dir
    
    svn path=/trunk/; revision=411

commit 6f680b5bd72af8d97ce23cef250366b6ec1e07c2
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Sat Feb 28 22:12:54 2009 +0000

    Kill debian dir
    
    svn path=/trunk/; revision=410

commit b6caac8dc6a4bcd6f0bb627441c6c1d56d7f1ad9
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Sat Feb 28 22:11:29 2009 +0000

    Kill the browse directory
    
    svn path=/trunk/; revision=409

commit 3fc8d2068febb30c2a808db89a5f754aba75f700
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Sat Feb 28 20:02:41 2009 +0000

    Fix delete button sensitivity
    
    It doesn't need to be disabled when we've disconnected a device.
    (Closes: #573563)
    
    svn path=/trunk/; revision=408

 properties/adapter.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 92eac8a29f29968f88485a64559973f7da38b5fd
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Sat Feb 28 15:08:52 2009 +0000

    Make PIN code bigger
    
    And make the default pincode have 6 digits by default.
    
    svn path=/trunk/; revision=407

 wizard/main.c |   34 ++++++++++++++++++++++++++--------
 1 file changed, 26 insertions(+), 8 deletions(-)

commit dc8896e037acd70e2c5563f3dff34c170fb8cd24
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Sat Feb 28 13:12:43 2009 +0000

    Fix small memleak
    
    And avoid duplicating a string when a reassignment is enough.
    
    svn path=/trunk/; revision=406

 wizard/main.c |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 89cc7fd521e0bed53957494332619f312ec534a9
Author: Claude Paroz <claudep@src.gnome.org>
Date:   Sat Feb 28 08:55:52 2009 +0000

    Fix POTFILES with .in.in/.in files so as intltool-update don't choke.
    
    svn path=/trunk/; revision=405

 po/POTFILES.in   |    4 ++--
 po/POTFILES.skip |    4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

commit b06b56690e4580971199a8ae571abe49caa2bca5
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Sat Feb 28 00:07:38 2009 +0000

    Use the GTK+ invisible char
    
    And not "*" as usual. Gross!
    
    svn path=/trunk/; revision=404

 wizard/main.c |   17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

commit b0b4e124cefba8c63ff74b46bd4cc77116914303
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 19:45:11 2009 +0000

    some expand/fill correction on properties dialog
    
    Patch from  Baptiste Mille-Mathias <bmm80@free.fr> to fix the appearance
    of the properties dialogue when expanded vertically. (Closes: #573464)
    
    svn path=/trunk/; revision=403

 properties/adapter.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 806bce037f3a7dd02620d771226f737b60e4254d
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 19:42:17 2009 +0000

    Fix last occurence of PIN in the UI
    
    (Closes: #573138)
    
    svn path=/trunk/; revision=402

 applet/agent.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8bf8c9ed00ec46ddbaa1519e76128179dc70a01a
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 19:37:42 2009 +0000

    Fix custom pin code dialogue mess
    
    Much clearer now, and doesn't trample stack for a living.
    
    svn path=/trunk/; revision=401

 wizard/main.c |  136 ++++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 97 insertions(+), 39 deletions(-)

commit 4fe438a761bc482c366dce20ab352053a42c04c3
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 19:37:38 2009 +0000

    Wizard bug fixes!
    
    Move the PIN options to a separate dialogue, not sure it still
    works as it should. (Closes: #570457)
    Make sure that 4 _or more_ digits in the user PIN is good for us.
    Use BluetoothChooser, yippie! (Closes: #573134)
    
    svn path=/trunk/; revision=400

 wizard/Makefile.am |    2 +-
 wizard/main.c      |  219 +++++++++++++++++++++-------------------------------
 2 files changed, 87 insertions(+), 134 deletions(-)

commit 96a938b747224f09c8e1102b7ddf71c2e4268d7c
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 19:37:33 2009 +0000

    Don't set button sensitive when no name
    
    Just like in the wizard, wait for the device name to be available before
    making the default response sensitive.
    
    svn path=/trunk/; revision=399

 common/test-deviceselection.c |   35 ++++++++++++++++++++++++++---------
 1 file changed, 26 insertions(+), 9 deletions(-)

commit 8277f94c04af08f115024b3646e97271215f8474
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 19:37:29 2009 +0000

    Notify device-selected-name
    
    When the name of the currently selected device changes.
    
    svn path=/trunk/; revision=398

 common/bluetooth-chooser.c |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

commit ecff1611c7d207c6c82cc0abb0b64103757fcdb2
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 19:37:20 2009 +0000

    Add device-selected-type property
    
    As required by the wizard, cheeky.
    
    svn path=/trunk/; revision=397

 common/bluetooth-chooser.c |   44 +++++++++++++++++++++++++++++++++++++++-----
 common/bluetooth-chooser.h |    1 +
 2 files changed, 40 insertions(+), 5 deletions(-)

commit 11a1b57988189caaffa6c9eaa46a27910373aa5f
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 16:38:12 2009 +0000

    Gray out the applet when adapters are off
    
    When all the adapters are powered off, gray out the applet's icon.
    Doesn't handle killswitches yet.
    
    svn path=/trunk/; revision=396

 applet/main.c   |   72 +++++++++++++++++++++++++++++++++++++++----------------
 applet/notify.c |   26 ++++++++++++++++----
 applet/notify.h |    1 +
 3 files changed, 75 insertions(+), 24 deletions(-)

commit 9f68f7017022d4dd94747ba273f13f40dcf87b76
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 16:38:08 2009 +0000

    Work-around "Powered" -> false being slow
    
    In bluez, we'll set the scan mode to 0 before bringing the device down,
    problem is that we'll try to read the value again from the adapter when
    the kernel tells us it's done, but the device will already be
    unavailable: command timeout.
    
    svn path=/trunk/; revision=395

 properties/adapter.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5b6ac93a7b05f9fc539c9e285a2aa765840bba03
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 16:38:04 2009 +0000

    Simplify the adapter added/removed code
    
    Makes it easier to change the behaviour now.
    
    svn path=/trunk/; revision=394

 applet/main.c |   37 +++++++++++++++++--------------------
 1 file changed, 17 insertions(+), 20 deletions(-)

commit 1a09bae2a19b4b5f72c3acd2e9950446437badac
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 16:37:56 2009 +0000

    No need to disable mime updates, there's no mime-types anymore
    
    All gone.
    
    svn path=/trunk/; revision=393

 Makefile.am  |    6 ------
 configure.ac |    7 -------
 2 files changed, 13 deletions(-)

commit 1c89a6da6d00f3911648dfea587e93d5c97c8889
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 16:37:49 2009 +0000

    Run the icon cache update from the icons dir
    
    And not the top-level.
    
    svn path=/trunk/; revision=392

 Makefile.am       |    6 ------
 icons/Makefile.am |   11 +++++++++++
 2 files changed, 11 insertions(+), 6 deletions(-)

commit 6ae056508967b73db9334299e4f7fec3954255ab
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 16:37:45 2009 +0000

    Add "disabled" icons
    
    GIMP -> grayscale -> -30 in brightness. Done.
    
    svn path=/trunk/; revision=391

 icons/Makefile.am                               |    7 ++++++-
 icons/hicolor_apps_16x16_bluetooth-disabled.png |  Bin 0 -> 467 bytes
 icons/hicolor_apps_22x22_bluetooth-disabled.png |  Bin 0 -> 601 bytes
 icons/hicolor_apps_24x24_bluetooth-disabled.png |  Bin 0 -> 606 bytes
 icons/hicolor_apps_32x32_bluetooth-disabled.png |  Bin 0 -> 1069 bytes
 icons/hicolor_apps_48x48_bluetooth-disabled.png |  Bin 0 -> 1601 bytes
 6 files changed, 6 insertions(+), 1 deletion(-)

commit baa1c177c71a9693775a6128e994d318c3e88d90
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 16:37:37 2009 +0000

    Kill some applet dead code
    
    No more Bluetooth file sharing.
    
    svn path=/trunk/; revision=390

 applet/main.c |   24 ------------------------
 1 file changed, 24 deletions(-)

commit 4be9dec70fd26a91c4431e4f3d8659df090008d9
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 13:54:09 2009 +0000

    Update gitignore
    
    .
    
    svn path=/trunk/; revision=389

 .gitignore |    2 ++
 1 file changed, 2 insertions(+)

commit 14887c6e16a5af17d84fa582c24a44ddc027e42e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 13:54:02 2009 +0000

    Add "Powered" checkbox for each adapter
    
    So they can be turned off when unused.
    
    svn path=/trunk/; revision=388

 properties/adapter.c |   62 ++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 57 insertions(+), 5 deletions(-)

commit b28bd6c2fdcd091a5de863a9b3fb0cc514aa80ee
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 12:16:15 2009 +0000

    Fix build with older GTK+
    
    Spotted by Stefan Kost.
    
    svn path=/trunk/; revision=387

 applet/notify.c |    2 ++
 1 file changed, 2 insertions(+)

commit 05a709db0cd4fb7e7600677e26ba38b64615f068
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 11:51:17 2009 +0000

    Add Bugzilla info to the desktop files
    
    Automated! Bug! Reporting!
    
    svn path=/trunk/; revision=386

 applet/Makefile.am                            |    3 ++-
 applet/bluetooth-applet.desktop.in            |   10 ----------
 applet/bluetooth-applet.desktop.in.in         |   14 ++++++++++++++
 configure.ac                                  |    2 ++
 properties/Makefile.am                        |    3 ++-
 properties/bluetooth-properties.desktop.in    |   10 ----------
 properties/bluetooth-properties.desktop.in.in |   17 +++++++++++++++++
 7 files changed, 37 insertions(+), 22 deletions(-)

commit 83029a2b5ee626e6d087813b3744bfa8e6db7f78
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 11:51:13 2009 +0000

    Easier "Mode of operation"
    
    Replace the 3 toggle buttons and scales with a single "discoverable"
    check button. (Closes: #548675)
    
    svn path=/trunk/; revision=385

 properties/adapter.c |  273 +++++++-------------------------------------------
 1 file changed, 37 insertions(+), 236 deletions(-)

commit cbebd576fbec1ebaa9f489625712ac094ec34f28
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 11:50:44 2009 +0000

    Make the default window bigger
    
    Well, wider, should still fit on netbooks.
    
    svn path=/trunk/; revision=384

 properties/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4edf16928edbc0855c02d61cf34781ce8d560c95
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 00:04:35 2009 +0000

    Disable the button when we're not available
    
    As it's the app's problem now.
    
    svn path=/trunk/; revision=383

 common/test-deviceselection.c |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 52000e38e8566d9f1c7706f94df17c0e36245639
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 00:04:31 2009 +0000

    Use the new powered property
    
    is-available is FALSE when the default adapter isn't powered.
    And make the property actually work, not just the function.
    
    svn path=/trunk/; revision=382

 common/bluetooth-chooser-button.c |   39 +++++++++++++++++++++++++++----------
 1 file changed, 29 insertions(+), 10 deletions(-)

commit b8b4336aad017bdfa25ed5ebe5b10787da3d480f
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 00:04:27 2009 +0000

    Add powered property testing
    
    To check whether the initial values are correct.
    
    svn path=/trunk/; revision=381

 common/test-client.c |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

commit 06612b9d1aeb3482628b486a386ca4401fbd8193
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 27 00:04:22 2009 +0000

    Add default-adapter-powered property
    
    To know whether the default adapter is actually powered :)
    
    svn path=/trunk/; revision=380

 common/bluetooth-client.c |   28 ++++++++++++++++++++++++++--
 1 file changed, 26 insertions(+), 2 deletions(-)

commit 112e12d311356479ce5a6a093c1f4276d04f7cb2
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Feb 26 19:19:54 2009 +0000

    Make the treeview and search button unsensitive when powered off
    
    Otherwise people think they can search but Bluetooth doesn't work.
    
    svn path=/trunk/; revision=379

 common/bluetooth-chooser.c |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit 64a2025754646243effb2e272fd579f815e6e3ae
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Feb 26 19:19:50 2009 +0000

    Add Powered column
    
    Will be useful to see whether a device is disabled.
    
    svn path=/trunk/; revision=378

 common/bluetooth-client.c |   41 +++++++++++++++++++++++++++++------------
 common/bluetooth-client.h |    1 +
 common/test-client.c      |    4 ++++
 3 files changed, 34 insertions(+), 12 deletions(-)

commit 5151b68ca31cedd3b5243c39b31b7d4d8ee6ab9b
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Feb 26 19:19:45 2009 +0000

    Show the same menu on left-click and right-click
    
    Because it makes sense.
    
    svn path=/trunk/; revision=377

 applet/main.c |   17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

commit 7b323457c126a7809ace56293d614bda04ac4066
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Feb 26 18:22:19 2009 +0000

    Don't make the button unsensitive ourselves
    
    The application should be doing this instead.
    
    svn path=/trunk/; revision=376

 common/bluetooth-chooser-button.c |    2 --
 1 file changed, 2 deletions(-)

commit 9af136d0bea659294ed13c52ddf641773d998da4
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Feb 26 18:19:50 2009 +0000

    Remove use of BluetoothInstance and use libunique
    
    Less code, less worries for us.
    
    svn path=/trunk/; revision=375

 applet/main.c                 |   12 ++--
 common/Makefile.am            |    6 --
 common/bluetooth-instance.c   |  144 -----------------------------------------
 common/bluetooth-instance.h   |   61 -----------------
 common/bluetooth-instance.xml |    8 ---
 configure.ac                  |    9 ++-
 properties/main.c             |   28 ++++++--
 wizard/main.c                 |   27 ++++++--
 8 files changed, 55 insertions(+), 240 deletions(-)

commit 919fbf0f97c8061da784271dc4c1fa2b3966ecbb
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Feb 26 17:57:13 2009 +0000

    Use "Browse" not "Connect" in the browse dialogue
    
    The dialogue asks us to browse, but the button says "Connect".
    
    svn path=/trunk/; revision=374

 applet/main.c |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 9cbf9c4f3c6b3a05b86a6e8bb4c7e1708de25d65
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Feb 26 17:57:08 2009 +0000

    Remove useless label
    
    We don't need it, we already have a header label.
    
    svn path=/trunk/; revision=373

 common/bluetooth-chooser.c |    5 -----
 1 file changed, 5 deletions(-)

commit 8f9d8058afac85bca6918e6562156cf0822f3b82
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Feb 26 17:57:04 2009 +0000

    0 means device type is unknown
    
    Otherwise things show up as "All types" instead of "Unknown" in the
    choosers.
    
    svn path=/trunk/; revision=372

 common/bluetooth-client.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7b3f9f98314ee540726dbed5155e0b74f7908f96
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Feb 26 17:56:59 2009 +0000

    Show the device type filter in test app
    
    We want to filter the devices appearing!
    
    svn path=/trunk/; revision=371

 common/test-deviceselection.c |    1 +
 1 file changed, 1 insertion(+)

commit 3e041d38e461e592830283c4dde83efc9a525cce
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Feb 26 17:06:40 2009 +0000

    First pass at some API docs
    
    Far from finished, but a good starting point.
    
    svn path=/trunk/; revision=370

 common/bluetooth-chooser-button.c             |   34 +++++++++
 common/bluetooth-chooser.c                    |   99 +++++++++++++++++++++++++
 docs/reference/libgnome-bluetooth/Makefile.am |    4 +-
 3 files changed, 135 insertions(+), 2 deletions(-)

commit 9543c7f59c3f050b03bf0ee321eb5a39d5e61e53
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Feb 26 17:06:35 2009 +0000

    Remove broken work-around
    
    Not sure what we were working around there, but it causes warnings
    anyway. See:
    http://bugzilla.gnome.org/show_bug.cgi?id=573287
    
    svn path=/trunk/; revision=369

 applet/notify.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 519e619661567cd4988baea5c7214c358d771071
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Thu Feb 26 15:13:11 2009 +0000

    Add gtk-doc support
    
    Nothing documented just yet.
    
    svn path=/trunk/; revision=368

 Makefile.am                                        |    7 +-
 configure.ac                                       |    6 ++
 docs/Makefile.am                                   |    1 +
 docs/reference/Makefile.am                         |    1 +
 docs/reference/libgnome-bluetooth/Makefile.am      |   94 ++++++++++++++++++++
 .../libgnome-bluetooth/gnome-bluetooth-docs.sgml   |   34 +++++++
 .../gnome-bluetooth-sections.txt                   |   38 ++++++++
 .../libgnome-bluetooth/gnome-bluetooth.types       |    2 +
 8 files changed, 180 insertions(+), 3 deletions(-)

commit 944cb1288e75377b390a46512cece1ee3b8844eb
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 16:16:59 2009 +0000

    Fix string format warnings
    
    Patch from Adam Buchbinder <adam.buchbinder@gmail.com>
    (Closes: #566825)
    
    svn path=/trunk/; revision=367

 applet/main.c        |    4 +++-
 properties/adapter.c |    3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 7c4cccf4e068b6dab72f69c1e3e3fb95b3575b01
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 16:13:07 2009 +0000

    Add Genius BT-02N headset
    
    From:
    http://bugzilla.gnome.org/show_bug.cgi?id=573059
    
    svn path=/trunk/; revision=366

 wizard/pin-code-database.txt |    2 ++
 1 file changed, 2 insertions(+)

commit 939590db81ee3356991079367e558d400986e76f
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 16:10:09 2009 +0000

    Add OUI for HOLUX GPSlim240
    
    As per:
    http://bugzilla.gnome.org/show_bug.cgi?id=563614#c3
    
    svn path=/trunk/; revision=365

 wizard/pin-code-database.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2e7b8e2bbef1dafaadb55e3d60c21160dbfa3dd1
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 16:05:42 2009 +0000

    Add G-Rays2 GPS
    
    From:
    http://bugzilla.gnome.org/show_bug.cgi?id=571119
    
    svn path=/trunk/; revision=364

 wizard/pin-code-database.txt |    2 ++
 1 file changed, 2 insertions(+)

commit f08bff4efbfb1db8a1ce4f4c13cba3777e8e11c6
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 15:58:22 2009 +0000

    Fix typo in the wizard
    
    Spotted by Adam Buchbinder <adam.buchbinder@gmail.com>
    s/Succesfully/Successfully/
    
    svn path=/trunk/; revision=363

 wizard/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d8eb062834f0b812414a172ba5dee1bab17a4aec
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 15:56:14 2009 +0000

    Add a Pharos GPS
    
    From:
    http://bugzilla.gnome.org/show_bug.cgi?id=560315#c20
    
    svn path=/trunk/; revision=362

 wizard/pin-code-database.txt |    2 ++
 1 file changed, 2 insertions(+)

commit 1da83fb9b3bd89abf31a37c29e82de2895b1ff62
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 15:22:06 2009 +0000

    Also show and start in XFCE
    
    The properties and applet can be used there. Patch from
    Mario Limonciello <mario_limonciello@dell.com> (Closes: #571535)
    
    svn path=/trunk/; revision=361

 applet/bluetooth-applet.desktop.in         |    2 +-
 properties/bluetooth-properties.desktop.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 464dc3efb6f94e9ec7dc004daacb3e0732cfebef
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 15:21:53 2009 +0000

    Headphones is a single device
    
    2 ears, 2 headphones, the device is "a pair of headphones".
    
    svn path=/trunk/; revision=360

 common/bluetooth-client.c    |    6 +++---
 common/bluetooth-enums.h     |    2 +-
 wizard/main.c                |    2 +-
 wizard/pin-code-database.txt |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

commit 77526db72cf9c7205ea97d6212b42b246e8cedad
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 15:21:43 2009 +0000

    Better explanation for headset
    
    .
    
    svn path=/trunk/; revision=359

 common/bluetooth-client.c |    2 +-
 wizard/main.c             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit a8bca196586528b53ea906ca19211520dbf03c77
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 15:11:28 2009 +0000

    Add translator comments for "Headset"
    
    (Closes: #570198)
    
    svn path=/trunk/; revision=358

 common/bluetooth-client.c |    1 +
 wizard/main.c             |    1 +
 2 files changed, 2 insertions(+)

commit 1d02d6895c9ff7effe6cb2d47a77ed451b208166
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:43:37 2009 +0000

    Update about box
    
    And point to GNOME Bluetooth.
    
    svn path=/trunk/; revision=357

 applet/main.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 5d4f9575443ebf5e4ac312832b6401d7ed0cbaf5
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:43:30 2009 +0000

    Remove browse from the translations
    
    Don't need it anymore.
    
    svn path=/trunk/; revision=356

 po/POTFILES.in |    1 -
 1 file changed, 1 deletion(-)

commit 7a96c0ccbe0fa8a5a04cf1bc92b808c2decf13a3
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:43:27 2009 +0000

    Fix pkg-config file
    
    To match the library name.
    
    svn path=/trunk/; revision=355

 gnome-bluetooth-1.0.pc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bcb300b8b1b336ce162d20e576a5d5d66390b7d6
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:43:20 2009 +0000

    Remove unused GConf schemas
    
    We don't do file sharing here anymore.
    
    svn path=/trunk/; revision=354

 properties/bluetooth-manager.schemas.in |   24 ------------------------
 1 file changed, 24 deletions(-)

commit ffa42415c62cc571c713f7d90639037a11a2b21f
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:43:16 2009 +0000

    More browse killing
    
    Don't use helpers in the applet and sendto, the functions are
    only small. Remove more of browse.
    
    svn path=/trunk/; revision=353

 Makefile.am               |    2 +-
 applet/Makefile.am        |    2 +-
 applet/main.c             |   60 +++++++++++++++++++--
 browse/Makefile.am        |   16 ------
 browse/bluetooth-browse.1 |   29 ----------
 browse/main.c             |   81 ----------------------------
 common/helper.c           |  129 ---------------------------------------------
 common/helper.h           |    2 -
 sendto/Makefile.am        |    2 +-
 sendto/main.c             |   91 +++++++++++++++++++++++++++++++-
 10 files changed, 149 insertions(+), 265 deletions(-)

commit 8bc548ad7caadc2f4f9303087056b6016f1d2298
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:43:09 2009 +0000

    Finish killing bluetooth-browse
    
    .
    
    svn path=/trunk/; revision=352

 configure.ac |    5 -----
 1 file changed, 5 deletions(-)

commit c97e822512106b2231cb2d3c2ceb7f1689294abd
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:42:53 2009 +0000

    Update test program for chooser button
    
    This is what we want to use in gnome-phone-manager.
    
    svn path=/trunk/; revision=351

 common/test-deviceselection.c |   96 ++++++++++++++++++++++++-----------------
 1 file changed, 57 insertions(+), 39 deletions(-)

commit e94ef87d52b8681be30f6fddc508a77f3752cf05
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:42:40 2009 +0000

    Update POTFILES
    
    Some files were renamed.
    
    svn path=/trunk/; revision=350

 po/POTFILES.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 8bb53ca5e46918229475b4c53888817419fd50de
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:42:27 2009 +0000

    Add a chooser button
    
    Similar to the old gnome-phone-manager device chooser button.
    
    svn path=/trunk/; revision=349

 common/Makefile.am                |    5 +-
 common/bluetooth-chooser-button.c |  356 +++++++++++++++++++++++++++++++++++++
 common/bluetooth-chooser-button.h |   47 +++++
 3 files changed, 406 insertions(+), 2 deletions(-)

commit b4dde3d1be106410069b9cca8af84fb79222fcc3
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:42:23 2009 +0000

    Export icon as well
    
    Export the selected device's icon as well as the name and address.
    Also add a setter for the title.
    
    svn path=/trunk/; revision=348

 common/bluetooth-chooser.c |   69 +++++++++++++++++++++++++++-----------------
 common/bluetooth-chooser.h |    9 ++++--
 2 files changed, 48 insertions(+), 30 deletions(-)

commit c0a0dfbfefd574a84450faee28ea3b56ea77279a
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:42:11 2009 +0000

    Fix another memleak
    
    Everywhere!
    
    svn path=/trunk/; revision=347

 common/bluetooth-client.c |    3 +++
 1 file changed, 3 insertions(+)

commit 0abc1247dc47b2178392b9c9f47d8a4061cce818
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:41:58 2009 +0000

    Fix compilation
    
    Oopsie.
    
    svn path=/trunk/; revision=346

 common/bluetooth-client.c |    1 +
 1 file changed, 1 insertion(+)

commit a6ad2d727317247a50f8bc748b1ed9e0d48804df
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:41:53 2009 +0000

    Add function to verify whether a bdaddr is valid
    
    Similar to what's available in libbluetooth, but LGPL.
    
    svn path=/trunk/; revision=345

 common/bluetooth-client.c |   29 +++++++++++++++++++++++++++++
 common/bluetooth-client.h |    1 +
 2 files changed, 30 insertions(+)

commit 15f2ed55f684cedd5e7cef65ce12d6e2de21a3c2
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:41:49 2009 +0000

    Add support for the Tomtom Go Remote
    
    .
    
    svn path=/trunk/; revision=344

 wizard/pin-code-database.txt |    3 +++
 1 file changed, 3 insertions(+)

commit d5bb3f41a122cc896dd7cadbd45a94d4534ececf
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:41:45 2009 +0000

    Fix empty device selection in some cases
    
    When the adapter is added, we get its details straight away, but
    it hasn't been powered up yet, so the address and name are all
    wrong. We need to update its data (and get the children devices) when
    the Powered property changes to TRUE.
    
    svn path=/trunk/; revision=343

 common/bluetooth-client.c |   36 +++++++++++++++++++++++++++++++++++-
 1 file changed, 35 insertions(+), 1 deletion(-)

commit fee8a0ffde4ecfd748e9def91c4c130060a4d7f7
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:41:38 2009 +0000

    Rename BluetoothDeviceSelection to BluetoothChooser
    
    .
    
    svn path=/trunk/; revision=342

 common/Makefile.am                  |   10 +-
 common/bluetooth-chooser.c          |  768 +++++++++++++++++++++++++++++++++++
 common/bluetooth-chooser.h          |   69 ++++
 common/bluetooth-device-selection.c |  768 -----------------------------------
 common/bluetooth-device-selection.h |   69 ----
 common/test-deviceselection.c       |   10 +-
 6 files changed, 848 insertions(+), 846 deletions(-)

commit 485eacbd6bc9f4ba03101798d76b6c9c8019ff8e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:41:34 2009 +0000

    Fix warnings and memleak when default adapter changes
    
    .
    
    svn path=/trunk/; revision=341

 common/bluetooth-device-selection.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 750803a9aee43b934706ce47c32b947d2da6aa63
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:41:09 2009 +0000

    Fix simple memleak
    
    Which was leaking quite a bit of memory actually.
    
    svn path=/trunk/; revision=340

 common/bluetooth-client.c |    1 +
 1 file changed, 1 insertion(+)

commit a50083a2e7599a32b3d422842a591b91fa02ae8b
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:41:05 2009 +0000

    Revive the default-adapter property
    
    Useful for the device selection as well.
    
    svn path=/trunk/; revision=339

 common/bluetooth-client.c |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

commit d0abe9d8060bb67b1dc0f6d4d7d96d61e6e32ae9
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:40:56 2009 +0000

    Cleanup the icon and name columns
    
    Now that BlueZ 4.x has the Icon and Alias properties.
    
    svn path=/trunk/; revision=338

 common/bluetooth-device-selection.c |   78 ++---------------------------------
 1 file changed, 4 insertions(+), 74 deletions(-)

commit b52fae7b3ae04615c78c7e8ae3f10a4f6cb3165c
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:40:49 2009 +0000

    Another single GTK+ include fix
    
    Should be all done now.
    
    svn path=/trunk/; revision=337

 common/bluetooth-device-selection.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit adf6884726a7ce7fe5150c1b61874c8dbdfcdf1e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:40:42 2009 +0000

    Make the search button work again
    
    The discovery-started and co. signals were gone from the client.
    
    svn path=/trunk/; revision=336

 common/bluetooth-client.c           |    6 +++
 common/bluetooth-device-selection.c |   86 +++++++++++++++++++++--------------
 2 files changed, 58 insertions(+), 34 deletions(-)

commit cd78c0c79d99d037649d9e288f6ae07757872af9
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:40:38 2009 +0000

    Add a wizard case to test-deviceselection
    
    Allows to test the wizard use-case easily.
    
    svn path=/trunk/; revision=335

 common/test-deviceselection.c |   72 +++++++++++++++++++++++++++++++++++++----
 1 file changed, 65 insertions(+), 7 deletions(-)

commit 7212156cfba3cd254386f8834a2c3a62d855ec43
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:40:25 2009 +0000

    Update POTFILES
    
    It needed it.
    
    svn path=/trunk/; revision=334

 po/POTFILES.in |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

commit c1bec72743cf37db38032a9f3c222cb910baf3af
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:40:20 2009 +0000

    Add a new device category
    
    Not trusted nor bonded, for use in the wizard.
    
    svn path=/trunk/; revision=333

 common/bluetooth-device-selection.c |   25 +++++++++++++++----------
 common/bluetooth-enums.h            |    1 +
 2 files changed, 16 insertions(+), 10 deletions(-)

commit 5bcfbbf196108aad637fbde992cbefa1b875af3e
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:40:13 2009 +0000

    Delete dead-files
    
    Those files are dead!
    
    svn path=/trunk/; revision=332

 properties/service.c |  400 --------------------------------------------------
 properties/service.h |   28 ----
 2 files changed, 428 deletions(-)

commit dd36fc0ed2e25022dc450682a6338d4a721c3b91
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:40:00 2009 +0000

    Rename libgnome-bluetooth, and remove the -1.0
    
    We don't need to version the library itself, we already
    versioned the soname with libtool.
    
    svn path=/trunk/; revision=331

 .gitignore                     |    1 +
 common/Makefile.am             |   15 +++++++++++----
 common/gnome-bluetooth.symbols |    5 +++++
 3 files changed, 17 insertions(+), 4 deletions(-)

commit 6e6493e978f873e19fac3f73eabd79c69e7d4704
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:39:56 2009 +0000

    Move filter enums to an exported header
    
    So we don't have to export bluetooth-client.h
    
    svn path=/trunk/; revision=330

 common/Makefile.am                  |    9 ++++--
 common/bluetooth-client.h           |   54 ++++++++++----------------------
 common/bluetooth-device-selection.h |    8 +----
 common/bluetooth-enums.h            |   59 +++++++++++++++++++++++++++++++++++
 4 files changed, 84 insertions(+), 46 deletions(-)

commit 98b663964c14499bd783986414d440054a72ff8a
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:39:46 2009 +0000

    Kill some unused files
    
    Obex support in the applet is all gone.
    
    svn path=/trunk/; revision=329

 applet/obex.c |  341 ---------------------------------------------------------
 applet/obex.h |   29 -----
 2 files changed, 370 deletions(-)

commit a02d31b327dc7e4cf3396168cef4a5d39880a9d7
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:39:30 2009 +0000

    Clean up cflags/libs checking
    
    Do the pkg-config checks for each program and lib, not for each
    required lib, allows pkg-config to merge the lists.
    Update pkg-config file
    
    svn path=/trunk/; revision=328

 applet/Makefile.am        |    8 ++----
 applet/main.c             |    2 --
 browse/Makefile.am        |    5 ++--
 common/Makefile.am        |   10 +++++--
 configure.ac              |   67 +++++++++++++++++++++++++--------------------
 gnome-bluetooth-1.0.pc.in |    2 ++
 properties/Makefile.am    |    5 ++--
 sendto/Makefile.am        |    5 ++--
 wizard/Makefile.am        |    5 ++--
 9 files changed, 57 insertions(+), 52 deletions(-)

commit cbebcefa35556248596b3cf9657a648583fc4f95
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:39:26 2009 +0000

    Really add the pkg-config file
    
    And install it as expected.
    
    svn path=/trunk/; revision=327

 Makefile.am               |    3 +++
 gnome-bluetooth-1.0.pc.in |    9 +++++++++
 2 files changed, 12 insertions(+)

commit a16702f5a32d8df0658392e15f0e64eccfd5528d
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:39:01 2009 +0000

    Remove HAL ifdefs
    
    It's a hard requirement now.
    
    svn path=/trunk/; revision=326

 properties/killswitch.c |   10 ----------
 1 file changed, 10 deletions(-)

commit 4ec225f4dfe14db35b28127297e5e88ef6df5fe0
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:38:56 2009 +0000

    Revive the device selection widget
    
    Use libtool to create the libgnome-bluetooth-1.0 library, update
    the code to compile again (somewhat works, minus the run-time
    warnings), and install a .pc file.
    
    svn path=/trunk/; revision=325

 .gitignore                          |    7 ++++
 Makefile.am                         |    3 +-
 applet/Makefile.am                  |    4 +--
 browse/Makefile.am                  |    2 +-
 common/Makefile.am                  |   26 +++++++++-----
 common/bluetooth-device-selection.c |   66 ++++++++++++++++-------------------
 common/bluetooth-device-selection.h |    5 ++-
 common/test-deviceselection.c       |    2 +-
 configure.ac                        |   18 ++++++++--
 properties/Makefile.am              |    2 +-
 sendto/Makefile.am                  |    2 +-
 wizard/Makefile.am                  |    2 +-
 12 files changed, 85 insertions(+), 54 deletions(-)

commit 4da02be7bebea5bf1d56ad3dfdec713c41727716
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:38:30 2009 +0000

    Remove use of deprecated symbols
    
    Fix all the compilation warnings with deprecation enabled.
    
    svn path=/trunk/; revision=324

 applet/main.c             |    4 ++--
 applet/notify.c           |    1 +
 applet/test-agentdialog.c |    2 +-
 browse/main.c             |    4 ++--
 common/helper.c           |    1 +
 properties/adapter.c      |    1 +
 properties/main.c         |    4 ++--
 sendto/main.c             |   12 ++++++------
 wizard/main.c             |    7 ++++---
 9 files changed, 20 insertions(+), 16 deletions(-)

commit 28ba5f33c89a6884859bfdfdba5d60a4fe46310d
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:38:22 2009 +0000

    Allow user to manually select a PIN
    
    Patch from Vincent Untz <vuntz@gnome.org>
    Here's a patch that implements what Bastien proposed in
    http://thread.gmane.org/gmane.linux.bluez.kernel/717/focus=721
    
    svn path=/trunk/; revision=323

 wizard/main.c |  147 +++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 142 insertions(+), 5 deletions(-)

commit 6da903d151f3fdd31c6e9dc10ea388640523c91d
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:38:18 2009 +0000

    Add no-name GPS device
    
    From:
    http://bugzilla.gnome.org/show_bug.cgi?id=563554
    
    svn path=/trunk/; revision=322

 wizard/pin-code-database.txt |    2 ++
 1 file changed, 2 insertions(+)

commit df3245d614d43f0d1b99caeb102c7078d71a0a90
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:37:53 2009 +0000

    Another GPS device from Holux
    
    From:
    http://bugzilla.gnome.org/show_bug.cgi?id=563614
    
    svn path=/trunk/; revision=321

 wizard/pin-code-database.txt |    2 ++
 1 file changed, 2 insertions(+)

commit 10b98603727dc198b3877aa6d6445d7a1048e3c6
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:37:40 2009 +0000

    Add another GPS device
    
    For bug:
    http://bugzilla.gnome.org/show_bug.cgi?id=563554
    
    svn path=/trunk/; revision=320

 wizard/pin-code-database.txt |    2 ++
 1 file changed, 2 insertions(+)

commit af5a7643800dd511cfb9b746d835c58304314edd
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:37:34 2009 +0000

    Add more PIN quirks
    
    From GNOME bugzilla again.
    
    svn path=/trunk/; revision=319

 wizard/main.c                |    1 +
 wizard/pin-code-database.txt |   12 ++++++++++++
 2 files changed, 13 insertions(+)

commit 8622fd8754c437266ee9648f63c10f459e3f3385
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:37:30 2009 +0000

    Add quirks for loads of GPS devices
    
    All from the GNOME bugzilla.
    
    svn path=/trunk/; revision=318

 wizard/pin-code-database.txt |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 7a472c151d44a3378ecbd3c2a75c763f5c577fe9
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:37:17 2009 +0000

    Handle printers in the wizard
    
    .
    
    svn path=/trunk/; revision=317

 wizard/main.c                |    1 +
 wizard/pin-code-database.txt |    3 +++
 2 files changed, 4 insertions(+)

commit 2f1ca8f5999c3ed088c6fdf233be2afc1238b1ad
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:37:13 2009 +0000

    Add other audio devices
    
    And special-case them in the wizard.
    
    svn path=/trunk/; revision=316

 common/bluetooth-client.c    |    4 ++++
 common/bluetooth-client.h    |   13 +++++++------
 wizard/main.c                |    1 +
 wizard/pin-code-database.txt |    1 +
 4 files changed, 13 insertions(+), 6 deletions(-)

commit bf461c5bd391b4eb0a407b066153aee2b5b57c51
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:37:08 2009 +0000

    Move the PIN quirks to an external database
    
    Move the PIN quirks to a simple tab-separated text file.
    
    svn path=/trunk/; revision=315

 wizard/Makefile.am           |    7 ++-
 wizard/main.c                |  112 ++++++++++++++++++++++++++++++++++--------
 wizard/pin-code-database.txt |   24 +++++++++
 3 files changed, 120 insertions(+), 23 deletions(-)

commit 4ff9e189f7b99a90605785d26c6f453981103ea2
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:37:01 2009 +0000

    Add more files to be ignored
    
    svn path=/trunk/; revision=314

 .gitignore |    2 ++
 1 file changed, 2 insertions(+)

commit 2a8f922531a5f9c04082c52e6a83741b1c93febc
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:36:27 2009 +0000

    Fix trust button
    
    The trust button toggles the trust for a device, so the label
    should reflect the action to take when clicked. Changed the label
    to "Trust"/"Distrust" to avoid the widgets moving about when
    toggling the trust status.
    
    svn path=/trunk/; revision=313

 properties/adapter.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 7b0e979f1504c14d8e876180dfc03ca7dfbc6b91
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:36:23 2009 +0000

    Move the adapter button list to the side
    
    This makes the dialogue wider, rather than tall, which is
    useful for computers with small displays.
    
    svn path=/trunk/; revision=312

 properties/adapter.c |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

commit 195aca046d2fbcb698ad85e8331aef9d76bcff2f
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:36:10 2009 +0000

    Fixes for adapter specific buttons
    
    Add labels to the adapter buttons, otherwise people
    wonder what each one is for.
    
    Always show the buttons, just make sure they're
    disabled if no devices is selected.
    
    Remove the difference in look for the extra buttons.
    
    (Closes: #505606)
    
    svn path=/trunk/; revision=311

 properties/adapter.c |   43 +++++++++++++------------------------------
 1 file changed, 13 insertions(+), 30 deletions(-)

commit 43f8b936deaeb5b0c5a9807e460ec0fe2fc25e30
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:36:06 2009 +0000

    Fix build with deprecated symbols turned off
    
    .
    
    svn path=/trunk/; revision=310

 common/bluetooth-client.c |    4 ++--
 common/bluetooth-client.h |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 8a4ad68b0c7abbbeac21738a896bc14e270daf78
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:35:50 2009 +0000

    Add more warnings
    
    Deprecation, and more warnings.
    
    svn path=/trunk/; revision=309

 applet/Makefile.am     |    2 +-
 browse/Makefile.am     |    2 +-
 common/Makefile.am     |    2 +-
 properties/Makefile.am |    2 +-
 sendto/Makefile.am     |    2 +-
 wizard/Makefile.am     |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

commit d7be0efe0fc63900d7e00dbc10cee296b6f4e61d
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:35:45 2009 +0000

    Add old ChangeLog to the dist
    
    It could be useful
    
    svn path=/trunk/; revision=308

 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 599477460adca33ad16d0ee941845061afbc15c4
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:35:41 2009 +0000

    Use gnome-autogen features
    
    Rename to gnome-bluetooth in the configure, and use gnome-common
    macros to add more warnings, and enable deprecation warnings.
    
    svn path=/trunk/; revision=307

 configure.ac |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

commit cb8a5c43c907da597c4f606e45e3c4252d566d76
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:35:37 2009 +0000

    Fix build
    
    Use ChangeLog generation from gnome-terminal, and fix the build.
    
    svn path=/trunk/; revision=306

 .gitignore   |   46 +++++++++
 INSTALL      |   69 +++++++-------
 Makefile.am  |   21 ++++-
 configure.ac |   21 +++--
 svn2cl.xsl   |  295 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 407 insertions(+), 45 deletions(-)

commit 3a267478f61690d5816de7a5500b3021961babda
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Wed Feb 25 14:35:27 2009 +0000

    bluez-gnome -> gnome-bluetooth
    
    Remove the obsolete gnome-bluetooth files, and move our adopted
    bluez-gnome in.
    
    svn path=/trunk/; revision=305

 AUTHORS                                    |   21 +-
 COPYING                                    |    6 +-
 COPYING.LIB                                |  504 +++++++++++
 COPYING.gnomebt                            |  510 -----------
 ChangeLog                                  |  965 ---------------------
 ChangeLog.README                           |   16 +
 ChangeLog.pre-2.27                         |  965 +++++++++++++++++++++
 HACKING                                    |   32 -
 INSTALL                                    |   61 +-
 Makefile.am                                |   40 +-
 NEWS                                       |  367 ++++----
 README                                     |  103 +--
 applet/Makefile.am                         |   34 +
 applet/agent.c                             |  888 +++++++++++++++++++
 applet/agent.h                             |   28 +
 applet/bluetooth-applet.1                  |   30 +
 applet/bluetooth-applet.desktop.in         |   10 +
 applet/main.c                              |  447 ++++++++++
 applet/notify.c                            |  137 +++
 applet/notify.h                            |   37 +
 applet/obex.c                              |  341 ++++++++
 applet/obex.h                              |   29 +
 applet/test-agentdialog.c                  |   84 ++
 autogen.sh                                 |    6 +-
 browse/Makefile.am                         |   17 +
 browse/bluetooth-browse.1                  |   29 +
 browse/main.c                              |   81 ++
 common/Makefile.am                         |   52 ++
 common/bluetooth-agent.c                   |  530 ++++++++++++
 common/bluetooth-agent.h                   |   93 ++
 common/bluetooth-agent.xml                 |   49 ++
 common/bluetooth-client.c                  | 1105 ++++++++++++++++++++++++
 common/bluetooth-client.h                  |  131 +++
 common/bluetooth-client.xml                |   56 ++
 common/bluetooth-device-selection.c        |  816 ++++++++++++++++++
 common/bluetooth-device-selection.h        |   72 ++
 common/bluetooth-instance.c                |  144 ++++
 common/bluetooth-instance.h                |   61 ++
 common/bluetooth-instance.xml              |    8 +
 common/helper.c                            |  254 ++++++
 common/helper.h                            |   27 +
 common/marshal.list                        |    5 +
 common/obex-agent.c                        |  310 +++++++
 common/obex-agent.h                        |   82 ++
 common/obex-agent.xml                      |   26 +
 common/test-agent.c                        |  119 +++
 common/test-client.c                       |  225 +++++
 common/test-deviceselection.c              |  110 +++
 configure.ac                               |   96 +++
 configure.in                               |  116 ---
 debian/changelog                           |   23 -
 debian/control                             |   17 -
 debian/copyright                           |   11 -
 debian/rocks                               |    3 -
 debian/rules                               |  545 ------------
 docs/sketch.txt                            |  111 ---
 gnome-bluetooth.pc.in                      |   11 -
 gob2.m4                                    |   58 --
 icons/Makefile.am                          |   34 +
 icons/hicolor_apps_16x16_bluetooth.png     |  Bin 0 -> 725 bytes
 icons/hicolor_apps_16x16_bluetooth.svg     |  289 +++++++
 icons/hicolor_apps_22x22_bluetooth.png     |  Bin 0 -> 994 bytes
 icons/hicolor_apps_22x22_bluetooth.svg     |  355 ++++++++
 icons/hicolor_apps_24x24_bluetooth.png     |  Bin 0 -> 1023 bytes
 icons/hicolor_apps_32x32_bluetooth.png     |  Bin 0 -> 1970 bytes
 icons/hicolor_apps_32x32_bluetooth.svg     |  234 +++++
 icons/hicolor_apps_48x48_bluetooth.png     |  Bin 0 -> 3004 bytes
 icons/hicolor_apps_scalable_bluetooth.svg  |  234 +++++
 pixmaps/.cvsignore                         |    2 -
 pixmaps/Makefile.am                        |   23 -
 pixmaps/blueradio-48.png                   |  Bin 2832 -> 0 bytes
 pixmaps/blueradio.png                      |  Bin 10778 -> 0 bytes
 pixmaps/blueradio.svg                      |   65 --
 pixmaps/blueradio.xcf                      |  Bin 28840 -> 0 bytes
 pixmaps/btdevice-audiovideo.png            |  Bin 3482 -> 0 bytes
 pixmaps/btdevice-computer.png              |  Bin 2699 -> 0 bytes
 pixmaps/btdevice-imaging.png               |  Bin 3595 -> 0 bytes
 pixmaps/btdevice-lan.png                   |  Bin 4487 -> 0 bytes
 pixmaps/btdevice-misc.png                  |  Bin 2832 -> 0 bytes
 pixmaps/btdevice-peripheral.png            |  Bin 1297 -> 0 bytes
 pixmaps/btdevice-phone.png                 |  Bin 3440 -> 0 bytes
 pixmaps/frame1.png                         |  Bin 4050 -> 0 bytes
 pixmaps/frame2.png                         |  Bin 8807 -> 0 bytes
 pixmaps/frame3.png                         |  Bin 17680 -> 0 bytes
 pixmaps/frame4.png                         |  Bin 31549 -> 0 bytes
 pixmaps/frame5.png                         |  Bin 27457 -> 0 bytes
 pixmaps/frame6.png                         |  Bin 18992 -> 0 bytes
 po/.cvsignore                              |   15 -
 po/ChangeLog                               |  586 -------------
 po/LINGUAS                                 |   28 +-
 po/POTFILES.in                             |   28 +-
 po/POTFILES.skip                           |    5 +-
 po/ar.po                                   |  770 ++++++++++++++---
 po/be.po                                   |  938 ++++++++++++++++----
 po/be@latin.po                             |  192 -----
 po/bg.po                                   | 1038 +++++++++++++++-------
 po/bs.po                                   |  687 +++++++++++++++
 po/ca.po                                   | 1267 +++++++++++++++++++--------
 po/cs.po                                   | 1034 ++++++++++++++++------
 po/da.po                                   |  879 +++++++++++++------
 po/de.po                                   |  853 ++++++++++++------
 po/dz.po                                   |  369 --------
 po/el.po                                   |  920 +++++++++++++-------
 po/en_AU.po                                |  686 +++++++++++++++
 po/en_CA.po                                |  422 ---------
 po/en_GB.po                                | 1128 +++++++++++++++++-------
 po/eo.po                                   |  689 +++++++++++++++
 po/es.po                                   | 1126 ++++++++++++++++++++----
 po/et.po                                   |  137 ---
 po/eu.po                                   |  795 ++++++++++++++---
 po/fi.po                                   | 1077 ++++++++++++++++++++---
 po/fr.po                                   | 1125 ++++++++++++++++++------
 po/fy.po                                   |  686 +++++++++++++++
 po/gl.po                                   |  432 ----------
 po/gu.po                                   |  140 ---
 po/he.po                                   |  798 ++++++++++++++---
 po/hr.po                                   |  731 ++++++++++++++++
 po/hu.po                                   | 1041 ++++++++++++++++++----
 po/id.po                                   |  981 +++++++++++++++++++++
 po/it.po                                   | 1078 ++++++++++++++++++++---
 po/ja.po                                   | 1021 ++++++++++++++++++----
 po/ka.po                                   |  701 +++++++++++++++
 po/ko.po                                   |  837 ++++++++++++++++++
 po/ku.po                                   |  693 +++++++++++++++
 po/lv.po                                   | 1026 ++++++++++++++++------
 po/mk.po                                   |  433 ----------
 po/mn.po                                   |  892 +++++++++++++++++++
 po/ms.po                                   |  708 +++++++++++++++
 po/mus.po                                  |  686 +++++++++++++++
 po/nb.po                                   |  908 +++++++++++++++-----
 po/ne.po                                   |  207 -----
 po/nl.po                                   | 1244 +++++++++++++++++++--------
 po/oc.po                                   |  759 +++++++++++++---
 po/pa.po                                   |  202 -----
 po/pl.po                                   | 1252 +++++++++++++++++++++------
 po/pt.po                                   | 1176 ++++++++++++++++++-------
 po/pt_BR.po                                | 1171 ++++++++++++++++++-------
 po/ro.po                                   | 1177 +++++++++++++++++++------
 po/ru.po                                   | 1141 +++++++++++++++++-------
 po/rw.po                                   |  550 ------------
 po/sk.po                                   |  993 +++++++++++++++++----
 po/sl.po                                   |  889 +++++++++++++------
 po/sq.po                                   |  485 -----------
 po/sr.po                                   |  834 ++++++++++++++++++
 po/sv.po                                   | 1289 +++++++++++++++++++++-------
 po/tr.po                                   |  835 ++++++++++++++++++
 po/uk.po                                   |  913 +++++++++++++-------
 po/vi.po                                   |  144 ----
 po/zh_CN.po                                | 1221 +++++++++++++++++++-------
 po/zh_HK.po                                |  420 ---------
 po/zh_TW.po                                | 1061 ++++++++++++++++-------
 properties/Makefile.am                     |   46 +
 properties/adapter.c                       |  930 ++++++++++++++++++++
 properties/adapter.h                       |   26 +
 properties/bluetooth-manager.schemas.in    |   41 +
 properties/bluetooth-properties.1          |   29 +
 properties/bluetooth-properties.desktop.in |   10 +
 properties/general.c                       |  288 +++++++
 properties/general.h                       |   28 +
 properties/killswitch.c                    |  248 ++++++
 properties/killswitch.h                    |   27 +
 properties/main.c                          |  156 ++++
 properties/service.c                       |  400 +++++++++
 properties/service.h                       |   28 +
 python-headers.m4                          |   47 -
 sendto/Makefile.am                         |   17 +
 sendto/bluetooth-sendto.1                  |   29 +
 sendto/main.c                              |  841 ++++++++++++++++++
 src/.cvsignore                             |   47 -
 src/Makefile.am                            |  118 ---
 src/chooser.gob                            |  328 -------
 src/controller.gob                         |  840 ------------------
 src/gconftest.c                            |  212 -----
 src/gnomebt-chooser-pymodule.c             |   24 -
 src/gnomebt-chooser-test.c                 |   33 -
 src/gnomebt-chooser.override               |   20 -
 src/gnomebt-controller-pymodule.c          |   24 -
 src/gnomebt-controller-test.c              |  142 ---
 src/gnomebt-controller.override            |  129 ---
 src/spinner-test.c                         |   64 --
 src/spinner.gob                            |  103 ---
 wizard/Makefile.am                         |   17 +
 wizard/bluetooth-wizard.1                  |   29 +
 wizard/main.c                              |  573 +++++++++++++
 184 files changed, 49307 insertions(+), 17426 deletions(-)

commit 337fdb8c8d37d26d194c9034ce6be36046a399b4
Author: Bastien Nocera <hadess@src.gnome.org>
Date:   Fri Feb 20 00:08:02 2009 +0000

    Delete TODO
    
    svn path=/trunk/; revision=304

 TODO |   22 ----------------------
 1 file changed, 22 deletions(-)
