summaryrefslogtreecommitdiffstats
path: root/tubes
Commit message (Expand)AuthorAgeFilesLines
...
* tubes: avoid boost::signaling received packetsMatúš Kukan2012-08-047-67/+9
* tubes: avoid ugly SAL_DLLPUBLIC_EXPORT hereMatúš Kukan2012-08-042-4/+12
* tubes: remove unused parameterMatúš Kukan2012-08-044-26/+10
* tubes: call the function directlyMatúš Kukan2012-08-043-25/+4
* tubes: implement another way for demoing collaborationMatúš Kukan2012-08-046-10/+95
* tubes: stop collaborating when the account gets off-lineMatúš Kukan2012-08-042-2/+38
* tubes: fix build of unit test; set include path for nowMatúš Kukan2012-08-041-0/+5
* tubes: stop collaborating when the contact leavesMatúš Kukan2012-08-045-2/+34
* tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan2012-08-041-1/+0
* tubes: use SAL_INFO SAL_WARN hereMatúš Kukan2012-08-041-4/+4
* tubes: we use less symbols after bc21b49a464ae153341ee8d836993ca89b1a6919Matúš Kukan2012-08-044-13/+10
* tubes: do not use boost::signal here; call function directlyMatúš Kukan2012-08-043-11/+17
* tubes: create contacts dialog instance for each document separatelyMatúš Kukan2012-08-042-3/+16
* tubes: remove pointless defineMatúš Kukan2012-08-041-6/+0
* tubes: make TeleManager::getConference() staticMatúš Kukan2012-08-042-2/+2
* tubes: move sc/source/ui/collab/contacts.* to tubesMatúš Kukan2012-08-0210-1/+456
* tubes: impose strict ordering on 1-1 collaborationMatúš Kukan2012-08-023-10/+29
* tubes: send file when inviting contact to MUC collaborationMatúš Kukan2012-07-264-5/+6
* tubes: clean this outMatúš Kukan2012-07-262-13/+8
* tubes: move mbChannelReadyHandlerInvoked to pImplMatúš Kukan2012-07-262-9/+16
* tubes: kill double-singletonning of TeleManagerMatúš Kukan2012-07-263-55/+6
* tubes: TeleManger's GMainLoop* now unusedMatúš Kukan2012-07-262-40/+6
* tubes: resurrect unit test to serve againMatúš Kukan2012-07-265-207/+114
* tubes: keep contacts dialog updated on contacts' presence changesMatúš Kukan2012-07-242-0/+21
* tubes: init TeleManager in desktopMatúš Kukan2012-07-242-0/+18
* tubes: do not include telepathy-glib.h in public headersMatúš Kukan2012-07-235-4/+15
* tubes: create TeleConferenceImpl to hide more details from publicMatúš Kukan2012-07-233-61/+74
* tubes: get local callbacks out of classMatúš Kukan2012-07-234-48/+26
* tubes: update unused build.lstMatúš Kukan2012-07-231-1/+1
* tubes: do not crash if there is no TeleManager yetMatúš Kukan2012-07-221-1/+1
* tubes: small cleaningMatúš Kukan2012-07-211-3/+0
* tubes: do not include file-transfer-helper.h in public headersMatúš Kukan2012-07-215-20/+18
* tubes: remove TelePacket, it's just simple stringMatúš Kukan2012-07-217-139/+15
* tubes: use SAL_WARN SAL_LOGMatúš Kukan2012-07-201-4/+2
* tubes: remove unused parametersMatúš Kukan2012-07-201-5/+3
* tubes: clean up commented out code, headersMatúš Kukan2012-07-202-46/+6
* tubes: move ScDocFuncRecv::fileReceived to TeleManager_fileReceivedMatúš Kukan2012-07-203-4/+79
* tubes: send a file for collaboration when buddy session startsMatúš Kukan2012-07-205-9/+66
* tubes: fix typo in namesMatúš Kukan2012-07-201-2/+2
* tubes: do not freeze when preparing Account ManagerMatúš Kukan2012-07-171-12/+1
* tubes: improve contacts dialogMatúš Kukan2012-07-171-10/+20
* tubes: guard unref() against "accidental" callsEike Rathke2012-07-171-1/+1
* tubes: add possibility to invite contacts to MUCMatúš Kukan2012-07-172-0/+11
* tubes: selectively export TeleManager's symbolsMatúš Kukan2012-07-171-15/+14
* tubes: remove now unused code, when we don't use maConferencesMatúš Kukan2012-07-174-104/+1
* tubes: associate the document directly with TeleConferenceMatúš Kukan2012-07-174-42/+32
* tubes: remove unused TeleConference::maSessionIdMatúš Kukan2012-07-173-9/+5
* tubes: remove unused TeleManager::mbAcceptIncomingMatúš Kukan2012-07-173-10/+7
* tubes: split TeleManager::connect method.Matúš Kukan2012-07-173-37/+69
* tubes: warning guard for boost/signals2.hpp [-Werror=shadow]Eike Rathke2012-07-173-1/+46