summaryrefslogtreecommitdiffstats
path: root/tubes/source
Commit message (Expand)AuthorAgeFilesLines
* Fix SolarMutex getting lost across call to g_main_context_iterationStephan Bergmann2016-12-191-0/+4
* loplugin:reservedidStephan Bergmann2016-10-281-4/+2
* Move internal include files from include/tubes/ to tubes/source/Stephan Bergmann2016-10-289-13/+251
* Various loplugin warnings in --enable-telepathyStephan Bergmann2016-10-286-256/+307
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-10/+10
* Formatting changes across all modulesChris Sherlock2016-02-091-4/+0
* convert tubes to VclPtrDavid Tardon2015-12-231-6/+17
* remove untyped Link<>Noel Grandin2015-10-211-15/+10
* cppcheck:variableScopeNoel Grandin2015-10-151-1/+1
* 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