aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-call.h
Commit message (Collapse)AuthorAgeFilesLines
* add empathy_tp_call_get_statusGuillaume Desmottes2010-06-071-0/+2
|
* add empathy_tp_call_leaveGuillaume Desmottes2010-03-301-0/+2
|
* add empathy_tp_call_has_initial_videoGuillaume Desmottes2009-12-161-0/+2
|
* add empathy_tp_call_get_connection_managerGuillaume Desmottes2009-11-161-0/+2
|
* When no video is received or sent we show contacts' avatars instead of showingJonathan Tellier2009-06-121-0/+2
| | | | black widgets.
* Change empathy_tp_call_to to indicate with what media streams we want to startSjoerd Simons2009-05-181-1/+2
|
* Remove unused functionsOlivier Crête2009-02-121-9/+0
| | | | | | | From: Olivier Crête <olivier.crete@collabora.co.uk> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2442
* Move the TpFarsight code from TpCall to CallHandlerSjoerd Simons2009-02-031-1/+2
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2387
* Add a function to explicitly set the remote candidate on outgoing calls ↵Sjoerd Simons2009-01-101-0/+4
| | | | | | | | instead of relying on the group interface Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2165
* Add a function to explicitly close EmpathyTpCallSjoerd Simons2009-01-101-0/+1
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2160
* Replace the has-dtmf property by empathy_tp_call_has_dtmf() (Alban Crequy)Xavier Claessens2008-06-131-0/+1
| | | | svn path=/trunk/; revision=1165
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-2/+3
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Implement DTMF.Xavier Claessens2008-05-021-0/+2
| | | | svn path=/trunk/; revision=1071
* Add collabora in copyright and myself in authors since I did lots of changes ↵Xavier Claessens2008-04-151-13/+16
| | | | | | in that module. svn path=/trunk/; revision=947
* Do not take McAccount as construct param, it can be found from the TpChannelXavier Claessens2008-04-111-4/+2
| | | | svn path=/trunk/; revision=905
* Port to tp-glib API and cleanup the codeXavier Claessens2008-04-111-8/+3
| | | | svn path=/trunk/; revision=900
* Make use of generated code for using stream engine.Xavier Claessens2008-02-261-2/+4
| | | | svn path=/trunk/; revision=664
* Merge call branch from Elliot Fairweather with cleanups from Xavier Claessens.Xavier Claessens2008-02-151-57/+59
| | | | svn path=/trunk/; revision=632
* Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, XavierXavier Claessens2007-09-291-0/+89
2007-09-29 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-call-window.c: * libempathy-gtk/empathy-call-window.h: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-call-window.glade: * libempathy-gtk/Makefile.am: * libempathy-gtk/empathy-chat-window.c: * src/empathy-call-chandler.c: * src/empathy-call.chandler: * src/org.gnome.Empathy.Call.service.in: * src/Makefile.am: * libempathy/empathy-utils.c: * libempathy/empathy-utils.h: * libempathy/empathy-tp-call.c: * libempathy/empathy-tp-call.h: * libempathy/Makefile.am: * libempathy/tp-stream-engine.xml: * configure.ac: * doc/libempathy-gtk/libempathy-gtk-docs.sgml: * doc/libempathy/libempathy.types: * doc/libempathy/libempathy-docs.sgml: * doc/libempathy/Makefile.am: * doc/libempathy/tmpl/empathy-utils.sgml: Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, Xavier Claessens). svn path=/trunk/; revision=339