summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-media-call-channel.c
Commit message (Expand)AuthorAgeFilesLines
* Use TP_NUM_… instead of NUM_TP_…Simon McVittie2012-04-121-1/+1
* BaseMediaCallChannel: Only wait for streams to start if they were sending to ...Olivier Crête2012-03-221-4/+26
* Call: Ignore all sending/receiving failures while heldOlivier Crête2012-03-201-11/+11
* prepare 0.17.6Guillaume Desmottes2012-03-191-1/+1
* BaseMedia: Don't report sending/receiving failures when unholdingOlivier Crête2012-03-141-2/+12
* BaseMediaCallChannel: Add method to get the hold stateOlivier Crête2012-03-141-0/+25
* Prepare 0.17.5telepathy-glib-0.17.5Simon McVittie2012-02-201-5/+5
* Remove implementation of the Mute interfaceOlivier Crête2012-02-151-91/+0
* Add config.h include in all call source filesXavier Claessens2012-02-061-0/+1
* Fix local hold state stransition for call channelNicolas Dufresne2012-01-201-7/+6
* Use TpBaseChannel::get_interfaces() virtual methodXavier Claessens2012-01-201-8/+16
* Implement requestable InitialTones as a Channel property in CallOlivier Crête2012-01-111-0/+1
* Mark base call types as abstractDanielle Madeley2012-01-101-5/+6
* a bit of code movingXavier Claessens2012-01-101-287/+280
* few coding style fixesXavier Claessens2012-01-101-4/+0
* More doc fixesXavier Claessens2012-01-101-0/+24
* Make tp_base_call_channel_is_connected/locall_accepted internalXavier Claessens2012-01-101-3/+3
* Rename _borrow_remote_members to _get_remote_membersXavier Claessens2012-01-101-3/+2
* fix some coding styleXavier Claessens2012-01-101-1/+1
* Disable sending if all members of a stream are remotely heldOlivier Crête2012-01-101-0/+49
* Implement Local hold for CallOlivier Crête2012-01-101-27/+150
* Centralise setting the local hold state in one placeOlivier Crête2012-01-101-6/+7
* Set the right Call state based on endpoint connectednessOlivier Crête2012-01-101-0/+83
* Set the sending and receiving directions correctlyOlivier Crête2012-01-101-15/+26
* Implement the sending/receiving states in TpBaseMediaCallStreamOlivier Crête2012-01-101-1/+86
* Implement the locally muted flagOlivier Crête2012-01-101-0/+2
* Add TpBaseMediaCallChannel classOlivier Crête2012-01-101-0/+290