summaryrefslogtreecommitdiff
path: root/tubes
AgeCommit message (Expand)AuthorFilesLines
2013-01-08Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
2012-10-13tubes: use new .ui format for contacts dialogMatúš Kukan7-164/+176
2012-10-10tubes: use only one test method; and also setUp and tearDownMatúš Kukan1-41/+25
2012-10-10tubes: getProcessServiceFactory does not return NULL anymoreMatúš Kukan1-8/+5
2012-10-10tubes: just hardcode the urlMatúš Kukan1-11/+2
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl2-4/+0
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2-2/+4
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2-1/+3
2012-09-27tubes: let's use ctor, dtor and less methods in the testMatúš Kukan1-21/+7
2012-09-27tubes: catch exception to get more infoMatúš Kukan1-4/+12
2012-08-20tubes: update READMEMatúš Kukan1-62/+14
2012-08-20tubes: add few more commentsMatúš Kukan2-5/+12
2012-08-20tubes: fix indentation and scope of variablesMatúš Kukan1-39/+30
2012-08-20tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan8-255/+126
2012-08-16tubes: correctly use SAL_INFO and SAL_WARN macrosMatúš Kukan1-2/+2
2012-08-16tubes: add include for clangMatúš Kukan1-0/+1
2012-08-16tubes: simplify and make more readable, I believeMatúš Kukan2-64/+32
2012-08-16tubes: do not include tubes' object files in unit test libraryMatúš Kukan6-61/+44
2012-08-16tubes: implement simple TestCollaboration to test receiving packetsMatúš Kukan1-3/+22
2012-08-16tubes: fix unittest again and simplifyMatúš Kukan5-117/+70
2012-08-16tubes: also prepare the Account Manager when creating; and simplifyMatúš Kukan4-116/+44
2012-08-14tubes: clean this makefileMatúš Kukan1-8/+4
2012-08-14tubes: use channel's signal closed to know when end the collaborationMatúš Kukan6-63/+42
2012-08-08tubes: add invite to Collaboration classMatúš Kukan3-11/+10
2012-08-08tubes: do not encode UUID into file name anymoreMatúš Kukan4-25/+15
2012-08-08tubes: use file channel description for sending UUIDMatúš Kukan3-4/+38
2012-08-08Revert "tubes: mangle service name into file description"Matúš Kukan2-2/+2
2012-08-08tubes: re-use typedefs from contact-list.hxxMatúš Kukan1-20/+16
2012-08-08tubes: finish efforts to make TeleManager staticMatúš Kukan4-193/+125
2012-08-08tubes: make contacts dialog a member of Collaboration classMatúš Kukan8-70/+39
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan8-36/+95
2012-08-05tubes: fix buildMatúš Kukan1-1/+1
2012-08-04tubes: do not queue incoming packetsMatúš Kukan4-50/+15
2012-08-04tubes: avoid boost::signaling received packetsMatúš Kukan7-67/+9
2012-08-04tubes: avoid ugly SAL_DLLPUBLIC_EXPORT hereMatúš Kukan2-4/+12
2012-08-04tubes: remove unused parameterMatúš Kukan4-26/+10
2012-08-04tubes: call the function directlyMatúš Kukan3-25/+4
2012-08-04tubes: implement another way for demoing collaborationMatúš Kukan6-10/+95
2012-08-04tubes: stop collaborating when the account gets off-lineMatúš Kukan2-2/+38
2012-08-04tubes: fix build of unit test; set include path for nowMatúš Kukan1-0/+5
2012-08-04tubes: stop collaborating when the contact leavesMatúš Kukan5-2/+34
2012-08-04tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan1-1/+0
2012-08-04tubes: use SAL_INFO SAL_WARN hereMatúš Kukan1-4/+4
2012-08-04tubes: we use less symbols after bc21b49a464ae153341ee8d836993ca89b1a6919Matúš Kukan4-13/+10
2012-08-04tubes: do not use boost::signal here; call function directlyMatúš Kukan3-11/+17
2012-08-04tubes: create contacts dialog instance for each document separatelyMatúš Kukan2-3/+16
2012-08-04tubes: remove pointless defineMatúš Kukan1-6/+0
2012-08-04tubes: make TeleManager::getConference() staticMatúš Kukan2-2/+2
2012-08-02tubes: move sc/source/ui/collab/contacts.* to tubesMatúš Kukan10-1/+456