summaryrefslogtreecommitdiff
path: root/tubes/inc/tubes
AgeCommit message (Expand)AuthorFilesLines
2012-07-21tubes: do not include file-transfer-helper.h in public headersMatúš Kukan2-4/+1
2012-07-21tubes: remove TelePacket, it's just simple stringMatúš Kukan3-96/+7
2012-07-20tubes: clean up commented out code, headersMatúš Kukan1-1/+0
2012-07-20tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan1-3/+0
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan3-4/+16
2012-07-17tubes: add possibility to invite contacts to MUCMatúš Kukan1-0/+2
2012-07-17tubes: selectively export TeleManager's symbolsMatúš Kukan1-15/+14
2012-07-17tubes: remove now unused code, when we don't use maConferencesMatúš Kukan2-35/+1
2012-07-17tubes: associate the document directly with TeleConferenceMatúš Kukan2-13/+11
2012-07-17tubes: remove unused TeleConference::maSessionIdMatúš Kukan1-2/+1
2012-07-17tubes: remove unused TeleManager::mbAcceptIncomingMatúš Kukan1-4/+2
2012-07-17tubes: split TeleManager::connect method.Matúš Kukan1-4/+8
2012-07-17tubes: warning guard for boost/signals2.hpp [-Werror=shadow]Eike Rathke2-1/+45
2012-07-17tubes: make TeleManager::startGroupSession work and use itMatúš Kukan1-3/+5
2012-07-17tubes: use new TeleManager::get() method without parameterMatúš Kukan1-0/+1
2012-07-17tubes: cleanup abstraction, and add in-process demo modeMichael Meeks1-1/+1
2012-07-17conference: remove a stray dbus-glib import.Will Thompson1-1/+0
2012-07-17tubes: use tp_dbus_tube_channel_offer/accept_asyncWill Thompson1-13/+5
2012-07-17tubes: make conference hold a TpDBusTubeChannelWill Thompson1-4/+4
2012-07-17tubes: use GDBus rather than libdbusWill Thompson2-1/+13
2012-07-17tubes: move Accept() logic into conferenceWill Thompson2-8/+19
2012-07-17tubes: reduce code duplication when opening connectionWill Thompson1-1/+3
2012-07-17cleanout flushLoopEike Rathke1-3/+0
2012-07-17tubes: work around “We are supposed to handle only one channel” bug.Will Thompson1-0/+2
2012-07-17tubes: quick hack to allow running two instancesWill Thompson1-2/+3
2012-07-17tubes: make the contacts list show somethingMichael Meeks1-1/+1
2012-07-17Include packet in packetReceived signals.Will Thompson1-7/+3
2012-07-17tubes: add a shared TeleManager singletonWill Thompson1-1/+10
2012-07-17tubes: replace packetReceived link with a boost signalWill Thompson1-9/+8
2012-07-17tubes: delete MainLoopFlusherWill Thompson1-28/+0
2012-07-17tubes: push sent packets onto the incoming queue.Will Thompson1-1/+2
2012-07-17WIPWill Thompson2-5/+8
2012-07-17tubes: wrapper to enable tubesEike Rathke2-4/+14
2012-07-17tubes: implement receiving files.Will Thompson3-0/+14
2012-07-17tubes: Add preliminary API for sending a fileWill Thompson3-0/+125
2012-07-17tubes: make Conference hold TpAccountWill Thompson2-3/+4
2012-07-17tubes: make startBuddySession take a TpContact *.Will Thompson2-9/+4
2012-07-17tubes test: store OString identifiersWill Thompson1-1/+1
2012-07-17Make startBuddySession() take a TpAccount *.Will Thompson1-3/+3
2012-07-17removed trailing whitespaceEike Rathke1-1/+1
2012-07-17make service name configurable for testsEike Rathke2-11/+23
2012-07-17singleton implEike Rathke1-32/+25
2012-07-17Move tube service name definition to a header.Will Thompson1-0/+52
2012-07-17tubes: add API to find contacts with LibO tube supportWill Thompson1-0/+60
2012-07-17restructure things to one account manager and one connectionEike Rathke3-12/+65
2012-07-17implementing Telepathy Tubes interfaceEike Rathke4-0/+402