Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly convert timestamps received from X11 (#650015) | Guillaume Desmottes | 2011-05-12 | 1 | -4/+3 |
| | | | | | X11 timestamps are guint32 while Telepathy uses gint64 timestamps. We should always use tp_user_action_time_from_x11() to do the conversion. | ||||
* | Also show an avatar when blocking from a conversation | Emilio Pozuelo Monfort | 2011-03-22 | 1 | -1/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=645069 | ||||
* | rename empathy-dispatcher to empathy-request-util | Guillaume Desmottes | 2011-03-17 | 1 | -2/+2 |
| | | | | | We don't have EmpathyDispatcher any more so this file just contains some utility functions now. | ||||
* | coding style fixes | Guillaume Desmottes | 2011-03-14 | 1 | -1/+1 |
| | |||||
* | Hook up abusive argument into TpContactList backend | Danielle Madeley | 2011-03-11 | 1 | -3/+3 |
| | |||||
* | Initialize EmpathyContactManager before creating a new contact->Block menuitem | Chandni Verma | 2011-03-11 | 1 | -1/+2 |
| | |||||
* | Factor out common blocking confirmation dialog | Danielle Madeley | 2011-03-08 | 1 | -26/+7 |
| | |||||
* | Add a confirmation dialog when you block a contact from the Contact menu | Danielle Madeley | 2011-03-08 | 1 | -1/+42 |
| | |||||
* | Add 'Block Contact' to empathy-contact-menu | Danielle Madeley | 2011-03-08 | 1 | -0/+71 |
| | |||||
* | Port empathy to Telepathy logger 0.2.0 | Nicolas Dufresne | 2011-02-25 | 1 | -3/+8 |
| | |||||
* | Move a couple of call-related functions to empathy-utils.h | Emilio Pozuelo Monfort | 2011-02-10 | 1 | -5/+4 |
| | | | | | Since the rest of the call stuff will only be compiled for empathy-av so we don't link every binary against farsight. | ||||
* | EmpathyCallFactory -> EmpathyStreamedMediaFactory | Emilio Pozuelo Monfort | 2011-02-10 | 1 | -3/+3 |
| | |||||
* | add EMPATHY_CONTACT_FEATURE_FT | Guillaume Desmottes | 2011-01-25 | 1 | -3/+5 |
| | |||||
* | Fixing incorrect indentation. | Vitaly Minko | 2010-10-25 | 1 | -4/+4 |
| | |||||
* | Disable meaningless popup menu items in the contact menu (#573283). | Vitaly Minko | 2010-10-23 | 1 | -3/+13 |
| | |||||
* | remove deprecated FIXME | Guillaume Desmottes | 2010-10-04 | 1 | -1/+0 |
| | |||||
* | re-implement empathy_dispatcher_chat_with_contact using ↵ | Guillaume Desmottes | 2010-08-11 | 1 | -2/+1 |
| | | | | | | empathy_dispatcher_chat_with_contact_id We don't use the callback arg anyway. | ||||
* | empathy_call_factory_new_call_with_streams: remove callback arg | Guillaume Desmottes | 2010-08-11 | 1 | -2/+2 |
| | | | | If you want to handle the channel yourself then use TpAccountChannelRequest. | ||||
* | empathy_call_factory_new_call_with_streams: no need to pass a EmpathyCallFactory | Guillaume Desmottes | 2010-06-29 | 1 | -7/+2 |
| | |||||
* | empathy_call_factory_new_call_with_streams: request channel using the CD | Guillaume Desmottes | 2010-06-22 | 1 | -2/+4 |
| | | | | Also allow caller to pass the timestamp and an optionnal callback. | ||||
* | Merge branch 'check-vinagre-589225' | Guillaume Desmottes | 2010-06-21 | 1 | -1/+2 |
|\ | |||||
| * | replace empathy_contact_can_use_stream_tube by ↵ | Guillaume Desmottes | 2010-06-21 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | empathy_contact_can_use_rfb_stream_tube That's the only type of tube we care about and that allows us to enable the 'Share my Desktop' option only with contacts having a tube enabled Vinagre installed (#589225). | ||||
* | | Now that we depend on the logger always enable favourite contact support | Sjoerd Simons | 2010-06-20 | 1 | -4/+0 |
|/ | |||||
* | Depend on telepathy-logger (#610956) | Guillaume Desmottes | 2010-06-18 | 1 | -16/+1 |
| | |||||
* | Fix contact menu items' capitalization (#619378) | Gabriel Burt | 2010-05-25 | 1 | -3/+3 |
| | |||||
* | add timestamp arg to empathy_dispatcher_chat_with_contact(_id) | Sjoerd Simons | 2010-04-25 | 1 | -1/+2 |
| | |||||
* | Make 'Favourite' only appear when EMPATHY_CONTACT_FEATURE_FAVOURITE set | Danielle Madeley | 2010-04-01 | 1 | -4/+7 |
| | |||||
* | Move the 'Favorite' menu item after 'Information' | Guillaume Desmottes | 2010-03-15 | 1 | -7/+7 |
| | |||||
* | Add 'favorite' checkbox to the contact menu | Guillaume Desmottes | 2010-03-15 | 1 | -0/+49 |
| | |||||
* | TPL Enabling patch, all-in-one. | Cosimo Alfarano | 2010-02-26 | 1 | -1/+17 |
| | | | | By default TPL is disabled, use --enable-tpl configure option to enable it. | ||||
* | Fix leaked GtkMenu | Xavier Claessens | 2010-02-11 | 1 | -1/+0 |
| | | | | | | | | | | GtkMenu is initially unowned, which means ref_count is 1 and floating flag is set. gtk_menu_popup temporarily adds a ref, that will be dropped when the menu is popped down. So once the menu is popped up, we call g_object_ref_sink() to clear the floating flag, and g_object_unref() to drop the initial ref. Only the ref from gtk_menu_popup stay, and the menu will be finalized when it is popped down. Fixes bug #609567 | ||||
* | Add translation context for the "Edit" contact menu (#608690) | Guillaume Desmottes | 2010-02-09 | 1 | -1/+3 |
| | |||||
* | Miscellaneous string fixes | Philip Withnall | 2010-01-01 | 1 | -1/+1 |
| | | | | | | | Lots of small spelling and grammar fixes, as well as some terminology cleanups. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Punctuation fixes in translatable strings | Philip Withnall | 2010-01-01 | 1 | -1/+1 |
| | | | | | | | Fix punctuation in the IRC command help messages. Use proper Unicode ellipses throughout Empathy, and proper em-dashes where appropriate. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | [EmpathyContactMenu] Replace raw Tp call with existing abstraction | Danielle Madeley | 2009-12-21 | 1 | -7/+2 |
| | | | | | This was the place I'd copied my code from. However it makes a lot of sense to use the same abstraction here too. | ||||
* | Use accessor functions instead direct access. | Javier Jardón | 2009-11-17 | 1 | -1/+1 |
| | | | | | | | | | Some functions still remaining because there is not API in GTK+ 2.19.0 yet. http://bugzilla.gnome.org/show_bug.cgi?id=586476 Reviewed-By: Danielle Madeley <danielle.madeley@collabora.co.uk> | ||||
* | contact-menu: rename "View Previous Conversations" menu entry to "Previous ↵ | Guillaume Desmottes | 2009-11-05 | 1 | -1/+1 |
| | | | | | | | | Conversations" This label was too long and looked weird comparing of the other entries of this menu. Futhermore, the same entry in the "View" menu is called "Previous Conversations". | ||||
* | Instantiate ShareMyDesktop feature in the contact menu of Empathy | Arnaud Maillet | 2009-07-20 | 1 | -0/+31 |
| | |||||
* | Merge commit 'jtellier/video-call-button-sensitivity' | Davyd Madeley | 2009-07-15 | 1 | -2/+2 |
|\ | |||||
| * | Added functions to determine if a contact has video capabilities | Jonathan Tellier | 2009-07-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Activating the "Video Call" button only if the remote contact support video. The call window's "Send Video" is only sensitive if the contact has video capabilities. | ||||
* | | Check CAN_ADD before returning an Add Contact... menu item | Davyd Madeley | 2009-07-15 | 1 | -0/+16 |
| | | |||||
* | | Small coding style fix | Davyd Madeley | 2009-07-15 | 1 | -1/+3 |
| | | |||||
* | | have EmpathyContactWidget set the account on the account chooser | Davyd Madeley | 2009-07-15 | 1 | -1/+0 |
| | | |||||
* | | Set parent for new contact dialog | Davyd Madeley | 2009-07-15 | 1 | -2/+9 |
| | | |||||
* | | Hook up the callback to throw up the standard Add Contact dialog | Davyd Madeley | 2009-07-15 | 1 | -3/+14 |
| | | |||||
* | | Determine if the contact is not in the Contact List and add a menu item as ↵ | Davyd Madeley | 2009-07-15 | 1 | -0/+43 |
| | | | | | | | | appropriate | ||||
* | | Only enable the 'Edit' menu option when the CAN_ALIAS or CAN_GROUP are set | Davyd Madeley | 2009-07-15 | 1 | -0/+20 |
|/ | |||||
* | empathy-contact-menu: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -4/+4 |
| | |||||
* | add 'Video Call' entry to the Contact menu | Guillaume Desmottes | 2009-05-18 | 1 | -2/+38 |
| | |||||
* | empathy_contact_audio_call_menu_item_activated: use ↵ | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | | | | empathy_call_factory_new_call_with_streams | ||||
* | empathy_contact_audio_call_menu_item_new: change label to 'Audio Call' | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | rename empathy_contact_call_menu_item_new to ↵ | Guillaume Desmottes | 2009-05-18 | 1 | -5/+5 |
| | | | | empathy_contact_audio_call_menu_item_new | ||||
* | empathy-contact-menu: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | - Split info/edit/personal dialogs into different functions. | Xavier Claessens | 2009-04-22 | 1 | -2/+2 |
| | | | | - Make sure empathy_contact_widget_new works with a NULL contact. | ||||
* | Add context string for translation (#575442) | Frederic Peters | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | Instead of destroying the submenu when it's not needed only create it if there | Lars-Peter Clausen | 2009-04-21 | 1 | -13/+5 |
| | | | | is a submenu item. | ||||
* | Fix indent. | Lars-Peter Clausen | 2009-04-21 | 1 | -2/+2 |
| | |||||
* | Fix memleak in empathy_contact_invite_menu_item_new. Just calling | Lars-Peter Clausen | 2009-04-21 | 1 | -1/+3 |
| | | | | gtk_widget_destroy on submenu won't free it since it is floating. | ||||
* | Hookup the contact menu item cb correctly | Sjoerd Simons | 2009-02-12 | 1 | -2/+10 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2436 | ||||
* | Switch to calling CallFactory to make calls | Sjoerd Simons | 2009-02-03 | 1 | -2/+13 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2382 | ||||
* | Let a chatroom keep a reference to a its TpChat if applicable | Sjoerd Simons | 2009-01-10 | 1 | -9/+5 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2189 | ||||
* | Convert EmpathyChatroomManager to the new singleton convention | Sjoerd Simons | 2009-01-10 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2185 | ||||
* | Use the new call utility function to start calls | Sjoerd Simons | 2009-01-10 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2167 | ||||
* | Port EmpathyLogManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2115 | ||||
* | More coding style fixes in empathy-contact-menu.c | Xavier Claessens | 2008-12-29 | 1 | -97/+81 |
| | | | | svn path=/trunk/; revision=2018 | ||||
* | Homogenize coding style in empathy_contact_menu_new | Will Thompson | 2008-12-29 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Will Thompson <will.thompson@collabora.co.uk> svn path=/trunk/; revision=2015 | ||||
* | Use gi18n-lib.h instead of gi18n.h for libraries. | Xavier Claessens | 2008-12-12 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1967 | ||||
* | No need to define a callback, we can directly use ↵ | Xavier Claessens | 2008-11-22 | 1 | -8/+1 |
| | | | | | | empathy_send_file_with_file_chooser. svn path=/trunk/; revision=1872 | ||||
* | Removed empathy_send_file_with_file_chooser_and_manager and made file ↵ | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
| | | | | | | | | transfers always use the manager. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1832 | ||||
* | Updated parameter checks to return appropriate values. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1799 | ||||
* | Add parameter checks to public functions. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1797 | ||||
* | Only display "Send Files" if the contact is in Salut. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1771 | ||||
* | Added empathy_send_file_with_file_chooser_and_manager to make use of the ↵ | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
| | | | | | | | | file transfer manager. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1747 | ||||
* | Changed the "Send file" icon to something sane. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1743 | ||||
* | Added "Send file" item to contact menu widget. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+33 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1741 | ||||
* | empathy-contact-menu.c: store the chatroom instead of the channel in ↵ | Xavier Claessens | 2008-10-13 | 1 | -12/+13 |
| | | | | | | contact_room_sub_menu_item_activate_cb_ctx svn path=/trunk/; revision=1585 | ||||
* | empathy-contact-menu.c: use new empathy_chatroom_manager_new API | Xavier Claessens | 2008-10-13 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1584 | ||||
* | Change menu entry to 'Invite to chatroom' | Xavier Claessens | 2008-10-13 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1583 | ||||
* | Actually invite contact to chatroom. Fixes bug #496100 (Guillaume Desmottes). | Xavier Claessens | 2008-10-13 | 1 | -9/+61 |
| | | | | svn path=/trunk/; revision=1582 | ||||
* | Display invite menu entry in the contact menu | Xavier Claessens | 2008-10-13 | 1 | -0/+92 |
| | | | | svn path=/trunk/; revision=1581 | ||||
* | Improve dispatcher. Fixes bug #465928. | Xavier Claessens | 2008-05-18 | 1 | -3/+4 |
| | | | | svn path=/trunk/; revision=1108 | ||||
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=1066 | ||||
* | Create contact menu in empathy-contact-menu.h | Xavier Claessens | 2008-04-25 | 1 | -0/+63 |
| | | | | svn path=/trunk/; revision=1046 | ||||
* | Move contact menu code to its own module. | Xavier Claessens | 2008-04-25 | 1 | -0/+174 |
svn path=/trunk/; revision=1040 |