Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove empathy-av | Guillaume Desmottes | 2012-05-02 | 1 | -3203/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675296 | ||||
* | Allocate GMutex on the stack | Guillaume Desmottes | 2012-04-05 | 1 | -9/+9 |
| | | | | | | g_mutex_new() has been deprecated in GLib 2.31. https://bugzilla.gnome.org/show_bug.cgi?id=662662 | ||||
* | streamed-media-window: don't leak the element name | Debarshi Ray | 2012-03-28 | 1 | -2/+4 |
| | | | | Fixes: https://bugzilla.gnome.org/672796 | ||||
* | stop using gtk_vscale_new_with_range() | Guillaume Desmottes | 2012-03-07 | 1 | -2/+4 |
| | | | | gtk_scale_new_with_range() has been introduced in GTK+ 3.0 so we're good. | ||||
* | Port Empathy-av to Telepathy Farstream | Olivier CrĂȘte | 2012-03-02 | 1 | -10/+7 |
| | |||||
* | Allow to build with empathy-av | Guillaume Desmottes | 2012-03-02 | 1 | -4/+4 |
| | |||||
* | Revert "Drop empathy-av" | Guillaume Desmottes | 2012-03-01 | 1 | -0/+3202 |
| | | | | | | | | This reverts commit ba0a893b1d31cdb234bae72845e840a895b9d62a. Conflicts: src/Makefile.am | ||||
* | Drop empathy-av | Guillaume Desmottes | 2012-02-21 | 1 | -3202/+0 |
| | | | | | | So long and thanks for all the calling... https://bugzilla.gnome.org/show_bug.cgi?id=629902 | ||||
* | fix GTK_BOX casts | Guillaume Desmottes | 2011-11-21 | 1 | -2/+2 |
| | |||||
* | use gtk_box_new() instead of gtk_[h,v]box_new() | Guillaume Desmottes | 2011-11-21 | 1 | -11/+14 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662903 | ||||
* | Remove dead files codec-preferences and element-preferences | Danielle Madeley | 2011-11-08 | 1 | -17/+7 |
| | | | | These are now handled for us by Farsight. Hooray for Farsight. | ||||
* | Include config.h in a bunch of files | Guillaume Desmottes | 2011-10-25 | 1 | -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 own | Danielle Madeley | 2011-10-19 | 1 | -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 context | Guillaume Desmottes | 2011-09-26 | 1 | -4/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659144 | ||||
* | Factor out dialpad into a utility function | Danielle Madeley | 2011-07-26 | 1 | -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 geometry | Emilio Pozuelo Monfort | 2011-07-12 | 1 | -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 horizontally | Emilio Pozuelo Monfort | 2011-07-05 | 1 | -1/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=639353 | ||||
* | Add a empathy-streamed-media-window.ui file | Emilio Pozuelo Monfort | 2011-06-23 | 1 | -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 DEBUGs | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | Remove live-adder | Sjoerd Simons | 2011-06-09 | 1 | -104/+15 |
| | |||||
* | Properly convert timestamps received from X11 (#650015) | Guillaume Desmottes | 2011-05-12 | 1 | -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 Desmottes | 2011-04-18 | 1 | -4/+8 |
| | |||||
* | Revert "-Fix use of include <config.h> to make sure translations work" | Guillaume Desmottes | 2011-04-04 | 1 | -3/+0 |
| | | | | | | This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47. Sorry, I didn't mean to push that... | ||||
* | -Fix use of include <config.h> to make sure translations work | Kjartan Maraas | 2011-04-04 | 1 | -0/+3 |
| | |||||
* | givve translators context for the 'Unknown' string | Guillaume Desmottes | 2011-03-30 | 1 | -0/+4 |
| | |||||
* | streamed-media-window: Put the details vbox in a scroll window | Guillaume Desmottes | 2011-03-16 | 1 | -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 src | Emilio Pozuelo Monfort | 2011-02-21 | 1 | -4/+4 |
| | | | | And only build them for empathy-av, since they use farsight. | ||||
* | EmpathyCallFactory -> EmpathyStreamedMediaFactory | Emilio Pozuelo Monfort | 2011-02-10 | 1 | -1/+0 |
| | |||||
* | EmpathyCallWindowFullscreen -> EmpathyStreamedMediaFullscreen | Emilio Pozuelo Monfort | 2011-02-03 | 1 | -14/+14 |
| | |||||
* | EmpathyCallWindow -> EmpathyStreamedMediaWindow | Emilio Pozuelo Monfort | 2011-02-03 | 1 | -0/+3323 |