commit e2db0ef5a83af7d442ec06cfdfdaf322f22ded10 Author: Bastien Nocera Date: Tue Aug 4 19:31:45 2009 +0100 2.27.9 NEWS | 23 +++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletions(-) commit 92da5dda00a2134cc129bea76533bbe515cf1725 Author: Bastien Nocera Date: Tue Aug 4 19:09:53 2009 +0100 Remove reference to old functions in the API docs .../gnome-bluetooth-sections.txt | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) commit 31123a6986ad17a66a5da06aefc80e557de92108 Author: Jorge González Date: Tue Aug 4 19:09:50 2009 +0200 Updated Spanish translation po/es.po | 135 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 59 insertions(+), 76 deletions(-) commit 8d2dace3a922a9cb1f4e3cb2095c60946e90ec96 Author: Peteris Krisjanis Date: Mon Aug 3 21:20:46 2009 +0300 Updated Latvian translation po/lv.po | 147 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 57 insertions(+), 90 deletions(-) commit ef19a122dfbab08f8df460df3d17db1798330e11 Author: Bastien Nocera Date: Mon Aug 3 15:55:48 2009 +0100 Fix underline in "Set up new device" Spotted by Matthias Clasen properties/adapter.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8d69839ea964dc8342d9c2d9c662bb434ffabb4c Author: Peteris Krisjanis Date: Mon Aug 3 15:49:44 2009 +0300 Updated Latvian translation po/lv.po | 1418 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 822 insertions(+), 596 deletions(-) commit f39c863ca51e8008b486ca479307406723a6662b Author: Chao-Hsiung Liao Date: Sun Aug 2 16:23:33 2009 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 283 ++++++++++++++++++++++++++++++++-------------------------- po/zh_TW.po | 285 ++++++++++++++++++++++++++++++++--------------------------- 2 files changed, 311 insertions(+), 257 deletions(-) commit 42539099660064c6d3758044ffa957248c19f1fd Author: Mattias Põldaru Date: Sun Aug 2 09:38:22 2009 +0300 Updating Estonian translation po/et.po | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 2df2b19dc1ef46381700f92bcebe9388cc609c12 Author: Kjartan Maraas Date: Sat Aug 1 19:18:02 2009 +0200 Updated Norwegian bokmål translation. po/nb.po | 594 ++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 350 insertions(+), 244 deletions(-) commit 385946bfbb54de6b2955424e9b6c640a253b9242 Author: Bastien Nocera Date: Sat Aug 1 15:28:35 2009 +0100 obexd isn't called obexd but obex-client And we can't check for it in the path, as it's in the libexecdir. applet/main.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 5f282a63d34ea197a6731c3c91bc4c6749917b2c Author: Bastien Nocera Date: Sat Aug 1 15:26:16 2009 +0100 Fix build with older kernels The rfkill.h file was missing. lib/Makefile.am | 4 +- lib/rfkill.h | 363 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 366 insertions(+), 1 deletions(-) commit 0c9387415ebb1d591291d87605038a2982895211 Author: Baptiste Mille-Mathias Date: Mon Jul 27 22:43:44 2009 +0200 Close the preferences dialog when pressing Escape key (Bug 589864) properties/main.c | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit 3d2fb9c86dabc35193228948bcb0e6813412f9d5 Author: Bastien Nocera Date: Fri Jul 31 11:09:32 2009 +0100 Update README for /dev/rfkill code README | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 822c0ba3d02183cbac571dcc01f1b234d355c851 Author: Bastien Nocera Date: Thu Jul 30 20:47:15 2009 +0100 Bug 585765 – Move killswitch code to /dev/rfkill Port the killswitch code to using rfkill sub-system in newer kernels. Note that your distribution will need to ship udev rules to allow normal users to change the killswitch state. applet/main.c | 14 +- configure.ac | 3 +- lib/bluetooth-killswitch.c | 443 ++++++++++++++++++-------------------------- lib/bluetooth-killswitch.h | 7 +- 4 files changed, 197 insertions(+), 270 deletions(-) commit acc1a393176695d2df443fd00086e315dfbd4fbd Author: Bastien Nocera Date: Thu Jul 30 18:30:00 2009 +0100 Hide unwanted menu items when Bluetooth is disabled We don't care about much of the menu items when there's no adapters enabled. applet/main.c | 15 +++++++++------ applet/popup-menu.ui | 8 ++++++++ 2 files changed, 17 insertions(+), 6 deletions(-) commit 2f3cdfc863e2100c34bae81da0aa7dfc54cabdad Author: Bastien Nocera Date: Thu Jul 30 18:26:05 2009 +0100 Update the Powered column on adapter changes Otherwise we miss the adapter going down on soft block rfkill. lib/bluetooth-client.c | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit b6e320546b74564cdb01d70f574ee9b0090ae098 Author: Bastien Nocera Date: Thu Jul 30 18:10:41 2009 +0100 Update default-adapter-powered when no adapters are available Otherwise we might think it's still enabled when it's not. lib/bluetooth-client.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 8dd771d640c9f16be5c54287cbf04de100d11826 Author: Bastien Nocera Date: Thu Jul 30 16:02:08 2009 +0100 Print out errors when GtkBuilder files fail parsing applet/main.c | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) commit a6d52c7720f54a455663c6cf0d4c66eedc5441be Author: Bastien Nocera Date: Thu Jul 30 15:50:22 2009 +0100 Fix thinko in disabling menu items applet/main.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 147a977eeff2c62ece20d6c26f56faba59d2ea5d Author: Ivar Smolin Date: Wed Jul 29 14:02:20 2009 +0300 Updating Estonian translation po/et.po | 74 +++++++++++++++++++++++++++---------------------------------- 1 files changed, 33 insertions(+), 41 deletions(-) commit 4ae98d7b109cafcacbbd98a4e7581df80e707e5c Author: drtvasudevan Date: Wed Jul 29 08:20:30 2009 +0530 Updated Tamil translation po/ta.po | 79 +++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 43 insertions(+), 36 deletions(-) commit 0a5a58a9e7eb19352bffca2cd127770bfc806120 Author: Daniel Nylander Date: Tue Jul 28 02:11:01 2009 +0200 Updated Swedish translation po/sv.po | 49 +++++++++++++++++++++++++++---------------------- 1 files changed, 27 insertions(+), 22 deletions(-) commit 278fa0938be9f8c383cbd40e7dbf179aa3210788 Author: Bastien Nocera Date: Mon Jul 27 23:19:57 2009 +0100 Remove ellipsis from the "Preferences" menu item Spotted by William Jon McCann applet/popup-menu.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4d9705c75431cfaf7070876b36ec5375127bdd07 Author: Bastien Nocera Date: Mon Jul 27 23:17:59 2009 +0100 Bug 589863 – Use "set up" rather than "setup" as a verb applet/popup-menu.ui | 2 +- po/ar.po | 2 +- po/as.po | 2 +- po/be.po | 6 +++--- po/bg.po | 2 +- po/bn_IN.po | 2 +- po/ca.po | 2 +- po/cs.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 2 +- po/en_GB.po | 2 +- po/es.po | 6 +++--- po/et.po | 4 ++-- po/eu.po | 2 +- po/fi.po | 2 +- po/fr.po | 4 ++-- po/fy.po | 2 +- po/gl.po | 2 +- po/gu.po | 2 +- po/he.po | 6 +++--- po/hr.po | 2 +- po/hu.po | 2 +- po/id.po | 2 +- po/it.po | 2 +- po/ja.po | 2 +- po/ka.po | 2 +- po/kn.po | 2 +- po/ko.po | 2 +- po/lt.po | 2 +- po/lv.po | 2 +- po/mn.po | 2 +- po/mr.po | 2 +- po/ms.po | 2 +- po/nb.po | 2 +- po/nl.po | 2 +- po/oc.po | 2 +- po/or.po | 2 +- po/pa.po | 2 +- po/pl.po | 2 +- po/pt.po | 2 +- po/pt_BR.po | 2 +- po/ro.po | 2 +- po/ru.po | 2 +- po/sk.po | 2 +- po/sl.po | 2 +- po/sr.po | 2 +- po/sr@latin.po | 2 +- po/sv.po | 4 ++-- po/ta.po | 4 ++-- po/te.po | 4 ++-- po/th.po | 4 ++-- po/tr.po | 2 +- po/uk.po | 2 +- po/vi.po | 2 +- po/zh_CN.po | 4 ++-- po/zh_HK.po | 2 +- po/zh_TW.po | 2 +- properties/adapter.c | 2 +- 58 files changed, 73 insertions(+), 73 deletions(-) commit f9dc18e934e8727315118bae54d8792cfd74df36 Author: fujianwzh Date: Mon Jul 27 14:25:03 2009 +0800 Updated Simplified Chinese translation. po/zh_CN.po | 1579 ++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 870 insertions(+), 709 deletions(-) commit 13b3b0e202daf0efcd0751ba40512e23e0de3533 Author: Bastien Nocera Date: Sun Jul 26 20:43:52 2009 +0100 Bug 589681 – Doesn't connect to input service on Sony Ericsson phones Ignore the Audio service if there's no AudioSink or Headset service. Makes the input service show up again for Sony Ericsson phones, and allows us to connect to the remote control application. lib/bluetooth-client.c | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) commit 8f46539a645f7d1207c7aacb656995cd5b8ad596 Author: Bastien Nocera Date: Sun Jul 26 17:26:35 2009 +0100 Add test case for the notification icon To allow us to test the animation applet/Makefile.am | 6 ++++-- applet/test-icon.c | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) commit 282a329c983f192903d2a387a0a78ab0aaa25bbf Author: Bastien Nocera Date: Sun Jul 26 17:16:30 2009 +0100 Add support for "playing" status As used in the A2DP and Headset services. lib/bluetooth-enums.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 7eefaa890bb9bda5ff2591da579aa2105aa7a941 Author: Petr Kovar Date: Sun Jul 26 19:53:53 2009 +0200 Updated Czech translation by Marek Cernocky and Petr Kovar po/cs.po | 1196 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 557 insertions(+), 639 deletions(-) commit 129ae1b936a8ec6513cec1ee0ab64bfec2da1e9a Author: Bastien Nocera Date: Sun Jul 26 16:27:27 2009 +0100 Fix small memleak when changing the tooltip When changing the tooltip of the applet, don't forget to free the old tooltip... applet/notify.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3c8e44c6a1a8da7c227325832774609d9147e425 Author: Bastien Nocera Date: Sun Jul 26 16:13:26 2009 +0100 Update test client for status changes The test client now knows whether a service is connecting. lib/test-client.c | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) commit a12e21c00be17b389f3a59bceddba867e8253759 Author: Bastien Nocera Date: Sun Jul 26 16:12:46 2009 +0100 Mark services as connecting When the service supports it, mark them as "connecting" when a connection is taking place. Only works for audio devices right now. lib/bluetooth-client.c | 46 ++++++++++++++++++++++++++++++++++------------ 1 files changed, 34 insertions(+), 12 deletions(-) commit 67eefcec6c2ace3e3e1f49fc1f7ca0c3bdc2cfd1 Author: Bastien Nocera Date: Sun Jul 26 16:11:54 2009 +0100 Add status enumeration To mark services as being connected, disconnected, or connecting. lib/bluetooth-enums.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit df14e790db46fba5d0d1b595f6f3da8838988471 Author: Bastien Nocera Date: Sun Jul 26 15:38:35 2009 +0100 Bug 589681 – Failed to connect to device Change the warning to be a message, and remove the "file a bug" part of the string. wizard/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 83ce4c6ae9659a8326e0ecca673f9221cfdbbd63 Author: drtvasudevan Date: Sun Jul 26 20:01:15 2009 +0530 Updated Tamil translation po/ta.po | 385 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 200 insertions(+), 185 deletions(-) commit 7264afe67afb828f2522caa5dd4dc7a0e1344740 Author: Bastien Nocera Date: Sun Jul 26 12:58:55 2009 +0100 Bug 589730 – Tell about pressing Enter when pairing keyboard wizard/main.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 1ac550e519f4ca077a418a8bdda8765a87c7e396 Author: Bastien Nocera Date: Sun Jul 26 12:54:19 2009 +0100 Bug 589731 – Use quotes, not chevrons And fix broken po files with missing bits of the escaped XML. po/as.po | 6 +++--- po/be.po | 6 +++--- po/bn_IN.po | 6 +++--- po/ca.po | 6 +++--- po/de.po | 6 +++--- po/es.po | 8 ++++---- po/et.po | 8 ++++---- po/fi.po | 6 +++--- po/fr.po | 4 ++-- po/gu.po | 8 ++++---- po/he.po | 4 ++-- po/kn.po | 8 ++++---- po/lt.po | 6 +++--- po/mr.po | 8 ++++---- po/nl.po | 6 +++--- po/or.po | 4 ++-- po/pl.po | 4 ++-- po/sv.po | 4 ++-- po/ta.po | 8 ++++---- po/te.po | 8 ++++---- po/th.po | 8 ++++---- po/uk.po | 8 ++++---- po/vi.po | 8 ++++---- po/zh_HK.po | 6 +++--- po/zh_TW.po | 8 ++++---- wizard/wizard.ui | 2 +- 26 files changed, 82 insertions(+), 82 deletions(-) commit 2fb9cac8e6bb8390980d6c2f71113aa8df2b2a22 Author: Alexander Nyakhaychyk Date: Sat Jul 25 01:55:08 2009 +0300 Updated Belarusian translation po/be.po | 1261 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 804 insertions(+), 457 deletions(-) commit 7cafa6c5886c4ae984b1e35633adaeafa91936a8 Author: Alexander Nyakhaychyk Date: Sat Jul 25 00:37:10 2009 +0300 Updated Belarusian translation po/be.po | 466 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 236 insertions(+), 230 deletions(-) commit d7995b5f7ff75278f0e5340ddea8cfde0918674a Author: Mario Blättermann Date: Fri Jul 24 17:58:47 2009 +0200 Updated German translation po/de.po | 283 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 150 insertions(+), 133 deletions(-) commit 7eff5da46db61159866668c18c0e2c30c920a14b Author: Bastien Nocera Date: Fri Jul 24 13:37:05 2009 +0100 Track the state of org.bluez.Audio service as well Because otherwise we think it's still connected when it actually isn't. Fixes the device showing up as connected when it wasn't in BlueZ. lib/bluetooth-client.c | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) commit 47e8dd644f86ebcf79d0efb6299c8a63c0334c56 Author: Bastien Nocera Date: Fri Jul 24 12:12:38 2009 +0100 [Bug 589593] New: Crashes when disconnecting audio service lib/bluetooth-client.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 34a232aa079551e2794a4f5cfbe447ec4942a710 Author: Bastien Nocera Date: Thu Jul 23 10:05:37 2009 +0100 Small gitignore update .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit f550ced056e1a199f620f72dc5de5295b9073905 Author: Bastien Nocera Date: Thu Jul 23 09:49:37 2009 +0100 Add test-class test binary lib/Makefile.am | 4 ++- lib/bluetooth-client-private.h | 2 + lib/bluetooth-client.c | 5 ++- lib/test-class.c | 49 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 57 insertions(+), 3 deletions(-) commit 2cc7b97ab4f08729d775307728dbbe1e86903308 Author: Mattias Põldaru Date: Wed Jul 22 16:23:25 2009 +0300 Updating Estonian translation po/et.po | 122 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 69 insertions(+), 53 deletions(-)