aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove tp-yell and use TpCallChannelXavier Claessens2012-01-101-1/+1
|
* factor out empathy_call_window_change_webcam()Guillaume Desmottes2011-11-231-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=664459
* Reuse Call windows when possibleEmilio Pozuelo Monfort2011-09-081-0/+6
| | | | | | | | | | If we have a call window opened for a contact and we get an incoming call from the same person, use the existing window instead of creating another one. Based on a patch from Jonathan Tellier. https://bugzilla.gnome.org/show_bug.cgi?id=580794
* CallWindow: make empathy_call_window_play_camera() publicEmilio Pozuelo Monfort2011-08-191-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=656579
* CallWindow: add a menu to change the cameraEmilio Pozuelo Monfort2011-08-151-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=599167
* call-window: add getters for the UI manager and audio srcJonny Lamb2011-07-291-0/+5
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Move to using ->priv pointer in the object instanceSjoerd Simons2011-06-091-0/+2
|
* Add an EmpathyCallWindow classEmilio Pozuelo Monfort2011-06-081-0/+65
|
* EmpathyCallWindow -> EmpathyStreamedMediaWindowEmilio Pozuelo Monfort2011-02-031-64/+0
|
* EmpathyCallHandler -> EmpathyStreamedMediaHandlerEmilio Pozuelo Monfort2011-02-031-2/+2
|
* empathy-call-window: fix coding styleGuillaume Desmottes2009-05-181-2/+2
|
* Fixed some coding style.jtellier2009-05-131-2/+1
| | | | | | | | - empathy-call-window-fullscreen.c and .h now has no line > 80 caracters. - The return type and the signature in the declaration of empathy_call_window_fullscreen_new and of empathy_call_window_new are on the same line. - Removed a trailing space and a tab (which was replaced by spaces).
* Toss out the old EmpathyCallWindow initialise the CallFactory and hook into ↵Sjoerd Simons2009-02-031-10/+38
| | | | | | | | its signals Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2383
* Initialize with a EmpathyTpCall instead of a TpChannel and explicitly close theSjoerd Simons2009-01-101-2/+2
| | | | | | | | channel after uses Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2162
* Only permit to have one running call at any time. Fixes bug #527970.Xavier Claessens2008-05-271-3/+0
| | | | svn path=/trunk/; revision=1126
* Improve dispatcher. Fixes bug #465928.Xavier Claessens2008-05-181-2/+5
| | | | svn path=/trunk/; revision=1108
* 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
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-0/+34
libempathy-gtk/ to src/ svn path=/trunk/; revision=789