aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-streamed-media-window.c
Commit message (Collapse)AuthorAgeFilesLines
* Use gst_object_ref_sink()Javier Jardón2012-05-071-6/+3
| | | | | | Instead call both gst_object_ref() and gst_object_sink() https://bugzilla.gnome.org/show_bug.cgi?id=675590
* streamed-media-window: don't leak the element nameDebarshi Ray2012-03-281-2/+4
| | | | Fixes: https://bugzilla.gnome.org/672796
* stop using gtk_vscale_new_with_range()Guillaume Desmottes2012-03-071-2/+4
| | | | gtk_scale_new_with_range() has been introduced in GTK+ 3.0 so we're good.
* Port Empathy-av to Telepathy FarstreamOlivier Crête2012-03-021-10/+7
|
* Allow to build with empathy-avGuillaume Desmottes2012-03-021-4/+4
|
* Revert "Drop empathy-av"Guillaume Desmottes2012-03-011-0/+3202
| | | | | | | | This reverts commit ba0a893b1d31cdb234bae72845e840a895b9d62a. Conflicts: src/Makefile.am
* Drop empathy-avGuillaume Desmottes2012-02-211-3202/+0
| | | | | | So long and thanks for all the calling... https://bugzilla.gnome.org/show_bug.cgi?id=629902
* fix GTK_BOX castsGuillaume Desmottes2011-11-211-2/+2
|
* use gtk_box_new() instead of gtk_[h,v]box_new()Guillaume Desmottes2011-11-211-11/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903
* Remove dead files codec-preferences and element-preferencesDanielle Madeley2011-11-081-17/+7
| | | | These are now handled for us by Farsight. Hooray for Farsight.
* Include config.h in a bunch of filesGuillaume Desmottes2011-10-251-0/+1
| | | | | They use deprecated API (g_mutex_new) but we still want to use it for now so they need to have GLIB_DISABLE_DEPRECATION_WARNINGS defined.
* Move dialpad into a widget of its ownDanielle Madeley2011-10-191-11/+12
| | | | | | Let's face it, the whole thing was getting a little unwieldly there in the UI utils, and if we're going to be using it in more places, let's start by abstracting it into a widget.
* streamed-media-window: simplify translator contextGuillaume Desmottes2011-09-261-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=659144
* Factor out dialpad into a utility functionDanielle Madeley2011-07-261-49/+4
| | | | | | | | | | | | | The dialpad is shared between empathy-call and empathy-av. Really it would be nice to make the dialpad its own little widget that emits signals with DTMF event ids, but I've got things to get done. Conflicts: libempathy-gtk/empathy-ui-utils.c src/empathy-call-window.c src/empathy-streamed-media-window.c
* StreamedMediaWindow: don't use `call-window' for the geometryEmilio Pozuelo Monfort2011-07-121-1/+1
| | | | | Use av-window instead, so Call and StreamedMedia windows' geometry isn't mixed as the windows are quite different now.
* Call: flip video preview horizontallyEmilio Pozuelo Monfort2011-07-051-1/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=639353
* Add a empathy-streamed-media-window.ui fileEmilio Pozuelo Monfort2011-06-231-1/+1
| | | | | | | | | EmpathyCallWindow and EmpathyStreamedMediaWindow were sharing the same .ui file, but they weren't both implementing everything (right now StreamedMedia didn't handle the Dialpad menu item). So add a empathy-streamed-media-window.ui from before new stuff was added to empathy-call-window.ui.
* Turn g_prints into DEBUGsEmilio Pozuelo Monfort2011-06-091-1/+1
|
* Remove live-adderSjoerd Simons2011-06-091-104/+15
|
* Properly convert timestamps received from X11 (#650015)Guillaume Desmottes2011-05-121-1/+1
| | | | | X11 timestamps are guint32 while Telepathy uses gint64 timestamps. We should always use tp_user_action_time_from_x11() to do the conversion.
* Add translation context on some strings (#646131)Guillaume Desmottes2011-04-181-4/+8
|
* Revert "-Fix use of include <config.h> to make sure translations work"Guillaume Desmottes2011-04-041-3/+0
| | | | | | This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47. Sorry, I didn't mean to push that...
* -Fix use of include <config.h> to make sure translations workKjartan Maraas2011-04-041-0/+3
|
* givve translators context for the 'Unknown' stringGuillaume Desmottes2011-03-301-0/+4
|
* streamed-media-window: Put the details vbox in a scroll windowGuillaume Desmottes2011-03-161-1/+8
| | | | | It can require a lot of horizontal space and we don't want to enlarge the call window just for that (#644830).
* Move farsight-using sources to srcEmilio Pozuelo Monfort2011-02-211-4/+4
| | | | And only build them for empathy-av, since they use farsight.
* EmpathyCallFactory -> EmpathyStreamedMediaFactoryEmilio Pozuelo Monfort2011-02-101-1/+0
|
* EmpathyCallWindowFullscreen -> EmpathyStreamedMediaFullscreenEmilio Pozuelo Monfort2011-02-031-14/+14
|
* EmpathyCallWindow -> EmpathyStreamedMediaWindowEmilio Pozuelo Monfort2011-02-031-0/+3323