aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.c
Commit message (Expand)AuthorAgeFilesLines
* CallWindow: add some padding to the dialpadEmilio Pozuelo Monfort2011-08-161-1/+1
* CallWindow: fix typoEmilio Pozuelo Monfort2011-08-161-12/+12
* Get the preview position from preview_posEmilio Pozuelo Monfort2011-08-161-4/+4
* Display the preview video button in the preview cornerEmilio Pozuelo Monfort2011-08-161-4/+9
* Merge branch 'move-video-preview-656268'Emilio Pozuelo Monfort2011-08-151-4/+370
|\
| * Don't define the same thing twiceEmilio Pozuelo Monfort2011-08-151-22/+20
| * CallWindow: add extra bottom margin for the floating toolbarEmilio Pozuelo Monfort2011-08-151-14/+32
| * CallWindow: create the rectangles after the avatarEmilio Pozuelo Monfort2011-08-151-2/+2
| * Use self->priv->preview_pos to determine the preview positionEmilio Pozuelo Monfort2011-08-151-3/+2
| * Darken the rectangles when starting a drag operationEmilio Pozuelo Monfort2011-08-151-0/+1
| * Don't darken the preview when dragging itEmilio Pozuelo Monfort2011-08-151-8/+25
| * Highlight the preview when hoveredEmilio Pozuelo Monfort2011-08-151-1/+42
| * Factor out empathy_call_window_darken_preview_rectangleEmilio Pozuelo Monfort2011-08-151-20/+17
| * Factor out empathy_call_window_get_preview_rectangleEmilio Pozuelo Monfort2011-08-151-18/+28
| * Move empathy_call_window_get_preview_position aroundEmilio Pozuelo Monfort2011-08-151-42/+42
| * CallWindow: highlight drop zones when hoveredEmilio Pozuelo Monfort2011-08-151-0/+85
| * Factor out empathy_call_window_get_preview_position()Emilio Pozuelo Monfort2011-08-151-6/+18
| * CallWindow: show drop zones when dragging the previewEmilio Pozuelo Monfort2011-08-151-0/+85
| * CallWindow: allow to move the video previewEmilio Pozuelo Monfort2011-08-151-0/+103
| * CallWindow: add top and right margin to the preview containerEmilio Pozuelo Monfort2011-08-151-4/+4
* | CallWindow: add a 'Swap camera' item to the preview menuEmilio Pozuelo Monfort2011-08-151-0/+69
* | CallWindow: add a menu to change the cameraEmilio Pozuelo Monfort2011-08-151-6/+12
|/
* Merge branch 'clutter-toolbar'Emilio Pozuelo Monfort2011-08-151-5/+129
|\
| * Update the constraint when the stage allocation changesEmilio Pozuelo Monfort2011-08-121-5/+8
| * CallWindow: raise the toolbar when showing the previewEmilio Pozuelo Monfort2011-08-121-0/+1
| * CallWindow: make the preview margin a defineEmilio Pozuelo Monfort2011-08-121-2/+3
| * Move the video preview upEmilio Pozuelo Monfort2011-08-121-1/+3
| * Make the floating toolbar have rounded cornersEmilio Pozuelo Monfort2011-08-121-1/+2
| * CallWindow: show the toolbar when on fullscreenEmilio Pozuelo Monfort2011-08-121-0/+3
| * CallWindow: hide the toolbar after 3s of inactivityEmilio Pozuelo Monfort2011-08-121-0/+66
| * CallWindow: make the toolbar float inside the windowEmilio Pozuelo Monfort2011-08-121-4/+51
* | CallWindow: get the mic volume upon initEmilio Pozuelo Monfort2011-08-151-0/+5
* | CallWindow: fix toggling the microphone on and offEmilio Pozuelo Monfort2011-08-151-2/+10
|/
* CallWindow: don't set the title for multiple participantsEmilio Pozuelo Monfort2011-08-101-1/+1
* Make the #defines an static arrayEmilio Pozuelo Monfort2011-08-041-2/+6
* Use the new enum everywhereEmilio Pozuelo Monfort2011-08-041-1/+3
* CallWindow: go to the Calls tab when opening the preferencesEmilio Pozuelo Monfort2011-08-041-1/+1
* CallWindow: show Empathy.Call when opening the debug windowEmilio Pozuelo Monfort2011-08-041-1/+1
* Factor out empathy_launch_program()Emilio Pozuelo Monfort2011-08-041-81/+2
* CallWindow: add a Settings menu itemEmilio Pozuelo Monfort2011-08-041-0/+49
* CallWindow: add a 'Call log' menuEmilio Pozuelo Monfort2011-08-041-0/+46
* CallWindow: add a Help->About menuEmilio Pozuelo Monfort2011-08-041-0/+9
* CallWindow: add a Help->Contents menuEmilio Pozuelo Monfort2011-08-041-0/+8
* CallWindow: remove the hangup menu itemEmilio Pozuelo Monfort2011-08-041-1/+0
* CallWindow: don't close the window when hanging upEmilio Pozuelo Monfort2011-08-031-6/+3
* CallWindow: show 'Mute' on the statusbar when mutedEmilio Pozuelo Monfort2011-08-031-1/+10
* call-window: don't display labels in both toolbarsGuillaume Desmottes2011-08-011-0/+4
* Merge branch 'change-audio'Jonny Lamb2011-08-011-0/+21
|\
| * call-window: add a Microphone menu to change mic on the flyJonny Lamb2011-07-291-0/+6
| * call-window: add getters for the UI manager and audio srcJonny Lamb2011-07-291-0/+16
* | CallWindow: pack the details boxEmilio Pozuelo Monfort2011-07-281-0/+4
* | CallWindow: remove the sidebarEmilio Pozuelo Monfort2011-07-281-268/+30
* | CallWindow: use the volume value from the preferencesEmilio Pozuelo Monfort2011-07-281-79/+21
* | CallWindow: use tp_g_signal_connect_objectEmilio Pozuelo Monfort2011-07-281-7/+6
|/
* CallWindow: build the toolbar from the .uiEmilio Pozuelo Monfort2011-07-281-68/+4
* CallWindow: hide the audio/video call buttons on _init()Emilio Pozuelo Monfort2011-07-281-0/+2
* CallWindow: remove redial menuEmilio Pozuelo Monfort2011-07-281-24/+0
* CallWindow: show audio and video call buttons to start a callEmilio Pozuelo Monfort2011-07-281-7/+42
* CallWindow: add the remote user name and presence to the toolbarEmilio Pozuelo Monfort2011-07-281-1/+45
* CallWindow: add an avatar to the top toolbarEmilio Pozuelo Monfort2011-07-281-3/+40
* CallWindow: move the status message to the bottom toolbarEmilio Pozuelo Monfort2011-07-281-23/+23
* CallWindow: move the volume button to the bottom toolbarEmilio Pozuelo Monfort2011-07-281-16/+9
* Factor out dialpad into a utility functionDanielle Madeley2011-07-261-49/+4
* CallWindow: fix commentsEmilio Pozuelo Monfort2011-07-251-3/+3
* CallWindow: fix typoEmilio Pozuelo Monfort2011-07-251-3/+3
* CallWindow: ignore events in the data probe callbackEmilio Pozuelo Monfort2011-07-251-0/+4
* CallWindow: check the video exists before showing itEmilio Pozuelo Monfort2011-07-251-2/+5
* CallWindow: show the remote avatar when video stops comingEmilio Pozuelo Monfort2011-07-251-0/+67
* CallWindow: remove unused boxEmilio Pozuelo Monfort2011-07-211-20/+0
* Set the video widget for the fullscreen windowEmilio Pozuelo Monfort2011-07-211-3/+3
* CallWindow: disable Video functionality if there's no cameraEmilio Pozuelo Monfort2011-07-121-1/+12
* CallWindow: save the window geometry without the sidebarEmilio Pozuelo Monfort2011-07-121-0/+47
* CallWindow: properly determine the sidebar widthEmilio Pozuelo Monfort2011-07-121-5/+5
* CallWindow: add a dialpad tool buttonEmilio Pozuelo Monfort2011-07-121-12/+37
* CallWindow: allow to show/hide the video previewEmilio Pozuelo Monfort2011-07-121-3/+100
* CallWindow: only show one button to control the cameraEmilio Pozuelo Monfort2011-07-121-236/+15
* CallWindow: remove the Sidebar buttonEmilio Pozuelo Monfort2011-07-121-32/+6
* CallWindow: flip the video previewEmilio Pozuelo Monfort2011-07-121-0/+8
* CallWindow: add a little offset to the video previewEmilio Pozuelo Monfort2011-07-121-4/+14
* CallWindow: set the video container background colorEmilio Pozuelo Monfort2011-07-121-0/+17
* CallWindow: keep the aspect ratio of the remote videoEmilio Pozuelo Monfort2011-07-121-3/+5
* CallWindow: remove self avatar codeEmilio Pozuelo Monfort2011-07-121-33/+0
* CallWindow: set video preview on top of remote videoEmilio Pozuelo Monfort2011-07-121-66/+65
* CallWindow: use clutter to draw the remote videoEmilio Pozuelo Monfort2011-07-121-21/+25
* CallWindow: use clutter to draw the video previewEmilio Pozuelo Monfort2011-07-121-24/+29
* Call: flip video preview horizontallyEmilio Pozuelo Monfort2011-07-051-1/+5
* Turn g_prints into DEBUGsEmilio Pozuelo Monfort2011-06-091-3/+3
* CallWindow: properly track the dialpad status againEmilio Pozuelo Monfort2011-06-091-7/+3
* call-window: Put the details vbox in a scroll windowGuillaume Desmottes2011-06-091-2/+9
* Adapt to EmpathySidebar -> EvSidebarEmilio Pozuelo Monfort2011-06-091-13/+12
* Change the page before showing the sidebarEmilio Pozuelo Monfort2011-06-091-3/+3
* Factor out the block/set/unblock codeEmilio Pozuelo Monfort2011-06-091-14/+16
* Disable the dialpad when the call endsEmilio Pozuelo Monfort2011-06-091-0/+1
* Make it a toggle buttonEmilio Pozuelo Monfort2011-06-091-7/+54
* CallWindow: add a dialpad menu entryEmilio Pozuelo Monfort2011-06-091-0/+18
* Clear audio_output when the call endsEmilio Pozuelo Monfort2011-06-091-0/+5
* CallWindow: show 'On hold' in the statusbar when appropriateEmilio Pozuelo Monfort2011-06-091-3/+38
* Directly call the callback if we're readyEmilio Pozuelo Monfort2011-06-091-8/+1
* Keep a persistent source video tee aroundSjoerd Simons2011-06-091-23/+15
* Minimize the scope in which we use TpyCallChannelSjoerd Simons2011-06-091-6/+7
* Prepare the video input pipeline when there is an initial contentSjoerd Simons2011-06-091-5/+17
* Follow the sending state of the channel to determine whether we should send v...Sjoerd Simons2011-06-091-8/+14
* Don't start the Call when the streams startEmilio Pozuelo Monfort2011-06-091-13/+15
* Only distroy the video output if it existsSjoerd Simons2011-06-091-1/+2
* Remove live-adderSjoerd Simons2011-06-091-101/+15
* Only change the UI in the main threadSjoerd Simons2011-06-091-2/+11
* Use target-contact instead of membersSjoerd Simons2011-06-091-56/+18
* Move to using ->priv pointer in the object instanceSjoerd Simons2011-06-091-7/+5
* Call: check for priv->members to enable the video buttonEmilio Pozuelo Monfort2011-06-091-1/+1
* Don't use tpy_call_channel_is_receiving_videoEmilio Pozuelo Monfort2011-06-091-34/+2
* Don't use tpy_call_channel_is_sending_videoEmilio Pozuelo Monfort2011-06-091-2/+2
* Add an EmpathyCallWindow classEmilio Pozuelo Monfort2011-06-081-0/+3310
* EmpathyCallWindow -> EmpathyStreamedMediaWindowEmilio Pozuelo Monfort2011-02-031-3323/+0
* EmpathyCallHandler -> EmpathyStreamedMediaHandlerEmilio Pozuelo Monfort2011-02-031-30/+30
* EmpathyTpCall -> EmpathyTpStreamedMediaEmilio Pozuelo Monfort2011-02-031-25/+25
* use action_camera_on when using the camera action itemsGuillaume Desmottes2011-01-241-8/+6
* call-window: sync the sensitivity of the button and "send video" menu (#637839)Guillaume Desmottes2011-01-241-0/+5
* call-window: remove unused priv->action_camera_previewGuillaume Desmottes2011-01-241-2/+0
* move sound functions to EmpathySoundManager methodsGuillaume Desmottes2010-11-301-4/+11
* move empathy-sound to empathy-sound-managerGuillaume Desmottes2010-11-301-1/+1
* call-window: remove GTK2 compat codeGuillaume Desmottes2010-10-041-9/+0
* Import latest version of ev-sidebar from totemGuillaume Desmottes2010-10-041-14/+14
* GDK keys are now GDK_KEY_*Guillaume Desmottes2010-10-041-1/+1
* Disable the fullscreen action while we are not connectedGuillaume Desmottes2010-09-271-0/+6
* Leave fullscreen mode when call is disconnected (#593437)Guillaume Desmottes2010-09-271-0/+3
* show_borders: check if video_output still exists before using itGuillaume Desmottes2010-09-271-4/+9
* disconnect signal before destroying the video widgetGuillaume Desmottes2010-09-271-0/+1
* factor out disconnect_video_output_motion_handler()Guillaume Desmottes2010-09-271-9/+12
* call-window: remove the errors info bar when redialing (#630276)Guillaume Desmottes2010-09-271-0/+4
* Don't use gtk_progress_bar_set_orientation() when building with GTK+ 3Philip Withnall2010-09-071-0/+10
* Remove uses of new GStreamer APIPhilip Withnall2010-08-061-6/+0
* Fix constness of various variables and parametersPhilip Withnall2010-08-051-1/+1
* Fix missing entries in switch statementsPhilip Withnall2010-08-051-0/+29
* display the tooltip on the info imageGuillaume Desmottes2010-08-051-7/+17
* call-window: use candidates-changed signalGuillaume Desmottes2010-08-051-79/+37
* use a space to separate the IP from the portGuillaume Desmottes2010-08-051-1/+1
* add tooltips giving a bit more context about the candidateGuillaume Desmottes2010-08-051-0/+23
* call-window: display candidates info (#599166)Guillaume Desmottes2010-08-051-0/+129
* Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall2010-07-221-4/+4
* display the clock rate of the codec as wellGuillaume Desmottes2010-07-131-12/+11
* reset codecs when call is disconnectedGuillaume Desmottes2010-07-121-0/+13
* call-window: display receiving codecsGuillaume Desmottes2010-07-121-0/+74
* call-window: Add 'details' pane containing encoding codecs (#599166)Guillaume Desmottes2010-07-121-0/+63
* call-window: use gtk_widget_get_allocation()Guillaume Desmottes2010-07-071-1/+3
* empathy_call_window_set_send_video: only disable preview if we need toGuillaume Desmottes2010-06-071-15/+27
* Port to new EmpathyTpContactFactory APIXavier Claessens2010-05-261-6/+2
* use avatar-default instead of the deprecated stock_person iconGuillaume Desmottes2010-05-201-2/+3
* Don't try to start change the camera when there is no inputSjoerd Simons2010-05-101-6/+14
* add timestamp arg to empathy_dispatcher_create_channelSjoerd Simons2010-04-251-1/+2
* disconnect empathy_call_window_bus_message() in dispose (#616301)David Laban2010-04-211-6/+6
* src/empathy-call-window.c: use tp_g_signal_connect_object instead of empathy_...Guillaume Desmottes2010-04-091-11/+14
* empathy_call_window_sink_added_cb: unref the padGuillaume Desmottes2010-04-011-0/+1
* unref liveadder when disposingGuillaume Desmottes2010-04-011-0/+4
* don't recreate a video preview or update the window if we're about to destroy itGuillaume Desmottes2010-04-011-4/+11
* don't leak the fullscreen windowGuillaume Desmottes2010-04-011-0/+4
* init_contact_avatar_with_size: don't leak the pixbufGuillaume Desmottes2010-04-011-0/+3
* stop using gst_bin_add_many and gst_element_link_manyGuillaume Desmottes2010-04-011-4/+30
* use tp_g_signal_connect_object so we don't have to disconnect empathy_call_wi...Guillaume Desmottes2010-04-011-4/+4
* Fix race when restarting a callGuillaume Desmottes2010-04-011-1/+12
* Allow to use the video preview when the call has been terminated (#602937)Guillaume Desmottes2010-04-011-4/+15
* empathy_call_window_restart_call: there is no reason to show_all all the hboxGuillaume Desmottes2010-04-011-2/+0
* empathy_call_window_reset_pipeline: start the new pipeline right awayGuillaume Desmottes2010-04-011-2/+13
* Actually turn off the camera when preview/sending is disabledGuillaume Desmottes2010-04-011-26/+54
* stop disabling the video-preview button when call is disconnected (#602937)Guillaume Desmottes2010-04-011-12/+0
* recreate the pipeline as soon we destroyed the old oneGuillaume Desmottes2010-04-011-1/+2
* split create_video_output_widget out of create_pipelineGuillaume Desmottes2010-04-011-3/+9
* recycle the audio input gst elementGuillaume Desmottes2010-04-011-15/+3
* recycle the video input gst elementGuillaume Desmottes2010-04-011-5/+9
* rename initialize_output_elements to create_video_output_widgetGuillaume Desmottes2010-04-011-2/+2
* recycle the audio output gst elementGuillaume Desmottes2010-04-011-4/+8
* destroy the video_output widget when the call is disconnectedGuillaume Desmottes2010-04-011-3/+7
* No need to recreate GTK+ widgets when recreating the pipelineGuillaume Desmottes2010-04-011-29/+30
* call-window: factor out create_pipelineGuillaume Desmottes2010-04-011-31/+33
* call-window: call empathy_call_handler_stop_call when closing a callGuillaume Desmottes2010-03-301-1/+8
* empathy_call_window_disconnected: remove call to empathy_call_window_reset_pi...Guillaume Desmottes2010-03-301-1/+3
* coding style fixesGuillaume Desmottes2010-03-291-6/+5
* Check for errors when linking the video source into a call (#612020)Olivier Crête2010-03-291-7/+60
* Verify that the video source could be linked into the pipelineOlivier Crête2010-03-291-1/+5
* Return error when the audio source can not be startedOlivier Crête2010-03-291-4/+31
* Return a telepathy error if the source can't be addedOlivier Crête2010-03-291-1/+2
* Remove false commentOlivier Crête2010-03-291-1/+0
* Add audio conversion filter to receive pipelineOlivier Crête2010-03-291-1/+43
* Add fakesink to srcpad if not real sink could be linkedOlivier Crête2010-03-291-0/+30
* Emit error when failing to link audio padOlivier Crête2010-03-291-1/+12
* Send stream error when the src pad can't be linkedOlivier Crête2010-03-291-1/+3
* Handle errors from audio sinkOlivier Crête2010-03-291-5/+53
* call-window: display the 'audio input' page by default (#612450)Guillaume Desmottes2010-03-151-6/+7
* 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