summaryrefslogtreecommitdiff
path: root/tubes/Library_tubes.mk
AgeCommit message (Collapse)Author
2012-08-20tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan
Change-Id: I69ca3bde24890d809d8fad60398687c54aa1ca54
2012-08-16tubes: do not include tubes' object files in unit test libraryMatúš Kukan
Instead link against the library again. Unit test is now closer to what the real app looks like. Only 4 more functions exported because of unit test. Change-Id: I6fd784725564e577658d68ff7fe0595a79cf7639
2012-08-14tubes: use channel's signal closed to know when end the collaborationMatúš Kukan
Change-Id: I11e0aa2db3b41a166e23c85fd040f883e0d3be08
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan
Hopefully, this simplifies the tubes <-> app interface Change-Id: I8933fde490941b259d5d133972db26a09ab380d5
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-21tubes: remove TelePacket, it's just simple stringMatúš Kukan
Change-Id: Iabfb50454c573ac9c01aba1b309822c4ef6fcc73
2012-07-20tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan
Change-Id: Ie2ab2c2d545f6fcbdc21171868c99b1756c90792
2012-07-17tubes: fix makefiles after rebaseMatúš Kukan
Change-Id: I99a0dd6765d57c4a1d842b25d600d760930704fa
2012-07-17tubes: tweak makefilesMatúš Kukan
2012-07-17tubes: Add preliminary API for sending a fileWill Thompson
Crashes if the file transfer fails. file-transfer-helper.[ch] are, as their license headers state, LGPL v2.1+. They come from Empathy. I am in the process of refactoring them so they can live in a future version of telepathy-glib (which is itself LGPL v2.1+), so their presence here is temporary.
2012-07-17tubes: add API to find contacts with LibO tube supportWill Thompson
2012-07-17implementing Telepathy Tubes interfaceEike Rathke