summaryrefslogtreecommitdiff
path: root/src/base-call-channel.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-16Use Update Yell apis and TpyBaseCallChannelSjoerd Simons1-787/+42
2011-01-12Use base-classes from telepathy-yellSjoerd Simons1-11/+11
2011-01-12Update yell snapshot and update gabble to yell specSjoerd Simons1-2/+0
2011-01-12Add Initial{Audio,Video}Name as requestable and immutable propertiesSjoerd Simons1-0/+2
2011-01-11Remove some temporarily #if 0'd codeSjoerd Simons1-14/+0
2011-01-11Merge branch 'master' into call-base-classesSjoerd Simons1-0/+218
2011-01-11Post-rebase porting to yellSjoerd Simons1-5/+5
2011-01-11use telepathy-yell generated codeJonny Lamb1-41/+46
2011-01-11Make call contents' lifecycles more explicit.Will Thompson1-3/+6
2011-01-11Fix the type of BaseCallChannel's 'flags' variableWill Thompson1-1/+1
2011-01-11Correctly namespace [gabble_]base_call_channel_remove_content()Will Thompson1-2/+2
2011-01-11Remove redundant include.Will Thompson1-2/+0
2011-01-11Fix up BaseCallChannel's headersWill Thompson1-2/+2
2011-01-11Use JingleMediaType<->TpMediaStreamType conversion functions!Will Thompson1-14/+1
2011-01-11Port GabbleBaseCallChannel to TpBaseChannelWill Thompson1-356/+77
2011-01-11Extract a base class from GabbleCallContentWill Thompson1-19/+26
2010-10-28Use telepathy-glib 0.13.3 for DTMF, and enable TonesDeferredSimon McVittie1-14/+11
2010-10-22base-call-channel: implement Chan.Iface.DTMFJonny Lamb1-1/+208
2010-10-21content: pop up a codec offer every time a new content appearsJonny Lamb1-0/+2
2010-10-19call-channel: implement Initial{Audio,Video}NameJonny Lamb1-0/+37
2010-10-19call-channel: the ContentAdded signal lost its second argumentJonny Lamb1-3/+1
2010-10-19content: add a ::removed signal and implement RemoveJonny Lamb1-3/+6
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-4/+2
2010-09-21FT, Media, Calls: use the Connection's TpDBusDaemonSimon McVittie1-4/+3
2010-06-22fd.o #27966: replace gabble_value_array_build with tp_value_array_buildSimon McVittie1-1/+1
2010-06-17Say who calls Close() on callsWill Thompson1-1/+10
2010-05-28Add virtual function called on close of the CallChannelSjoerd Simons1-1/+5
2010-05-25Slightly better argument nameSjoerd Simons1-3/+3
2010-05-21Free object_path_prefixSjoerd Simons1-0/+1
2010-05-06Add basic support for removing membersSjoerd Simons1-6/+24
2010-05-06Pass a prefix instead of the full object path when creating a new channelSjoerd Simons1-2/+22
2010-05-06Keep track of active vs. ended call channelsSjoerd Simons1-0/+20
2010-04-28de-initialize the contents when closing the channelSjoerd Simons1-5/+8
2010-04-28Add API to shut down membersSjoerd Simons1-12/+3
2010-04-27Don't crash if there isn't actually a sessionSjoerd Simons1-3/+3
2010-04-27Implement hanging up properlySjoerd Simons1-0/+8
2010-04-23Escape content names when putting them into bus namesSjoerd Simons1-1/+4
2010-04-23Make the user adding content in a call a virtual functionSjoerd Simons1-33/+14
2010-04-23Always emit ContentAdded when a content is addedSjoerd Simons1-2/+5
2010-04-05Do correct refcounting for creator and target handlesSjoerd Simons1-0/+19
2010-04-01Add api to get the BaseCallChannels membersSjoerd Simons1-0/+6
2010-04-01Also signal CallMembers when new members are addedSjoerd Simons1-5/+14
2010-04-01Only terminate the jingle session if we have oneSjoerd Simons1-3/+4
2010-02-18Add base_call_channel_remove_content.Mike Ruprecht1-0/+15
2010-02-18Ensure Accept isn't called in an invalid state.Mike Ruprecht1-0/+19
2010-02-18Return an error if AddContent is called on ended Call.Mike Ruprecht1-0/+8
2010-02-18Fix sender state regression.Mike Ruprecht1-0/+3
2010-02-18Fix Ringing flag regression.Mike Ruprecht1-2/+29
2010-02-18Allow InitialAudio and InitialVideo to be set after object creationSjoerd Simons1-2/+2
2010-02-18Use a virtual function for the actual acceptance of callsSjoerd Simons1-9/+4