summaryrefslogtreecommitdiffstats
path: root/tubes/source/manager.cxx
Commit message (Expand)AuthorAgeFilesLines
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar2013-11-171-1/+1
* Silence -Wdeprecated-declarations for the momentJulien Nabet2013-11-081-2/+3
* 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-221-23/+4
* 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-071-8/+8
* Remove RTL_CONSTASCII_STRINGPARAM from tubesChr. Rossmanith2013-03-161-3/+3
* 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: 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-201-10/+85
* tubes: add include for clangMatúš Kukan2012-08-161-0/+1
* tubes: simplify and make more readable, I believeMatúš Kukan2012-08-161-59/+32
* tubes: fix unittest again and simplifyMatúš Kukan2012-08-161-38/+5
* tubes: also prepare the Account Manager when creating; and simplifyMatúš Kukan2012-08-161-58/+41
* tubes: use channel's signal closed to know when end the collaborationMatúš Kukan2012-08-141-53/+7
* tubes: do not encode UUID into file name anymoreMatúš Kukan2012-08-081-16/+9
* Revert "tubes: mangle service name into file description"Matúš Kukan2012-08-081-1/+1
* tubes: finish efforts to make TeleManager staticMatúš Kukan2012-08-081-127/+81
* tubes: make contacts dialog a member of Collaboration classMatúš Kukan2012-08-081-0/+19
* tubes: handle TeleConference internally in CollaborationMatúš Kukan2012-08-081-6/+10
* tubes: do not queue incoming packetsMatúš Kukan2012-08-041-1/+2
* tubes: avoid boost::signaling received packetsMatúš Kukan2012-08-041-2/+2
* tubes: avoid ugly SAL_DLLPUBLIC_EXPORT hereMatúš Kukan2012-08-041-3/+3
* tubes: remove unused parameterMatúš Kukan2012-08-041-11/+6
* tubes: call the function directlyMatúš Kukan2012-08-041-17/+0
* tubes: implement another way for demoing collaborationMatúš Kukan2012-08-041-9/+47
* tubes: stop collaborating when the account gets off-lineMatúš Kukan2012-08-041-0/+26
* tubes: stop collaborating when the contact leavesMatúš Kukan2012-08-041-0/+25
* tubes: make TeleManager::getConference() staticMatúš Kukan2012-08-041-1/+1
* tubes: impose strict ordering on 1-1 collaborationMatúš Kukan2012-08-021-1/+1
* tubes: send file when inviting contact to MUC collaborationMatúš Kukan2012-07-261-1/+2
* tubes: clean this outMatúš Kukan2012-07-261-3/+5
* tubes: move mbChannelReadyHandlerInvoked to pImplMatúš Kukan2012-07-261-5/+14
* tubes: kill double-singletonning of TeleManagerMatúš Kukan2012-07-261-41/+2
* tubes: TeleManger's GMainLoop* now unusedMatúš Kukan2012-07-261-30/+5
* tubes: resurrect unit test to serve againMatúš Kukan2012-07-261-2/+5
* tubes: init TeleManager in desktopMatúš Kukan2012-07-241-0/+17
* tubes: do not include telepathy-glib.h in public headersMatúš Kukan2012-07-231-0/+2
* tubes: create TeleConferenceImpl to hide more details from publicMatúš Kukan2012-07-231-2/+2
* tubes: get local callbacks out of classMatúš Kukan2012-07-231-5/+5
* tubes: do not crash if there is no TeleManager yetMatúš Kukan2012-07-221-1/+1
* tubes: do not include file-transfer-helper.h in public headersMatúš Kukan2012-07-211-4/+10
* tubes: use SAL_WARN SAL_LOGMatúš Kukan2012-07-201-4/+2