| Commit message (Expand) | Author | Age | Files | Lines |
* | rename MainWindow to RosterWindow | Guillaume Desmottes | 2012-01-10 | 1 | -7/+7 |
* | event-manager: use the conn aggregator instead of the contact mgr | Guillaume Desmottes | 2011-11-30 | 1 | -34/+101 |
* | Revert "WIP" | Guillaume Desmottes | 2011-11-29 | 1 | -30/+4 |
* | WIP | Guillaume Desmottes | 2011-11-29 | 1 | -4/+30 |
* | client-factory: stop creating EmpathyTpFile objects | Jonny Lamb | 2011-11-09 | 1 | -4/+3 |
* | Do not should "password required" if X-TELEPATHY-PASSWORD is not supported | Xavier Claessens | 2011-10-01 | 1 | -4/+25 |
* | Use g_cclosure_marshal_generic for all signals | Xavier Claessens | 2011-09-28 | 1 | -3/+3 |
* | EmpathyTpFile: inherit from TpFileTransferChannel | Guillaume Desmottes | 2011-09-27 | 1 | -3/+2 |
* | Port to new tp-glib client factory | Guillaume Desmottes | 2011-08-18 | 1 | -24/+6 |
* | event_manager_add: don't crash if approval is NULL (#646555) | Guillaume Desmottes | 2011-06-30 | 1 | -1/+2 |
* | use tp_channel_dispatch_operation_close_channels_async() when rejecting serve... | Guillaume Desmottes | 2011-06-22 | 1 | -23/+2 |
* | Also add Answer with video to the notification dialogs | Sjoerd Simons | 2011-06-09 | 1 | -0/+1 |
* | Add Answer with video to the default dialogs | Sjoerd Simons | 2011-06-09 | 1 | -9/+29 |
* | Reject approval if call was hung up during approval | Sjoerd Simons | 2011-06-09 | 1 | -2/+27 |
* | Keep a ref to our handler instance | Sjoerd Simons | 2011-06-09 | 1 | -1/+1 |
* | No need to borrow the connection, it gets passed to us | Sjoerd Simons | 2011-06-09 | 1 | -1/+0 |
* | Trivial coding style fix (>80 chars) | Sjoerd Simons | 2011-06-09 | 1 | -1/+2 |
* | Retrieve the contact for incoming calls so we can display it | Sjoerd Simons | 2011-06-09 | 1 | -3/+24 |
* | Stop ringing after approving a Channel.Type.Call channel | Sjoerd Simons | 2011-06-09 | 1 | -1/+2 |
* | event-manager Remove HAVE_CALL ifdefs, even if we didn't build the handler we... | Sjoerd Simons | 2011-06-09 | 1 | -15/+1 |
* | Close call channels after hanging up | Sjoerd Simons | 2011-06-09 | 1 | -0/+1 |
* | EmpathyEventManager: handle Call channels | Emilio Pozuelo Monfort | 2011-06-08 | 1 | -4/+86 |
* | use tp_channel_dispatch_operation_claim_async() (#650386) | Guillaume Desmottes | 2011-05-30 | 1 | -6/+10 |
* | event-manager: look for existing messages when approving | Guillaume Desmottes | 2011-05-25 | 1 | -0/+9 |
* | EmpathyTpChat: inherit from TpTextChannel (#650554) | Guillaume Desmottes | 2011-05-25 | 1 | -3/+2 |
* | Use the EmpathyChannelFactory with all components creating EmpathyTpChat | Guillaume Desmottes | 2011-05-25 | 1 | -0/+8 |
* | rename message-received signal to message-received-empathy | Guillaume Desmottes | 2011-05-25 | 1 | -1/+1 |
* | Properly convert timestamps received from X11 (#650015) | Guillaume Desmottes | 2011-05-12 | 1 | -1/+2 |
* | fix unused-but-set-variable warnings | Marc Plano-Lesay | 2011-05-05 | 1 | -10/+0 |
* | empathy-tp-chat: ensure that we get a TpTextChannel | Guillaume Desmottes | 2011-04-18 | 1 | -1/+1 |
* | set a category on presence notifications | Guillaume Desmottes | 2011-04-02 | 1 | -2/+4 |
* | don't format header of presence notifications (#646097) | Guillaume Desmottes | 2011-03-29 | 1 | -10/+4 |
* | event-manager: only display incoming messages in notification | Guillaume Desmottes | 2011-03-28 | 1 | -1/+8 |
* | Updating empathy_tp_chat_leave() function in empathy-tp-chat API | Chandni Verma | 2011-02-25 | 1 | -1/+1 |
* | improve phrasing of the subscription request message | Guillaume Desmottes | 2011-02-10 | 1 | -1/+1 |
* | EmpathyCallFactory -> EmpathyStreamedMediaFactory | Emilio Pozuelo Monfort | 2011-02-10 | 1 | -1/+0 |
* | EmpathyTpCall -> EmpathyTpStreamedMedia | Emilio Pozuelo Monfort | 2011-02-03 | 1 | -11/+11 |
* | rename EmpathyIdle to EmpathyPresenceManager (#640532) | Guillaume Desmottes | 2011-01-25 | 1 | -5/+5 |
* | Improve connected/disconnected notifications (#639352) | Guillaume Desmottes | 2011-01-14 | 1 | -6/+8 |
* | event-manager: use tp_clear_object | Jonny Lamb | 2010-12-15 | 1 | -9/+2 |
* | status-icon: blink when we get a password request | Jonny Lamb | 2010-12-10 | 1 | -4/+5 |
* | event-manager: become an approver for auth channels | Jonny Lamb | 2010-12-10 | 1 | -6/+84 |
* | event-manager: add the account to the EmpathyEvent struct | Jonny Lamb | 2010-12-10 | 1 | -13/+22 |
* | move sound functions to EmpathySoundManager methods | Guillaume Desmottes | 2010-11-30 | 1 | -8/+22 |
* | move empathy-sound to empathy-sound-manager | Guillaume Desmottes | 2010-11-30 | 1 | -1/+1 |
* | event-manager: cache the UI GSettings | Guillaume Desmottes | 2010-11-29 | 1 | -11/+7 |
* | event-manager: cache the notifications GSettings | Guillaume Desmottes | 2010-11-29 | 1 | -4/+8 |
* | pass message to empathy_subscription_dialog_show | Guillaume Desmottes | 2010-11-09 | 1 | -1/+2 |
* | empathy_subscription_dialog_show: display user's message if any (#630707) | Guillaume Desmottes | 2010-11-09 | 1 | -1/+1 |
* | add empathy_event_remove() | Guillaume Desmottes | 2010-11-09 | 1 | -2/+8 |
* | fix syntax error | Guillaume Desmottes | 2010-11-03 | 1 | -2/+3 |
* | Reword subscription request dialog to be less technical | Alex Launi | 2010-11-03 | 1 | -2/+2 |
* | Ensure that the connection of the account passed to EmpathyTpChat has capabil... | Guillaume Desmottes | 2010-10-20 | 1 | -0/+4 |
* | Display invite dialog even if we don't know the inviter (#627228) | Guillaume Desmottes | 2010-08-18 | 1 | -7/+14 |
* | display_invite_room_dialog: deal with contact being NULL | Guillaume Desmottes | 2010-08-18 | 1 | -3/+11 |
* | factor out display_invite_room_dialog | Guillaume Desmottes | 2010-08-18 | 1 | -15/+22 |
* | event-manager: use tp_user_action_time_from_x11() | Guillaume Desmottes | 2010-08-18 | 1 | -7/+4 |
* | use TP_USER_ACTION_TIME_* (#627165) | Guillaume Desmottes | 2010-08-18 | 1 | -3/+3 |
* | event-manager: we don't use the dispatcher any more | Guillaume Desmottes | 2010-08-13 | 1 | -4/+0 |
* | tp-call: add account property | Guillaume Desmottes | 2010-08-12 | 1 | -1/+1 |
* | tp-chat: add 'account' property | Guillaume Desmottes | 2010-08-12 | 1 | -1/+1 |
* | tp-file: no need to pass the incoming property during construction | Guillaume Desmottes | 2010-08-11 | 1 | -1/+1 |
* | Merge EmpathyContact:name and *_set_alias() to EmpathyContact:alias | Philip Withnall | 2010-07-22 | 1 | -10/+10 |
* | avoid segfault in event_manager_add (#624462) | Marc-Antoine Perennou | 2010-07-16 | 1 | -1/+3 |
* | Pass EMPATHY_DISPATCHER_NON_USER_ACTION as action time when auto-approving mucs | Guillaume Desmottes | 2010-07-09 | 1 | -0/+1 |
* | set a title to the room invitation dialog | Guillaume Desmottes | 2010-07-07 | 1 | -0/+7 |
* | Add a title to the incoming call dialog | Guillaume Desmottes | 2010-07-07 | 1 | -0/+7 |
* | display incoming events right away if user asked to | Guillaume Desmottes | 2010-07-07 | 1 | -3/+38 |
* | use a specific event type for muc invitations | Guillaume Desmottes | 2010-07-07 | 1 | -2/+2 |
* | event-manager: allow to reject FT channels | Guillaume Desmottes | 2010-07-07 | 1 | -0/+7 |
* | add empathy_event_decline | Guillaume Desmottes | 2010-07-07 | 1 | -0/+10 |
* | add empathy_event_approve() | Guillaume Desmottes | 2010-07-07 | 1 | -0/+10 |
* | Approve right away group text channels if we are not invited | Guillaume Desmottes | 2010-06-24 | 1 | -1/+5 |
* | rename approver service to Empathy.EventManager | Guillaume Desmottes | 2010-06-24 | 1 | -1/+1 |
* | Port EmpathyMainWindow to GtkWindow subclass | Danielle Madeley | 2010-06-24 | 1 | -11/+18 |
* | Merge branch 'approvers-redone-599158' | Guillaume Desmottes | 2010-06-19 | 1 | -115/+268 |
|\ |
|
| * | rename channel_claim_cb to reject_channel_claim_cb | Guillaume Desmottes | 2010-06-18 | 1 | -2/+3 |
| * | factor out reject_approval | Guillaume Desmottes | 2010-06-17 | 1 | -34/+20 |
| * | approve_channels: use quarks to compare channel types | Guillaume Desmottes | 2010-06-17 | 1 | -6/+7 |
| * | fix typo | Guillaume Desmottes | 2010-06-17 | 1 | -1/+1 |
| * | event-manager: re-implement approving using a proper Approver (#599158) | Guillaume Desmottes | 2010-06-17 | 1 | -101/+275 |
| * | event-manager: disable approving for now | Guillaume Desmottes | 2010-06-17 | 1 | -15/+6 |
* | | Port Empathy code to GSettings, remove EmpathyConf | Danielle Madeley | 2010-06-18 | 1 | -11/+10 |
|/ |
|
* | Join room where we have been invited when handling the channel rather than we... | Guillaume Desmottes | 2010-06-07 | 1 | -14/+1 |
* | Do not use EmpathyContactMonitor to know when a contact gets online/offline | Xavier Claessens | 2010-05-26 | 1 | -10/+19 |
* | Play sound for contact connected/disconnected from EmpathyEventManager instea... | Xavier Claessens | 2010-05-26 | 1 | -13/+25 |
* | Port to new EmpathyTpContactFactory API | Xavier Claessens | 2010-05-26 | 1 | -12/+4 |
* | use avatar-default instead of the deprecated stock_person icon | Guillaume Desmottes | 2010-05-20 | 1 | -2/+2 |
* | define EMPATHY_DISPATCHER_CURRENT_TIME rather than using G_MAXINT64 directly | Guillaume Desmottes | 2010-05-04 | 1 | -3/+3 |
* | Set the user action time when the user approves stuff | Sjoerd Simons | 2010-05-04 | 1 | -0/+19 |
* | always use empathy_tp_chat_leave instead of _close | Guillaume Desmottes | 2010-02-20 | 1 | -1/+1 |
* | stop dispatching tube channels (#599159) | Guillaume Desmottes | 2010-01-19 | 1 | -123/+0 |
* | Miscellaneous string fixes | Philip Withnall | 2010-01-01 | 1 | -2/+2 |
* | event-manager: remove the auto-remove timer when the event is destroyed | Guillaume Desmottes | 2009-12-21 | 1 | -2/+9 |
* | Display the audio or video icon in incoming call dialog | Guillaume Desmottes | 2009-12-18 | 1 | -0/+16 |
* | say if incoming call are video or not (#582596) | Guillaume Desmottes | 2009-12-16 | 1 | -4/+23 |
* | Set the stock-person icon for contact online/offline notification | Guillaume Desmottes | 2009-11-28 | 1 | -2/+2 |
* | event-manager: event_manager_ft_got_contact_cb: ref the contact | Guillaume Desmottes | 2009-11-23 | 1 | -1/+1 |
* | Use call-{start,stop} icons in the incoming call dialog | Guillaume Desmottes | 2009-11-03 | 1 | -2/+2 |
* | event-manager: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -4/+11 |
* | Bring up notifications until the conversation is accepted (#597125) | Rob Bradford | 2009-10-02 | 1 | -7/+0 |
* | add event type to EmpathyEvent (#589409) | Guillaume Desmottes | 2009-10-02 | 1 | -21/+31 |
* | Remove last references to mission-control 4 | Sjoerd Simons | 2009-07-16 | 1 | -0/+1 |
* | Port the main of empathy to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -9/+2 |
* | Port EmpathyEventManager to new empathy-sound API. | Xavier Claessens | 2009-06-26 | 1 | -81/+16 |
* | More human notification messages when users sign in/out. | Frédéric Péters | 2009-06-23 | 1 | -2/+2 |
* | Fixed coding style of presence notification. | Frédéric Péters | 2009-06-23 | 1 | -9/+11 |
* | Support for notification-only events | Frédéric Péters | 2009-06-23 | 1 | -0/+13 |
* | Show a notification when a contact goes offline or online | Frédéric Péters | 2009-06-23 | 1 | -0/+70 |
* | Remove 'new message from' from notification message (#586102). Based on a pat... | Guillaume Desmottes | 2009-06-18 | 1 | -4/+2 |
* | event_manager_approve_channel_cb: displayed ignored channel type | Guillaume Desmottes | 2009-06-04 | 1 | -1/+1 |
* | Unref the EmpathyTpContactFactory | Cosimo Cecchi | 2009-06-01 | 1 | -0/+2 |
* | Cleanup after rebase v2 | Cosimo Cecchi | 2009-06-01 | 1 | -15/+36 |
* | new tube API is now stable | Guillaume Desmottes | 2009-05-28 | 1 | -2/+2 |
* | empathy-event-manager: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -3/+3 |
* | empathy-event-manager: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -1/+1 |
* | The incoming call dialog doesn't have to be modal. Fixes #576384 | Guillaume Desmottes | 2009-04-24 | 1 | -2/+1 |
* | Change EmpathyTpContactFactory API to look more like TpConnection. Add functi... | Xavier Claessens | 2009-04-22 | 1 | -7/+23 |
* | Port EmpathyEventManager to new API | Xavier Claessens | 2009-04-22 | 1 | -96/+43 |
* | Also disconnect the approval handler on free if it's still there | Sjoerd Simons | 2009-02-21 | 1 | -2/+9 |
* | Use tp-glib generated code for file transfers rather than extensions. | Jonny Lamb | 2009-02-21 | 1 | -1/+1 |
* | event_manager_approve_channel_cb: tp_channel_get_handle is not needed any more | Guillaume Desmottes | 2009-02-13 | 1 | -4/+0 |
* | event_manager_approve_channel_cb: we are invited if the self handle is not 0 ... | Guillaume Desmottes | 2009-02-13 | 1 | -1/+1 |
* | event_manager_approve_channel_cb: check if the channel implements the group i... | Guillaume Desmottes | 2009-02-13 | 1 | -26/+25 |
* | empathy-event-manager: we don't need EmpathyTpGroup anymore | Guillaume Desmottes | 2009-02-13 | 1 | -1/+0 |
* | invite_dialog_response_cb: don't close the tp_chat twice | Guillaume Desmottes | 2009-02-13 | 1 | -1/+0 |
* | event_manager_muc_invite_got_contact_name_cb: don't leak msg | Guillaume Desmottes | 2009-02-13 | 1 | -0/+2 |
* | event_manager_approve_channel_cb: empathy_tp_chat_get_account doesn't ref the... | Guillaume Desmottes | 2009-02-13 | 1 | -1/+0 |
* | translate invitation message | Guillaume Desmottes | 2009-02-13 | 1 | -1/+1 |
* | invite_dialog_response_cb: use TpChannel API instead of EmpathyTpGroup one | Guillaume Desmottes | 2009-02-13 | 1 | -8/+8 |
* | event_manager_approve_channel_cb: wait that the contact is ready | Guillaume Desmottes | 2009-02-13 | 1 | -14/+36 |
* | event_manager_approve_channel_cb: unref the account | Guillaume Desmottes | 2009-02-13 | 1 | -0/+1 |
* | event_manager_approve_channel_cb: use TpChannel API instead of TpGroup | Guillaume Desmottes | 2009-02-13 | 1 | -13/+16 |
* | use tp_channel_get_identifier in event_room_channel_process_func too | Guillaume Desmottes | 2009-02-13 | 1 | -17/+1 |
* | use tp_channel_get_identifier instead of inspecting room handle | Guillaume Desmottes | 2009-02-13 | 1 | -11/+2 |
* | event_manager_approve_channel_cb: display invite message | Guillaume Desmottes | 2009-02-13 | 1 | -1/+1 |
* | Support incoming muc invitation.Fixes bug #525559 (Guillaume Desmottes) | Guillaume Desmottes | 2009-02-13 | 1 | -2/+161 |
* | Fix type punned pointers warnings | Olivier Crête | 2009-02-12 | 1 | -1/+1 |
* | Clean up some brokeness after the rebase | Sjoerd Simons | 2009-02-03 | 1 | -7/+2 |
* | Show a dialog when the user clicks on a incoming call | Sjoerd Simons | 2009-02-03 | 1 | -2/+83 |
* | Let the event-manager manage the sounds | Sjoerd Simons | 2009-02-03 | 1 | -0/+109 |
* | Make notifications for unfocused chat windows work properly. | Xavier Claessens | 2009-01-31 | 1 | -5/+22 |
* | Break after the event has been found. | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
* | W.I.P. for notifications on chat window. | Xavier Claessens | 2009-01-31 | 1 | -2/+1 |
* | If the notification is not dismissed by the user, do not display other notifi... | Xavier Claessens | 2009-01-31 | 1 | -2/+22 |
* | Split the event description into header and message body. | Xavier Claessens | 2009-01-31 | 1 | -35/+96 |
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 1 | -1/+1 |
* | Remove useless include of empathy-tp-group.h | Xavier Claessens | 2009-01-13 | 1 | -1/+0 |
* | Clean some coding style | Xavier Claessens | 2009-01-10 | 1 | -9/+6 |
* | Fix some errors made when rebasing on master | Xavier Claessens | 2009-01-10 | 1 | -1/+1 |
* | Handle Dbus Tubes and ignore non p2p channels | Sjoerd Simons | 2009-01-10 | 1 | -2/+9 |
* | Remove approvals when the underlying operation got invalidated | Sjoerd Simons | 2009-01-10 | 1 | -0/+14 |
* | Port to the new empathy_call_when_ready api | Sjoerd Simons | 2009-01-10 | 1 | -4/+19 |
* | Make the dispatch operation _get_ functions not return a ref | Sjoerd Simons | 2009-01-10 | 1 | -3/+0 |
* | Move the dispatcher to the new singleton policy | Sjoerd Simons | 2009-01-10 | 1 | -1/+1 |
* | Also free the approvals list | Sjoerd Simons | 2009-01-10 | 1 | -1/+2 |
* | Use gulongs to save signal handler ids | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
* | Completely move to Telepathy coding style | Sjoerd Simons | 2009-01-10 | 1 | -179/+169 |
* | Remove dead code | Sjoerd Simons | 2009-01-10 | 1 | -85/+0 |
* | Add support for approving video channels | Sjoerd Simons | 2009-01-10 | 1 | -24/+62 |
* | Add support for approving tubes | Sjoerd Simons | 2009-01-10 | 1 | -1/+124 |
* | Enable approving of file transfers | Sjoerd Simons | 2009-01-10 | 1 | -35/+37 |
* | Initial port to the new dispatcher | Sjoerd Simons | 2009-01-10 | 1 | -63/+117 |
* | Set the right weak pointer. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Port EmpathyContactManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Port EmpathyEventManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -11/+25 |
* | Port EmpathyContactFactory to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Include only used headers | Xavier Claessens | 2008-11-22 | 1 | -2/+2 |
* | fix FT client side code as the generated code changed | Xavier Claessens | 2008-11-22 | 1 | -1/+1 |
* | Handle new file channels regardless of direction in the dispatcher. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -59/+28 |
* | Removed account property of EmpathyTpFile as it's only actually used once and... | Jonny Lamb | 2008-11-22 | 1 | -3/+1 |
* | Use empathy_contact_run_until_ready in EmpathyEventManager. | Jonny Lamb | 2008-11-22 | 1 | -0/+2 |
* | Changed _run_ method calls to _call_ calls. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -39/+48 |
* | Changed EmpathyEventManager to not rely on the Direction property of the file... | Jonny Lamb | 2008-11-22 | 1 | -6/+8 |
* | Added a proper Empathy event for an incoming file transfer so that the status... | Jonny Lamb | 2008-11-22 | 1 | -7/+30 |
* | Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -4/+4 |
* | Handle incoming file transfers in the event manager. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+30 |
* | Fix translators complains about ambigous strings. Fixes bug #546154. | Xavier Claessens | 2008-08-04 | 1 | -6/+6 |
* | Move the event manager to src/ | Xavier Claessens | 2008-07-15 | 1 | -0/+470 |