summaryrefslogtreecommitdiff
path: root/tubes/source
AgeCommit message (Expand)AuthorFilesLines
2012-08-02tubes: impose strict ordering on 1-1 collaborationMatúš Kukan2-9/+22
2012-07-26tubes: send file when inviting contact to MUC collaborationMatúš Kukan2-3/+4
2012-07-26tubes: clean this outMatúš Kukan1-3/+5
2012-07-26tubes: move mbChannelReadyHandlerInvoked to pImplMatúš Kukan1-5/+14
2012-07-26tubes: kill double-singletonning of TeleManagerMatúš Kukan1-41/+2
2012-07-26tubes: TeleManger's GMainLoop* now unusedMatúš Kukan1-30/+5
2012-07-26tubes: resurrect unit test to serve againMatúš Kukan1-2/+5
2012-07-24tubes: keep contacts dialog updated on contacts' presence changesMatúš Kukan1-0/+15
2012-07-24tubes: init TeleManager in desktopMatúš Kukan1-0/+17
2012-07-23tubes: do not include telepathy-glib.h in public headersMatúš Kukan2-0/+3
2012-07-23tubes: create TeleConferenceImpl to hide more details from publicMatúš Kukan2-39/+59
2012-07-23tubes: get local callbacks out of classMatúš Kukan2-23/+23
2012-07-22tubes: do not crash if there is no TeleManager yetMatúš Kukan1-1/+1
2012-07-21tubes: do not include file-transfer-helper.h in public headersMatúš Kukan2-15/+17
2012-07-21tubes: remove TelePacket, it's just simple stringMatúš Kukan2-41/+8
2012-07-20tubes: use SAL_WARN SAL_LOGMatúš Kukan1-4/+2
2012-07-20tubes: remove unused parametersMatúš Kukan1-5/+3
2012-07-20tubes: clean up commented out code, headersMatúš Kukan1-45/+6
2012-07-20tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan1-1/+75
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan2-5/+50
2012-07-20tubes: fix typo in namesMatúš Kukan1-2/+2
2012-07-17tubes: do not freeze when preparing Account ManagerMatúš Kukan1-12/+1
2012-07-17tubes: improve contacts dialogMatúš Kukan1-10/+20
2012-07-17tubes: guard unref() against "accidental" callsEike Rathke1-1/+1
2012-07-17tubes: add possibility to invite contacts to MUCMatúš Kukan1-0/+9
2012-07-17tubes: remove now unused code, when we don't use maConferencesMatúš Kukan2-69/+0
2012-07-17tubes: associate the document directly with TeleConferenceMatúš Kukan2-29/+21
2012-07-17tubes: remove unused TeleConference::maSessionIdMatúš Kukan2-7/+4
2012-07-17tubes: remove unused TeleManager::mbAcceptIncomingMatúš Kukan1-4/+3
2012-07-17tubes: split TeleManager::connect method.Matúš Kukan1-25/+37
2012-07-17tubes: make TeleManager::startGroupSession work and use itMatúš Kukan1-14/+12
2012-07-17tubes: use tp_dbus_tube_channel_offer/accept_asyncWill Thompson1-105/+44
2012-07-17tubes: make conference hold a TpDBusTubeChannelWill Thompson2-13/+15
2012-07-17tubes: use GDBus rather than libdbusWill Thompson1-76/+98
2012-07-17tubes: move Accept() logic into conferenceWill Thompson2-111/+79
2012-07-17tubes: reduce code duplication when opening connectionWill Thompson1-36/+22
2012-07-17cleanout flushLoopEike Rathke1-12/+0
2012-07-17silence WaE incompatible pointer type and unused parametersEike Rathke1-10/+18
2012-07-17silence WaE unused-parameterEike Rathke1-0/+8
2012-07-17tubes: work around “We are supposed to handle only one channel” bug.Will Thompson1-0/+30
2012-07-17tubes: quick hack to allow running two instancesWill Thompson1-3/+7
2012-07-17tubes: make the contacts list show somethingMichael Meeks1-1/+1
2012-07-17Include packet in packetReceived signals.Will Thompson2-10/+4
2012-07-17tubes: add a shared TeleManager singletonWill Thompson1-0/+36
2012-07-17tubes: replace packetReceived link with a boost signalWill Thompson1-6/+3
2012-07-17ContactList: ask for avatar data for our contactsWill Thompson1-0/+1
2012-07-17tubes: delete MainLoopFlusherWill Thompson1-16/+0
2012-07-17tubes: reinstate erroneously-commented unrefsWill Thompson1-2/+2
2012-07-17tubes: push sent packets onto the incoming queue.Will Thompson1-3/+14
2012-07-17tubes: delete some loop-spinning debugWill Thompson1-2/+0