Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly convert timestamps received from X11 (#650015) | Guillaume Desmottes | 2011-05-12 | 1 | -2/+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 | -7/+0 |
| | |||||
* | 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. | ||||
* | use tp_capabilities_supports_room_list() (#641491) | Guillaume Desmottes | 2011-02-24 | 1 | -13/+8 |
| | |||||
* | Skip accounts which don't support rooms in "Manage Favorites" dialog | Chandni Verma | 2011-01-03 | 1 | -70/+1 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=603027 | ||||
* | Make AccountChooser-related code simpler and clearer (re #633481). | Vitaly Minko | 2010-11-12 | 1 | -32/+6 |
| | |||||
* | Make AccountChooser filters asynchronous to let them handle newly connected ↵ | Vitaly Minko | 2010-11-11 | 1 | -25/+78 |
| | | | | accounts properly (#633481). | ||||
* | new-chatroom-dialog: remove markup from transltable string | Guillaume Desmottes | 2010-08-27 | 1 | -2/+5 |
| | |||||
* | empathy_dispatcher_join_muc: get an account instead of a connection | Guillaume Desmottes | 2010-08-11 | 1 | -3/+3 |
| | |||||
* | empathy_dispatcher_join_muc: remove callback arg | Guillaume Desmottes | 2010-07-07 | 1 | -1/+1 |
| | | | | We always want to let the text handler handle the channel. | ||||
* | strip name of the room (#622201) | Guillaume Desmottes | 2010-06-21 | 1 | -0/+2 |
| | |||||
* | add timestamp arg to empathy_dispatcher_join_muc | Sjoerd Simons | 2010-04-25 | 1 | -1/+2 |
| | |||||
* | Move the spinner next to the expander label in new chatroom dialog | Xavier Claessens | 2010-04-19 | 1 | -4/+4 |
| | |||||
* | Replace EphySpinner by GtkSpinner | Xavier Claessens | 2010-04-19 | 1 | -8/+9 |
| | | | | Fixes bug #598446 | ||||
* | don't leak the classes list | Guillaume Desmottes | 2010-03-30 | 1 | -4/+12 |
| | |||||
* | Unsensitive roomlist expander if roomlist is not supported (#614002) | Guillaume Desmottes | 2010-03-30 | 1 | -0/+2 |
| | |||||
* | Don't request roomlist channel if not supported (#614002) | Guillaume Desmottes | 2010-03-30 | 1 | -1/+14 |
| | |||||
* | new-chatroom-dialog: filter CM not implementing groupchat | Andrew Gorcester | 2010-03-29 | 1 | -1/+45 |
| | |||||
* | Convert the context info to a translator comment (#606513) | Claude Paroz | 2010-01-11 | 1 | -3/+3 |
| | |||||
* | rename update_join_button_sensitivy to update_join_button_sensitivity | Guillaume Desmottes | 2009-12-01 | 1 | -4/+4 |
| | |||||
* | new-chatroom-dialog: unsensitive the join button when account is disconnected | Guillaume Desmottes | 2009-12-01 | 1 | -1/+36 |
| | | | | Trying to join a room with a not connected account leads to crash (#603393). | ||||
* | factor out update_join_button_sensitivy | Guillaume Desmottes | 2009-12-01 | 1 | -6/+11 |
| | |||||
* | new-chatroom-dialog: store the currently selected account | Guillaume Desmottes | 2009-12-01 | 1 | -12/+15 |
| | |||||
* | new-chatroom-dialog: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -3/+3 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Don't try to update the widgets if no account was selected | Sjoerd Simons | 2009-07-22 | 1 | -0/+4 |
| | |||||
* | Remove useless mission-control includes | Sjoerd Simons | 2009-07-06 | 1 | -3/+0 |
| | |||||
* | Remove usage of McProfiles | Sjoerd Simons | 2009-07-05 | 1 | -4/+1 |
| | |||||
* | Port the main of empathy to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -6/+10 |
| | |||||
* | empathy-new-chatroom-dialog: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -3/+3 |
| | |||||
* | Error label now translatable | Gabriel Millaire | 2009-05-22 | 1 | -2/+2 |
| | |||||
* | Set treeview insensitive and hide error message | Gabriel Millaire | 2009-05-22 | 1 | -0/+6 |
| | |||||
* | Display error message in UI | Gabriel Millaire | 2009-05-22 | 1 | -3/+18 |
| | |||||
* | Connect to error signals | Gabriel Millaire | 2009-05-22 | 1 | -0/+29 |
| | |||||
* | empathy-new-chatroom-dialog: update the FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | empathy-new-chatroom-dialog: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -2/+2 |
| | |||||
* | Fix bug #579484: Join Chatroom dialog doesn't list rooms when changing | Gabriel Millaire | 2009-05-08 | 1 | -0/+6 |
| | | | | | | account By remembering to start listing rooms when the channel is ready. | ||||
* | Fixed bug #579485 by making each columns sortable | Gabriel Millaire | 2009-05-07 | 1 | -0/+10 |
| | |||||
* | Renamed empathy_account_chooser_get_account to ↵ | Jonny Lamb | 2009-04-22 | 1 | -2/+4 |
| | | | | | | empathy_account_chooser_dup_account and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Port EmpathyNEwChatroomDialog to new API | Xavier Claessens | 2009-04-22 | 1 | -3/+3 |
| | |||||
* | Fix coding style by not going over 80 chars too much | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -10/+18 |
| | |||||
* | Fix indent and translation | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -3/+3 |
| | |||||
* | Fix memory leaks + minor coding style changes | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -5/+7 |
| | |||||
* | Add members, invite and password columns to Join dialog | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -5/+61 |
| | |||||
* | Modify deeply the join chatroom dialog. | Pierre-Luc Beaudoin | 2009-04-18 | 1 | -44/+39 |
| | | | | | | The rationale is that the room list is now loaded when the expander is open. It will refresh it if is open and the server is changed. | ||||
* | Port EmpathyNewChatroomDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2861 | ||||
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 1 | -3/+3 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2249 | ||||
* | Use new dispatcher API to get muc channels | Sjoerd Simons | 2009-01-10 | 1 | -12/+2 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2145 | ||||
* | Do not use mission_control_request_channel as we don't use MC's dispatcher ↵ | Xavier Claessens | 2008-08-07 | 1 | -11/+14 |
| | | | | | | anymore. Fixes bug #529084. svn path=/trunk/; revision=1311 | ||||
* | Correctly update the UI when listing state changes. | Xavier Claessens | 2008-07-15 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1236 | ||||
* | Make use of tp-glib debug system. | Xavier Claessens | 2008-05-01 | 1 | -6/+6 |
| | | | | svn path=/trunk/; revision=1066 | ||||
* | Fix some warnings with roomlist | Xavier Claessens | 2008-04-23 | 1 | -3/+7 |
| | | | | svn path=/trunk/; revision=1034 | ||||
* | Use empathy_file_lookup for glade files since some are in libempathy-gtk/ ↵ | Xavier Claessens | 2008-03-17 | 1 | -1/+4 |
| | | | | | | and others in src/ svn path=/trunk/; revision=813 | ||||
* | Move modules that make no sense to be used in other applicaton from ↵ | Xavier Claessens | 2008-03-14 | 1 | -0/+567 |
libempathy-gtk/ to src/ svn path=/trunk/; revision=789 |