summaryrefslogtreecommitdiff
path: root/tubes/source/manager.cxx
AgeCommit message (Expand)Author
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar
2013-11-08Silence -Wdeprecated-declarations for the momentJulien Nabet
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-19use GLIB_CHECK_VERSION instead of GLIB_VERSION_X_XXIvan Timofeev
2013-04-18WaE: g_type_init has been deprecated since GLib 2.36Ivan Timofeev
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-16Remove RTL_CONSTASCII_STRINGPARAM from tubesChr. Rossmanith
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-10-10tubes: getProcessServiceFactory does not return NULL anymoreMatúš Kukan
2012-08-20tubes: fix indentation and scope of variablesMatúš Kukan
2012-08-20tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan
2012-08-16tubes: add include for clangMatúš Kukan
2012-08-16tubes: simplify and make more readable, I believeMatúš Kukan
2012-08-16tubes: fix unittest again and simplifyMatúš Kukan
2012-08-16tubes: also prepare the Account Manager when creating; and simplifyMatúš Kukan
2012-08-14tubes: use channel's signal closed to know when end the collaborationMatúš Kukan
2012-08-08tubes: do not encode UUID into file name anymoreMatúš Kukan
2012-08-08Revert "tubes: mangle service name into file description"Matúš Kukan
2012-08-08tubes: finish efforts to make TeleManager staticMatúš Kukan
2012-08-08tubes: make contacts dialog a member of Collaboration classMatúš Kukan
2012-08-08tubes: handle TeleConference internally in CollaborationMatúš Kukan
2012-08-04tubes: do not queue incoming packetsMatúš Kukan
2012-08-04tubes: avoid boost::signaling received packetsMatúš Kukan
2012-08-04tubes: avoid ugly SAL_DLLPUBLIC_EXPORT hereMatúš Kukan
2012-08-04tubes: remove unused parameterMatúš Kukan
2012-08-04tubes: call the function directlyMatúš Kukan
2012-08-04tubes: implement another way for demoing collaborationMatúš Kukan
2012-08-04tubes: stop collaborating when the account gets off-lineMatúš Kukan
2012-08-04tubes: stop collaborating when the contact leavesMatúš Kukan
2012-08-04tubes: make TeleManager::getConference() staticMatúš Kukan
2012-08-02tubes: impose strict ordering on 1-1 collaborationMatúš Kukan
2012-07-26tubes: send file when inviting contact to MUC collaborationMatúš Kukan
2012-07-26tubes: clean this outMatúš Kukan
2012-07-26tubes: move mbChannelReadyHandlerInvoked to pImplMatúš Kukan
2012-07-26tubes: kill double-singletonning of TeleManagerMatúš Kukan
2012-07-26tubes: TeleManger's GMainLoop* now unusedMatúš Kukan
2012-07-26tubes: resurrect unit test to serve againMatúš Kukan
2012-07-24tubes: init TeleManager in desktopMatúš Kukan
2012-07-23tubes: do not include telepathy-glib.h in public headersMatúš Kukan
2012-07-23tubes: create TeleConferenceImpl to hide more details from publicMatúš Kukan
2012-07-23tubes: get local callbacks out of classMatúš Kukan
2012-07-22tubes: do not crash if there is no TeleManager yetMatúš Kukan
2012-07-21tubes: do not include file-transfer-helper.h in public headersMatúš Kukan
2012-07-20tubes: use SAL_WARN SAL_LOGMatúš Kukan