aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-call.c
Commit message (Expand)AuthorAgeFilesLines
* 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