summaryrefslogtreecommitdiff
path: root/src/empathy-event-manager.c
Commit message (Expand)AuthorAgeFilesLines
* event_manager_approve_channel_cb: displayed ignored channel typeGuillaume Desmottes2009-06-041-1/+1
* Unref the EmpathyTpContactFactoryCosimo Cecchi2009-06-011-0/+2
* Cleanup after rebase v2Cosimo Cecchi2009-06-011-15/+36
* new tube API is now stableGuillaume Desmottes2009-05-281-2/+2
* empathy-event-manager: fix coding styleGuillaume Desmottes2009-05-181-3/+3
* empathy-event-manager: remove trailing spacesGuillaume Desmottes2009-05-151-1/+1
* The incoming call dialog doesn't have to be modal. Fixes #576384Guillaume Desmottes2009-04-241-2/+1
* Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...Xavier Claessens2009-04-221-7/+23
* Port EmpathyEventManager to new APIXavier Claessens2009-04-221-96/+43
* Also disconnect the approval handler on free if it's still thereSjoerd Simons2009-02-201-2/+9
* Use tp-glib generated code for file transfers rather than extensions.Jonny Lamb2009-02-201-1/+1
* event_manager_approve_channel_cb: tp_channel_get_handle is not needed any moreGuillaume Desmottes2009-02-131-4/+0
* event_manager_approve_channel_cb: we are invited if the self handle is not 0 ...Guillaume Desmottes2009-02-131-1/+1
* event_manager_approve_channel_cb: check if the channel implements the group i...Guillaume Desmottes2009-02-131-26/+25
* empathy-event-manager: we don't need EmpathyTpGroup anymoreGuillaume Desmottes2009-02-131-1/+0
* invite_dialog_response_cb: don't close the tp_chat twiceGuillaume Desmottes2009-02-131-1/+0
* event_manager_muc_invite_got_contact_name_cb: don't leak msgGuillaume Desmottes2009-02-131-0/+2
* event_manager_approve_channel_cb: empathy_tp_chat_get_account doesn't ref the...Guillaume Desmottes2009-02-131-1/+0
* translate invitation messageGuillaume Desmottes2009-02-131-1/+1
* invite_dialog_response_cb: use TpChannel API instead of EmpathyTpGroup oneGuillaume Desmottes2009-02-131-8/+8
* event_manager_approve_channel_cb: wait that the contact is readyGuillaume Desmottes2009-02-131-14/+36
* event_manager_approve_channel_cb: unref the accountGuillaume Desmottes2009-02-131-0/+1
* event_manager_approve_channel_cb: use TpChannel API instead of TpGroupGuillaume Desmottes2009-02-131-13/+16
* use tp_channel_get_identifier in event_room_channel_process_func tooGuillaume Desmottes2009-02-131-17/+1
* use tp_channel_get_identifier instead of inspecting room handleGuillaume Desmottes2009-02-131-11/+2
* event_manager_approve_channel_cb: display invite messageGuillaume Desmottes2009-02-131-1/+1
* Support incoming muc invitation.Fixes bug #525559 (Guillaume Desmottes)Guillaume Desmottes2009-02-131-2/+161
* Fix type punned pointers warningsOlivier CrĂȘte2009-02-111-1/+1
* Clean up some brokeness after the rebaseSjoerd Simons2009-02-031-7/+2
* Show a dialog when the user clicks on a incoming callSjoerd Simons2009-02-031-2/+83
* Let the event-manager manage the soundsSjoerd Simons2009-02-031-0/+109
* Make notifications for unfocused chat windows work properly.Xavier Claessens2009-01-301-5/+22
* Break after the event has been found.Xavier Claessens2009-01-301-0/+1
* W.I.P. for notifications on chat window.Xavier Claessens2009-01-301-2/+1
* If the notification is not dismissed by the user, do not display other notifi...Xavier Claessens2009-01-301-2/+22
* Split the event description into header and message body.Xavier Claessens2009-01-301-35/+96
* Renamed G_STR_EMPTY to EMP_STR_EMPTY.Jonny Lamb2009-01-231-1/+1
* Remove useless include of empathy-tp-group.hXavier Claessens2009-01-121-1/+0
* Clean some coding styleXavier Claessens2009-01-091-9/+6
* Fix some errors made when rebasing on masterXavier Claessens2009-01-091-1/+1
* Handle Dbus Tubes and ignore non p2p channelsSjoerd Simons2009-01-091-2/+9
* Remove approvals when the underlying operation got invalidatedSjoerd Simons2009-01-091-0/+14
* Port to the new empathy_call_when_ready apiSjoerd Simons2009-01-091-4/+19
* Make the dispatch operation _get_ functions not return a refSjoerd Simons2009-01-091-3/+0
* Move the dispatcher to the new singleton policySjoerd Simons2009-01-091-1/+1
* Also free the approvals listSjoerd Simons2009-01-091-1/+2
* Use gulongs to save signal handler idsSjoerd Simons2009-01-091-2/+2
* Completely move to Telepathy coding styleSjoerd Simons2009-01-091-179/+169
* Remove dead codeSjoerd Simons2009-01-091-85/+0
* Add support for approving video channelsSjoerd Simons2009-01-091-24/+62