]> git.0d.be Git - empathy.git/shortlog
empathy.git
2011-06-09 Emilio Pozuelo... Merge branch 'call'
2011-06-09 Emilio Pozuelo... Update .gitignore for the new files
2011-06-09 Emilio Pozuelo... Turn g_prints into DEBUGs
2011-06-09 Emilio Pozuelo... Build fix
2011-06-09 Emilio Pozuelo... Set 'Empathy' as program class in empathy-call
2011-06-09 Emilio Pozuelo... Port empathy-call to GtkApplication
2011-06-09 Emilio Pozuelo... CallWindow: properly track the dialpad status again
2011-06-09 Emilio Pozuelo... EvSidebar: add a changed signal
2011-06-09 Guillaume Desmottescall-window: Put the details vbox in a scroll window
2011-06-09 Emilio Pozuelo... Adapt to EmpathySidebar -> EvSidebar
2011-06-09 Emilio Pozuelo... Change the page before showing the sidebar
2011-06-09 Emilio Pozuelo... Factor out the block/set/unblock code
2011-06-09 Emilio Pozuelo... Disable the dialpad when the call ends
2011-06-09 Emilio Pozuelo... Make it a toggle button
2011-06-09 Emilio Pozuelo... CallWindow: add a dialpad menu entry
2011-06-09 Emilio Pozuelo... Clear audio_output when the call ends
2011-06-09 Emilio Pozuelo... CallWindow: show 'On hold' in the statusbar when approp...
2011-06-09 Emilio Pozuelo... Directly call the callback if we're ready
2011-06-09 Emilio Pozuelo... Implement empathy_call_handler_start_call() for redialing
2011-06-09 Emilio Pozuelo... CallHandler: move on_call_accepted_cb() around
2011-06-09 Emilio Pozuelo... CallHandler: emit signal with the correct parameters
2011-06-09 Emilio Pozuelo... Remove empathy_call_factory_new_call_with_streams
2011-06-09 Sjoerd SimonsCorrect the interface names used in Empathy.Call.client
2011-06-09 Sjoerd SimonsKeep a persistent source video tee around
2011-06-09 Emilio Pozuelo... Don't build a shared telepathy-yell
2011-06-09 Emilio Pozuelo... Include yell before anything else
2011-06-09 Sjoerd SimonsMinimize the scope in which we use TpyCallChannel
2011-06-09 Sjoerd SimonsPrepare the video input pipeline when there is an initi...
2011-06-09 Sjoerd SimonsWait for the channel to be ready before handling it
2011-06-09 Sjoerd SimonsUse a new id for accepting without video
2011-06-09 Sjoerd SimonsAlso add Answer with video to the notification dialogs
2011-06-09 Sjoerd SimonsAdd Answer with video to the default dialogs
2011-06-09 Sjoerd SimonsFollow the sending state of the channel to determine...
2011-06-09 Sjoerd SimonsWhen the remote side hangs up, clean up the call channel
2011-06-09 Sjoerd SimonsCope with unexpected call channel invalidation
2011-06-09 Sjoerd SimonsUse modern private structure handling
2011-06-09 Sjoerd SimonsCorrect Call channel refcounting
2011-06-09 Emilio Pozuelo... Don't start the Call when the streams start
2011-06-09 Sjoerd Simonsclient file channel file should be Call.DRAFT
2011-06-09 Sjoerd SimonsAdd depend on new GStreamer for gst_element_request_pad
2011-06-09 Sjoerd SimonsReject approval if call was hung up during approval
2011-06-09 Sjoerd SimonsOnly distroy the video output if it exists
2011-06-09 Sjoerd SimonsMonitor the call state and close the channel when it...
2011-06-09 Sjoerd SimonsLock the hash table contents when using them
2011-06-09 Sjoerd SimonsEnsure our bin doesn't change state before being in...
2011-06-09 Sjoerd SimonsRemove live-adder
2011-06-09 Sjoerd SimonsImplement request pads for multiple sinks
2011-06-09 Sjoerd SimonsKeep a ref to our handler instance
2011-06-09 Sjoerd SimonsMore consistent naming of the call handler option
2011-06-09 Sjoerd Simonsmake the dots consistent
2011-06-09 Sjoerd Simonsauto-detect the presence of farsight
2011-06-09 Sjoerd SimonsNo need to borrow the connection, it gets passed to us
2011-06-09 Sjoerd SimonsTrivial coding style fix (>80 chars)
2011-06-09 Sjoerd SimonsRetrieve the contact for incoming calls so we can displ...
2011-06-09 Sjoerd SimonsStop ringing after approving a Channel.Type.Call channel
2011-06-09 Sjoerd Simonsevent-manager Remove HAVE_CALL ifdefs, even if we didn...
2011-06-09 Sjoerd SimonsClose call channels after hanging up
2011-06-09 Sjoerd SimonsExplicitely use the libtelepathy-yell .la file for...
2011-06-09 Sjoerd SimonsRemove stray debug
2011-06-09 Sjoerd SimonsOnly change the UI in the main thread
2011-06-09 Sjoerd SimonsUse target-contact instead of members
2011-06-09 Sjoerd SimonsMove to using ->priv pointer in the object instance
2011-06-09 Sjoerd Simonscoding style trivia
2011-06-09 Sjoerd SimonsAdd TargetContact property that's guaranteed to exist...
2011-06-09 Sjoerd SimonsRecognize Call channel capabilities
2011-06-09 Sjoerd SimonsDon't use wildcards for just one marshal file
2011-06-09 Emilio Pozuelo... Add a .client and a .service file for empathy-call
2011-06-09 Emilio Pozuelo... Check for TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED when...
2011-06-09 Emilio Pozuelo... Add missing files to POTFILES.in
2011-06-09 Emilio Pozuelo... Return meaningful errors when starting a call fails
2011-06-09 Emilio Pozuelo... empathy_call_new_with_streams: prefer StreamedMedia...
2011-06-09 Emilio Pozuelo... Always build telepathy-yell and handle Call channels
2011-06-09 Emilio Pozuelo... Show an error dialog if starting a call fails
2011-06-09 Emilio Pozuelo... Don't require EmpathyContacts to start a call
2011-06-09 Emilio Pozuelo... Move empathy_call_* util functions to libempathy-gtk
2011-06-09 Emilio Pozuelo... Initialize GObject
2011-06-09 Emilio Pozuelo... Temporarily disable some code
2011-06-09 Emilio Pozuelo... Call: check for priv->members to enable the video button
2011-06-09 Emilio Pozuelo... Use the new empathy_call_create_call_request thoroughly
2011-06-09 Emilio Pozuelo... Don't use tpy_call_channel_is_receiving_video
2011-06-09 Emilio Pozuelo... Don't use tpy_call_channel_is_sending_video
2011-06-09 Emilio Pozuelo... Use EMPATHY_CALL_BUS_NAME_SUFFIX instead of the literal
2011-06-09 Emilio Pozuelo... empathy_call_new_with_streams: start Calls when we...
2011-06-09 Emilio Pozuelo... Define EMPATHY_CALL_BUS_NAME{,_SUFFIX}
2011-06-08 Jorge GonzálezUpdated Spanish translation
2011-06-08 Emilio Pozuelo... Initialize telepathy-yell
2011-06-08 Emilio Pozuelo... Show notifications for Calls
2011-06-08 Emilio Pozuelo... Build an empathy-call binary when we have Call support
2011-06-08 Emilio Pozuelo... EmpathyEventManager: handle Call channels
2011-06-08 Emilio Pozuelo... Teach EmpathyChannelFactory how to create Call channels
2011-06-08 Emilio Pozuelo... NewCallDialog: support Calls
2011-06-08 Emilio Pozuelo... Add empathy-call
2011-06-08 Emilio Pozuelo... Add an EmpathyCallWindowFullscreen class
2011-06-08 Emilio Pozuelo... Add an EmpathyCallWindow class
2011-06-08 Emilio Pozuelo... Add an EmpathyCallHandler class
2011-06-08 Emilio Pozuelo... Add an EmpathyCallFactory class
2011-06-08 Emilio Pozuelo... Check for telepathy-yell if requested
2011-06-08 Emilio Pozuelo... Add telepathy-yell as a submodule
2011-06-08 Emilio Pozuelo... Add ax_config_dir from audacity
2011-06-08 Danielle MadeleyCheck we actually have a part #1 before requesting it
next