summaryrefslogtreecommitdiff
path: root/tubes/inc/tubes/manager.hxx
AgeCommit message (Expand)Author
2012-08-20tubes: add few more commentsMatúš Kukan
2012-08-20tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan
2012-08-16tubes: simplify and make more readable, I believeMatúš Kukan
2012-08-16tubes: do not include tubes' object files in unit test libraryMatúš Kukan
2012-08-16tubes: fix unittest again and simplifyMatúš Kukan
2012-08-16tubes: also prepare the Account Manager when creating; and simplifyMatúš Kukan
2012-08-14tubes: use channel's signal closed to know when end the collaborationMatúš Kukan
2012-08-08tubes: finish efforts to make TeleManager staticMatúš Kukan
2012-08-08tubes: make contacts dialog a member of Collaboration classMatúš Kukan
2012-08-04tubes: remove unused parameterMatúš Kukan
2012-08-04tubes: call the function directlyMatúš Kukan
2012-08-04tubes: implement another way for demoing collaborationMatúš Kukan
2012-08-04tubes: we use less symbols after bc21b49a464ae153341ee8d836993ca89b1a6919Matúš Kukan
2012-08-04tubes: make TeleManager::getConference() staticMatúš Kukan
2012-07-26tubes: clean this outMatúš Kukan
2012-07-26tubes: move mbChannelReadyHandlerInvoked to pImplMatúš Kukan
2012-07-26tubes: kill double-singletonning of TeleManagerMatúš Kukan
2012-07-26tubes: TeleManger's GMainLoop* now unusedMatúš Kukan
2012-07-24tubes: init TeleManager in desktopMatúš Kukan
2012-07-23tubes: do not include telepathy-glib.h in public headersMatúš Kukan
2012-07-23tubes: get local callbacks out of classMatúš Kukan
2012-07-21tubes: do not include file-transfer-helper.h in public headersMatúš Kukan
2012-07-21tubes: remove TelePacket, it's just simple stringMatúš Kukan
2012-07-20tubes: clean up commented out code, headersMatúš Kukan
2012-07-20tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan
2012-07-17tubes: selectively export TeleManager's symbolsMatúš Kukan
2012-07-17tubes: remove now unused code, when we don't use maConferencesMatúš Kukan
2012-07-17tubes: associate the document directly with TeleConferenceMatúš Kukan
2012-07-17tubes: remove unused TeleManager::mbAcceptIncomingMatúš Kukan
2012-07-17tubes: split TeleManager::connect method.Matúš Kukan
2012-07-17tubes: warning guard for boost/signals2.hpp [-Werror=shadow]Eike Rathke
2012-07-17tubes: make TeleManager::startGroupSession work and use itMatúš Kukan
2012-07-17tubes: use new TeleManager::get() method without parameterMatúš Kukan
2012-07-17tubes: cleanup abstraction, and add in-process demo modeMichael Meeks
2012-07-17tubes: use GDBus rather than libdbusWill Thompson
2012-07-17tubes: move Accept() logic into conferenceWill Thompson
2012-07-17cleanout flushLoopEike Rathke
2012-07-17tubes: work around “We are supposed to handle only one channel” bug.Will Thompson
2012-07-17tubes: quick hack to allow running two instancesWill Thompson
2012-07-17tubes: make the contacts list show somethingMichael Meeks
2012-07-17Include packet in packetReceived signals.Will Thompson
2012-07-17tubes: add a shared TeleManager singletonWill Thompson
2012-07-17tubes: replace packetReceived link with a boost signalWill Thompson
2012-07-17tubes: delete MainLoopFlusherWill Thompson
2012-07-17WIPWill Thompson
2012-07-17tubes: wrapper to enable tubesEike Rathke
2012-07-17tubes: implement receiving files.Will Thompson
2012-07-17tubes: Add preliminary API for sending a fileWill Thompson
2012-07-17tubes: make Conference hold TpAccountWill Thompson