summaryrefslogtreecommitdiff
path: root/tubes/Module_tubes.mk
AgeCommit message (Collapse)Author
2012-10-13tubes: use new .ui format for contacts dialogMatúš Kukan
it looks worse; more work needed Change-Id: If8d15d614d49b1cea751852164b3e0edf43c52a6
2012-08-02tubes: move sc/source/ui/collab/contacts.* to tubesMatúš Kukan
- sc no longer directly links against telepathy - there is new class ScCollaboration derived from abstract Collaboration describing collaboration functionality for apps used in tubes/ - also added resource manager into tubes/ Change-Id: Ic89ae955f5b47490f4f4b8781bcee5dea5336bae
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