[Libreoffice-commits] .: Branch 'feature/tubes2' - 2 commits - configure.in tubes/inc tubes/source

2012-04-05 Thread Will Thompson
: Will Thompson will.thomp...@collabora.co.uk Date: Thu Apr 5 10:53:21 2012 +0100 conference: remove a stray dbus-glib import. This is no longer needed since the switch to using GDBus for the tube connection. diff --git a/tubes/inc/tubes/conference.hxx b/tubes/inc/tubes/conference.hxx

[Libreoffice-commits] .: Branch 'feature/tubes2' - 4 commits - tubes/inc tubes/source

2012-04-02 Thread Will Thompson
0af429b1446fecc82e679519755350df984c6cae Author: Will Thompson will.thomp...@collabora.co.uk Date: Sun Apr 1 15:30:39 2012 +0100 tubes: make conference hold a TpDBusTubeChannel It already was, actually. :) diff --git a/tubes/inc/tubes/conference.hxx b/tubes/inc/tubes/conference.hxx index

[Libreoffice-commits] .: Branch 'feature/tubes2' - 2 commits - sc/source tubes/inc tubes/qa tubes/source

2012-03-26 Thread Will Thompson
--- 6 files changed, 50 insertions(+), 12 deletions(-) New commits: commit 602fae9a0d2984790b1c5be8ac607990f4168202 Author: Will Thompson will.thomp...@collabora.co.uk Date: Mon Mar 26 14:40:17 2012 +0100 tubes: work around “We are supposed to handle only one channel” bug

[Libreoffice-commits] .: Branch 'feature/tubes2' - 3 commits - tubes/inc tubes/qa tubes/source

2012-03-23 Thread Will Thompson
+- tubes/source/manager.cxx | 148 +++-- 7 files changed, 212 insertions(+), 14 deletions(-) New commits: commit 7b662a91f6452f22265fb99ff782539f43dd2095 Author: Will Thompson will.thomp...@collabora.co.uk Date: Fri Mar 23 08:57:52 2012 +

[Libreoffice-commits] .: Branch 'feature/tubes2' - 4 commits - tubes/inc tubes/qa tubes/source

2012-03-23 Thread Will Thompson
++- 5 files changed, 53 insertions(+), 59 deletions(-) New commits: commit b0e448bda00bfd8a1632bb596deef14b0ab1a7a9 Author: Will Thompson will.thomp...@collabora.co.uk Date: Fri Mar 23 10:24:11 2012 + tubes: add a hack to give time for caps to propagate :( diff --git a/tubes

[Libreoffice-commits] .: Branch 'feature/tubes2' - 3 commits - tubes/qa tubes/source

2012-03-23 Thread Will Thompson
tubes/qa/test_manager.cxx | 13 +++-- tubes/source/contact-list.cxx |5 - 2 files changed, 7 insertions(+), 11 deletions(-) New commits: commit 4e2123df38772634684fea53b404274d3fac9ea9 Author: Will Thompson will.thomp...@collabora.co.uk Date: Fri Mar 23 11:22:05 2012

[Libreoffice-commits] .: Branch 'feature/tubes2' - tubes/qa tubes/source

2012-03-23 Thread Will Thompson
tubes/qa/test_manager.cxx |2 +- tubes/source/manager.cxx |8 +++- 2 files changed, 8 insertions(+), 2 deletions(-) New commits: commit a0b9d1595f9cbabe29d63b85590cc66313eba203 Author: Will Thompson will.thomp...@collabora.co.uk Date: Fri Mar 23 11:31:26 2012 + Use

[Libreoffice-commits] .: Branch 'feature/tubes2' - 3 commits - sc/source tubes/inc tubes/qa tubes/source

2012-03-23 Thread Will Thompson
commits: commit 1e8d2df6c52ad41375982dac8d4b75d776544161 Author: Will Thompson will.thomp...@collabora.co.uk Date: Fri Mar 23 14:24:56 2012 + tubes: push sent packets onto the incoming queue. This ensures that our changes are echoed locally as well as being sent to the peer. diff

[Libreoffice-commits] .: Branch 'feature/tubes2' - 5 commits - sc/source tubes/inc tubes/qa tubes/source

2012-03-23 Thread Will Thompson
/contact-list.cxx|1 tubes/source/manager.cxx | 65 --- 7 files changed, 103 insertions(+), 84 deletions(-) New commits: commit 513b203bfa7deea7c2cdc68373bb729fe2caf835 Author: Will Thompson will.thomp...@collabora.co.uk Date: Fri Mar 23 16:39:43

[Libreoffice-commits] .: Branch 'feature/tubes2' - sc/source tubes/inc tubes/qa tubes/source

2012-03-23 Thread Will Thompson
/conference.cxx |2 +- tubes/source/manager.cxx | 12 +++- 7 files changed, 29 insertions(+), 55 deletions(-) New commits: commit 30ad3ccd848e0832d5dd669b3feb9579e5248ba8 Author: Will Thompson will.thomp...@collabora.co.uk Date: Fri Mar 23 17:14:36 2012 + Include

[Libreoffice-commits] .: Branch 'feature/tubes2' - sc/source

2012-03-23 Thread Will Thompson
sc/source/ui/collab/collab.cxx |6 ++ sc/source/ui/collab/sendfunc.cxx | 12 ++-- sc/source/ui/inc/collab.hxx | 12 +--- 3 files changed, 13 insertions(+), 17 deletions(-) New commits: commit 762ed00a6b9ee7fbbbf88b59ad751223d0d70227 Author: Will Thompson

[Libreoffice-commits] .: Branch 'feature/tubes2' - sal/inc

2012-03-22 Thread Will Thompson
sal/inc/rtl/bootstrap.h |2 +- sal/inc/rtl/bootstrap.hxx |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 180fc63ab8fe7d37ed3da364784a7f0946b918cb Author: Will Thompson will.thomp...@collabora.co.uk Date: Thu Mar 22 09:57:36 2012 + rtl::bootstap

[Libreoffice-commits] .: Branch 'feature/tubes' - 3 commits - Repository.mk tubes/Executable_liboapprover.mk tubes/LibreOfficeApprover.client tubes/LibreOffice.client tubes/Module_tubes.mk tubes/org.f

2012-03-22 Thread Will Thompson
/org.freedesktop.Telepathy.Client.LibreOfficeApprover.service |3 tubes/source/approver.c| 246 ++ 9 files changed, 337 insertions(+) New commits: commit 4b088d4ee611f05a003acc6146afba7a574c5e66 Author: Will Thompson will.thomp...@collabora.co.uk Date: Wed Mar 21 18:51:24 2012 + tubes

[Libreoffice-commits] .: Branch 'feature/tubes2' - tubes/CppunitTest_tubes_test.mk tubes/qa tubes/test-config.ini

2012-03-22 Thread Will Thompson
tubes/CppunitTest_tubes_test.mk |2 ++ tubes/qa/test_manager.cxx | 22 +++--- tubes/test-config.ini |3 +++ 3 files changed, 20 insertions(+), 7 deletions(-) New commits: commit 16e48ea17024c7b97b3048bf4463ae443f930455 Author: Will Thompson will.thomp

[Libreoffice-commits] .: Branch 'feature/tubes2' - 2 commits - .gitignore tubes/inc tubes/qa tubes/README tubes/source tubes/test-config.ini

2012-03-22 Thread Will Thompson
++- tubes/test-config.ini|3 --- 7 files changed, 27 insertions(+), 25 deletions(-) New commits: commit 9fc45729868d76f450cdbf3bc427a25f55de61aa Author: Will Thompson will.thomp...@collabora.co.uk Date: Thu Mar 22 11:22:44 2012 + tubes: Give a useful error when test

[Libreoffice-commits] .: Branch 'feature/tubes2' - 3 commits - tubes/inc tubes/qa tubes/source

2012-03-22 Thread Will Thompson
deletions(-) New commits: commit b881624cc1225c2c851bfc391ac4647aa2539b8d Author: Will Thompson will.thomp...@collabora.co.uk Date: Thu Mar 22 12:59:15 2012 + tubes: make startBuddySession take a TpContact *. I removed Conference::setTarget() because it's redundant: you can get

[Libreoffice-commits] .: Branch 'feature/tubes2' - tubes/source

2012-03-22 Thread Will Thompson
tubes/source/manager.cxx |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 52c85e7bfb00696b4b68331ab6139c98d93329b9 Author: Will Thompson will.thomp...@collabora.co.uk Date: Thu Mar 22 15:40:10 2012 + tubes manager: fix a compiler warning diff --git

[Libreoffice-commits] .: Branch 'feature/tubes' - configure.in tubes/CppunitTest_tubes_test.mk tubes/inc tubes/Library_tubes.mk tubes/qa tubes/source

2012-03-21 Thread Will Thompson
+++ 6 files changed, 291 insertions(+), 1 deletion(-) New commits: commit 3cd4a8e788d01e87a2e6dbc768b99668443b0839 Author: Will Thompson will.thomp...@collabora.co.uk Date: Wed Mar 21 11:13:04 2012 + tubes: add API to find contacts with LibO tube support diff --git

[Libreoffice-commits] .: Branch 'feature/tubes' - tubes/inc tubes/source

2012-03-21 Thread Will Thompson
tubes/inc/tubes/constants.h | 52 ++ tubes/source/contact-list.cxx | 12 - 2 files changed, 53 insertions(+), 11 deletions(-) New commits: commit 042c53a42cc0a94288370392b5697c5bb9abfb09 Author: Will Thompson will.thomp...@collabora.co.uk

[Libreoffice-commits] .: Branch 'feature/tubes2' - 3 commits - Repository.mk tubes/Executable_liboapprover.mk tubes/LibreOfficeApprover.client tubes/LibreOffice.client tubes/Module_tubes.mk tubes/org.

2012-03-21 Thread Will Thompson
/org.freedesktop.Telepathy.Client.LibreOfficeApprover.service |3 tubes/source/approver.c| 246 ++ 9 files changed, 337 insertions(+) New commits: commit 6db31dc4ba6e296d05629c12494007cc80adb019 Author: Will Thompson will.thomp...@collabora.co.uk Date: Wed Mar 21 18:51:24 2012 + tubes