aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call.c
Commit message (Collapse)AuthorAgeFilesLines
* Call: Fix floating toolbarSjoerd Simons2012-05-201-3/+0
| | | | | | | | | | | | | | | | | Empathy needed to mark the toolbar actor as reactive otherwise it won't be reactive to events (doh)... And empathy needed to stop calling gdk_disable_multi_device().. Empathy used to do this because it has to be called before GTK+ is initialized and clutter-gtk only called after GTK+ was initialized by other function in empathy. Unfortunately since clutter-gtk 1.1.2 instead of ensuring event actually work with clutter-gtk calling this function will actually break event handle (great fun!).. Oh and also bump the clutter-gtk requirement to 1.1.2 to ensure we get the right behaviour for events.. https://bugzilla.gnome.org/show_bug.cgi?id=670874
* call: don't leak the contactGuillaume Desmottes2012-02-231-1/+1
|
* empathy-call: no need to call gtk_clutter_init()Guillaume Desmottes2012-02-221-1/+0
| | | | gtk_clutter_get_option_group() already does it for us.
* Merge remote-tracking branch 'origin/call1' into master+callGuillaume Desmottes2012-02-211-5/+1
|\ | | | | | | | | | | Conflicts: configure.ac telepathy-yell
| * Remove tp-yell and use TpCallChannelXavier Claessens2012-01-101-5/+1
| |
* | empathy-call: call XInitThreads()Guillaume Desmottes2012-02-091-0/+10
|/
* empathy-call: use dark themeGuillaume Desmottes2011-10-121-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661464
* Let the existing call window know about new incoming callsEmilio Pozuelo Monfort2011-09-081-0/+38
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=580794
* Reuse Call windows when possibleEmilio Pozuelo Monfort2011-09-081-6/+37
| | | | | | | | | | 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
* Set stream-properties on GStreamer elements to set the media roleGuillaume Desmottes2011-08-151-1/+0
|
* empathy-call: add COGL and Clutter option groupsEmilio Pozuelo Monfort2011-08-151-0/+4
|
* empathy-call: call gdk_disable_multidevice()Emilio Pozuelo Monfort2011-08-151-0/+3
| | | | | | | | Clutter needs this, and gtk_clutter_init() calls it, but g_option_context_parse() initializes GTK+ when parsing GTK+ options so it's too late for us then. https://bugzilla.gnome.org/show_bug.cgi?id=656268
* empathy-call: initialize clutterEmilio Pozuelo Monfort2011-07-121-0/+7
|
* Set 'Empathy' as program class in empathy-callEmilio Pozuelo Monfort2011-06-091-0/+2
|
* Port empathy-call to GtkApplicationEmilio Pozuelo Monfort2011-06-091-66/+46
| | | | Based on the changes to empathy-av.
* Add empathy-callEmilio Pozuelo Monfort2011-06-081-0/+195