summaryrefslogtreecommitdiffstats
path: root/tubes
Commit message (Expand)AuthorAgeFilesLines
* tubes: do not freeze when preparing Account ManagerMatúš Kukan2012-07-171-12/+1
* tubes: improve contacts dialogMatúš Kukan2012-07-171-10/+20
* tubes: guard unref() against "accidental" callsEike Rathke2012-07-171-1/+1
* tubes: add possibility to invite contacts to MUCMatúš Kukan2012-07-172-0/+11
* tubes: selectively export TeleManager's symbolsMatúš Kukan2012-07-171-15/+14
* tubes: remove now unused code, when we don't use maConferencesMatúš Kukan2012-07-174-104/+1
* tubes: associate the document directly with TeleConferenceMatúš Kukan2012-07-174-42/+32
* tubes: remove unused TeleConference::maSessionIdMatúš Kukan2012-07-173-9/+5
* tubes: remove unused TeleManager::mbAcceptIncomingMatúš Kukan2012-07-173-10/+7
* tubes: split TeleManager::connect method.Matúš Kukan2012-07-173-37/+69
* tubes: warning guard for boost/signals2.hpp [-Werror=shadow]Eike Rathke2012-07-173-1/+46
* tubes: fix makefiles after rebaseMatúš Kukan2012-07-171-1/+1
* tubes: make TeleManager::startGroupSession work and use itMatúš Kukan2012-07-172-17/+17
* tubes: use new TeleManager::get() method without parameterMatúš Kukan2012-07-171-0/+1
* tubes: cleanup abstraction, and add in-process demo modeMichael Meeks2012-07-173-7/+19
* tubes: tweak makefilesMatúš Kukan2012-07-172-21/+15
* 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-172-118/+49
* 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
* 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-173-7/+12
* tubes: make the contacts list show somethingMichael Meeks2012-07-172-2/+2
* Include packet in packetReceived signals.Will Thompson2012-07-174-27/+16
* tubes: add a shared TeleManager singletonWill Thompson2012-07-172-1/+46
* tubes: replace packetReceived link with a boost signalWill Thompson2012-07-173-21/+25
* ContactList: ask for avatar data for our contactsWill Thompson2012-07-171-0/+1
* tubes: delete MainLoopFlusherWill Thompson2012-07-172-44/+0
* tubes: reinstate erroneously-commented unrefsWill Thompson2012-07-171-2/+2
* tubes: update readme, get -something- working wrt. document transferMichael Meeks2012-07-171-0/+18
* tubes: push sent packets onto the incoming queue.Will Thompson2012-07-173-7/+24
* tubes: delete some loop-spinning debugWill Thompson2012-07-171-2/+0
* tubes: calm debug thrash and get master connections right.Michael Meeks2012-07-171-3/+0
* tubes: mangle service name into file descriptionWill Thompson2012-07-172-2/+2
* Use a slightly nicer filenameWill Thompson2012-07-172-2/+8
* tubes test: remove an unused functionWill Thompson2012-07-171-9/+0
* tubes test: disable testFailAlways()Will Thompson2012-07-171-1/+3
* tubes: skip self contactWill Thompson2012-07-171-1/+4
* tubes: improve the hack to work outside the test suite!Will Thompson2012-07-171-13/+10
* tubes: add a hack to give time for caps to propagate :(Will Thompson2012-07-171-0/+11
* fixup!Will Thompson2012-07-171-1/+1
* WIPWill Thompson2012-07-175-54/+37
* TeleManager: make g_type_init() the first thing doneWill Thompson2012-07-171-4/+4
* tubes: wrapper to enable tubesEike Rathke2012-07-175-7/+41