summaryrefslogtreecommitdiff
path: root/tubes/inc/tubes
AgeCommit message (Expand)AuthorFilesLines
2012-08-02tubes: move sc/source/ui/collab/contacts.* to tubesMatúš Kukan2-0/+72
2012-08-02tubes: impose strict ordering on 1-1 collaborationMatúš Kukan1-1/+7
2012-07-26tubes: send file when inviting contact to MUC collaborationMatúš Kukan1-1/+1
2012-07-26tubes: clean this outMatúš Kukan1-10/+3
2012-07-26tubes: move mbChannelReadyHandlerInvoked to pImplMatúš Kukan1-4/+2
2012-07-26tubes: kill double-singletonning of TeleManagerMatúš Kukan1-11/+2
2012-07-26tubes: TeleManger's GMainLoop* now unusedMatúš Kukan1-10/+1
2012-07-24tubes: keep contacts dialog updated on contacts' presence changesMatúš Kukan1-0/+6
2012-07-24tubes: init TeleManager in desktopMatúš Kukan1-0/+1
2012-07-23tubes: do not include telepathy-glib.h in public headersMatúš Kukan3-4/+12
2012-07-23tubes: create TeleConferenceImpl to hide more details from publicMatúš Kukan1-22/+15
2012-07-23tubes: get local callbacks out of classMatúš Kukan2-25/+3
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