aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call.c
Commit message (Collapse)AuthorAgeFilesLines
* tpaw-utils: move empathy_window_present* to tp-aw and rename itMarco Barisione2013-08-201-1/+2
| | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* use the user_action_time received from TP when presenting existing call windowGuillaume Desmottes2013-08-071-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705618
* empathy_call_window_present(): rename to _new_handler()Guillaume Desmottes2013-08-071-1/+1
| | | | | | | The name was miss leading as this function do more than just presenting the window. https://bugzilla.gnome.org/show_bug.cgi?id=705618
* use the user_action_time received from TP when presenting new call windowGuillaume Desmottes2013-08-071-0/+9
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705618
* call-factory::new-call-handler: remove unused 'outgoing' argGuillaume Desmottes2013-08-071-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705618
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-4/+2
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-2/+2
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-2/+2
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-7/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* call: pass the proper flag to gtk_application_inhibit()Guillaume Desmottes2013-01-021-2/+2
| | | | We have to use '|' to combine flags, not '&'...
* empathy-call: inhibit when we are in a callGuillaume Desmottes2012-11-021-0/+29
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=684979
* empathy-call: Add a debug option to dump the GStreamer pipelineDebarshi Ray2012-10-121-0/+2
| | | | Fixes: https://bugzilla.gnome.org/685888
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+0
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* 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
* Fix localization of --help outputs and application namesGabor Kelemen2012-05-031-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675246
* stop using g_thread_initGuillaume Desmottes2012-04-051-3/+0
| | | | | | It has been deprecated in GLib 2.31. https://bugzilla.gnome.org/show_bug.cgi?id=662662
* 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