summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-call-channel.c
Commit message (Collapse)AuthorAgeFilesLines
* Use tp_value_array_free instead of g_value_array_freeSimon McVittie2013-09-261-6/+6
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
* base-call-channel: Don't call set_state from set_ringing and set_queuedDebarshi Ray2012-10-171-2/+21
| | | | | | | ... because they only change the flags and not the state. Instead emit CallStateChanged directly. Fixes: https://bugs.freedesktop.org/56044
* base-call-channel: Ignore transitions with the same stateDebarshi Ray2012-10-171-4/+5
| | | | Fixes: https://bugs.freedesktop.org/56044
* base-call-channel: include the expected and current state in Accept error ↵Guillaume Desmottes2012-09-201-6/+20
| | | | | | message I'm debugging an Empathy call issue and this kind of info can be useful.
* Stop using TP_ERRORSSimon McVittie2012-05-021-11/+11
| | | | We deprecated this in 0.11.
* Use TP_NUM_… instead of NUM_TP_…Simon McVittie2012-04-121-2/+2
| | | | | | Based on a patch from Jonny Lamb, updated for current master. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46470
* many fixes to documentation commentsJonny Lamb2012-04-061-14/+14
| | | | | | | | fd.o#48363 was opened which complains about lots of documentation problems (which g-ir-scanner finds). While I was at it I did some grepping to find yet more problems. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* 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
| | | | Use correct semicolons.
* 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
| | | | This should make it possible ot have slightly simpler clients
* 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
| | | | Better be safe than sorry
* 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 ↵Xavier Claessens2012-01-101-6/+0
| | | | RINGING
* TpBaseCallChannel::add_content, special case for INITIAL contentsXavier Claessens2012-01-101-2/+34
| | | | | If content's disposition is INITIAL, set the corresponding initial-audio/video and initial-audio/video-name properties.
* TpBaseCall*: export some internal apisXavier Claessens2012-01-101-14/+24
|
* Add TpBaseCallChannel, TpBaseCallContent and TpBaseCallStreamXavier Claessens2012-01-101-0/+1256