]> git.0d.be Git - empathy.git/history - src
PresetDialog: Don't leak path when focusing freshly-created status
[empathy.git] / src /
2011-06-23 Emilio Pozuelo MonfortAdd a empathy-streamed-media-window.ui file
2011-06-23 Marc-Antoine PerennouDon't try to access empathy_adium_info_* stuff when...
2011-06-23 Emilio Pozuelo MonfortMerge branch 'history-misc'
2011-06-22 Guillaume Desmottesuse tp_channel_dispatch_operation_close_channels_async...
2011-06-22 Guillaume Desmottescall-observer: use tp_channel_dispatch_operation_leave_...
2011-06-20 Danielle MadeleyMerge branch 'message-editing-rebase'
2011-06-15 Danielle MadeleyMerge branch 'accounts-dialog-attractive'
2011-06-15 Danielle MadeleyMake the accounts-dialog attractive and GNOME3ish
2011-06-14 Emilio Pozuelo MonfortAdd autogenerated marshal files to .gitignore
2011-06-09 Emilio Pozuelo MonfortMerge branch 'call'
2011-06-09 Emilio Pozuelo MonfortUpdate .gitignore for the new files
2011-06-09 Emilio Pozuelo MonfortTurn g_prints into DEBUGs
2011-06-09 Emilio Pozuelo MonfortSet 'Empathy' as program class in empathy-call
2011-06-09 Emilio Pozuelo MonfortPort empathy-call to GtkApplication
2011-06-09 Emilio Pozuelo MonfortCallWindow: properly track the dialpad status again
2011-06-09 Emilio Pozuelo MonfortEvSidebar: add a changed signal
2011-06-09 Guillaume Desmottescall-window: Put the details vbox in a scroll window
2011-06-09 Emilio Pozuelo MonfortAdapt to EmpathySidebar -> EvSidebar
2011-06-09 Emilio Pozuelo MonfortChange the page before showing the sidebar
2011-06-09 Emilio Pozuelo MonfortFactor out the block/set/unblock code
2011-06-09 Emilio Pozuelo MonfortDisable the dialpad when the call ends
2011-06-09 Emilio Pozuelo MonfortMake it a toggle button
2011-06-09 Emilio Pozuelo MonfortCallWindow: add a dialpad menu entry
2011-06-09 Emilio Pozuelo MonfortClear audio_output when the call ends
2011-06-09 Emilio Pozuelo MonfortCallWindow: show 'On hold' in the statusbar when approp...
2011-06-09 Emilio Pozuelo MonfortDirectly call the callback if we're ready
2011-06-09 Emilio Pozuelo MonfortImplement empathy_call_handler_start_call() for redialing
2011-06-09 Emilio Pozuelo MonfortCallHandler: move on_call_accepted_cb() around
2011-06-09 Emilio Pozuelo MonfortCallHandler: emit signal with the correct parameters
2011-06-09 Emilio Pozuelo MonfortRemove empathy_call_factory_new_call_with_streams
2011-06-09 Sjoerd SimonsKeep a persistent source video tee around
2011-06-09 Emilio Pozuelo MonfortInclude 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 MonfortDon't start the Call when the streams start
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 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 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 Emilio Pozuelo MonfortAlways build telepathy-yell and handle Call channels
2011-06-09 Emilio Pozuelo MonfortDon't require EmpathyContacts to start a call
2011-06-09 Emilio Pozuelo MonfortMove empathy_call_* util functions to libempathy-gtk
2011-06-09 Emilio Pozuelo MonfortInitialize GObject
2011-06-09 Emilio Pozuelo MonfortTemporarily disable some code
2011-06-09 Emilio Pozuelo MonfortCall: check for priv->members to enable the video button
2011-06-09 Emilio Pozuelo MonfortUse the new empathy_call_create_call_request thoroughly
2011-06-09 Emilio Pozuelo MonfortDon't use tpy_call_channel_is_receiving_video
2011-06-09 Emilio Pozuelo MonfortDon't use tpy_call_channel_is_sending_video
2011-06-09 Emilio Pozuelo MonfortUse EMPATHY_CALL_BUS_NAME_SUFFIX instead of the literal
2011-06-08 Emilio Pozuelo MonfortInitialize telepathy-yell
2011-06-08 Emilio Pozuelo MonfortShow notifications for Calls
2011-06-08 Emilio Pozuelo MonfortBuild an empathy-call binary when we have Call support
2011-06-08 Emilio Pozuelo MonfortEmpathyEventManager: handle Call channels
2011-06-08 Emilio Pozuelo MonfortAdd empathy-call
2011-06-08 Emilio Pozuelo MonfortAdd an EmpathyCallWindowFullscreen class
2011-06-08 Emilio Pozuelo MonfortAdd an EmpathyCallWindow class
2011-06-08 Emilio Pozuelo MonfortAdd an EmpathyCallHandler class
2011-06-08 Emilio Pozuelo MonfortAdd an EmpathyCallFactory class
2011-06-08 Guillaume DesmottesMerge branch 'sms-651242'
2011-06-08 Guillaume Desmottesindividual-store: keep track of the number of events...
2011-06-07 Xavier ClaessensAdium: Let user select theme variant in preferences
2011-06-07 Guillaume Desmottesmain_window_flash_foreach: fix FolksIndividual leak
2011-06-07 Guillaume Desmottescoding style tweak
2011-06-06 Travis ReitterAdapt to API change in FolksIndividual constructor.
2011-06-06 Travis ReitterAdapt to API break in folks_individual_get_personas.
2011-06-01 Guillaume Desmottesinvite-participant-dialog: add temporary individuals...
2011-06-01 Guillaume DesmottesUse tp-glib SMS high level API (#651242)
2011-06-01 Guillaume DesmottesUse tp-glib Balance high level API (#651238)
2011-06-01 Guillaume Desmottesallow user to search for contacts using their full...
2011-05-31 Sjoerd SimonsMerge branch 'speedup-protocol-chooser'
2011-05-31 Guillaume Desmottesinvite-participant-dialog: add an entry searching the...
2011-05-31 Guillaume Desmottesview_selection_changed_cb: don't unref NULL individual
2011-05-30 Guillaume Desmottesuse tp_channel_dispatch_operation_claim_async() (#650386)
2011-05-26 Xavier ClaessensStop dealing with iconification of main window, just...
2011-05-26 Xavier ClaessensDo not show the main window when creating it, it will...
next