summaryrefslogtreecommitdiff
path: root/tubes
AgeCommit message (Expand)AuthorFilesLines
2012-07-26tubes: send file when inviting contact to MUC collaborationMatúš Kukan4-5/+6
2012-07-26tubes: clean this outMatúš Kukan2-13/+8
2012-07-26tubes: move mbChannelReadyHandlerInvoked to pImplMatúš Kukan2-9/+16
2012-07-26tubes: kill double-singletonning of TeleManagerMatúš Kukan3-55/+6
2012-07-26tubes: TeleManger's GMainLoop* now unusedMatúš Kukan2-40/+6
2012-07-26tubes: resurrect unit test to serve againMatúš Kukan5-207/+114
2012-07-24tubes: keep contacts dialog updated on contacts' presence changesMatúš Kukan2-0/+21
2012-07-24tubes: init TeleManager in desktopMatúš Kukan2-0/+18
2012-07-23tubes: do not include telepathy-glib.h in public headersMatúš Kukan5-4/+15
2012-07-23tubes: create TeleConferenceImpl to hide more details from publicMatúš Kukan3-61/+74
2012-07-23tubes: get local callbacks out of classMatúš Kukan4-48/+26
2012-07-23tubes: update unused build.lstMatúš Kukan1-1/+1
2012-07-22tubes: do not crash if there is no TeleManager yetMatúš Kukan1-1/+1
2012-07-21tubes: small cleaningMatúš Kukan1-3/+0
2012-07-21tubes: do not include file-transfer-helper.h in public headersMatúš Kukan5-20/+18
2012-07-21tubes: remove TelePacket, it's just simple stringMatúš Kukan7-139/+15
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úš Kukan2-46/+6
2012-07-20tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan3-4/+79
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan5-9/+66
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úš Kukan2-0/+11
2012-07-17tubes: selectively export TeleManager's symbolsMatúš Kukan1-15/+14
2012-07-17tubes: remove now unused code, when we don't use maConferencesMatúš Kukan4-104/+1
2012-07-17tubes: associate the document directly with TeleConferenceMatúš Kukan4-42/+32
2012-07-17tubes: remove unused TeleConference::maSessionIdMatúš Kukan3-9/+5
2012-07-17tubes: remove unused TeleManager::mbAcceptIncomingMatúš Kukan3-10/+7
2012-07-17tubes: split TeleManager::connect method.Matúš Kukan3-37/+69
2012-07-17tubes: warning guard for boost/signals2.hpp [-Werror=shadow]Eike Rathke3-1/+46
2012-07-17tubes: fix makefiles after rebaseMatúš Kukan1-1/+1
2012-07-17tubes: make TeleManager::startGroupSession work and use itMatúš Kukan2-17/+17
2012-07-17tubes: use new TeleManager::get() method without parameterMatúš Kukan1-0/+1
2012-07-17tubes: cleanup abstraction, and add in-process demo modeMichael Meeks3-7/+19
2012-07-17tubes: tweak makefilesMatúš Kukan2-21/+15
2012-07-17tubes: mention local copy of needed telepathy-glibEike Rathke1-0/+9
2012-07-17conference: remove a stray dbus-glib import.Will Thompson1-1/+0
2012-07-17tubes: use tp_dbus_tube_channel_offer/accept_asyncWill Thompson2-118/+49
2012-07-17tubes: make conference hold a TpDBusTubeChannelWill Thompson3-17/+19
2012-07-17tubes: use GDBus rather than libdbusWill Thompson3-77/+111
2012-07-17tubes: move Accept() logic into conferenceWill Thompson4-119/+98
2012-07-17tubes: reduce code duplication when opening connectionWill Thompson2-37/+25
2012-07-17cleanout flushLoopEike Rathke3-23/+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 Thompson2-0/+32
2012-07-17tubes: quick hack to allow running two instancesWill Thompson3-7/+12