summaryrefslogtreecommitdiff
path: root/libempathy/empathy-tp-call.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-13use tp_channel_get_requested()Guillaume Desmottes1-6/+1
2010-08-12add g_return_val_if_fail in _new functionsGuillaume Desmottes1-0/+1
2010-08-12empathy_tp_call_get_connection_manager: use the account directlyGuillaume Desmottes1-14/+1
2010-08-12tp-call: add account propertyGuillaume Desmottes1-1/+31
2010-06-22remove empathy_tp_call_toGuillaume Desmottes1-22/+0
2010-06-22empathy_tp_call_accept_incoming_call: early return if the call is not an inco...Guillaume Desmottes1-1/+3
2010-06-22tp-call: use tp_g_signal_connect_object to connect signal on the channelGuillaume Desmottes1-2/+3
2010-06-22tp-call: use TargetHandle to get the remote contactGuillaume Desmottes1-12/+13
2010-06-22tp-call: use the Requested property to check if the call is an incoming one o...Guillaume Desmottes1-12/+8
2010-06-07add empathy_tp_call_get_statusGuillaume Desmottes1-0/+8
2010-05-26Port to new EmpathyTpContactFactory APIXavier Claessens1-5/+2
2010-03-30properly cast GArray contentGuillaume Desmottes1-1/+1
2010-03-30empathy_tp_call_leave: allocate the array on the stackGuillaume Desmottes1-7/+2
2010-03-30add empathy_tp_call_leaveGuillaume Desmottes1-0/+46
2009-12-18tp-call: set debug domain to voipGuillaume Desmottes1-1/+1
2009-12-15add empathy_tp_call_has_initial_videoGuillaume Desmottes1-0/+22
2009-11-16add empathy_tp_call_get_connection_managerGuillaume Desmottes1-0/+21
2009-11-09empathy-tp-call: we are not sending or receiving video if the video stream do...Guillaume Desmottes1-0/+6
2009-11-05TpCall: add {audio,video}-stream-error signalsGuillaume Desmottes1-0/+58
2009-06-15The EmpathyCallHandler correctly initializes it "initial_video" propertyJonathan Tellier1-2/+4
2009-06-12Better implemented empathy_tp_call_is_receiving_video and empathy_tp_call_is_...Jonathan Tellier1-4/+2
2009-06-12When no video is received or sent we show contacts' avatars instead of showingJonathan Tellier1-0/+37
2009-05-18Change empathy_tp_call_to to indicate with what media streams we want to startSjoerd Simons1-2/+12
2009-05-18empathy-tp-call: fix coding styleGuillaume Desmottes1-1/+1
2009-04-22Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...Xavier Claessens1-7/+13
2009-04-22Port EmpathyTpCall to new APIXavier Claessens1-36/+23
2009-02-11Remove unused functionsOlivier Crête1-78/+0
2009-02-03Remove some dead codeSjoerd Simons1-17/+0
2009-02-03Request only audio in the initial requestSjoerd Simons1-2/+1
2009-02-03Don't double-free the EmpathyTpCallStreamsSjoerd Simons1-3/+0
2009-02-03Move the TpFarsight code from TpCall to CallHandlerSjoerd Simons1-140/+1
2009-02-03Initial port from telepathy-stream-engine to telepathy-farsightSjoerd Simons1-133/+165
2009-01-23Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb1-3/+3
2009-01-15Do not unref the channel when closing it, wait for the invalidated signal.Xavier Claessens1-24/+12
2009-01-12Remove usage of EmpathyTpGroup from EmpathyTpCall.Xavier Claessens1-37/+69
2009-01-09Don't unref the TpGroup twiceSjoerd Simons1-1/+0
2009-01-09Don't close channels as a side-effect of disposing wrapper objectsSjoerd Simons1-2/+11
2009-01-09Add a function to explicitly set the remote candidate on outgoing calls inste...Sjoerd Simons1-23/+11
2009-01-09Add a function to explicitly close EmpathyTpCallSjoerd Simons1-4/+15
2008-11-21Added empathy_init function to call emp_cli_init in main. (Jonny Lamb)Jonny Lamb1-2/+0
2008-08-01On incoming calls don't request a new audio stream. This makes streams collid...Xavier Claessens1-3/+0
2008-06-13Add g_return_val_if_fail (Alban Crequy)Xavier Claessens1-0/+2
2008-06-13Do not include _gen/ files (Alban Crequy)Xavier Claessens1-1/+1
2008-06-13Replace the has-dtmf property by empathy_tp_call_has_dtmf() (Alban Crequy)Xavier Claessens1-9/+9
2008-06-13Do not show the keypad when the media channel does not have the DTMF interfac...Xavier Claessens1-0/+10
2008-05-08Ref the call object when emiting notify signals because signal handles could ...Xavier Claessens1-2/+7
2008-05-05Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens1-11/+9
2008-05-02Do not request video stream until the user click on the 'send video' box.Xavier Claessens1-11/+4
2008-05-01Keypad is unsensitive if the call is not ACCEPTEDXavier Claessens1-2/+2
2008-05-01Implement DTMF.Xavier Claessens1-2/+34