Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |