Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up #include directives in source files | Emanuele Aina | 2013-04-02 | 1 | -1/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076 | ||||
* | Clean up #include directives in headers | Emanuele Aina | 2013-04-02 | 1 | -1/+1 |
| | | | | | | Reorder some inclusions and remove a few blank lines. https://bugzilla.gnome.org/show_bug.cgi?id=697076 | ||||
* | Remove tp-yell and use TpCallChannel | Xavier Claessens | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | factor out empathy_call_window_change_webcam() | Guillaume Desmottes | 2011-11-23 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=664459 | ||||
* | Reuse Call windows when possible | Emilio Pozuelo Monfort | 2011-09-08 | 1 | -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() public | Emilio Pozuelo Monfort | 2011-08-19 | 1 | -0/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=656579 | ||||
* | CallWindow: add a menu to change the camera | Emilio Pozuelo Monfort | 2011-08-15 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=599167 | ||||
* | call-window: add getters for the UI manager and audio src | Jonny Lamb | 2011-07-29 | 1 | -0/+5 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Move to using ->priv pointer in the object instance | Sjoerd Simons | 2011-06-09 | 1 | -0/+2 |
| | |||||
* | Add an EmpathyCallWindow class | Emilio Pozuelo Monfort | 2011-06-08 | 1 | -0/+65 |
| | |||||
* | EmpathyCallWindow -> EmpathyStreamedMediaWindow | Emilio Pozuelo Monfort | 2011-02-03 | 1 | -64/+0 |
| | |||||
* | EmpathyCallHandler -> EmpathyStreamedMediaHandler | Emilio Pozuelo Monfort | 2011-02-03 | 1 | -2/+2 |
| | |||||
* | empathy-call-window: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | Fixed some coding style. | jtellier | 2009-05-13 | 1 | -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 Simons | 2009-02-03 | 1 | -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 the | Sjoerd Simons | 2009-01-10 | 1 | -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 Claessens | 2008-05-27 | 1 | -3/+0 |
| | | | | svn path=/trunk/; revision=1126 | ||||
* | Improve dispatcher. Fixes bug #465928. | Xavier Claessens | 2008-05-18 | 1 | -2/+5 |
| | | | | svn path=/trunk/; revision=1108 | ||||
* | Add collabora in copyright and myself in authors since I did lots of changes ↵ | Xavier Claessens | 2008-04-15 | 1 | -13/+16 |
| | | | | | | in that module. svn path=/trunk/; revision=947 | ||||
* | Move modules that make no sense to be used in other applicaton from ↵ | Xavier Claessens | 2008-03-14 | 1 | -0/+34 |
libempathy-gtk/ to src/ svn path=/trunk/; revision=789 |