summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tubes: associate the document directly with TeleConferenceMatúš Kukan2012-07-177-61/+83
* tubes: remove unused TeleConference::maSessionIdMatúš Kukan2012-07-173-9/+5
* tubes: start collaboration from the File->Collaborate menu as the only wayMatúš Kukan2012-07-174-81/+39
* tubes: remove unused TeleManager::mbAcceptIncomingMatúš Kukan2012-07-174-11/+8
* tubes: create TeleManager when starting Collaboration dialogMatúš Kukan2012-07-174-15/+15
* tubes: split TeleManager::connect method.Matúš Kukan2012-07-174-38/+70
* tubes: reduce the use of boost::shared_ptrMatúš Kukan2012-07-173-17/+28
* include tubes/warnings_guard_boost_signals2.hpp [-Werror=shadow]Eike Rathke2012-07-171-1/+1
* tubes: warning guard for boost/signals2.hpp [-Werror=shadow]Eike Rathke2012-07-173-1/+46
* tubes: add Collaborate menu item only in telepathy enabled buildMatúš Kukan2012-07-175-2/+27
* tubes: fix makefiles after rebaseMatúš Kukan2012-07-174-4/+5
* tubes: correctly set pDocFuncMatúš Kukan2012-07-172-1/+2
* tubes: make TeleManager::startGroupSession work and use itMatúš Kukan2012-07-173-17/+36
* tubes: fallback to master mode when not possible to init TeleManager as slaveMatúš Kukan2012-07-171-1/+12
* tubes: unref TeleManager if we do not store the pointerMatúš Kukan2012-07-171-0/+1
* tubes: use new TeleManager::get() method without parameterMatúš Kukan2012-07-174-10/+11
* tubes: remove unused SetCollaboration methodMatúš Kukan2012-07-172-6/+0
* tubes: use correct castsMatúš Kukan2012-07-171-3/+3
* tubes: add listen button to start TeleManagerMatúš Kukan2012-07-173-1/+37
* tubes: create InitTeleManager methodMatúš Kukan2012-07-172-16/+25
* tubes: extract class definitions to sendfunc.hxxMatúš Kukan2012-07-172-386/+448
* tubes: start collaboration from the contacts widgetMatúš Kukan2012-07-174-26/+56
* tubes: ScDocFuncSend: store pointer to TeleManagerMatúš Kukan2012-07-171-11/+4
* tubes: add File -> Collaborate menu entry to launch contacts widgetMatúš Kukan2012-07-176-0/+47
* tubes: remove ScCollaboration layerMatúš Kukan2012-07-174-238/+52
* remove a few unused includesMatúš Kukan2012-07-172-7/+0
* tubes: get Avatars loaded and displayedMatúš Kukan2012-07-171-1/+16
* tubes: improve contacts list sizingMatúš Kukan2012-07-172-3/+3
* tubes: cleanup abstraction, and add in-process demo modeMichael Meeks2012-07-178-39/+119
* tubes: tweak makefilesMatúš Kukan2012-07-175-35/+17
* tubes: mention local copy of needed telepathy-glibEike Rathke2012-07-171-0/+9
* conference: remove a stray dbus-glib import.Will Thompson2012-07-171-1/+0
* tubes: use tp_dbus_tube_channel_offer/accept_asyncWill Thompson2012-07-173-119/+50
* tubes: make conference hold a TpDBusTubeChannelWill Thompson2012-07-173-17/+19
* tubes: use GDBus rather than libdbusWill Thompson2012-07-173-77/+111
* tubes: move Accept() logic into conferenceWill Thompson2012-07-174-119/+98
* tubes: reduce code duplication when opening connectionWill Thompson2012-07-172-37/+25
* tubes: couple tubes up to the build logicMichael Meeks2012-07-172-1/+2
* tubes: link libraries to unit testEike Rathke2012-07-171-1/+7
* tubes: include libtubes in instsetEike Rathke2012-07-172-0/+5
* tubes: LINK is goneEike Rathke2012-07-171-1/+0
* tubes: shared_ptr for ScDocFunc chains and ScCollaborationEike Rathke2012-07-171-20/+26
* tubes: TeleManager::get() takes an argumentEike Rathke2012-07-171-4/+22
* cleanout flushLoopEike Rathke2012-07-173-23/+0
* silence WaE incompatible pointer type and unused parametersEike Rathke2012-07-171-10/+18
* silence WaE unused-parameterEike Rathke2012-07-171-0/+8
* tubes: work around “We are supposed to handle only one channel” bug.Will Thompson2012-07-172-0/+32
* tubes: quick hack to allow running two instancesWill Thompson2012-07-176-12/+18
* tubes: make the contacts list show somethingMichael Meeks2012-07-176-16/+69
* Replace file received link with a signal.Will Thompson2012-07-173-17/+13