Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove empathy-av | Guillaume Desmottes | 2012-05-02 | 1 | -921/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675296 | ||||
* | add missing config.h includes | Guillaume Desmottes | 2012-03-07 | 1 | -0/+1 |
| | |||||
* | remove FIXME regarding empathy_tp_streamed_media_accept_incoming_call() | Guillaume Desmottes | 2012-03-02 | 1 | -2/+0 |
| | | | | | | | | It early returns if the channel is an outgoing one. And it's called as a result of empathy_streamed_media_handler_start_call() so it's not accepted automatically. We just keep the existing behaviour. | ||||
* | fix signature of empathy_streamed_media_handler_tf_content_src_pad_added_cb | Guillaume Desmottes | 2012-03-02 | 1 | -1/+5 |
| | |||||
* | Farstream port of tp-av oops | Olivier CrĂȘte | 2012-03-02 | 1 | -0/+12 |
| | |||||
* | Port Empathy-av to Telepathy Farstream | Olivier CrĂȘte | 2012-03-02 | 1 | -66/+69 |
| | |||||
* | Allow to build with empathy-av | Guillaume Desmottes | 2012-03-02 | 1 | -3/+3 |
| | |||||
* | Revert "Drop empathy-av" | Guillaume Desmottes | 2012-03-01 | 1 | -0/+903 |
| | | | | | | | | This reverts commit ba0a893b1d31cdb234bae72845e840a895b9d62a. Conflicts: src/Makefile.am | ||||
* | Drop empathy-av | Guillaume Desmottes | 2012-02-21 | 1 | -903/+0 |
| | | | | | | So long and thanks for all the calling... https://bugzilla.gnome.org/show_bug.cgi?id=629902 | ||||
* | Remove dead files codec-preferences and element-preferences | Danielle Madeley | 2011-11-08 | 1 | -23/+0 |
| | | | | These are now handled for us by Farsight. Hooray for Farsight. | ||||
* | Use g_cclosure_marshal_generic for all signals | Xavier Claessens | 2011-09-28 | 1 | -8/+7 |
| | | | | No more ugly marshallers \o/ | ||||
* | Don't require EmpathyContacts to start a call | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+2 |
| | | | | | | | | Conflicts: libempathy-gtk/empathy-contact-menu.c libempathy-gtk/empathy-individual-menu.c libempathy-gtk/empathy-new-call-dialog.c | ||||
* | Move empathy_call_* util functions to libempathy-gtk | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+2 |
| | | | | | | | | Since we want to pop up a dialog when starting a call fails. Conflicts: libempathy/empathy-utils.c | ||||
* | Only build the EmpathyStreamedMedia* classes for empathy-av | Emilio Pozuelo Monfort | 2011-02-10 | 1 | -0/+924 |
So the other binaries don't need to link against farsight. |