summaryrefslogtreecommitdiff
path: root/sc/source/ui/collab
AgeCommit message (Expand)AuthorFilesLines
2012-08-16tubes: correctly use SAL_INFO and SAL_WARN macrosMatúš Kukan3-22/+9
2012-08-14tubes: use channel's signal closed to know when end the collaborationMatúš Kukan1-2/+1
2012-08-08tubes: do not encode UUID into file name anymoreMatúš Kukan2-7/+4
2012-08-08tubes: make contacts dialog a member of Collaboration classMatúš Kukan1-4/+1
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan3-112/+61
2012-08-04tubes: avoid boost::signaling received packetsMatúš Kukan3-10/+8
2012-08-04tubes: avoid ugly SAL_DLLPUBLIC_EXPORT hereMatúš Kukan1-7/+1
2012-08-04tubes: get rid of old way of demo collaboration and ScDocFuncDemoMatúš Kukan3-97/+19
2012-08-04tubes: stop collaborating when the contact leavesMatúš Kukan2-1/+14
2012-08-04tubes: make ScDocShell* member of ScCollaborationMatúš Kukan1-9/+7
2012-08-04tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan1-1/+1
2012-08-04tubes: create contacts dialog instance for each document separatelyMatúš Kukan1-2/+7
2012-08-04tubes: make TeleManager::getConference() staticMatúš Kukan1-3/+1
2012-08-02tubes: move sc/source/ui/collab/contacts.* to tubesMatúš Kukan6-400/+66
2012-07-26tubes: send file when inviting contact to MUC collaborationMatúš Kukan3-6/+9
2012-07-26tubes: forgot to include these headersMatúš Kukan1-0/+2
2012-07-26tubes: kill double-singletonning of TeleManagerMatúš Kukan2-4/+4
2012-07-24tubes: keep contacts dialog updated on contacts' presence changesMatúš Kukan1-1/+6
2012-07-24tubes: fix crash: do not delete boost::shared_ptr's pointerMatúš Kukan1-1/+3
2012-07-24tubes: remove unused methodMatúš Kukan2-6/+0
2012-07-24tubes: init TeleManager in desktopMatúš Kukan1-50/+39
2012-07-23tubes: do not include telepathy-glib.h in public headersMatúš Kukan1-0/+2
2012-07-21tubes: small cleaningMatúš Kukan2-3/+1
2012-07-21tubes: remove TelePacket, it's just simple stringMatúš Kukan2-7/+4
2012-07-20tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan3-87/+4
2012-07-20tubes: send a file for collaboration when buddy session startsMatúš Kukan3-15/+25
2012-07-20Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-3/+3
2012-07-17tubes: reintroduced handling of extending formats in ScViewFunc::EnterData()Eike Rathke2-3/+8
2012-07-17tubes: improve contacts dialogMatúš Kukan3-14/+20
2012-07-17tubes: do not use mpManager after unrefEike Rathke1-1/+12
2012-07-17tubes: check mpConference before using itEike Rathke1-3/+5
2012-07-17tubes: add possibility to invite contacts to MUCMatúš Kukan5-1/+38
2012-07-17tubes: associate the document directly with TeleConferenceMatúš Kukan3-19/+51
2012-07-17tubes: start collaboration from the File->Collaborate menu as the only wayMatúš Kukan3-79/+39
2012-07-17tubes: remove unused TeleManager::mbAcceptIncomingMatúš Kukan1-1/+1
2012-07-17tubes: create TeleManager when starting Collaboration dialogMatúš Kukan3-12/+13
2012-07-17tubes: split TeleManager::connect method.Matúš Kukan1-1/+1
2012-07-17tubes: reduce the use of boost::shared_ptrMatúš Kukan3-17/+28
2012-07-17include tubes/warnings_guard_boost_signals2.hpp [-Werror=shadow]Eike Rathke1-1/+1
2012-07-17tubes: correctly set pDocFuncMatúš Kukan1-1/+1
2012-07-17tubes: make TeleManager::startGroupSession work and use itMatúš Kukan1-0/+19
2012-07-17tubes: fallback to master mode when not possible to init TeleManager as slaveMatúš Kukan1-1/+12
2012-07-17tubes: unref TeleManager if we do not store the pointerMatúš Kukan1-0/+1
2012-07-17tubes: use new TeleManager::get() method without parameterMatúš Kukan2-8/+8
2012-07-17tubes: remove unused SetCollaboration methodMatúš Kukan2-6/+0
2012-07-17tubes: use correct castsMatúš Kukan1-3/+3
2012-07-17tubes: add listen button to start TeleManagerMatúš Kukan3-1/+37
2012-07-17tubes: create InitTeleManager methodMatúš Kukan2-16/+25
2012-07-17tubes: extract class definitions to sendfunc.hxxMatúš Kukan2-386/+448
2012-07-17tubes: start collaboration from the contacts widgetMatúš Kukan4-26/+56