summaryrefslogtreecommitdiff
path: root/tubes/source
AgeCommit message (Expand)AuthorFilesLines
2015-01-11OSL_ENSURE was not declared in this scopeDavid Tardon1-3/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-05-13Typo: shoud -> shouldJulien Nabet1-1/+1
2013-12-20typo fixesAndras Timar1-1/+1
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar1-1/+1
2013-11-08Silence -Wdeprecated-declarations for the momentJulien Nabet2-4/+21
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-1/+7
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer1-3/+0
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks1-2/+2
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks3-69/+12
2013-04-19use GLIB_CHECK_VERSION instead of GLIB_VERSION_X_XXIvan Timofeev1-1/+1
2013-04-18WaE: g_type_init has been deprecated since GLib 2.36Ivan Timofeev1-0/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-14/+14
2013-03-16Remove RTL_CONSTASCII_STRINGPARAM from tubesChr. Rossmanith1-3/+3
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-7/+3
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úš Kukan3-155/+36
2012-10-10tubes: getProcessServiceFactory does not return NULL anymoreMatúš Kukan1-8/+5
2012-08-20tubes: fix indentation and scope of variablesMatúš Kukan1-39/+30
2012-08-20tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan3-181/+115
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úš Kukan1-59/+32
2012-08-16tubes: do not include tubes' object files in unit test libraryMatúš Kukan1-2/+4
2012-08-16tubes: fix unittest again and simplifyMatúš Kukan2-38/+8
2012-08-16tubes: also prepare the Account Manager when creating; and simplifyMatúš Kukan2-81/+41
2012-08-14tubes: use channel's signal closed to know when end the collaborationMatúš Kukan3-62/+39
2012-08-08tubes: add invite to Collaboration classMatúš Kukan2-10/+9
2012-08-08tubes: do not encode UUID into file name anymoreMatúš Kukan3-24/+14
2012-08-08tubes: use file channel description for sending UUIDMatúš Kukan2-4/+33
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úš Kukan2-135/+86
2012-08-08tubes: make contacts dialog a member of Collaboration classMatúš Kukan4-31/+30
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan4-19/+73
2012-08-04tubes: do not queue incoming packetsMatúš Kukan2-27/+12
2012-08-04tubes: avoid boost::signaling received packetsMatúš Kukan2-4/+8
2012-08-04tubes: avoid ugly SAL_DLLPUBLIC_EXPORT hereMatúš Kukan2-4/+12
2012-08-04tubes: remove unused parameterMatúš Kukan2-20/+8
2012-08-04tubes: call the function directlyMatúš Kukan2-18/+4
2012-08-04tubes: implement another way for demoing collaborationMatúš Kukan5-9/+86
2012-08-04tubes: stop collaborating when the account gets off-lineMatúš Kukan2-2/+38
2012-08-04tubes: stop collaborating when the contact leavesMatúš Kukan3-2/+28
2012-08-04tubes: fix leaking ScCollaboration; add it to ScDocShellMatúš Kukan1-1/+0