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 files changed, 3 insertions(+), 1 deletions(-)

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 files changed, 2 insertions(+), 1 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 files 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 files 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 files changed, 4 insertions(+), 1 deletions(-)

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 files 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 files changed, 0 insertions(+), 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 files 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 files 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 files changed, 1 insertions(+), 0 deletions(-)

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 files 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 files changed, 9 insertions(+), 1 deletions(-)

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 files changed, 9 insertions(+), 1 deletions(-)

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 files 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 files changed, 9 insertions(+), 0 deletions(-)

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 files 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 files 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 files 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 files changed, 4 insertions(+), 1 deletions(-)

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 files changed, 33 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 files 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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 3 insertions(+), 0 deletions(-)

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 files 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 files 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 files 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 files 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 files changed, 10 insertions(+), 1 deletions(-)

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 files changed, 39 insertions(+), 1 deletions(-)

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 files 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 files 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 files changed, 7 insertions(+), 1 deletions(-)

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 files changed, 2 insertions(+), 1 deletions(-)

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 files changed, 0 insertions(+), 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 files 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 files 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 files 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 files 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 files 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 files changed, 44 insertions(+), 0 deletions(-)

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 files 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 files changed, 2 insertions(+), 0 deletions(-)

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 files 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 files 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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 6 insertions(+), 0 deletions(-)

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 files 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 files changed, 4 insertions(+), 1 deletions(-)

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 files changed, 0 insertions(+), 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 files 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 files 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 deletions(-)

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 files 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 files changed, 7 insertions(+), 1 deletions(-)

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 files 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 files 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 files 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 files changed, 1 insertions(+), 0 deletions(-)

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 files 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 files 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 files changed, 26 insertions(+), 0 deletions(-)

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 files 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 files 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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 12 insertions(+), 0 deletions(-)

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, 0 insertions(+), 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 files 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 files 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 files changed, 110 insertions(+), 0 deletions(-)

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 files changed, 3 insertions(+), 0 deletions(-)

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 files 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 files 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(+), 0 deletions(-)

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(+), 0 deletions(-)

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 files 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 files 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 | 1659 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 836 insertions(+), 823 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(+), 0 deletions(-)

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 files changed, 1 insertions(+), 0 deletions(-)

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 files changed, 5 insertions(+), 1 deletions(-)

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 deletions(-)

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 files changed, 1 insertions(+), 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 files changed, 3 insertions(+), 0 deletions(-)

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 files changed, 33 insertions(+), 0 deletions(-)

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 files changed, 4 insertions(+), 1 deletions(-)

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(+), 0 deletions(-)

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 files changed, 31 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 files 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 files 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 files changed, 13 insertions(+), 1 deletions(-)

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 files 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 files changed, 1 insertions(+), 0 deletions(-)

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 files changed, 5 insertions(+), 1 deletions(-)

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 files 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(+), 0 deletions(-)

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 files 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 files 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 files changed, 1 insertions(+), 0 deletions(-)

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 files changed, 653 insertions(+), 0 deletions(-)

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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 files 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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 0 insertions(+), 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 files changed, 372 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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, 0 insertions(+), 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 files 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 files changed, 1 insertions(+), 0 deletions(-)

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 files 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 files changed, 583 insertions(+), 0 deletions(-)

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 files 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 files 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 files 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 files 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 deletions(-)

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 files changed, 4 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 deletions(-)

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 files 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 files changed, 1 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 15 insertions(+), 1 deletions(-)

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 deletions(-)

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 files 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 files 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 files changed, 6 insertions(+), 0 deletions(-)

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 files changed, 16 insertions(+), 0 deletions(-)

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 insertions(+), 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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 18 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 2 insertions(+), 1 deletions(-)

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 files 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 files 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 files 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 deletions(-)

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 files 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(+), 0 deletions(-)

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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 files 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 files 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 files 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 files 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 files 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 files changed, 8 insertions(+), 1 deletions(-)

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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 1 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 files changed, 4 insertions(+), 0 deletions(-)

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 files 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 files changed, 0 insertions(+), 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 files 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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 6 insertions(+), 0 deletions(-)

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 files changed, 0 insertions(+), 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 files changed, 6 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 1 insertions(+), 0 deletions(-)

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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 files 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 files 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 files changed, 2 insertions(+), 1 deletions(-)

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 files 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 deletions(-)

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 files changed, 98 insertions(+), 0 deletions(-)

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 files changed, 0 insertions(+), 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 files changed, 4 insertions(+), 1 deletions(-)

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 insertions(+), 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 files changed, 2 insertions(+), 1 deletions(-)

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 deletions(-)

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 files changed, 2 insertions(+), 0 deletions(-)

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 files 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 files 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 files 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 files 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 files changed, 4 insertions(+), 1 deletions(-)

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(+), 0 deletions(-)

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 files 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 files changed, 6 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 0 deletions(-)

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 files 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 files 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 files 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 files changed, 8 insertions(+), 1 deletions(-)

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 files 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 files changed, 1 insertions(+), 0 deletions(-)

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 files changed, 0 insertions(+), 1 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 2 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 files 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 files changed, 592 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 0 deletions(-)

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 files 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 files changed, 0 insertions(+), 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 files 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 files 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 files 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 files 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 files 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 files 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 files changed, 5 insertions(+), 0 deletions(-)

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 files 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 files 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 files changed, 590 insertions(+), 0 deletions(-)

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 files changed, 5 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 0 deletions(-)

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 files 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 files 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 files changed, 0 insertions(+), 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 files changed, 3 insertions(+), 0 deletions(-)

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 files changed, 2 insertions(+), 1 deletions(-)

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 files changed, 5 insertions(+), 1 deletions(-)

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 files 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 files changed, 4 insertions(+), 1 deletions(-)

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     | 1367 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 692 insertions(+), 679 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, 0 insertions(+), 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 files changed, 0 insertions(+), 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 files 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 files 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 files changed, 40 insertions(+), 1 deletions(-)

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 files changed, 165 insertions(+), 0 deletions(-)

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 files 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 files changed, 1 insertions(+), 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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 deletions(-)

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 files 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 files changed, 2 insertions(+), 0 deletions(-)

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 files 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 files changed, 2 insertions(+), 0 deletions(-)

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 files 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 files 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 files 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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 26 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 0 deletions(-)

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 files 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 files changed, 2 insertions(+), 0 deletions(-)

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 files changed, 7 insertions(+), 0 deletions(-)

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 files 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 files changed, 10 insertions(+), 0 deletions(-)

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 files changed, 0 insertions(+), 1 deletions(-)

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 files changed, 0 insertions(+), 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 files changed, 60 insertions(+), 0 deletions(-)

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 files 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 files 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 files 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 files 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 files 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 files 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 files 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 files 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 | 1333 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 632 insertions(+), 701 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 files changed, 4 insertions(+), 1 deletions(-)

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 files 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 files 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 files changed, 4 insertions(+), 1 deletions(-)

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 files 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 files 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 files 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 files 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 files 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 files changed, 0 insertions(+), 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 files 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 files 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 files changed, 2 insertions(+), 1 deletions(-)

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 files 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 files 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 files 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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 files 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 files changed, 30 insertions(+), 0 deletions(-)

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 files 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 files 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, 0 insertions(+), 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 deletions(-)

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 files changed, 0 insertions(+), 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 files changed, 2 insertions(+), 0 deletions(-)

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 files 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 files changed, 2 insertions(+), 0 deletions(-)

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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 15 insertions(+), 0 deletions(-)

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 files 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 files changed, 29 insertions(+), 0 deletions(-)

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 files 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 files 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 files 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 files changed, 0 insertions(+), 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 files 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 files changed, 0 insertions(+), 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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 1 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 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 files changed, 2 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 2 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 2 insertions(+), 0 deletions(-)

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(+), 0 deletions(-)

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 files 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 files changed, 0 insertions(+), 1 deletions(-)

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 files changed, 1 insertions(+), 1 deletions(-)

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 files changed, 0 insertions(+), 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 files changed, 0 insertions(+), 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 files 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 files changed, 2 insertions(+), 1 deletions(-)

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 files changed, 3 insertions(+), 0 deletions(-)

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 files changed, 1 insertions(+), 0 deletions(-)

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(+), 0 deletions(-)

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 files changed, 3 insertions(+), 0 deletions(-)

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 files changed, 35 insertions(+), 1 deletions(-)

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 files changed, 4 insertions(+), 1 deletions(-)

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 files changed, 1 insertions(+), 0 deletions(-)

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 files changed, 42 insertions(+), 0 deletions(-)

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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 files changed, 1 insertions(+), 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, 0 insertions(+), 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, 0 insertions(+), 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(+), 0 deletions(-)

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 files changed, 0 insertions(+), 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 files 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 files changed, 2 insertions(+), 0 deletions(-)

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 files changed, 2 insertions(+), 0 deletions(-)

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 files changed, 2 insertions(+), 0 deletions(-)

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(+), 0 deletions(-)

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 files changed, 16 insertions(+), 0 deletions(-)

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(+), 0 deletions(-)

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 files changed, 2 insertions(+), 0 deletions(-)

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 files changed, 6 insertions(+), 1 deletions(-)

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 files 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 files 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 files changed, 1 insertions(+), 1 deletions(-)

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 files 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 files changed, 0 insertions(+), 22 deletions(-)
