aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-call-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-031-0/+1
|
* calls: only set InitialAudio or InitialVideo if they are trueAlban Crequy2013-07-251-5/+12
| | | | | | Any genuinely voice-only CM might not include InitialVideo in its advertised RequestableChannelClass. Empathy must not add InitialVideo=false then but just not include it.
* Clean up #include directives in source filesEmanuele Aina2013-04-021-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-4/+1
| | | | | | | | | | | | 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-2/+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
* Remove libempathy-gtk dependency on gstreamerSjoerd Simons2012-08-291-35/+0
| | | | | | libempathy-gtk uses gstreamer directly only for one utility function used by empathy-call. Split this one out into a call specific utility file.
* libraries and plugins must be using gi18n-lib.hXavier Claessens2012-07-301-1/+1
|
* Revert "Revert "Stop requesting StreamedMedia channels""Guillaume Desmottes2012-05-021-69/+5
| | | | | | This reverts commit 758b4250e767d9e952b8c0ea4db7d93df192a0c0. https://bugzilla.gnome.org/show_bug.cgi?id=675296
* remove empathy-avGuillaume Desmottes2012-05-021-17/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675296
* Allow to build with empathy-avGuillaume Desmottes2012-03-021-14/+17
|
* Revert "Stop requesting StreamedMedia channels"Guillaume Desmottes2012-03-011-5/+69
| | | | This reverts commit b7f1fab64f9a59221b4d666cd788db4efe855b13.
* Stop requesting StreamedMedia channelsGuillaume Desmottes2012-02-211-69/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=629902
* always build empathy-callGuillaume Desmottes2012-02-211-35/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=629902
* tp_call_channel_add_content_async() now takes the directionGuillaume Desmottes2012-02-211-1/+2
|
* Remove tp-yell and use TpCallChannelXavier Claessens2012-01-101-5/+84
|
* Don't turn on echo cancellation on the sink if it's for raw conferencesSjoerd Simons2011-11-111-3/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=663842
* Don't turn on echo cancellation on the source if it's for raw conferencesSjoerd Simons2011-11-111-3/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=663842
* Merge remote-tracking branch 'pochu/misc-fixes'Danielle Madeley2011-10-141-0/+2
|\
| * Display an accurate error when not enough creditEmilio Pozuelo Monfort2011-09-051-0/+2
| |
* | Don't try to request a Call channel if built without Call supportGuillaume Desmottes2011-09-261-0/+35
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659594
* | Factor out call_new_with_streams()Guillaume Desmottes2011-09-261-5/+22
|/ | | | https://bugzilla.gnome.org/show_bug.cgi?id=659594
* manually build the GstStructureGuillaume Desmottes2011-08-151-5/+11
|
* Enable echo cancellation if neededGuillaume Desmottes2011-08-151-2/+16
|
* Use gst_parse_bin_from_description() when EMPATHY_AUDIO_* vars are setGuillaume Desmottes2011-08-151-0/+11
| | | | Also factor out empathy_call_set_stream_properties().
* Revert "empathy_call_new_with_streams: prefer StreamedMedia over Call"Emilio Pozuelo Monfort2011-07-191-15/+15
| | | | | | | | Default to Call channels again. https://bugzilla.gnome.org/show_bug.cgi?id=654611 This reverts commit 1cacc0945f81e0513013b83ca7488589dd6c61f7.
* Build fixEmilio Pozuelo Monfort2011-06-091-1/+1
|
* Check for TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED when a call failsEmilio Pozuelo Monfort2011-06-091-0/+2
|
* Return meaningful errors when starting a call failsEmilio Pozuelo Monfort2011-06-091-1/+22
|
* empathy_call_new_with_streams: prefer StreamedMedia over CallEmilio Pozuelo Monfort2011-06-091-15/+15
| | | | | | Conflicts: libempathy-gtk/empathy-call-utils.c
* Always build telepathy-yell and handle Call channelsEmilio Pozuelo Monfort2011-06-091-26/+1
| | | | | | | | | Just keep empathy-call optional. Conflicts: libempathy-gtk/empathy-call-utils.c libempathy/empathy-channel-factory.c
* Show an error dialog if starting a call failsEmilio Pozuelo Monfort2011-06-091-1/+25
|
* Don't require EmpathyContacts to start a callEmilio Pozuelo Monfort2011-06-091-10/+8
| | | | | | | | 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-gtkEmilio Pozuelo Monfort2011-06-091-0/+174
Since we want to pop up a dialog when starting a call fails. Conflicts: libempathy/empathy-utils.c