summaryrefslogtreecommitdiff
path: root/tubes/inc/tubes/manager.hxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-23execute move of global headersBjoern Michaelsen1-155/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+6
2012-08-20tubes: add few more commentsMatúš Kukan1-5/+8
2012-08-20tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan1-4/+10
2012-08-16tubes: simplify and make more readable, I believeMatúš Kukan1-5/+0
2012-08-16tubes: do not include tubes' object files in unit test libraryMatúš Kukan1-3/+6
2012-08-16tubes: fix unittest again and simplifyMatúš Kukan1-2/+0
2012-08-16tubes: also prepare the Account Manager when creating; and simplifyMatúš Kukan1-24/+3
2012-08-14tubes: use channel's signal closed to know when end the collaborationMatúš Kukan1-0/+1
2012-08-08tubes: finish efforts to make TeleManager staticMatúš Kukan1-45/+30
2012-08-08tubes: make contacts dialog a member of Collaboration classMatúš Kukan1-0/+6
2012-08-04tubes: remove unused parameterMatúš Kukan1-1/+1
2012-08-04tubes: call the function directlyMatúš Kukan1-7/+0
2012-08-04tubes: implement another way for demoing collaborationMatúš Kukan1-1/+9
2012-08-04tubes: we use less symbols after bc21b49a464ae153341ee8d836993ca89b1a6919Matúš Kukan1-7/+7
2012-08-04tubes: make TeleManager::getConference() staticMatúš 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: init TeleManager in desktopMatúš Kukan1-0/+1
2012-07-23tubes: do not include telepathy-glib.h in public headersMatúš Kukan1-1/+4
2012-07-23tubes: get local callbacks out of classMatúš Kukan1-12/+1
2012-07-21tubes: do not include file-transfer-helper.h in public headersMatúš Kukan1-2/+1
2012-07-21tubes: remove TelePacket, it's just simple stringMatúš Kukan1-1/+0
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úš Kukan1-3/+9
2012-07-17tubes: selectively export TeleManager's symbolsMatúš Kukan1-15/+14
2012-07-17tubes: remove now unused code, when we don't use maConferencesMatúš Kukan1-25/+0
2012-07-17tubes: associate the document directly with TeleConferenceMatúš Kukan1-9/+4
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 Rathke1-1/+1
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-17tubes: use GDBus rather than libdbusWill Thompson1-0/+2
2012-07-17tubes: move Accept() logic into conferenceWill Thompson1-2/+10
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-17WIPWill Thompson1-1/+7
2012-07-17tubes: wrapper to enable tubesEike Rathke1-3/+12