summaryrefslogtreecommitdiff
path: root/tubes/source/manager.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-28Move internal include files from include/tubes/ to tubes/source/Stephan Bergmann1-4/+4
2016-10-28Various loplugin warnings in --enable-telepathyStephan Bergmann1-56/+61
2016-02-09Formatting changes across all modulesChris Sherlock1-4/+0
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar1-1/+1
2013-11-08Silence -Wdeprecated-declarations for the momentJulien Nabet1-2/+3
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-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
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ňák1-8/+8
2013-03-16Remove RTL_CONSTASCII_STRINGPARAM from tubesChr. Rossmanith1-3/+3
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-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úš Kukan1-10/+85
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: fix unittest again and simplifyMatúš Kukan1-38/+5
2012-08-16tubes: also prepare the Account Manager when creating; and simplifyMatúš Kukan1-58/+41
2012-08-14tubes: use channel's signal closed to know when end the collaborationMatúš Kukan1-53/+7
2012-08-08tubes: do not encode UUID into file name anymoreMatúš Kukan1-16/+9
2012-08-08Revert "tubes: mangle service name into file description"Matúš Kukan1-1/+1
2012-08-08tubes: finish efforts to make TeleManager staticMatúš Kukan1-127/+81
2012-08-08tubes: make contacts dialog a member of Collaboration classMatúš Kukan1-0/+19
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan1-6/+10
2012-08-04tubes: do not queue incoming packetsMatúš Kukan1-1/+2
2012-08-04tubes: avoid boost::signaling received packetsMatúš Kukan1-2/+2
2012-08-04tubes: avoid ugly SAL_DLLPUBLIC_EXPORT hereMatúš Kukan1-3/+3
2012-08-04tubes: remove unused parameterMatúš Kukan1-11/+6
2012-08-04tubes: call the function directlyMatúš Kukan1-17/+0
2012-08-04tubes: implement another way for demoing collaborationMatúš Kukan1-9/+47
2012-08-04tubes: stop collaborating when the account gets off-lineMatúš Kukan1-0/+26
2012-08-04tubes: stop collaborating when the contact leavesMatúš Kukan1-0/+25
2012-08-04tubes: make TeleManager::getConference() staticMatúš Kukan1-1/+1
2012-08-02tubes: impose strict ordering on 1-1 collaborationMatúš Kukan1-1/+1
2012-07-26tubes: send file when inviting contact to MUC collaborationMatúš Kukan1-1/+2
2012-07-26tubes: clean this outMatúš Kukan1-3/+5
2012-07-26tubes: move mbChannelReadyHandlerInvoked to pImplMatúš Kukan1-5/+14
2012-07-26tubes: kill double-singletonning of TeleManagerMatúš Kukan1-41/+2
2012-07-26tubes: TeleManger's GMainLoop* now unusedMatúš Kukan1-30/+5
2012-07-26tubes: resurrect unit test to serve againMatúš Kukan1-2/+5
2012-07-24tubes: init TeleManager in desktopMatúš Kukan1-0/+17
2012-07-23tubes: do not include telepathy-glib.h in public headersMatúš Kukan1-0/+2
2012-07-23tubes: create TeleConferenceImpl to hide more details from publicMatúš Kukan1-2/+2
2012-07-23tubes: get local callbacks out of classMatúš Kukan1-5/+5