aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window.c
Commit message (Expand)AuthorAgeFilesLines
* empathy-call: Handle yanking out of current video inputDebarshi Ray2012-11-091-0/+8
* empathy-call: Free the FsElementAddedNotifiers on fs-conference-removedDebarshi Ray2012-10-181-0/+3
* Say in the status message when the call has been terminatedGuillaume Desmottes2012-09-251-0/+2
* call_state is a CallState enumGuillaume Desmottes2012-09-251-1/+1
* actually unmute the microphone when restarting the callGuillaume Desmottes2012-09-211-1/+1
* Use funnel instead of fsfunnel for gstreamer 1.0Sjoerd Simons2012-09-201-3/+9
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+1
* use tp_channel_get_connection()Guillaume Desmottes2012-09-111-2/+2
* Port to gstreamer 1.0Sjoerd Simons2012-09-031-0/+32
* emapthy-call: Camera toggle button isn't a GtkToggleToolButtonSjoerd Simons2012-08-311-2/+2
* call-window: use gdk_keyval_to_unicode()Guillaume Desmottes2012-07-091-57/+22
* call-window: allow user to enter dtmf events using his keyboardGuillaume Desmottes2012-07-091-0/+63
* Use audio-input-microphone-muted-symbolic when the mic is mutedGuillaume Desmottes2012-06-181-10/+29
* call-window: use a linked style for the OSD toolbar buttonsCosimo Cecchi2012-06-011-12/+12
* call-window: use GTK_STYLE_CLASS_OSD for the floating toolbarCosimo Cecchi2012-06-011-19/+4
* gedit-close-button: move CSS bits to empathy.cssGuillaume Desmottes2012-05-241-1/+1
* Load the CSS in all empathy-* binariesGuillaume Desmottes2012-05-241-0/+2
* Merge branch 'gnome-3-4'Guillaume Desmottes2012-05-211-72/+74
|\
| * call: Initialize the timer earlySjoerd Simons2012-05-211-2/+1
| * call: Keep the toolbar around if mutedSjoerd Simons2012-05-211-2/+26
| * call: Adjust the preview rectangle colorsSjoerd Simons2012-05-211-27/+4
| * Call: Let the floating toolbar be above the previewSjoerd Simons2012-05-211-20/+19
| * Keep some margin for the preview and the floating toolbarSjoerd Simons2012-05-211-1/+7
| * call: Make the remote video background blackSjoerd Simons2012-05-211-18/+5
| * Call window: Ellipsize alias and statusSjoerd Simons2012-05-211-8/+14
| * Don't put the status in the header if the user has noneSjoerd Simons2012-05-211-1/+5
| * Call: Fix floating toolbarSjoerd Simons2012-05-201-0/+1
| * Use gst_object_ref_sink()Javier Jardón2012-05-071-6/+3
* | Call: Fix floating toolbarSjoerd Simons2012-05-201-0/+1
* | remove unused tp-contact-factory includesGuillaume Desmottes2012-05-151-1/+0
* | video-widget: Remove as it is now unusedOlivier Crête2012-05-091-5/+6
* | Use gst_object_ref_sink()Javier Jardón2012-05-081-6/+3
* | Allocate GMutex on the stackGuillaume Desmottes2012-04-051-9/+9
|/
* call-window: raise the overlay actor instead of individual actorsCosimo Cecchi2012-03-301-13/+2
* call-window: don't leak the element nameDebarshi Ray2012-03-281-2/+4
* call-window: factor out some common codeCosimo Cecchi2012-03-271-14/+14
* call-window: don't use EmpathyRoundedActor for the floating toolbarCosimo Cecchi2012-03-271-2/+18
* call-window: use a ClutterBoxLayout to separate previews/toolbarCosimo Cecchi2012-03-271-128/+68
* call-window: fix incorrect commentCosimo Cecchi2012-03-271-3/+2
* call-window: use colors from the theme for placeholdersCosimo Cecchi2012-03-271-2/+30
* Use the correct help: URI syntaxShaun McCance2012-03-261-1/+1
* Use help:empathy to open the helpGuillaume Desmottes2012-03-221-1/+1
* Fix crash on hangup with no videoEmanuele Aina2012-03-161-4/+5
* Don't restart a call if one already in progressEmanuele Aina2012-03-161-5/+10
* Disconnect when a call is ENDEDEmanuele Aina2012-03-151-5/+8
* Avoid clipping buttons in the call windowEmanuele Aina2012-03-121-11/+8
* Match the preview highlight roundedness with the videoEmanuele Aina2012-03-121-16/+19
* Don't clip overflowing border when drawing rounded rectanglesEmanuele Aina2012-03-091-1/+1
* empathy_call_window_content_added_cb: fix pad leakGuillaume Desmottes2012-02-271-0/+2
* call-window: don't leak the ClutterStateGuillaume Desmottes2012-02-241-0/+1
* call-window: use empathy_call_handler_get_contact()Guillaume Desmottes2012-02-231-1/+2
* call-window: don't leak the contactGuillaume Desmottes2012-02-231-4/+1
* Don't disconnect the contact_name_changed_cb cbGuillaume Desmottes2012-02-231-2/+0
* Stop using Farsight2 headersGert Kulyk2012-02-231-2/+2
* Merge remote-tracking branch 'origin/call1' into master+callGuillaume Desmottes2012-02-211-93/+41
|\
| * Port DTMF code to new tp-glib APIXavier Claessens2012-01-271-63/+8
| * Remove tp-yell and use TpCallChannelXavier Claessens2012-01-101-30/+33
* | stop using clutter_gst_video_sink_new()Guillaume Desmottes2012-02-091-4/+11
|/
* Call: Low the video watchdog timeout to 1 secondSjoerd Simons2011-12-071-1/+1
* restart the camera only if it's already runningGuillaume Desmottes2011-11-231-2/+9
* factor out empathy_call_window_change_webcam()Guillaume Desmottes2011-11-231-0/+13
* set_size_request on the video_container to ensure the window has a sane minim...Ken VanDine2011-11-211-0/+3
* use gtk_box_new() instead of gtk_[h,v]box_new()Guillaume Desmottes2011-11-211-3/+4
* Call: Bind the output properties from the main threadSjoerd Simons2011-11-191-33/+51
* Bind the volume button to the volume of the outputSjoerd Simons2011-11-191-18/+7
* Bind the mic button the sources mute propertySjoerd Simons2011-11-191-38/+5
* Remove call input volume configurationSjoerd Simons2011-11-191-48/+0
* Implement Audiocontrol for the output volumeSjoerd Simons2011-11-191-0/+16
* Implement input audio controlSjoerd Simons2011-11-181-0/+50
* Don't turn on echo cancellation on the sink if it's for raw conferencesSjoerd Simons2011-11-111-3/+14
* Don't turn on echo cancellation on the source if it's for raw conferencesSjoerd Simons2011-11-111-0/+25
* Call: Signal content-{added/removed} instead of sink-{added/removed}Sjoerd Simons2011-11-111-13/+22
* Call: Cope with not having the Channel direclty after startin a callSjoerd Simons2011-11-081-2/+9
* Don't go asynchronously to pausedSjoerd Simons2011-11-081-1/+1
* Change element state sink to sourceNicolas Dufresne2011-11-081-1/+1
* Hook resolution change supportNicolas Dufresne2011-11-081-0/+34
* Let set_send_video do it's jobNicolas Dufresne2011-11-081-4/+1
* Check and create video_preview outside camera controlNicolas Dufresne2011-11-081-0/+6
* Include config.h in a bunch of filesGuillaume Desmottes2011-10-251-0/+1
* display_error: Put 'Close' button on the bottom/endDanielle Madeley2011-10-211-2/+4
* Don't need to prepare balance feature, already prepared by client factoryDanielle Madeley2011-10-211-20/+10
* Inline assignments are icky; free leaked stringDanielle Madeley2011-10-211-3/+5
* 'Get Credit' is called 'Top Up' in other parts of the UIDanielle Madeley2011-10-211-1/+1
* Show an infobar if there's not enough creditEmilio Pozuelo Monfort2011-10-211-4/+99
* Move dialpad into a widget of its ownDanielle Madeley2011-10-191-17/+6
* Merge remote-tracking branch 'pochu/misc-fixes'Danielle Madeley2011-10-141-3/+4
|\
| * CallWindow: correctly detect outgoing callsEmilio Pozuelo Monfort2011-09-051-3/+4
* | Make sure we have our settings before we want to use themSjoerd Simons2011-10-131-2/+2
* | CallWindow: drag the video preview smoothlyEmilio Pozuelo Monfort2011-09-261-5/+73
* | CallWindow: show a spinner when switching camerasEmilio Pozuelo Monfort2011-09-261-7/+62
* | Build fixEmilio Pozuelo Monfort2011-09-191-1/+1
* | CallWindow: unconditionally connect to notify::call-channelEmilio Pozuelo Monfort2011-09-191-7/+8
* | CallWindow: emit tones using MultipleTonesEmilio Pozuelo Monfort2011-09-191-16/+68
* | CallWindow: explain call statesEmilio Pozuelo Monfort2011-09-081-6/+6
* | Resize the hangup button in ::realizeEmilio Pozuelo Monfort2011-09-081-5/+6
* | CallWindow: display a dialog to accept or reject incoming callsEmilio Pozuelo Monfort2011-09-081-13/+59
* | Let the existing call window know about new incoming callsEmilio Pozuelo Monfort2011-09-081-0/+62
* | Reuse Call windows when possibleEmilio Pozuelo Monfort2011-09-081-12/+35
|/
* CallWindow: make video buttons unsensitive when video not supportedEmilio Pozuelo Monfort2011-08-311-0/+6
* CallWindow: destroy the preview clone when restarting the pipelineEmilio Pozuelo Monfort2011-08-301-6/+20
* CallWindow: don't spit unnecessary criticalsEmilio Pozuelo Monfort2011-08-301-2/+2
* Save the video preview position in gsettingsEmilio Pozuelo Monfort2011-08-301-0/+7
* CallWindow: correctly position the preview when draggingEmilio Pozuelo Monfort2011-08-201-1/+6
* Flip the preview in RoundedTexture->paint()Emilio Pozuelo Monfort2011-08-191-19/+0
* CallWindow: make the preview button reactiveEmilio Pozuelo Monfort2011-08-191-0/+1
* CallWindow: make empathy_call_window_play_camera() publicEmilio Pozuelo Monfort2011-08-191-4/+4
* CallWindow: make the rectangles have rounded cornersEmilio Pozuelo Monfort2011-08-191-14/+12
* CallWindow: make the info buttons roundedEmilio Pozuelo Monfort2011-08-191-4/+11
* CallWindow: round the video preview cornersEmilio Pozuelo Monfort2011-08-191-1/+2
* CallWindow: don't hide the toolbar when not in a callEmilio Pozuelo Monfort2011-08-191-1/+11
* CallWindow: hide the preview button while dragging itEmilio Pozuelo Monfort2011-08-191-1/+5
* CallWindow: hide the preview while dragging itEmilio Pozuelo Monfort2011-08-191-0/+4
* CallWindow: flip the dragged previewEmilio Pozuelo Monfort2011-08-191-0/+11
* CallWindow: make the preview follow the pointer when dragging itEmilio Pozuelo Monfort2011-08-191-7/+22
* CallWindow: move preview rectangles on top of remote videoEmilio Pozuelo Monfort2011-08-161-2/+24
* 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