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