aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.c
Commit message (Expand)AuthorAgeFilesLines
* Use the proper enum value when checking FsMediaTypeGuillaume Desmottes2010-01-131-1/+1
* Wait that the pipeline has been started before enabling cameraGuillaume Desmottes2010-01-111-7/+10
* factor out start_callGuillaume Desmottes2010-01-111-6/+11
* empathy_call_window_constructed: no need to call display_video_previewGuillaume Desmottes2010-01-111-2/+0
* Miscellaneous string fixesPhilip Withnall2010-01-011-1/+1
* Punctuation fixes in translatable stringsPhilip Withnall2010-01-011-1/+1
* block/unblock the right signals on menu actionsGuillaume Desmottes2009-12-181-2/+2
* save the geometry of the call windowGuillaume Desmottes2009-12-181-0/+3
* Capitalize first letter of debug msgGuillaume Desmottes2009-11-281-3/+3
* Disable video preview when there is no callGuillaume Desmottes2009-11-281-0/+14
* enable the camera-off button if call doens't have initial videoGuillaume Desmottes2009-11-281-0/+5
* enable the camera-off button when call is disconnectedGuillaume Desmottes2009-11-281-3/+1
* empathy_call_window_set_send_video: don't request video stream if the call is...Guillaume Desmottes2009-11-281-0/+3
* disable_camera: disable send video only if we were sending itGuillaume Desmottes2009-11-281-1/+3
* update toggle buttons when the camera state is changed because of radio buttonsGuillaume Desmottes2009-11-281-0/+6
* hook the camera radio buttonsGuillaume Desmottes2009-11-281-1/+34
* make disable_camera, enable_preview and enable_camera no-op if we are already...Guillaume Desmottes2009-11-281-12/+15
* update radio actions when a button is pressedGuillaume Desmottes2009-11-281-0/+11
* remove the "send video" menu itemGuillaume Desmottes2009-11-281-35/+0
* empathy_call_window_set_send_video: add a debug msgGuillaume Desmottes2009-11-281-0/+1
* stop sending video when 'camera off' or 'preview' is enabledGuillaume Desmottes2009-11-281-3/+11
* early return if the camera_state is already the one we wantGuillaume Desmottes2009-11-281-0/+9
* disable the others button when 'camera on' is enabledGuillaume Desmottes2009-11-281-11/+31
* rename camera to camera_onGuillaume Desmottes2009-11-281-39/+36
* remove the "Always Show Video Preview" menuitemGuillaume Desmottes2009-11-281-25/+0
* connect the 'camera off' and 'preview' buttonsGuillaume Desmottes2009-11-281-0/+121
* set the icon of the camera_off buttonGuillaume Desmottes2009-11-281-0/+20
* We should display the avatar/preview when call is disconnectedGuillaume Desmottes2009-11-281-0/+3
* call-window: add some debug msgGuillaume Desmottes2009-11-281-0/+3
* disable video preview when we turn off video sendingGuillaume Desmottes2009-11-281-4/+1
* Enable 'send video' buttons and display the preview if call has 'initial vide...Guillaume Desmottes2009-11-281-0/+10
* Don't display the video preview when the sink is addedGuillaume Desmottes2009-11-281-10/+0
* we don't want to hide the self frame anymoreGuillaume Desmottes2009-11-281-3/+0
* remove empathy_call_window_update_self_avatar_visibilityGuillaume Desmottes2009-11-281-24/+0
* call-window: factor out display_video_preview to display/hide the video previewGuillaume Desmottes2009-11-281-14/+37
* call-window: change the semantic of the "Video Preview" menu item (#601288)Guillaume Desmottes2009-11-281-33/+7
* Use accessor functions instead direct access.Javier Jardón2009-11-171-7/+14
* media_stream_error_to_txt: display a link to the fdo bugzillaGuillaume Desmottes2009-11-161-4/+13
* rephrase the TP_MEDIA_STREAM_ERROR_NO_CODECS errorGuillaume Desmottes2009-11-161-2/+4
* Display the name of the CM in the TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR msgGuillaume Desmottes2009-11-161-7/+13
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NETWORK_ERRORGuillaume Desmottes2009-11-161-1/+3
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_MEDIA_ERRORGuillaume Desmottes2009-11-161-0/+3
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_INVALID_CM_BEH...Guillaume Desmottes2009-11-161-0/+5
* media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NO_CODECSGuillaume Desmottes2009-11-161-0/+6
* empathy-call-window: display_error: simplify showing of the widgetsGuillaume Desmottes2009-11-121-4/+1
* empathy-call-window: display_error: align the main message on the rightGuillaume Desmottes2009-11-121-0/+1
* empathy-call-window: display_error: put the image and vbox in a hboxGuillaume Desmottes2009-11-121-5/+11
* empathy-call-window: display_error: wrap the translated error msg as wellGuillaume Desmottes2009-11-121-0/+1
* media_stream_error_to_txt: correct the error message if the error was an audi...Guillaume Desmottes2009-11-061-7/+15
* rephrase the TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED messageGuillaume Desmottes2009-11-061-1/+2
* empathy-call-window: add a friendly message for TP_MEDIA_STREAM_ERROR_CONNECT...Guillaume Desmottes2009-11-061-0/+7
* use 'Technical Details' as title of the expanderGuillaume Desmottes2009-11-051-1/+1
* pass NULL to gtk_label_new when creating an empty labelGuillaume Desmottes2009-11-051-2/+2
* Display the error message in a expanderGuillaume Desmottes2009-11-051-5/+30
* use the error message if we don't have a nice descriptionGuillaume Desmottes2009-11-051-4/+10
* factor out empathy_call_window_stream_errorGuillaume Desmottes2009-11-051-13/+16
* fix typo in commentGuillaume Desmottes2009-11-051-1/+1
* call_handler_notify_tp_call_cb: return if call is NULLGuillaume Desmottes2009-11-051-1/+2
* empathy-call-window: fix phrasing of the codec negotation failed msg and mark...Guillaume Desmottes2009-11-051-1/+2
* empathy-call-window: display an error message when codec negotiation failed (...Guillaume Desmottes2009-11-051-0/+136
* empathy-call-window: fix shadow declarationsGuillaume Desmottes2009-10-201-4/+4
* empathy_call_window_setup_avatars: pass a weak object to empathy_tp_contact_f...Guillaume Desmottes2009-10-191-1/+1
* empathy-call-window: use empathy_signal_connect_weak to connect the peak-leve...Guillaume Desmottes2009-10-191-2/+3
* Fix assertion when closing a call window after CM crashed.Mike Ruprecht2009-10-191-2/+1
* Don't rely on the widget allocation to be != 0.Cosimo Cecchi2009-09-241-2/+12
* Check for NULL sink.Cosimo Cecchi2009-09-141-0/+3
* Fix long lines.Cosimo Cecchi2009-09-141-22/+33
* Move the toolbar setup after we initialize the audio outputCosimo Cecchi2009-09-141-2/+2
* Stop the sink on stream close to prevent deadlockOlivier Crête2009-09-021-0/+48
* callback is for handler no TfChannelOlivier Crête2009-09-021-1/+2
* Ensure we call the empathy_sound_stop from the main threadSjoerd Simons2009-08-261-1/+2
* empathy-call-window: add 2 translators comments (#592052)Guillaume Desmottes2009-08-191-0/+3
* Setting priv->bus_message_source_id to 0 to make sure thatJonathan Tellier2009-08-071-3/+13
* Now removing the bus watch when destroying the pipeline.Jonathan Tellier2009-08-071-4/+16
* Fixed a bug that caused the application to crash when input volume wasJonathan Tellier2009-08-071-9/+27
* Move the FsElementElementAddedNotifier over the main pipelineOlivier Crête2009-08-071-1/+30
* Do not have too complex code in var initialization.Xavier Claessens2009-07-291-2/+4
* Added functions to determine if a contact has video capabilitiesJonathan Tellier2009-07-031-5/+7
* Ring on outgoing call.Xavier Claessens2009-06-271-24/+54
* Fixed Bug 586284 – Crasher: click on the microphone once disconnectedJonathan Tellier2009-06-231-2/+11
* The EmpathyCallHandler correctly initializes it "initial_video" propertyJonathan Tellier2009-06-161-3/+28
* The video preview is no longer hidden when we get connected to a audioJonathan Tellier2009-06-131-20/+14
* Corrected code style in empathy_call_window_setup_video_preview.Jonathan Tellier2009-06-121-45/+56
* Added an early return in empathy_call_window_setup_video_preview.Jonathan Tellier2009-06-121-87/+96
* Better implemented empathy_tp_call_is_receiving_video and empathy_tp_call_is_...Jonathan Tellier2009-06-121-52/+73
* Not creating the video preview if we don't want to show it (in audioJonathan Tellier2009-06-121-56/+97
* Implemented the call window's "View -> Video preview" option.Jonathan Tellier2009-06-121-1/+35
* When no video is received or sent we show contacts' avatars instead of showingJonathan Tellier2009-06-121-0/+49
* empathy-call-window: remove unused variablesGuillaume Desmottes2009-06-111-3/+0
* Added a "Redial" button to the call window.Jonathan Tellier2009-06-091-98/+244
* empathy-call-window: coding style fixGuillaume Desmottes2009-05-281-1/+1
* When initializing users' avatar, the pixbuf representing it is nowJonathan Tellier2009-05-261-1/+1
* When no video is received or sent we show contacts' avatars instead of showingJonathan Tellier2009-05-261-8/+138
* empathy-call-window: fix coding styleGuillaume Desmottes2009-05-181-1/+1
* empathy_call_window_bus_message: init GErrorGuillaume Desmottes2009-05-181-1/+1
* Fixed some coding style.jtellier2009-05-131-3/+3
* Usability fix: The "Leave Fullscreen" button is now using thejtellier2009-05-121-0/+4
* Fixed coding style by removing trailing spaces and not using a mix ofjtellier2009-05-121-15/+64
* Video playback fullscreen modejtellier2009-05-081-13/+227
* empathy_call_window_dispose: disconnect signals before unrefing the contactGuillaume Desmottes2009-04-291-1/+1
* empathy_call_window_constructed: set default title if the call handler doesn'...Guillaume Desmottes2009-04-291-0/+5
* call-window: update window's title when contact's name is changedGuillaume Desmottes2009-04-291-10/+34
* call-window: set remote contact's name in window's title. Fixes #530119Guillaume Desmottes2009-04-291-0/+25
* call-window: handler property has to be construct onlyGuillaume Desmottes2009-04-291-1/+1
* empathy-call-window.c: update priv->sending_video *before* changing widget's ...Guillaume Desmottes2009-04-241-2/+2
* empathy-call-window: add priv->sending_video so we don't call empathy_call_wi...Guillaume Desmottes2009-04-241-0/+12
* Sync 'Send Video' button and 'Call -> Send video' menu entry. Fixes #576394Guillaume Desmottes2009-04-231-0/+5
* Make use of GtkUIManager in EmpathyCallWindowXavier Claessens2009-04-161-36/+60
* Port EmpathyCallWindow to new APIXavier Claessens2009-04-161-33/+26
* Use UTF-8 em dash (U+2014) instead of two hyphen/minus (U+002D)Frederic Peters2009-03-241-1/+1
* First connect to the sink pad, then start playingSjoerd Simons2009-03-101-1/+2
* Refer to the gnome bug number belonging to the TODOSjoerd Simons2009-03-101-1/+1
* Make the sidebar nicely pop in and outSjoerd Simons2009-03-091-0/+13
* Only check if the error came from the video_input if it's thereSjoerd Simons2009-03-091-2/+3
* Hook up audio mute buttonSjoerd Simons2009-03-091-6/+59
* Set the camera button sensitive while connected and there is a video inputSjoerd Simons2009-03-091-0/+4
* Handle resource-requestSjoerd Simons2009-03-091-0/+19
* Unref the video input and tee after removingSjoerd Simons2009-03-091-2/+10
* Set the pipeline to pause before starting the callSjoerd Simons2009-03-091-8/+107
* Hook up the video input sidebar itemSjoerd Simons2009-03-041-16/+146
* Hook up audio input panelSjoerd Simons2009-03-041-3/+37
* Put locks around timer_idSjoerd Simons2009-03-041-2/+12
* Add timer and make all gtk calls in the main threadSjoerd Simons2009-03-041-13/+62
* Use livesrc and fsfunnel to funnel the mediastreams to their outputsSjoerd Simons2009-03-041-16/+72
* Set the preview video widget not sync and asyncSjoerd Simons2009-03-041-0/+1
* Add comments for callbacks that come from a different threadSjoerd Simons2009-03-041-0/+2
* Ensure to always call gtk/gdk functions while holding the gdk lockSjoerd Simons2009-03-041-0/+4
* Some string comments requested by translators (#572875)Frederic Peters2009-02-241-0/+1
* Set the intial volume button level to a more correct oneSjoerd Simons2009-02-171-0/+4
* Set the camera button insensitive after a callSjoerd Simons2009-02-171-0/+3
* Hook up the volume buttonSjoerd Simons2009-02-171-1/+14
* Hook up DTFM supportSjoerd Simons2009-02-171-12/+86
* rename toolbar1 to toolbarGuillaume Desmottes2009-02-171-1/+1
* Add an empty expanded GtkToolItem so the volume button is at the end of the t...Guillaume Desmottes2009-02-171-0/+7
* Manually add the GtkVolumeButton to the toolbar instead of fitting an empty h...Guillaume Desmottes2009-02-171-3/+8
* Signal closed from the call-handlerSjoerd Simons2009-02-171-16/+2
* Fix pad leakOlivier Crête2009-02-121-0/+2
* Fix spacing of video preview widgets in call UI (bug 570400)Jonathon Jongsma2009-02-121-1/+2
* Fix typoSjoerd Simons2009-02-041-1/+1
* Add information in the statusbarSjoerd Simons2009-02-031-4/+56
* Start streaming video when webcam icon is clickedSjoerd Simons2009-02-031-0/+23
* Rename DTFM to DailpadSjoerd Simons2009-02-031-1/+1
* Put in new VOIP UISjoerd Simons2009-02-031-7/+232
* stop the pipeline and unref everything when the window goes awaySjoerd Simons2009-02-031-14/+49
* Start of a simple uiSjoerd Simons2009-02-031-12/+231
* Toss out the old EmpathyCallWindow initialise the CallFactory and hook into i...Sjoerd Simons2009-02-031-597/+50
* Initial port from telepathy-stream-engine to telepathy-farsightSjoerd Simons2009-02-031-0/+3
* Remove useless include of empathy-tp-group.hXavier Claessens2009-01-131-1/+0
* Initialize with a EmpathyTpCall instead of a TpChannel and explicitly close theSjoerd Simons2009-01-101-9/+18
* Update empathy_sound_play () to be nicer to use and centralize the listXavier Claessens2009-01-071-15/+8
* Adapt the libcanberra calls to use the new functions.Xavier Claessens2009-01-071-3/+0
* Adapt Patryk's patch to trunk.Xavier Claessens2009-01-071-0/+23
* Pick the correct contact alias for the message telling incoming call is rejec...Xavier Claessens2008-08-041-1/+8
* Fix translators complains about ambigous strings. Fixes bug #546154.Xavier Claessens2008-08-041-0/+2
* Coding style (Alban Crequy)Xavier Claessens2008-06-131-3/+2
* g_object_unref the right variable (Alban Crequy)Xavier Claessens2008-06-131-1/+1
* Replace the has-dtmf property by empathy_tp_call_has_dtmf() (Alban Crequy)Xavier Claessens2008-06-131-3/+1
* Fix identation (Alban Crequy)Xavier Claessens2008-06-131-1/+2
* g_object_unref after g_object_get (Alban Crequy)Xavier Claessens2008-06-131-0/+3
* Do not show the keypad when the media channel does not have the DTMF interfac...Xavier Claessens2008-06-131-0/+11
* Better dialog message when a call is rejected (Alban Crequy)Xavier Claessens2008-06-131-1/+5
* EmpathyCallWindow: Get a new video preview when pushing a new call into the w...Xavier Claessens2008-06-081-0/+6
* Only permit to have one running call at any time. Fixes bug #527970.Xavier Claessens2008-05-271-49/+30
* Improve dispatcher. Fixes bug #465928.Xavier Claessens2008-05-181-4/+59
* Keypad is unsensitive if the call is not ACCEPTEDXavier Claessens2008-05-021-0/+5
* Implement DTMF.Xavier Claessens2008-05-021-0/+52
* Fix packing of the preview video.Xavier Claessens2008-05-021-2/+4
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-11/+10
* Add a confirmation dialog to accept/reject incoming calls. Do not show remote...Xavier Claessens2008-04-301-73/+85
* Fix type: s/hand up/hang up/Xavier Claessens2008-04-301-2/+2
* Reword call window: Use GtkVolumeButton, only one button to accept/reject cal...Xavier Claessens2008-04-291-114/+131
* Improve the close warning message. (Elliot Fairweather).Xavier Claessens2008-04-251-1/+1
* Comply to HIG guidelines. Fixes bug #526926 (Elliot Fairweather, Xavier Claes...Xavier Claessens2008-04-231-3/+6
* Fix warning when changing send video button before accepting the call.EMPATHY_0_23_1Xavier Claessens2008-04-211-1/+4
* If window->call is NULL consider the call as CLOSEDXavier Claessens2008-04-211-2/+4
* Marked strings for translation. Fixes bug #528596 (Frederic Peters)Frederic Peters2008-04-181-4/+4
* Mute input/output if the button is not active.Xavier Claessens2008-04-161-2/+2
* Add collabora in copyright and myself in authors since I did lots of changes ...Xavier Claessens2008-04-151-13/+16
* Fix some warningsXavier Claessens2008-04-111-2/+2
* Update for new API and cleanup the code.Xavier Claessens2008-04-111-240/+185
* Ask confirmation to close call only if it was accepted. Fixes bug #526927 (Fr...Xavier Claessens2008-04-091-1/+1
* More coding styleXavier Claessens2008-03-231-19/+5
* Fix includesXavier Claessens2008-03-191-2/+2
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...Xavier Claessens2008-03-171-1/+4
* Move modules that make no sense to be used in other applicaton from libempath...Xavier Claessens2008-03-141-0/+532