Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include telepathy-glib.h | Guillaume Desmottes | 2012-09-17 | 1 | -4/+1 |
| | | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch. | ||||
* | event-manager: use empathy_sasl_channel_supports_mechanism() | Guillaume Desmottes | 2012-09-11 | 1 | -9/+2 |
| | | | | There is no point re-implementing it. | ||||
* | event-manager: use EmpathySubscriptionDialog | Guillaume Desmottes | 2012-07-06 | 1 | -3/+12 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=679136 | ||||
* | stop passing the main window to empathy_sound_manager_play() | Guillaume Desmottes | 2012-05-15 | 1 | -24/+6 |
| | | | | | | | | | I'm about to add an extra argument to the main window constructor so it's not convenient to, in theory, being able to create it from the event manager. Passing a widget wasn't doing anything anyway and this code is not even used when running the Shell so... Rebased-by: Danielle Madeley <danielle.madeley@collabora.co.uk> | ||||
* | approve_ft_channel: stop using the contact factory | Guillaume Desmottes | 2012-05-08 | 1 | -37/+20 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | approve_call_channel: stop using the contact factory | Guillaume Desmottes | 2012-05-08 | 1 | -65/+47 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | event-manager: factor out approve_channel_*() functions | Guillaume Desmottes | 2012-05-08 | 1 | -94/+141 |
| | | | | | | This approve function is way to big, let's split it. https://bugzilla.gnome.org/show_bug.cgi?id=675597 | ||||
* | Use TP_ERROR instead of TP_ERRORS | Guillaume Desmottes | 2012-05-07 | 1 | -4/+4 |
| | | | | The latter has been deprecated in tp-glib master. | ||||
* | empathy_tp_chat_is_invited: return a TpContact for the inviter | Guillaume Desmottes | 2012-05-03 | 1 | -30/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | event-manager: use new channel group API | Guillaume Desmottes | 2012-05-03 | 1 | -4/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675229 | ||||
* | Stop approving StreamedMedia channels | Guillaume Desmottes | 2012-05-02 | 1 | -84/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=675296 | ||||
* | Revert "Stop approve StreamedMedia channels" | Guillaume Desmottes | 2012-03-02 | 1 | -2/+84 |
| | | | | This reverts commit c7dd14aef20e429135fba7c7a53a8d507b9579a3. | ||||
* | Stop approve StreamedMedia channels | Guillaume Desmottes | 2012-02-21 | 1 | -84/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=629902 | ||||
* | Remove tp-yell and use TpCallChannel | Xavier Claessens | 2012-01-10 | 1 | -23/+22 |
| | |||||
* | rename MainWindow to RosterWindow | Guillaume Desmottes | 2012-01-10 | 1 | -7/+7 |
| | | | | | With the process split it doesn't really make sense to continue calling it 'main' window, it's just the roster now. | ||||
* | event-manager: use the conn aggregator instead of the contact mgr | Guillaume Desmottes | 2011-11-30 | 1 | -34/+101 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547 | ||||
* | Revert "WIP" | Guillaume Desmottes | 2011-11-29 | 1 | -30/+4 |
| | | | | | | This reverts commit f1a9c6deaa7f706df73cb4e1195647a2a27177c6. Humm I didn't mean to push that, sorry. :\ | ||||
* | WIP | Guillaume Desmottes | 2011-11-29 | 1 | -4/+30 |
| | |||||
* | client-factory: stop creating EmpathyTpFile objects | Jonny Lamb | 2011-11-09 | 1 | -4/+3 |
| | | | | | | | TpAutomaticClientFactory will create TpFileTransferChannels for us and they're, like, way better. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Do not should "password required" if X-TELEPATHY-PASSWORD is not supported | Xavier Claessens | 2011-10-01 | 1 | -4/+25 |
| | | | | Messenger XMPP only supports auth via an access token, no password | ||||
* | Use g_cclosure_marshal_generic for all signals | Xavier Claessens | 2011-09-28 | 1 | -3/+3 |
| | | | | No more ugly marshallers \o/ | ||||
* | EmpathyTpFile: inherit from TpFileTransferChannel | Guillaume Desmottes | 2011-09-27 | 1 | -3/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658245 | ||||
* | Port to new tp-glib client factory | Guillaume Desmottes | 2011-08-18 | 1 | -24/+6 |
| | | | | | | | | | | | | | | | | | - EmpathyChannelFactory has been changed to EmpathyClientFactory and inherit from TpAutomaticClientFactory. - We now always use the _with_am variant of TpSimple* constructors - We define our own factory as default. - Replace empathy_get_account_for_connection() by tp_connection_get_account() - The factory is passed to EmpathyTpChat and TpyCallChannel - Use tp_simple_client_factory_ensure_account() instead of tp_account_manager_ensure_account(). - Rely on the factory to prepare connection features. This should ensure that all the TpProxy and TpContact objects created in Empathy are shared and use EmpathyClientFactory. https://bugzilla.gnome.org/show_bug.cgi?id=655799 | ||||
* | event_manager_add: don't crash if approval is NULL (#646555) | Guillaume Desmottes | 2011-06-30 | 1 | -1/+2 |
| | | | | | When adding a "subscription request" event there is no EventManagerApproval associated with the event. | ||||
* | use tp_channel_dispatch_operation_close_channels_async() when rejecting ↵ | Guillaume Desmottes | 2011-06-22 | 1 | -23/+2 |
| | | | | | | | server auth channels We can't use it for other channel types as the EmpathyTp* object is doing some extra work. | ||||
* | Also add Answer with video to the notification dialogs | Sjoerd Simons | 2011-06-09 | 1 | -0/+1 |
| | | | | | | Conflicts: src/empathy-status-icon.c | ||||
* | Add Answer with video to the default dialogs | Sjoerd Simons | 2011-06-09 | 1 | -9/+29 |
| | | | | | | | We should be able to answer calls with or without video. This patch only implements that for Call type channels, but for clarity have ``Answer with video'' as the only button on SM channels for video calls to be sure it's clear to the user what to expect | ||||
* | Reject approval if call was hung up during approval | Sjoerd Simons | 2011-06-09 | 1 | -2/+27 |
| | | | | | | | If an incoming call gets ENDED during our approval stage either we or someone else closed it. In that case reject the approval (which will claim and close the channel). A future improvement could be to show a notification in case this happens | ||||
* | 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 ↵ | Sjoerd Simons | 2011-06-09 | 1 | -15/+1 |
| | | | | we can still approve | ||||
* | 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 |
| | | | | | | Conflicts: src/empathy-event-manager.c | ||||
* | 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 |
| | | | | We may have already received some as the EmpathyTpChat is created earlier now. | ||||
* | 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 |
| | | | | | X11 timestamps are guint32 while Telepathy uses gint64 timestamps. We should always use tp_user_action_time_from_x11() to do the conversion. | ||||
* | 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 |
| | | | | | | | | According to the spec [1], only the Body can be formated. Furthermore, the Shell doesn't support such formating in the header. [1] http://www.galago-project.org/specs/notification/0.9/x161.html | ||||
* | event-manager: only display incoming messages in notification | Guillaume Desmottes | 2011-03-28 | 1 | -1/+8 |
| | | | | | If not, we display outgoing ones as well if the user uses Shell's message tray to reply. | ||||
* | 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 |
| | | | | It's doing more than idle management now. | ||||
* | 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 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | status-icon: blink when we get a password request | Jonny Lamb | 2010-12-10 | 1 | -4/+5 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | event-manager: become an approver for auth channels | Jonny Lamb | 2010-12-10 | 1 | -6/+84 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | event-manager: add the account to the EmpathyEvent struct | Jonny Lamb | 2010-12-10 | 1 | -13/+22 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | 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 ↵ | Guillaume Desmottes | 2010-10-20 | 1 | -0/+4 |
| | | | | capabilities ready | ||||
* | 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 |
| | | | | We can infer it from the channel properties. | ||||
* | Merge EmpathyContact:name and *_set_alias() to EmpathyContact:alias | Philip Withnall | 2010-07-22 | 1 | -10/+10 |
| | | | | The "name" API was a relic of Gossip. | ||||
* | avoid segfault in event_manager_add (#624462) | Marc-Antoine Perennou | 2010-07-16 | 1 | -1/+3 |
| | | | | Check if approval is not NULL before trying to modify it | ||||
* | 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 |
| | | | | This gives a bit more context when the dialog is displayed right away. | ||||
* | 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 |
| | | | | | If we have not been invited, that means the channel is spawned by the CM (when using IRC proxy for example) so we want to display it right away. | ||||
* | rename approver service to Empathy.EventManager | Guillaume Desmottes | 2010-06-24 | 1 | -1/+1 |
| | | | | This is more coherent with Empathy.AV. | ||||
* | 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 ↵ | Guillaume Desmottes | 2010-06-07 | 1 | -14/+1 |
| | | | | we we approve it | ||||
* | 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 ↵ | Xavier Claessens | 2010-05-26 | 1 | -13/+25 |
| | | | | instead of main window | ||||
* | 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 |
| | | | | Tube applications should use the ChannelDispatcher. | ||||
* | Miscellaneous string fixes | Philip Withnall | 2010-01-01 | 1 | -2/+2 |
| | | | | | | | Lots of small spelling and grammar fixes, as well as some terminology cleanups. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | event-manager: remove the auto-remove timer when the event is destroyed | Guillaume Desmottes | 2009-12-21 | 1 | -2/+9 |
| | | | | This avoid to crash when trying to re-remove an old event (#603485). | ||||
* | Display the audio or video icon in incoming call dialog | Guillaume Desmottes | 2009-12-18 | 1 | -0/+16 |
| | | | | | This is more useful than the question mark icon as it can be used to easily see if we are receiving an audio or video call. | ||||
* | 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 |
| | | | | | This one makes more sense than the info icon as notifications are obviously an information (#590700). | ||||
* | event-manager: event_manager_ft_got_contact_cb: ref the contact | Guillaume Desmottes | 2009-11-23 | 1 | -1/+1 |
| | | | | | empathy_tp_contact_factory_get_from_handle is not supposed to give a reference to the callback. | ||||
* | 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 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Bring up notifications until the conversation is accepted (#597125) | Rob Bradford | 2009-10-02 | 1 | -7/+0 |
| | | | | | | | Rather than filter out message received signals for new conversations that have already been tried to be initiated let them pass through. This results in you getting notifications repeatedly until you open accept the conversation and open the conversation window with the user. | ||||
* | 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 |
| | | | | | | Add a "must_ack" attribute to events, set if there is no function associated to the event, and add a timeout on such events to have them removed automatically. | ||||
* | 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 ↵ | Guillaume Desmottes | 2009-06-18 | 1 | -4/+2 |
| | | | | patch from Nicolo Chieffo | ||||
* | 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 |
| | | | | This avoid to display the roster with the confirmation dialog. | ||||
* | Change EmpathyTpContactFactory API to look more like TpConnection. Add ↵ | Xavier Claessens | 2009-04-22 | 1 | -7/+23 |
| | | | | | | function to get only one contact from id/handle. | ||||
* | 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 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2525 | ||||
* | Use tp-glib generated code for file transfers rather than extensions. | Jonny Lamb | 2009-02-21 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2523 | ||||
* | event_manager_approve_channel_cb: tp_channel_get_handle is not needed any more | Guillaume Desmottes | 2009-02-13 | 1 | -4/+0 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2460 | ||||
* | event_manager_approve_channel_cb: we are invited if the self handle is not 0 ↵ | Guillaume Desmottes | 2009-02-13 | 1 | -1/+1 |
| | | | | | | | | AND we are in LP From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2459 | ||||
* | event_manager_approve_channel_cb: check if the channel implements the group ↵ | Guillaume Desmottes | 2009-02-13 | 1 | -26/+25 |
| | | | | | | | | iface so that should work for Butterfly chats too From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2458 | ||||
* | empathy-event-manager: we don't need EmpathyTpGroup anymore | Guillaume Desmottes | 2009-02-13 | 1 | -1/+0 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2457 | ||||
* | invite_dialog_response_cb: don't close the tp_chat twice | Guillaume Desmottes | 2009-02-13 | 1 | -1/+0 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2456 | ||||
* | event_manager_muc_invite_got_contact_name_cb: don't leak msg | Guillaume Desmottes | 2009-02-13 | 1 | -0/+2 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2455 | ||||
* | event_manager_approve_channel_cb: empathy_tp_chat_get_account doesn't ref ↵ | Guillaume Desmottes | 2009-02-13 | 1 | -1/+0 |
| | | | | | | | | the object From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2454 | ||||
* | translate invitation message | Guillaume Desmottes | 2009-02-13 | 1 | -1/+1 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2453 | ||||
* | invite_dialog_response_cb: use TpChannel API instead of EmpathyTpGroup one | Guillaume Desmottes | 2009-02-13 | 1 | -8/+8 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2452 | ||||
* | event_manager_approve_channel_cb: wait that the contact is ready | Guillaume Desmottes | 2009-02-13 | 1 | -14/+36 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2451 | ||||
* | event_manager_approve_channel_cb: unref the account | Guillaume Desmottes | 2009-02-13 | 1 | -0/+1 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2450 | ||||
* | event_manager_approve_channel_cb: use TpChannel API instead of TpGroup | Guillaume Desmottes | 2009-02-13 | 1 | -13/+16 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2449 | ||||
* | use tp_channel_get_identifier in event_room_channel_process_func too | Guillaume Desmottes | 2009-02-13 | 1 | -17/+1 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2448 | ||||
* | use tp_channel_get_identifier instead of inspecting room handle | Guillaume Desmottes | 2009-02-13 | 1 | -11/+2 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2447 | ||||
* | event_manager_approve_channel_cb: display invite message | Guillaume Desmottes | 2009-02-13 | 1 | -1/+1 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2446 | ||||
* | Support incoming muc invitation.Fixes bug #525559 (Guillaume Desmottes) | Guillaume Desmottes | 2009-02-13 | 1 | -2/+161 |
| | | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2445 | ||||
* | Fix type punned pointers warnings | Olivier Crête | 2009-02-12 | 1 | -1/+1 |
| | | | | | | | | | Remove senseless (void **) From: Olivier Crête <olivier.crete@collabora.co.uk> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2440 | ||||
* | Clean up some brokeness after the rebase | Sjoerd Simons | 2009-02-03 | 1 | -7/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2413 | ||||
* | Show a dialog when the user clicks on a incoming call | Sjoerd Simons | 2009-02-03 | 1 | -2/+83 |
| | | | | | | | | | show a nice dialog when the user clicks on an incoming call to give a choice to either accept or reject the call, without popping up the full VOIP UI Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2394 | ||||
* | Let the event-manager manage the sounds | Sjoerd Simons | 2009-02-03 | 1 | -0/+109 |
| | | | | | | | | | Let the event-manager handle sounds instead of the main window. Also make the incoming phone sound be played in a loop. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2393 | ||||
* | Make notifications for unfocused chat windows work properly. | Xavier Claessens | 2009-01-31 | 1 | -5/+22 |
| | | | | svn path=/trunk/; revision=2287 | ||||
* | Break after the event has been found. | Xavier Claessens | 2009-01-31 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=2286 | ||||
* | W.I.P. for notifications on chat window. | Xavier Claessens | 2009-01-31 | 1 | -2/+1 |
| | | | | svn path=/trunk/; revision=2285 | ||||
* | If the notification is not dismissed by the user, do not display other ↵ | Xavier Claessens | 2009-01-31 | 1 | -2/+22 |
| | | | | | | notifications for new incoming messages. svn path=/trunk/; revision=2279 | ||||
* | Split the event description into header and message body. | Xavier Claessens | 2009-01-31 | 1 | -35/+96 |
| | | | | | | Add a way to update a pending event. svn path=/trunk/; revision=2278 | ||||
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2249 | ||||
* | Remove useless include of empathy-tp-group.h | Xavier Claessens | 2009-01-13 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=2226 | ||||
* | Clean some coding style | Xavier Claessens | 2009-01-10 | 1 | -9/+6 |
| | | | | svn path=/trunk/; revision=2220 | ||||
* | Fix some errors made when rebasing on master | Xavier Claessens | 2009-01-10 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2211 | ||||
* | Handle Dbus Tubes and ignore non p2p channels | Sjoerd Simons | 2009-01-10 | 1 | -2/+9 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2199 | ||||
* | Remove approvals when the underlying operation got invalidated | Sjoerd Simons | 2009-01-10 | 1 | -0/+14 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2195 | ||||
* | Port to the new empathy_call_when_ready api | Sjoerd Simons | 2009-01-10 | 1 | -4/+19 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2193 | ||||
* | Make the dispatch operation _get_ functions not return a ref | Sjoerd Simons | 2009-01-10 | 1 | -3/+0 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2188 | ||||
* | Move the dispatcher to the new singleton policy | Sjoerd Simons | 2009-01-10 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2181 | ||||
* | Also free the approvals list | Sjoerd Simons | 2009-01-10 | 1 | -1/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2180 | ||||
* | Use gulongs to save signal handler ids | Sjoerd Simons | 2009-01-10 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2179 | ||||
* | Completely move to Telepathy coding style | Sjoerd Simons | 2009-01-10 | 1 | -179/+169 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2169 | ||||
* | Remove dead code | Sjoerd Simons | 2009-01-10 | 1 | -85/+0 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2168 | ||||
* | Add support for approving video channels | Sjoerd Simons | 2009-01-10 | 1 | -24/+62 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2161 | ||||
* | Add support for approving tubes | Sjoerd Simons | 2009-01-10 | 1 | -1/+124 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2158 | ||||
* | Enable approving of file transfers | Sjoerd Simons | 2009-01-10 | 1 | -35/+37 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2138 | ||||
* | Initial port to the new dispatcher | Sjoerd Simons | 2009-01-10 | 1 | -63/+117 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2132 | ||||
* | Set the right weak pointer. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2122 | ||||
* | Port EmpathyContactManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2121 | ||||
* | Port EmpathyEventManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -11/+25 |
| | | | | svn path=/trunk/; revision=2117 | ||||
* | Port EmpathyContactFactory to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2113 | ||||
* | Include only used headers | Xavier Claessens | 2008-11-22 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=1879 | ||||
* | fix FT client side code as the generated code changed | Xavier Claessens | 2008-11-22 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1843 | ||||
* | Handle new file channels regardless of direction in the dispatcher. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -59/+28 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1834 | ||||
* | Removed account property of EmpathyTpFile as it's only actually used once ↵ | Jonny Lamb | 2008-11-22 | 1 | -3/+1 |
| | | | | | | | | and easy obtainable. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1803 | ||||
* | Use empathy_contact_run_until_ready in EmpathyEventManager. | Jonny Lamb | 2008-11-22 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1798 | ||||
* | Changed _run_ method calls to _call_ calls. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -39/+48 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1791 | ||||
* | Changed EmpathyEventManager to not rely on the Direction property of the ↵ | Jonny Lamb | 2008-11-22 | 1 | -6/+8 |
| | | | | | | | | file channel. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1780 | ||||
* | Added a proper Empathy event for an incoming file transfer so that the ↵ | Jonny Lamb | 2008-11-22 | 1 | -7/+30 |
| | | | | | | | | status icon flashes. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1777 | ||||
* | Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -4/+4 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1776 | ||||
* | Handle incoming file transfers in the event manager. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+30 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1757 | ||||
* | Fix translators complains about ambigous strings. Fixes bug #546154. | Xavier Claessens | 2008-08-04 | 1 | -6/+6 |
| | | | | svn path=/trunk/; revision=1291 | ||||
* | Move the event manager to src/ | Xavier Claessens | 2008-07-15 | 1 | -0/+470 |
svn path=/trunk/; revision=1253 |