summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-call-channel.c
Commit message (Expand)AuthorAgeFilesLines
* Use tp_value_array_free instead of g_value_array_freeSimon McVittie2013-09-261-6/+6
* base-call-channel: Don't call set_state from set_ringing and set_queuedDebarshi Ray2012-10-171-2/+21
* base-call-channel: Ignore transitions with the same stateDebarshi Ray2012-10-171-4/+5
* base-call-channel: include the expected and current state in Accept error mes...Guillaume Desmottes2012-09-201-6/+20
* Stop using TP_ERRORSSimon McVittie2012-05-021-11/+11
* Use TP_NUM_… instead of NUM_TP_…Simon McVittie2012-04-121-2/+2
* many fixes to documentation commentsJonny Lamb2012-04-061-14/+14
* Prepare 0.17.5telepathy-glib-0.17.5Simon McVittie2012-02-201-34/+34
* Finish Call1 documentationSimon McVittie2012-02-201-0/+2
* Add direction parameter to AddContentOlivier Crête2012-02-161-1/+9
* Remove implementation of the Mute interfaceOlivier Crête2012-02-151-19/+0
* BaseCallChannel: Starting to ring means you're not queuedOlivier Crête2012-02-141-0/+1
* Add config.h include in all call source filesXavier Claessens2012-02-061-0/+1
* call: Add traces on CallState changesNicolas Dufresne2012-01-301-2/+48
* Use TpBaseChannel::get_interfaces() virtual methodXavier Claessens2012-01-201-5/+0
* Implement requestable InitialTones as a Channel property in CallOlivier Crête2012-01-111-1/+55
* Call1: Fix unit testsOlivier Crête2012-01-111-1/+2
* Mark base call types as abstractDanielle Madeley2012-01-101-3/+4
* More doc fixesXavier Claessens2012-01-101-1/+33
* Make tp_base_call_channel_is_connected/locall_accepted internalXavier Claessens2012-01-101-21/+21
* TpBaseCallChannel: move code around to group public methodsXavier Claessens2012-01-101-59/+62
* TpBaseCallChannel: Move state from ACCEPTED to ACTIVE depending on connectivityXavier Claessens2012-01-101-25/+15
* fix some coding styleXavier Claessens2012-01-101-6/+10
* Disable sending if all members of a stream are remotely heldOlivier Crête2012-01-101-0/+8
* Start receiving when the other sides asks us toOlivier Crête2012-01-101-3/+11
* Emit Initializing before initialised and accepted before active.Olivier Crête2012-01-101-9/+32
* Set the right Call state based on endpoint connectednessOlivier Crête2012-01-101-56/+19
* Set the sending and receiving directions correctlyOlivier Crête2012-01-101-1/+47
* Update for Call spec changesOlivier Crête2012-01-101-1/+0
* Implement the sending/receiving states in TpBaseMediaCallStreamOlivier Crête2012-01-101-4/+14
* Implement the locally muted flagOlivier Crête2012-01-101-0/+19
* Accept NULL dbus_reason and messageXavier Claessens2012-01-101-2/+2
* Fix Initialising->Initialised transitionXavier Claessens2012-01-101-3/+17
* Replace TP_CALL_STATE_RINGING with TP_CALL_STATE_INITIALISEDXavier Claessens2012-01-101-7/+8
* TpBaseCallChannel: move to RINGING state when all its endpoints are CONNECTEDXavier Claessens2012-01-101-0/+41
* TpBaseCallChannel: setting member flag RINGING does not make state move to RI...Xavier Claessens2012-01-101-6/+0
* TpBaseCallChannel::add_content, special case for INITIAL contentsXavier Claessens2012-01-101-2/+34
* TpBaseCall*: export some internal apisXavier Claessens2012-01-101-14/+24
* Add TpBaseCallChannel, TpBaseCallContent and TpBaseCallStreamXavier Claessens2012-01-101-0/+1256