aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-event-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-9/+7
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-13/+13
* Use double quotes for all internal headersEmanuele Aina2013-04-011-13/+13
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-6/+0
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
* include telepathy-glib.hGuillaume Desmottes2012-09-171-4/+1
* event-manager: use empathy_sasl_channel_supports_mechanism()Guillaume Desmottes2012-09-111-9/+2
* event-manager: use EmpathySubscriptionDialogGuillaume Desmottes2012-07-061-3/+12
* stop passing the main window to empathy_sound_manager_play()Guillaume Desmottes2012-05-151-24/+6
* approve_ft_channel: stop using the contact factoryGuillaume Desmottes2012-05-081-37/+20
* approve_call_channel: stop using the contact factoryGuillaume Desmottes2012-05-081-65/+47
* event-manager: factor out approve_channel_*() functionsGuillaume Desmottes2012-05-081-94/+141
* Use TP_ERROR instead of TP_ERRORSGuillaume Desmottes2012-05-071-4/+4
* empathy_tp_chat_is_invited: return a TpContact for the inviterGuillaume Desmottes2012-05-031-30/+5
* event-manager: use new channel group APIGuillaume Desmottes2012-05-031-4/+4
* Stop approving StreamedMedia channelsGuillaume Desmottes2012-05-021-84/+2
* Revert "Stop approve StreamedMedia channels"Guillaume Desmottes2012-03-021-2/+84
* Stop approve StreamedMedia channelsGuillaume Desmottes2012-02-211-84/+2
* Remove tp-yell and use TpCallChannelXavier Claessens2012-01-101-23/+22
* rename MainWindow to RosterWindowGuillaume Desmottes2012-01-101-7/+7
* event-manager: use the conn aggregator instead of the contact mgrGuillaume Desmottes2011-11-301-34/+101
* Revert "WIP"Guillaume Desmottes2011-11-291-30/+4
* WIPGuillaume Desmottes2011-11-291-4/+30
* client-factory: stop creating EmpathyTpFile objectsJonny Lamb2011-11-091-4/+3
* Do not should "password required" if X-TELEPATHY-PASSWORD is not supportedXavier Claessens2011-10-011-4/+25
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-3/+3
* EmpathyTpFile: inherit from TpFileTransferChannelGuillaume Desmottes2011-09-271-3/+2
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-181-24/+6
* event_manager_add: don't crash if approval is NULL (#646555)Guillaume Desmottes2011-06-301-1/+2
* use tp_channel_dispatch_operation_close_channels_async() when rejecting serve...Guillaume Desmottes2011-06-221-23/+2
* Also add Answer with video to the notification dialogsSjoerd Simons2011-06-091-0/+1
* Add Answer with video to the default dialogsSjoerd Simons2011-06-091-9/+29
* Reject approval if call was hung up during approvalSjoerd Simons2011-06-091-2/+27
* Keep a ref to our handler instanceSjoerd Simons2011-06-091-1/+1
* No need to borrow the connection, it gets passed to usSjoerd Simons2011-06-091-1/+0
* Trivial coding style fix (>80 chars)Sjoerd Simons2011-06-091-1/+2
* Retrieve the contact for incoming calls so we can display itSjoerd Simons2011-06-091-3/+24
* Stop ringing after approving a Channel.Type.Call channelSjoerd Simons2011-06-091-1/+2
* event-manager Remove HAVE_CALL ifdefs, even if we didn't build the handler we...Sjoerd Simons2011-06-091-15/+1
* Close call channels after hanging upSjoerd Simons2011-06-091-0/+1
* EmpathyEventManager: handle Call channelsEmilio Pozuelo Monfort2011-06-081-4/+86
* use tp_channel_dispatch_operation_claim_async() (#650386)Guillaume Desmottes2011-05-301-6/+10
* event-manager: look for existing messages when approvingGuillaume Desmottes2011-05-251-0/+9
* EmpathyTpChat: inherit from TpTextChannel (#650554)Guillaume Desmottes2011-05-251-3/+2
* Use the EmpathyChannelFactory with all components creating EmpathyTpChatGuillaume Desmottes2011-05-251-0/+8
* rename message-received signal to message-received-empathyGuillaume Desmottes2011-05-251-1/+1
* Properly convert timestamps received from X11 (#650015)Guillaume Desmottes2011-05-121-1/+2
* fix unused-but-set-variable warningsMarc Plano-Lesay2011-05-051-10/+0
* empathy-tp-chat: ensure that we get a TpTextChannelGuillaume Desmottes2011-04-181-1/+1
* set a category on presence notificationsGuillaume Desmottes2011-04-021-2/+4
* don't format header of presence notifications (#646097)Guillaume Desmottes2011-03-291-10/+4
* event-manager: only display incoming messages in notificationGuillaume Desmottes2011-03-281-1/+8
* Updating empathy_tp_chat_leave() function in empathy-tp-chat APIChandni Verma2011-02-251-1/+1
* improve phrasing of the subscription request messageGuillaume Desmottes2011-02-101-1/+1
* EmpathyCallFactory -> EmpathyStreamedMediaFactoryEmilio Pozuelo Monfort2011-02-101-1/+0
* EmpathyTpCall -> EmpathyTpStreamedMediaEmilio Pozuelo Monfort2011-02-031-11/+11
* rename EmpathyIdle to EmpathyPresenceManager (#640532)Guillaume Desmottes2011-01-251-5/+5
* Improve connected/disconnected notifications (#639352)Guillaume Desmottes2011-01-141-6/+8
* event-manager: use tp_clear_objectJonny Lamb2010-12-151-9/+2
* status-icon: blink when we get a password requestJonny Lamb2010-12-101-4/+5
* event-manager: become an approver for auth channelsJonny Lamb2010-12-101-6/+84
* event-manager: add the account to the EmpathyEvent structJonny Lamb2010-12-101-13/+22
* move sound functions to EmpathySoundManager methodsGuillaume Desmottes2010-11-301-8/+22
* move empathy-sound to empathy-sound-managerGuillaume Desmottes2010-11-301-1/+1
* event-manager: cache the UI GSettingsGuillaume Desmottes2010-11-291-11/+7
* event-manager: cache the notifications GSettingsGuillaume Desmottes2010-11-291-4/+8
* pass message to empathy_subscription_dialog_showGuillaume Desmottes2010-11-091-1/+2
* empathy_subscription_dialog_show: display user's message if any (#630707)Guillaume Desmottes2010-11-091-1/+1
* add empathy_event_remove()Guillaume Desmottes2010-11-091-2/+8
* fix syntax errorGuillaume Desmottes2010-11-031-2/+3
* Reword subscription request dialog to be less technicalAlex Launi2010-11-031-2/+2
* Ensure that the connection of the account passed to EmpathyTpChat has capabil...Guillaume Desmottes2010-10-201-0/+4
* Display invite dialog even if we don't know the inviter (#627228)Guillaume Desmottes2010-08-181-7/+14
* display_invite_room_dialog: deal with contact being NULLGuillaume Desmottes2010-08-181-3/+11
* factor out display_invite_room_dialogGuillaume Desmottes2010-08-181-15/+22
* event-manager: use tp_user_action_time_from_x11()Guillaume Desmottes2010-08-181-7/+4
* use TP_USER_ACTION_TIME_* (#627165)Guillaume Desmottes2010-08-181-3/+3
* event-manager: we don't use the dispatcher any moreGuillaume Desmottes2010-08-131-4/+0
* tp-call: add account propertyGuillaume Desmottes2010-08-121-1/+1
* tp-chat: add 'account' propertyGuillaume Desmottes2010-08-121-1/+1
* tp-file: no need to pass the incoming property during constructionGuillaume Desmottes2010-08-111-1/+1
* Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall2010-07-221-10/+10
* avoid segfault in event_manager_add (#624462)Marc-Antoine Perennou2010-07-161-1/+3
* Pass EMPATHY_DISPATCHER_NON_USER_ACTION as action time when auto-approving mucsGuillaume Desmottes2010-07-091-0/+1
* set a title to the room invitation dialogGuillaume Desmottes2010-07-071-0/+7
* Add a title to the incoming call dialogGuillaume Desmottes2010-07-071-0/+7
* display incoming events right away if user asked toGuillaume Desmottes2010-07-071-3/+38
* use a specific event type for muc invitationsGuillaume Desmottes2010-07-071-2/+2
* event-manager: allow to reject FT channelsGuillaume Desmottes2010-07-071-0/+7
* add empathy_event_declineGuillaume Desmottes2010-07-071-0/+10
* add empathy_event_approve()Guillaume Desmottes2010-07-071-0/+10
* Approve right away group text channels if we are not invitedGuillaume Desmottes2010-06-241-1/+5
* rename approver service to Empathy.EventManagerGuillaume Desmottes2010-06-241-1/+1
* Port EmpathyMainWindow to GtkWindow subclassDanielle Madeley2010-06-241-11/+18
* Merge branch 'approvers-redone-599158'Guillaume Desmottes2010-06-191-115/+268
|\
| * rename channel_claim_cb to reject_channel_claim_cbGuillaume Desmottes2010-06-181-2/+3
| * factor out reject_approvalGuillaume Desmottes2010-06-171-34/+20
| * approve_channels: use quarks to compare channel typesGuillaume Desmottes2010-06-171-6/+7
| * fix typoGuillaume Desmottes2010-06-171-1/+1
| * event-manager: re-implement approving using a proper Approver (#599158)Guillaume Desmottes2010-06-171-101/+275
| * event-manager: disable approving for nowGuillaume Desmottes2010-06-171-15/+6
* | Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley2010-06-181-11/+10
|/
* Join room where we have been invited when handling the channel rather than we...Guillaume Desmottes2010-06-071-14/+1
* Do not use EmpathyContactMonitor to know when a contact gets online/offlineXavier Claessens2010-05-261-10/+19
* Play sound for contact connected/disconnected from EmpathyEventManager instea...Xavier Claessens2010-05-261-13/+25
* Port to new EmpathyTpContactFactory APIXavier Claessens2010-05-261-12/+4
* use avatar-default instead of the deprecated stock_person iconGuillaume Desmottes2010-05-201-2/+2
* define EMPATHY_DISPATCHER_CURRENT_TIME rather than using G_MAXINT64 directlyGuillaume Desmottes2010-05-041-3/+3
* Set the user action time when the user approves stuffSjoerd Simons2010-05-041-0/+19
* always use empathy_tp_chat_leave instead of _closeGuillaume Desmottes2010-02-201-1/+1
* stop dispatching tube channels (#599159)Guillaume Desmottes2010-01-191-123/+0
* Miscellaneous string fixesPhilip Withnall2010-01-011-2/+2
* event-manager: remove the auto-remove timer when the event is destroyedGuillaume Desmottes2009-12-211-2/+9
* Display the audio or video icon in incoming call dialogGuillaume Desmottes2009-12-181-0/+16
* say if incoming call are video or not (#582596)Guillaume Desmottes2009-12-161-4/+23
* Set the stock-person icon for contact online/offline notificationGuillaume Desmottes2009-11-281-2/+2
* event-manager: event_manager_ft_got_contact_cb: ref the contactGuillaume Desmottes2009-11-231-1/+1
* Use call-{start,stop} icons in the incoming call dialogGuillaume Desmottes2009-11-031-2/+2
* event-manager: port to new tp-glib account APIJonny Lamb2009-10-241-4/+11
* Bring up notifications until the conversation is accepted (#597125)Rob Bradford2009-10-021-7/+0
* add event type to EmpathyEvent (#589409)Guillaume Desmottes2009-10-021-21/+31
* Remove last references to mission-control 4Sjoerd Simons2009-07-161-0/+1
* Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-011-9/+2
* Port EmpathyEventManager to new empathy-sound API.Xavier Claessens2009-06-261-81/+16
* More human notification messages when users sign in/out.Frédéric Péters2009-06-231-2/+2
* Fixed coding style of presence notification.Frédéric Péters2009-06-231-9/+11
* Support for notification-only eventsFrédéric Péters2009-06-231-0/+13
* Show a notification when a contact goes offline or onlineFrédéric Péters2009-06-231-0/+70
* Remove 'new message from' from notification message (#586102). Based on a pat...Guillaume Desmottes2009-06-181-4/+2
* 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-211-2/+9
* Use tp-glib generated code for file transfers rather than extensions.Jonny Lamb2009-02-211-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-121-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-311-5/+22
* Break after the event has been found.Xavier Claessens2009-01-311-0/+1
* W.I.P. for notifications on chat window.Xavier Claessens2009-01-311-2/+1
* If the notification is not dismissed by the user, do not display other notifi...Xavier Claessens2009-01-311-2/+22
* Split the event description into header and message body.Xavier Claessens2009-01-311-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-131-1/+0
* Clean some coding styleXavier Claessens2009-01-101-9/+6
* Fix some errors made when rebasing on masterXavier Claessens2009-01-101-1/+1
* Handle Dbus Tubes and ignore non p2p channelsSjoerd Simons2009-01-101-2/+9
* Remove approvals when the underlying operation got invalidatedSjoerd Simons2009-01-101-0/+14
* Port to the new empathy_call_when_ready apiSjoerd Simons2009-01-101-4/+19
* Make the dispatch operation _get_ functions not return a refSjoerd Simons2009-01-101-3/+0
* Move the dispatcher to the new singleton policySjoerd Simons2009-01-101-1/+1
* Also free the approvals listSjoerd Simons2009-01-101-1/+2
* Use gulongs to save signal handler idsSjoerd Simons2009-01-101-2/+2
* Completely move to Telepathy coding styleSjoerd Simons2009-01-101-179/+169
* Remove dead codeSjoerd Simons2009-01-101-85/+0
* Add support for approving video channelsSjoerd Simons2009-01-101-24/+62
* Add support for approving tubesSjoerd Simons2009-01-101-1/+124
* Enable approving of file transfersSjoerd Simons2009-01-101-35/+37
* Initial port to the new dispatcherSjoerd Simons2009-01-101-63/+117
* Set the right weak pointer.Xavier Claessens2009-01-091-1/+1
* Port EmpathyContactManager to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Port EmpathyEventManager to the new singleton policy.Xavier Claessens2009-01-091-11/+25
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* Include only used headersXavier Claessens2008-11-221-2/+2
* fix FT client side code as the generated code changedXavier Claessens2008-11-221-1/+1
* Handle new file channels regardless of direction in the dispatcher. (Jonny Lamb)Jonny Lamb2008-11-221-59/+28
* Removed account property of EmpathyTpFile as it's only actually used once and...Jonny Lamb2008-11-221-3/+1
* Use empathy_contact_run_until_ready in EmpathyEventManager.Jonny Lamb2008-11-221-0/+2
* Changed _run_ method calls to _call_ calls. (Jonny Lamb)Jonny Lamb2008-11-221-39/+48
* Changed EmpathyEventManager to not rely on the Direction property of the file...Jonny Lamb2008-11-221-6/+8
* Added a proper Empathy event for an incoming file transfer so that the status...Jonny Lamb2008-11-221-7/+30
* Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)Jonny Lamb2008-11-221-4/+4
* Handle incoming file transfers in the event manager. (Jonny Lamb)Jonny Lamb2008-11-221-0/+30
* Fix translators complains about ambigous strings. Fixes bug #546154.Xavier Claessens2008-08-041-6/+6
* Move the event manager to src/Xavier Claessens2008-07-151-0/+470