summaryrefslogtreecommitdiff
path: root/tubes/Module_tubes.mk
AgeCommit message (Collapse)Author
2012-07-26tubes: resurrect unit test to serve againMatúš Kukan
- make it subsequent test to be less annoying - we again inherit from CppUnit::TestFixture - currently there is no test that we've received the sent packet - nor any test for received file - to prevent exporting more symbols we link directly tubes' object files Change-Id: I79edf0c701f8c46eb45d507266f6dafc0c8eeea2
2012-07-17tubes: cleanup abstraction, and add in-process demo modeMichael Meeks
Pass const rtl::OUString &s around instead of random pointers. Allow sc/ to build and work without telepathy enabled. Add aforementioned demo mode hack.
2012-07-17tubes: pull in tubes headers and linkageEike Rathke
2012-07-17tubes: add approverWill Thompson
This is a small external process designed to prompt the user for incoming LibreOffice-flavoured D-Bus tubes. Right now it is not service-activatable, but soon it will be…
2012-07-17disable entire module if without --enable-telepathyEike Rathke
2012-07-17implementing Telepathy Tubes interfaceEike Rathke