]> git.0d.be Git - empathy.git/history - src
Bump LT version
[empathy.git] / src /
2009-03-03 Sjoerd SimonsRemove gdk_threads_{enter,leave}, gdk thread support...
2009-03-03 Sjoerd SimonsHook up the video input sidebar item
2009-03-03 Sjoerd SimonsHook up audio input panel
2009-03-03 Sjoerd SimonsPut locks around timer_id
2009-03-03 Sjoerd SimonsAdd timer and make all gtk calls in the main thread
2009-03-03 Sjoerd SimonsUse livesrc and fsfunnel to funnel the mediastreams...
2009-03-03 Sjoerd SimonsSet the preview video widget not sync and async
2009-03-03 Sjoerd SimonsAdd comments for callbacks that come from a different...
2009-03-03 Sjoerd SimonsEnsure to always call gtk/gdk functions while holding...
2009-02-24 Frederic PetersSome string comments requested by translators (#572875)
2009-02-20 Sjoerd SimonsAlso disconnect the approval handler on free if it...
2009-02-20 Jonny LambUse tp-glib generated code for file transfers rather...
2009-02-16 Sjoerd SimonsSet the intial volume button level to a more correct one
2009-02-16 Sjoerd SimonsSet the camera button insensitive after a call
2009-02-16 Sjoerd SimonsHook up the volume button
2009-02-16 Sjoerd SimonsHook up DTFM support
2009-02-16 Guillaume Desmottesuse TpTubeType instead of EmpathyTubeType
2009-02-16 Guillaume Desmottesempathy-tube-dispatch: add debug messages
2009-02-16 Guillaume Desmottesrename toolbar1 to toolbar
2009-02-16 Guillaume DesmottesAdd an empty expanded GtkToolItem so the volume button...
2009-02-16 Guillaume DesmottesManually add the GtkVolumeButton to the toolbar instead...
2009-02-16 Guillaume DesmottesAdd label on the microphone button. Fixes #571657
2009-02-16 Sjoerd SimonsSignal closed from the call-handler
2009-02-16 Frédéric Pétersadd a translator comment to describe 'Import'
2009-02-16 Bruce CowanMinor string fixes. Fixes bug #571635
2009-02-13 Guillaume Desmottesevent_manager_approve_channel_cb: tp_channel_get_handle...
2009-02-13 Guillaume Desmottesevent_manager_approve_channel_cb: we are invited if...
2009-02-13 Guillaume Desmottesevent_manager_approve_channel_cb: check if the channel...
2009-02-13 Guillaume Desmottesempathy-event-manager: we don't need EmpathyTpGroup...
2009-02-13 Guillaume Desmottesinvite_dialog_response_cb: don't close the tp_chat...
2009-02-13 Guillaume Desmottesevent_manager_muc_invite_got_contact_name_cb: don't...
2009-02-13 Guillaume Desmottesevent_manager_approve_channel_cb: empathy_tp_chat_get_a...
2009-02-13 Guillaume Desmottestranslate invitation message
2009-02-13 Guillaume Desmottesinvite_dialog_response_cb: use TpChannel API instead...
2009-02-13 Guillaume Desmottesevent_manager_approve_channel_cb: wait that the contact...
2009-02-13 Guillaume Desmottesevent_manager_approve_channel_cb: unref the account
2009-02-13 Guillaume Desmottesevent_manager_approve_channel_cb: use TpChannel API...
2009-02-13 Guillaume Desmottesuse tp_channel_get_identifier in event_room_channel_pro...
2009-02-13 Guillaume Desmottesuse tp_channel_get_identifier instead of inspecting...
2009-02-13 Guillaume Desmottesevent_manager_approve_channel_cb: display invite message
2009-02-13 Guillaume DesmottesSupport incoming muc invitation.Fixes bug #525559 ...
2009-02-11 Olivier CrêteFix pad leak
2009-02-11 Olivier CrêteFix type punned pointers warnings
2009-02-11 Jonathon JongsmaFix 'hang up' icon size in menu, remove extra menuitem2
2009-02-11 Jonathon JongsmaFix spacing of video preview widgets in call UI (bug...
2009-02-10 Guillaume Desmottesremove second call of g_set_application_name as doc...
2009-02-10 Guillaume Desmottesstatus_icon_update_tooltip: don't display the event...
2009-02-03 Sjoerd SimonsFix typo
2009-02-03 Sjoerd SimonsClean up some brokeness after the rebase
2009-02-03 Sjoerd SimonsAdd information in the statusbar
2009-02-03 Sjoerd SimonsRename statusbar is to statusbar
2009-02-03 Sjoerd SimonsStart streaming video when webcam icon is clicked
2009-02-03 Sjoerd SimonsRename DTFM to Dailpad
2009-02-03 Sjoerd SimonsAdd some more content to the menus
2009-02-03 Sjoerd SimonsPut in new VOIP UI
2009-02-03 Sjoerd Simonsadd a sidebar abstraction taken from emerillion
2009-02-03 Sjoerd Simonsstop the pipeline and unref everything when the window...
2009-02-03 Sjoerd SimonsShow a dialog when the user clicks on a incoming call
2009-02-03 Sjoerd SimonsLet the event-manager manage the sounds
2009-02-03 Sjoerd SimonsAdd a getter for the main window widget
2009-02-03 Sjoerd SimonsStart of a simple ui
2009-02-03 Sjoerd SimonsToss out the old EmpathyCallWindow initialise the CallF...
2009-02-03 Sjoerd SimonsInitial port from telepathy-stream-engine to telepathy...
2009-02-02 Xavier ClaessensFix some i18n issues in main().
2009-02-02 Xavier ClaessensRe-add "--version" option from command line.
2009-01-30 Xavier ClaessensPrefix "Empathy" to the notification enum.
2009-01-30 Xavier ClaessensAdd a comment explaining why we activate the event...
2009-01-30 Xavier ClaessensFactor out some common code.
2009-01-30 Xavier ClaessensAlways check if notifications are enabled when we updat...
2009-01-30 Xavier ClaessensUpdate the pixbuf when we receive an event update.
2009-01-30 Xavier ClaessensUse the avatar for all the events with a contact.
2009-01-30 Xavier ClaessensAdd an enum to define notification close reason.
2009-01-30 Xavier ClaessensUnref the notification after it has been closed.
2009-01-30 Xavier ClaessensEscape message body with g_markup_escape_text before...
2009-01-30 Xavier ClaessensFix order or params in chat_window_show_or_update_notif...
2009-01-30 Xavier ClaessensMove empathy_notification_is_enabled () to src/
2009-01-30 Xavier ClaessensAdd libnotify dep to src/ only.
2009-01-30 Xavier ClaessensMake possible to use libnotify 0.4.4, to not force...
2009-01-30 Xavier ClaessensAdd a convenience function to avoid hacks when getting...
2009-01-30 Xavier ClaessensMake notifications for unfocused chat windows work...
2009-01-30 Xavier ClaessensBreak after the event has been found.
2009-01-30 Xavier ClaessensW.I.P. for notifications on chat window.
2009-01-30 Xavier ClaessensDon't update the event if the notification can't be...
2009-01-30 Xavier ClaessensTypo.
2009-01-30 Xavier ClaessensImplement a logic for disabling notifications when...
2009-01-30 Xavier ClaessensModify code to handle new preferences.
2009-01-30 Xavier ClaessensAdd a preference UI for notifications.
2009-01-30 Xavier ClaessensIf the notification is not dismissed by the user, do...
2009-01-30 Xavier ClaessensSplit the event description into header and message...
2009-01-30 Xavier ClaessensFix indentation.
2009-01-30 Xavier ClaessensInsert an image in the notify baloon.
2009-01-30 Xavier ClaessensAdapt the status icon message to the new API.
2009-01-30 Xavier ClaessensRequire latest libnotify. Don't crash when clicking...
2009-01-30 Xavier ClaessensUse PACKAGE_NAME instead of hardcoding "empathy" on...
2009-01-30 Xavier Claessensmimic tooltip and icon notifications; unref any outstan...
2009-01-30 Xavier Claessensuninit linotify after unrefing status icon
2009-01-30 Xavier Claessensgenerify notification; add idle activation of event
2009-01-30 Xavier Claessensadd notify uninit
2009-01-30 Xavier Claessensshow notification on new event
2009-01-30 Xavier Claessensinitialize libnotify
next