summaryrefslogtreecommitdiffstats
path: root/tubes/source
Commit message (Expand)AuthorAgeFilesLines
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-261-1/+1
* OSL_ENSURE was not declared in this scopeDavid Tardon2015-01-111-3/+3
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+2
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-2/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* Typo: shoud -> shouldJulien Nabet2014-05-131-1/+1
* typo fixesAndras Timar2013-12-201-1/+1
* bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar2013-11-171-1/+1
* Silence -Wdeprecated-declarations for the momentJulien Nabet2013-11-082-4/+21
* fdo#62475 - remove visual noisePhilipp Riemer2013-08-311-1/+7
* fdo#62475 - remove visual noisePhilipp Riemer2013-08-311-3/+0
* Re-work 8bit characters in source code, or remove them.Michael Meeks2013-08-201-2/+2
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-23/+4
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-223-69/+12
* use GLIB_CHECK_VERSION instead of GLIB_VERSION_X_XXIvan Timofeev2013-04-191-1/+1
* WaE: g_type_init has been deprecated since GLib 2.36Ivan Timofeev2013-04-181-0/+2
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-072-14/+14
* Remove RTL_CONSTASCII_STRINGPARAM from tubesChr. Rossmanith2013-03-161-3/+3
* Make LO buildable again after the GraphicFilter move.Jan Holesovsky2013-01-041-1/+1
* fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2012-12-211-7/+3
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
* tubes: use new .ui format for contacts dialogMatúš Kukan2012-10-133-155/+36
* tubes: getProcessServiceFactory does not return NULL anymoreMatúš Kukan2012-10-101-8/+5
* tubes: fix indentation and scope of variablesMatúš Kukan2012-08-201-39/+30
* tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan2012-08-203-181/+115
* tubes: correctly use SAL_INFO and SAL_WARN macrosMatúš Kukan2012-08-161-2/+2
* tubes: add include for clangMatúš Kukan2012-08-161-0/+1
* tubes: simplify and make more readable, I believeMatúš Kukan2012-08-161-59/+32
* tubes: do not include tubes' object files in unit test libraryMatúš Kukan2012-08-161-2/+4
* tubes: fix unittest again and simplifyMatúš Kukan2012-08-162-38/+8
* tubes: also prepare the Account Manager when creating; and simplifyMatúš Kukan2012-08-162-81/+41
* tubes: use channel's signal closed to know when end the collaborationMatúš Kukan2012-08-143-62/+39
* tubes: add invite to Collaboration classMatúš Kukan2012-08-082-10/+9
* tubes: do not encode UUID into file name anymoreMatúš Kukan2012-08-083-24/+14
* tubes: use file channel description for sending UUIDMatúš Kukan2012-08-082-4/+33
* Revert "tubes: mangle service name into file description"Matúš Kukan2012-08-082-2/+2
* tubes: re-use typedefs from contact-list.hxxMatúš Kukan2012-08-081-20/+16
* tubes: finish efforts to make TeleManager staticMatúš Kukan2012-08-082-135/+86
* tubes: make contacts dialog a member of Collaboration classMatúš Kukan2012-08-084-31/+30
* tubes: handle TeleConference internally in CollaborationMatúš Kukan2012-08-084-19/+73
* tubes: do not queue incoming packetsMatúš Kukan2012-08-042-27/+12
* tubes: avoid boost::signaling received packetsMatúš Kukan2012-08-042-4/+8
* tubes: avoid ugly SAL_DLLPUBLIC_EXPORT hereMatúš Kukan2012-08-042-4/+12
* tubes: remove unused parameterMatúš Kukan2012-08-042-20/+8
* tubes: call the function directlyMatúš Kukan2012-08-042-18/+4
* tubes: implement another way for demoing collaborationMatúš Kukan2012-08-045-9/+86
* tubes: stop collaborating when the account gets off-lineMatúš Kukan2012-08-042-2/+38
* tubes: stop collaborating when the contact leavesMatúš Kukan2012-08-043-2/+28