commit 8ffad83c6d495188e5ece74577d171962d00c217 Author: Bastien Nocera Date: Wed Jan 18 16:51:54 2012 +0000 3.3.4 NEWS | 18 ++++++++++++++++++ configure.ac | 2 +- 2 files changed, 19 insertions(+), 1 deletions(-) commit 399f1df862f1af5a54b3f64a8f95a5f03b098823 Author: Bastien Nocera Date: Wed Jan 18 16:41:06 2012 +0000 moblin: Remove moblin UI It's not maintained in GNOME 3. Makefile.am | 5 - configure.ac | 39 - moblin/Makefile.am | 40 - moblin/bluetooth-panel.desktop.in.in | 16 - moblin/bluetooth-powerswitch.c | 216 --- moblin/bluetooth-powerswitch.h | 76 - moblin/main.c | 170 -- moblin/moblin-copy-n-paste/Makefile.am | 10 - .../koto-cell-renderer-pixbuf.c | 97 - .../koto-cell-renderer-pixbuf.h | 53 - moblin/moblin-copy-n-paste/mux-banner.c | 101 -- moblin/moblin-copy-n-paste/mux-banner.h | 70 - .../moblin-copy-n-paste/mux-cell-renderer-text.c | 90 - .../moblin-copy-n-paste/mux-cell-renderer-text.h | 41 - moblin/moblin-icons/Makefile.am | 11 - moblin/moblin-icons/bluetooth-connecting-hover.png | Bin 921 -> 0 bytes moblin/moblin-icons/bluetooth-connecting.png | Bin 842 -> 0 bytes moblin/moblin-icons/bluetooth-idle-hover.png | Bin 898 -> 0 bytes moblin/moblin-icons/bluetooth-idle.png | Bin 897 -> 0 bytes moblin/moblin-icons/toolbar-button-active.png | Bin 3053 -> 0 bytes moblin/moblin-icons/toolbar-button-hover.png | Bin 3035 -> 0 bytes moblin/moblin-panel.c | 1855 -------------------- moblin/moblin-panel.h | 79 - ...org.moblin.UX.Shell.Panels.bluetooth.service.in | 3 - moblin/pin.ui | 189 -- moblin/theme/Makefile.am | 8 - moblin/theme/bluetooth-panel.css.in | 15 - po/POTFILES.in | 5 - 28 files changed, 0 insertions(+), 3189 deletions(-) commit e80873399fa3a4cf412d2d12e7ed57f610975e7f Author: Bastien Nocera Date: Wed Jan 18 16:37:25 2012 +0000 lib: Remove "title" property from chooser It's not a good way to show instructions, let's make the applications show their own instructions instead. configure.ac | 2 +- lib/bluetooth-chooser-button.c | 2 +- lib/bluetooth-chooser-combo.c | 2 +- lib/bluetooth-chooser.c | 57 +- lib/bluetooth-chooser.h | 2 +- lib/bluetooth-client-glue.c | 4673 ++++++++++++++++++++++++++++++++++++++++ lib/test-deviceselection.c | 4 +- sendto/main.c | 2 +- 8 files changed, 4682 insertions(+), 62 deletions(-) commit d0465c0d4a2c61d7899c9943a74d032bbe6a661b Author: Bastien Nocera Date: Wed Jan 18 16:01:24 2012 +0000 wizard: Remove intro page wizard/main.c | 13 ++++++------- wizard/wizard.ui | 54 ------------------------------------------------------ 2 files changed, 6 insertions(+), 61 deletions(-) commit bd5768d66823fae49ca2a7fd712a0c5f50065a99 Author: Bastien Nocera Date: Wed Jan 18 15:56:28 2012 +0000 wizard: Rename "Restart Setup" to "Try Again" wizard/wizard.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1053c16d64521909736b3397328ac5ff5aba410a Author: Bastien Nocera Date: Wed Jan 18 15:53:20 2012 +0000 wizard: Remove white background for PIN wizard/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b7f8e0d835f0aa066805e9932f3b1df4e19d61f0 Author: Bastien Nocera Date: Wed Jan 18 15:52:19 2012 +0000 wizard: Remove title header on search page wizard/wizard.ui | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 119f01472b1932186b44e6fe50186d2174185c7b Author: Bastien Nocera Date: Wed Jan 18 15:42:51 2012 +0000 wizard: Rename Close to Quit wizard/main.c | 20 ++++++++++---------- wizard/wizard.ui | 12 ++++++------ 2 files changed, 16 insertions(+), 16 deletions(-) commit aca0c34a5a01cce35e16424a6663b02f47f1d083 Author: Bastien Nocera Date: Wed Jan 18 15:40:28 2012 +0000 wizard: Fix close button not working Bizarrely enough. wizard/main.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 2705f6b7910dbdc5a494fc146e777ce363f596fe Author: Bastien Nocera Date: Wed Jan 18 15:23:34 2012 +0000 lib: Remove non-existant function from definition lib/bluetooth-client.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 9e84ae2ec0398f6216763f0ab2ecd76686a6134b Author: Bastien Nocera Date: Wed Jan 18 15:18:36 2012 +0000 applet: Make fallback menu match gnome-shell's applet/popup-menu.ui | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) commit df01de82e17817220b413abed6841a319904fd7b Author: Bastien Nocera Date: Wed Jan 18 15:17:13 2012 +0000 applet: Really remove the action from the .ui file applet/popup-menu.ui | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit e267140962a009be9de48957dcc70ccc9fec12fc Author: Bastien Nocera Date: Wed Jan 18 15:08:20 2012 +0000 applet: Remove "Browse files on device" menu item As we don't show it in the shell's menu. applet/main.c | 61 ++++--------------------------------------------- applet/popup-menu.ui | 6 ----- 2 files changed, 5 insertions(+), 62 deletions(-) commit 5acd4c2a11d6abca1cbe80c56395000e0c3a50df Author: Bastien Nocera Date: Wed Jan 18 15:02:54 2012 +0000 applet: Remove unneeded assignment applet/main.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit dd0fda4baf7c8d619c5211b46eac99f5cd638259 Author: Bastien Nocera Date: Wed Jan 18 15:02:11 2012 +0000 applet: Fix memleak in browse callback applet/main.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 1f91e402ade90c583c53aa02416620d099cbed7c Author: Bastien Nocera Date: Wed Jan 18 14:40:59 2012 +0000 wizard: Rename last page wizard/wizard.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 94640a155cd436be571acf080535129c02ecebb1 Author: Bastien Nocera Date: Wed Jan 18 14:39:30 2012 +0000 wizard: Don't display "Device Setup Failed" in sidebar Seeing as the page names are now visible before we get to the page, we should try as hard as possible to not show this sort of page in the UI. https://bugzilla.gnome.org/show_bug.cgi?id=660453 wizard/main.c | 31 ++++++++++++++----------------- wizard/wizard.ui | 27 +-------------------------- 2 files changed, 15 insertions(+), 43 deletions(-) commit 263d37a25a7aebe2ad7e26660765808a94dfc26e Author: Bastien Nocera Date: Wed Jan 18 14:30:06 2012 +0000 wizard: Use same capitalisation as other items wizard/wizard.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 56ad8665a257befa0d4cee4a532e483c7733dc75 Author: Bastien Nocera Date: Wed Jan 18 14:05:17 2012 +0000 applet: Fix new pairings not appearing in menus As documented now, the GtkTreeModelFilter that we use to filter per-adapter devices lacks the ability to tell us about row-changed signals (amongst others). So just monitor those signals on the child-model of the filtered model, and check whether those rows are in our view to trigger the "devices-changed" signal. https://bugzilla.gnome.org/show_bug.cgi?id=666127 applet/bluetooth-applet.c | 62 ++++++++++++++++++++++++++++++++------------- 1 files changed, 44 insertions(+), 18 deletions(-) commit ad88f437dd5c1a627b64feca8ce9b0d2db01b9f2 Author: Bastien Nocera Date: Wed Jan 18 13:59:28 2012 +0000 lib: Add doc about GtkTreeModelFilter shortcomings Such as the possible lack of row-inserted/row-deleted/row-changed signals, and the necessity to monitor the child-model of that filter. lib/bluetooth-client.c | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) commit 44534174024c28a054330d102d889657c542c26a Author: Bastien Nocera Date: Wed Jan 18 13:59:19 2012 +0000 lib: Add debug output lib/bluetooth-client.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 7eccac1c3b34573eae02102b74b6c38069d8df9d Author: Bastien Nocera Date: Tue Jan 17 19:46:06 2012 +0000 lib: Call correct function to Connect() to service And use correct function for the 2 variants of disconnect calls. https://bugzilla.gnome.org/show_bug.cgi?id=666200 lib/bluetooth-client.c | 76 ++++++++++++++++++++++++++++++++++------------- 1 files changed, 55 insertions(+), 21 deletions(-) commit 708566c1099ff7ecf6c7035da058dd68a8d7b56d Author: Bastien Nocera Date: Tue Jan 17 19:10:18 2012 +0000 lib: Add a little debug lib/bluetooth-client.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 109ee534b97c6f24c9c5ec04ee8b4c0d38a2c2aa Author: Bastien Nocera Date: Tue Jan 17 19:09:47 2012 +0000 lib: Don't return with an error there's no services lib/bluetooth-client.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 246223979cdf7ece830d4c4a7276fd7fc28885a2 Author: Bastien Nocera Date: Tue Jan 17 18:54:29 2012 +0000 lib: Remove unneeded NULL check The proxy != NULL was checked a little above lib/bluetooth-client.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) commit 4bcb475dd2eef6d5d19d13d54071ff156378c68d Author: Bastien Nocera Date: Fri Dec 16 17:10:35 2011 +0000 lib: Add missing calls to result complete Otherwise we never finish connecting or disconnecting on failure. https://bugzilla.gnome.org/show_bug.cgi?id=666200 lib/bluetooth-client.c | 26 ++++++++++++-------------- 1 files changed, 12 insertions(+), 14 deletions(-) commit 98ef67c77f2dd54a5b93dc5a2e1188f15875d1f8 Author: Bastien Nocera Date: Tue Jan 17 18:34:27 2012 +0000 wizard: Fix assertion on exit No need to call gtk_main_quit(), we'll exit automatically when the last window is closed. https://bugzilla.gnome.org/show_bug.cgi?id=667095 wizard/main.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 18c880eca3137c13fc9248fc45fcca492849f595 Author: Cheng-Chia Tseng Date: Sat Jan 14 20:28:17 2012 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 238 ++++++++++++++++++++++++++++------------------------------- po/zh_TW.po | 240 ++++++++++++++++++++++++++++------------------------------- 2 files changed, 227 insertions(+), 251 deletions(-) commit cbaa7e76a548e3179daf2547a317a21e44373d92 Author: Alexander Shopov Date: Sun Jan 8 08:30:38 2012 +0200 Updated Bulgarian translation po/bg.po | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 01dceeaa8f87f775640a0ad9549d92109af8819e Author: Alexander Shopov Date: Sun Jan 8 08:27:09 2012 +0200 Updated Bulgarian translation po/bg.po | 238 +++++++++++++++++++++++++++++-------------------------------- 1 files changed, 113 insertions(+), 125 deletions(-) commit f6b6f6bd6020ded3dc6b115536b5382b65786f72 Author: Chen Xiao-Long Date: Fri Jan 6 11:46:32 2012 +0000 applet: Fix build with automake 1.11.2 pkglib_DATA cannot be used in automake 1.11.2, so use another name for the files. https://bugzilla.gnome.org/show_bug.cgi?id=667323 applet/Makefile-lib.am | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 6bcef0ba70a7f7f421030b04745a54fa306e2a24 Author: Vincent Untz Date: Wed Dec 21 04:26:00 2011 +0100 lib, applet: Do not use dbus-glib-1 when building introspection data This is a leftover from the gdbus migration, I guess. https://bugzilla.gnome.org/show_bug.cgi?id=666630 applet/Makefile-lib.am | 4 ++-- lib/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit 9f12eca28b4f5891e4fb2ba01a12bfb13bcd8be2 Author: Jovan Naumovski Date: Fri Jan 6 02:51:28 2012 +0100 Added Macedonian translation. po/LINGUAS | 1 + po/mk.po | 869 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 870 insertions(+), 0 deletions(-) commit 9b823d13aa3e878eb74e3933558a464c8d8245eb Author: Yuri Myasoedov Date: Fri Jan 6 01:59:55 2012 +0400 Updated Russian translation po/ru.po | 251 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 118 insertions(+), 133 deletions(-)