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