aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-call.c
Commit message (Expand)AuthorAgeFilesLines
* The EmpathyCallHandler correctly initializes it "initial_video" propertyJonathan Tellier2009-06-161-2/+4
* Better implemented empathy_tp_call_is_receiving_video and empathy_tp_call_is_...Jonathan Tellier2009-06-121-4/+2
* When no video is received or sent we show contacts' avatars instead of showingJonathan Tellier2009-06-121-0/+37
* Change empathy_tp_call_to to indicate with what media streams we want to startSjoerd Simons2009-05-181-2/+12
* empathy-tp-call: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...Xavier Claessens2009-04-221-7/+13
* Port EmpathyTpCall to new APIXavier Claessens2009-04-221-36/+23
* Remove unused functionsOlivier CrĂȘte2009-02-121-78/+0
* Remove some dead codeSjoerd Simons2009-02-031-17/+0
* Request only audio in the initial requestSjoerd Simons2009-02-031-2/+1
* Don't double-free the EmpathyTpCallStreamsSjoerd Simons2009-02-031-3/+0
* Move the TpFarsight code from TpCall to CallHandlerSjoerd Simons2009-02-031-140/+1
* Initial port from telepathy-stream-engine to telepathy-farsightSjoerd Simons2009-02-031-133/+165
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-3/+3
* Do not unref the channel when closing it, wait for the invalidated signal.Xavier Claessens2009-01-151-24/+12
* Remove usage of EmpathyTpGroup from EmpathyTpCall.Xavier Claessens2009-01-131-37/+69
* Don't unref the TpGroup twiceSjoerd Simons2009-01-101-1/+0
* Don't close channels as a side-effect of disposing wrapper objectsSjoerd Simons2009-01-101-2/+11
* Add a function to explicitly set the remote candidate on outgoing calls inste...Sjoerd Simons2009-01-101-23/+11
* Add a function to explicitly close EmpathyTpCallSjoerd Simons2009-01-101-4/+15
* Added empathy_init function to call emp_cli_init in main. (Jonny Lamb)Jonny Lamb2008-11-221-2/+0
* On incoming calls don't request a new audio stream. This makes streams collid...Xavier Claessens2008-08-021-3/+0
* Add g_return_val_if_fail (Alban Crequy)Xavier Claessens2008-06-131-0/+2
* Do not include _gen/ files (Alban Crequy)Xavier Claessens2008-06-131-1/+1
* Replace the has-dtmf property by empathy_tp_call_has_dtmf() (Alban Crequy)Xavier Claessens2008-06-131-9/+9
* Do not show the keypad when the media channel does not have the DTMF interfac...Xavier Claessens2008-06-131-0/+10
* Ref the call object when emiting notify signals because signal handles could ...Xavier Claessens2008-05-091-2/+7
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-11/+9
* Do not request video stream until the user click on the 'send video' box.Xavier Claessens2008-05-021-11/+4
* Keypad is unsensitive if the call is not ACCEPTEDXavier Claessens2008-05-021-2/+2
* Implement DTMF.Xavier Claessens2008-05-021-2/+34
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-40/+29
* Partly fix INCOMING callsXavier Claessens2008-04-211-24/+9
* Fix OUTGOING callsXavier Claessens2008-04-211-27/+50
* Add/Remove preview window can be done at anytime, the call don't have to be r...Xavier Claessens2008-04-161-2/+0
* Add collabora in copyright and myself in authors since I did lots of changes ...Xavier Claessens2008-04-151-13/+16
* Request audio and video streams if capabilities are unknown.Xavier Claessens2008-04-151-17/+8
* Fix some warningsXavier Claessens2008-04-111-2/+2
* TpChannel is not a DBusGProxyXavier Claessens2008-04-111-5/+4
* Do not take McAccount as construct param, it can be found from the TpChannelXavier Claessens2008-04-111-63/+21
* Port to tp-glib API and cleanup the codeXavier Claessens2008-04-111-386/+249
* Disconnect invalidated signal when TpCall is finalized. Fixes bug #523766.Xavier Claessens2008-03-261-9/+9
* Disconnect invalidated signal from stream-engine when media channel is closed...Xavier Claessens2008-03-231-12/+20
* Fix some coding styleXavier Claessens2008-03-231-14/+14
* Remove useless libtelepathy headersXavier Claessens2008-03-111-1/+0
* Make sure we don't expect contact id and handle to be directly ready. Add som...Xavier Claessens2008-03-111-19/+8
* Do not use a global variable but a field in the call. Use a boolean since we ...Xavier Claessens2008-03-111-9/+9
* Fix: do not close the call channel if stream-engine is not yet started (Alban...Xavier Claessens2008-03-111-1/+13
* Replace g_signal_emit_by_name by g_signal_emit (Alban Crequy).Xavier Claessens2008-03-051-8/+8
* Fix call when then stream is created with a 'Bidirectional' direction (Alban ...Xavier Claessens2008-03-051-0/+13
* Fix crash: g_object_new()'s last argument must be NULL (Alban Crequy).Xavier Claessens2008-03-021-1/+2
* Cancel name owner watch when the call is finalizedXavier Claessens2008-02-261-0/+7
* Watch name owner changes to know when s-e falls off the bus.Xavier Claessens2008-02-261-1/+24
* Avoid calling Close() on the media channel if it's already closed.Xavier Claessens2008-02-261-0/+5
* Close the channel if se proxy is invalidated and do not change status to clos...Xavier Claessens2008-02-261-8/+1
* Change status to closed if stream engine dies or if a call fails.Xavier Claessens2008-02-261-1/+24
* unref stream-engine proxy when TpCall is finalizedXavier Claessens2008-02-261-2/+3
* It's now safe to call emp_cli_init multiple times. Move that call to empathy_...Xavier Claessens2008-02-261-0/+2
* Make use of generated code for using stream engine.Xavier Claessens2008-02-261-95/+70
* Cleanup code from previous mergeXavier Claessens2008-02-161-8/+10
* Merge commit 'sjoerd/master'Xavier Claessens2008-02-161-1/+23
* Merge commit 'sjoerd/master'Xavier Claessens2008-02-161-5/+14
* If there is an error when listing streams, return for the func to avoid crash...Xavier Claessens2008-02-151-0/+1
* Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens.Xavier Claessens2008-02-151-508/+774
* Conflicts:Xavier Claessens2007-12-031-1/+1
* Initialize every GError to NULL. Fixes bug #482889.Marco Barisione2007-10-041-1/+1
* Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, XavierXavier Claessens2007-09-291-0/+655