Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | display the number of unread message in the window title (#548701) | Guillaume Desmottes | 2009-11-27 | 1 | -5/+62 |
| | |||||
* | call empathy_chat_messages_read when messages have been read in a tab | Guillaume Desmottes | 2009-11-27 | 1 | -0/+6 |
| | |||||
* | empathy-chat: keep count of the number of unread messages | Guillaume Desmottes | 2009-11-27 | 2 | -0/+26 |
| | |||||
* | display the number of other tabs | Guillaume Desmottes | 2009-11-27 | 1 | -1/+19 |
| | |||||
* | factor out empathy_chat_get_name | Guillaume Desmottes | 2009-11-27 | 1 | -3/+9 |
| | | | | Dup the string as we are going to use g_strdup_printf | ||||
* | Update Romanian translations | Adi Roiban | 2009-11-27 | 2 | -447/+759 |
| | |||||
* | chat-text-view: override GtkTextView copy_clipboard | Guillaume Desmottes | 2009-11-26 | 1 | -0/+11 |
| | | | | | This allow us to hook our copy_clipboard function as so have pretty pasting when copying using the text view context menu (#603031). | ||||
* | Updated Galician Translation | Antón Méixome | 2009-11-26 | 1 | -514/+745 |
| | |||||
* | Always display the 'Room' column (#586678) | Guillaume Desmottes | 2009-11-26 | 1 | -15/+0 |
| | | | | There is no reason to only display it when an account is selected. | ||||
* | Remember the geometry of debug window | Xavier Claessens | 2009-11-26 | 1 | -0/+2 |
| | |||||
* | gssize isn't an int on various platforms | Sjoerd Simons | 2009-11-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'adium-events' | Xavier Claessens | 2009-11-26 | 1 | -20/+28 |
|\ | | | | | | | | | Conflicts: libempathy-gtk/empathy-theme-adium.c | ||||
| * | Do not escape twice /me messages with adium theme. | Xavier Claessens | 2009-11-25 | 1 | -20/+27 |
| | | |||||
* | | Clean how we insert smileys in adium themes | Xavier Claessens | 2009-11-26 | 1 | -13/+5 |
| | | |||||
* | | Clean how we insert link in adium themes | Xavier Claessens | 2009-11-26 | 1 | -8/+6 |
| | | |||||
* | | Rework the link regex to have "(user@server.com)" case work. | Xavier Claessens | 2009-11-25 | 1 | -7/+9 |
| | | |||||
* | | Add some more tests, and fail only after all have run, it's easier to debug | Xavier Claessens | 2009-11-25 | 1 | -8/+18 |
| | | |||||
* | | Escape what is put inside <a> tags | Gustavo Noronha Silva | 2009-11-25 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | We should be careful here, and make sure whatever is put enclosed by <a> tags is correctly encoded. What caused bug #597049 is that what was being liked to looked like a tag, so the browser ignored it, but this is potentially a security vulnerability. Bug #597049 | ||||
* | | Add test for bug #597049 | Xavier Claessens | 2009-11-25 | 1 | -2/+9 |
| | | |||||
* | | Add more test cases and fix some found issues in link regex. | Xavier Claessens | 2009-11-25 | 2 | -21/+53 |
| | | |||||
* | | Replace GString param with a generic gpointer user_data, and port ↵ | Xavier Claessens | 2009-11-25 | 5 | -169/+184 |
| | | | | | | | | EmpathyChatTextView to new parser API. | ||||
* | | Also parse smileys in tests | Xavier Claessens | 2009-11-25 | 1 | -0/+14 |
| | | |||||
* | | Init GTK from test_init() | Xavier Claessens | 2009-11-25 | 1 | -2/+4 |
| | | |||||
* | | Add parser tests | Xavier Claessens | 2009-11-25 | 3 | -1/+72 |
| | | |||||
* | | Call empathy_init() from test_init() | Xavier Claessens | 2009-11-25 | 1 | -1/+3 |
| | | |||||
* | | Add Test debug domain | Xavier Claessens | 2009-11-25 | 2 | -0/+2 |
| | | |||||
* | | Make possible to define different replace function for parsers | Xavier Claessens | 2009-11-25 | 3 | -84/+133 |
| | | |||||
* | | Accept any foo:// URL Schemes | Xavier Claessens | 2009-11-25 | 1 | -4/+4 |
| | | |||||
* | | start and end positions in EmpathySmileyHit struct can't be negative. Change ↵ | Xavier Claessens | 2009-11-25 | 3 | -4/+4 |
| | | | | | | | | them to guint. | ||||
* | | Add comments to explain empathy_smiley_manager_parse_len(), it is ↵ | Xavier Claessens | 2009-11-25 | 2 | -4/+34 |
| | | | | | | | | non-trivial function. | ||||
* | | Optimisation: Do not fetch use-smiley gconf key for each substring. | Xavier Claessens | 2009-11-25 | 1 | -6/+7 |
| | | |||||
* | | Extract empathy_string_parser_link and empathy_string_parser_escape from ↵ | Xavier Claessens | 2009-11-25 | 3 | -64/+76 |
| | | | | | | | | empathy-theme-adium.c | ||||
* | | Create API for generic string parser | Xavier Claessens | 2009-11-25 | 3 | -13/+54 |
| | | |||||
* | | Remove dead code from EmpathySmileyManager | Xavier Claessens | 2009-11-25 | 2 | -95/+10 |
| | | |||||
* | | Use new smiley parser in EmpathyChatTextView. | Xavier Claessens | 2009-11-25 | 2 | -13/+20 |
| | | |||||
* | | exclude " and ' from links. | Xavier Claessens | 2009-11-25 | 1 | -2/+2 |
| | | |||||
* | | Rework the way message parsing and escaping is done. | Xavier Claessens | 2009-11-25 | 1 | -90/+126 |
| | | |||||
* | | Introduce a new smiley parser that can parse only a part of a string. | Xavier Claessens | 2009-11-25 | 2 | -0/+94 |
|/ | |||||
* | Updated Spanish translation | Jorge González | 2009-11-25 | 1 | -41/+136 |
| | |||||
* | Make sure double quotes are not considered part of URIs | Gustavo Noronha Silva | 2009-11-25 | 1 | -2/+2 |
| | | | | | | | | The fact that the URI regex we use to detect URIs in chat conversations does not exclude double quotes causes it to pick up more of the text than it should, in some cases. Bug #598381 | ||||
* | add empathy-account-widget-sip.c to POTFILES.in | Guillaume Desmottes | 2009-11-24 | 1 | -0/+1 |
| | |||||
* | Clarify macro names | Xavier Claessens | 2009-11-24 | 1 | -15/+21 |
| | |||||
* | Create EMPATHY_RECT_IS_ON_SCREEN macro instead of duplicating its code. | Xavier Claessens | 2009-11-24 | 3 | -6/+8 |
| | |||||
* | Drop workaround that restore window position when it gets deiconified | Xavier Claessens | 2009-11-24 | 1 | -16/+0 |
| | | | | | It breaks with metacity because windows are all iconified/deiconified when switching workspace, and it seems reposition on map is enough. | ||||
* | Restore position of window if it gets remapped. | Xavier Claessens | 2009-11-24 | 1 | -14/+51 |
| | |||||
* | Make empathy_present_window() also move to current desktop with compiz. ↵ | Xavier Claessens | 2009-11-24 | 1 | -3/+15 |
| | | | | Fixes bug #602649 | ||||
* | Make sure to not save offscreen positioning. It happens with compiz. | Xavier Claessens | 2009-11-24 | 1 | -0/+6 |
| | |||||
* | Don't set the accounts dialog transient when running empathy -a | Guillaume Desmottes | 2009-11-23 | 1 | -1/+1 |
| | | | | This will avoid to display the contact list if it has been hidden (#581626). | ||||
* | account-widget-sip: translate all the labels in combo box | Guillaume Desmottes | 2009-11-23 | 1 | -5/+9 |
| | |||||
* | empathy-account-widget-private: fix coding style | Guillaume Desmottes | 2009-11-23 | 1 | -3/+3 |
| | |||||
* | rename account_widget_setup_widget empathy_account_widget_setup_widget | Guillaume Desmottes | 2009-11-23 | 3 | -6/+7 |
| | | | | This function is exported now. | ||||
* | fix position of the 2 combo boxes | Guillaume Desmottes | 2009-11-23 | 1 | -2/+2 |
| | |||||
* | move port settings to the same line as the host | Guillaume Desmottes | 2009-11-23 | 1 | -105/+106 |
| | |||||
* | indent the STUN Server/Port label under the checkbox | Guillaume Desmottes | 2009-11-23 | 1 | -2/+2 |
| | |||||
* | rephrase subsection titles and their labels | Guillaume Desmottes | 2009-11-23 | 1 | -8/+8 |
| | |||||
* | add indentation so subsections are clearer | Guillaume Desmottes | 2009-11-23 | 1 | -130/+194 |
| | |||||
* | rephrase the discover-stun checkbox label | Guillaume Desmottes | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | rename Misc section to Miscellaneous | Guillaume Desmottes | 2009-11-23 | 1 | -1/+1 |
| | |||||
* | account-widget-sip: add subsections in the advanced section | Guillaume Desmottes | 2009-11-23 | 2 | -37/+90 |
| | |||||
* | account-widget-sip: fix typo in variable name | Guillaume Desmottes | 2009-11-23 | 1 | -3/+3 |
| | |||||
* | account-widget-sip: unsensitive the STUN labels as well when STUN is disabled | Guillaume Desmottes | 2009-11-23 | 1 | -0/+6 |
| | |||||
* | account_widget_combobox_changed_cb: check that param has a default | Guillaume Desmottes | 2009-11-23 | 1 | -2/+3 |
| | |||||
* | Set explicitely the model of combo box | Guillaume Desmottes | 2009-11-23 | 2 | -25/+69 |
| | | | | | The value of the param has to be in the first column as a string. This allow us to display translated strings in the combo box. | ||||
* | unsensitive the keep-alive spin button if keep-alive is disabled | Guillaume Desmottes | 2009-11-23 | 1 | -0/+22 |
| | |||||
* | account-widget-sip: add UI to configure the keepalive-mechanism and ↵ | Guillaume Desmottes | 2009-11-23 | 2 | -1/+67 |
| | | | | keepalive-interval params | ||||
* | account-widget-sip: add UI to configure the discover-binding param | Guillaume Desmottes | 2009-11-23 | 2 | -1/+17 |
| | |||||
* | account-widget-sip: add UI to configure the loose-routine param | Guillaume Desmottes | 2009-11-23 | 2 | -1/+17 |
| | |||||
* | account-widget-sip: add UI to configure the transport param | Guillaume Desmottes | 2009-11-23 | 2 | -1/+39 |
| | |||||
* | account_widget_setup_widget: add support for GtkComboBox | Guillaume Desmottes | 2009-11-23 | 1 | -0/+64 |
| | |||||
* | empathy-account-widget: export account_widget_setup_widget | Guillaume Desmottes | 2009-11-23 | 2 | -1/+5 |
| | | | | | This function can be useful if a account widget wants to map a widget not created in the GtkBuilder file. | ||||
* | account-widget-sip: Add UI to configure auth-user, proxy-host and port ↵ | Guillaume Desmottes | 2009-11-23 | 2 | -1/+87 |
| | | | | params (#601697) | ||||
* | empathy_tp_contact_factory_get_from_{id,handle} shouldn't pass the ref of ↵ | Guillaume Desmottes | 2009-11-23 | 1 | -0/+7 |
| | | | | | | | the contact to the cb This match the behaviour of empathy_tp_contact_factory_get_from_{ids,handles} and tp_connection_get_contacts_by_handle. | ||||
* | 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. | ||||
* | ft-handler: contact_factory_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. | ||||
* | tp-contact-factory: document that ↵ | Guillaume Desmottes | 2009-11-23 | 1 | -0/+2 |
| | | | | empathy_tp_contact_factory_get_from_{ids,handles} don't give a ref to the cb | ||||
* | Updated Slovenian translation | Matej Urbančič | 2009-11-20 | 1 | -52/+48 |
| | |||||
* | Updated Spanish translation | Jorge González | 2009-11-20 | 1 | -62/+68 |
| | |||||
* | notify-manager: unref the account mgr when disposing | Guillaume Desmottes | 2009-11-19 | 1 | -0/+15 |
| | |||||
* | account-widget: use the account-manaer instead of idle | Guillaume Desmottes | 2009-11-19 | 1 | -32/+56 |
| | | | | | Also ensure that the 'apply' button is correctly updated when the status is changed. | ||||
* | idle: make empathy_idle_get_status static | Guillaume Desmottes | 2009-11-19 | 2 | -19/+18 |
| | | | | | It's not used anymore and other components should use the account manager directly. | ||||
* | empathy.c: use tp_account_manager_get_most_available_presence instead of ↵ | Guillaume Desmottes | 2009-11-19 | 1 | -1/+5 |
| | | | | empathy_idle_get_state | ||||
* | notify-manager: use the account mgr directly instead of ↵ | Guillaume Desmottes | 2009-11-19 | 1 | -1/+39 |
| | | | | empathy_check_available_state | ||||
* | status-icon: use the account-manager directly to get our state and status | Guillaume Desmottes | 2009-11-19 | 1 | -10/+10 |
| | | | | | Also wait that he AM is ready before trying to get the status. Partially fix bug #601235. | ||||
* | presence-chooser: use the account-manager directly to get our state and status | Guillaume Desmottes | 2009-11-19 | 1 | -17/+48 |
| | | | | | Also wait that the AM is ready before trying to get the status. Partially fix bug #601235. | ||||
* | tp-chat: copy the rename message | Guillaume Desmottes | 2009-11-19 | 1 | -3/+4 |
| | |||||
* | coding style fixes | Guillaume Desmottes | 2009-11-19 | 1 | -4/+4 |
| | |||||
* | don't mix code and variable declarations | Guillaume Desmottes | 2009-11-19 | 2 | -7/+7 |
| | |||||
* | Fixed some of Gillaume's review comments from Bug #571642 | Jonathon Jongsma | 2009-11-19 | 1 | -44/+38 |
| | | | | | | | | | | | | | | | | | The following comments should be fixed in this commit: - tp_group_update_members: add "old" and "new" in comments so we known which contact we are talking about. - Always use TpHandle instead of guint when storing handles in variables. - contact_list_store_member_renamed_cb: would be good to share the common code with contact_list_store_members_changed_cb in a common function One comment about the last one: I split out common code into two new functions: contact_list_store_add_contact_and_connect(), and the matching contact_list_store_remove_contact_and_disconnect(). I wondered whether the signal connection/disconnection should just be added to the _add_contact() and _remove_contact() functions directly, but they do seem to be used in other places without connecting to signals, so i thought it would be safer to simply add some wrapper functions. | ||||
* | Handle the case where a user's id changes in a chatroom | Jonathon Jongsma | 2009-11-19 | 4 | -0/+189 |
| | | | | | | | | | | | | | | | | | Telepathy-glib has a enum value for the MembersChanged signal to signify that a user's ID has changed. Previously, empathy was simply interpreting this as if a user with the old name had left the chat and a different user with the new name had entered the chat. This change handles this case more gracefully by updating the contact's id (and name) when this change reason is present One thing that does not yet work with this patch is if you are engaged in a private chat with a person and they change their nick in the middle of the chat. Then the EmpathyContact* that you are chatting with is no longer the EmpathyContact* representing the remote user, so messages won't be delivered properly. When we detect that a user has been 'renamed', we probably need to somehow go through all of the private chats with that person and swap out the old (invalid) EmpathyContact* and replace it with the new one so that the chat can continue without interruption. | ||||
* | tp-chat: no need to connect twice on the ChatStateChanged signal | Guillaume Desmottes | 2009-11-19 | 1 | -4/+0 |
| | |||||
* | Fix nautilus-sendto plugin's linking | Bastien Nocera | 2009-11-19 | 1 | -1/+0 |
| | | | | | | | No need to link to both libempathy-gtk and libempathy, the former already links to the latter. https://bugzilla.gnome.org/show_bug.cgi?id=602324 | ||||
* | Move empathy-log to tests/interactive and don't install it anymore | Laurent Bigonville | 2009-11-19 | 5 | -5/+4 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2009-11-18 | 1 | -116/+141 |
| | |||||
* | remove empathy_idle_{get,set}_flash_state | Guillaume Desmottes | 2009-11-18 | 2 | -49/+0 |
| | |||||
* | presence-chooser: remove icon blinking support | Guillaume Desmottes | 2009-11-18 | 1 | -88/+4 |
| | | | | This code is broken and unused since a while. | ||||
* | account-widget-jabber: increase spacing in the 'Override Server Settings' ↵ | Guillaume Desmottes | 2009-11-17 | 1 | -0/+2 |
| | | | | | | section The frame was too close from the other widgets. | ||||
* | We should ensure, not create muc channels | Sjoerd Simons | 2009-11-17 | 1 | -0/+1 |
| | |||||
* | Disable single include | Xavier Claessens | 2009-11-17 | 1 | -4/+4 |
| | |||||
* | Use accessor functions instead direct access. | Javier Jardón | 2009-11-17 | 15 | -44/+68 |
| | | | | | | | | | 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> | ||||
* | Updated Spanish translation | Jorge González | 2009-11-17 | 1 | -52/+89 |
| | |||||
* | log_store_empathy_search_hit_new: don't unref accounts | Guillaume Desmottes | 2009-11-17 | 1 | -1/+0 |
| | | | | tp_account_manager_get_valid_accounts does *not* ref the accounts (#600800). | ||||
* | start dev of 2.29.3 | Guillaume Desmottes | 2009-11-17 | 1 | -2/+2 |
| | |||||
* | prepare 2.29.2 releaseEMPATHY_2_29_2 | Guillaume Desmottes | 2009-11-17 | 2 | -1/+84 |
| | |||||
* | geometry: port to TP coding style | Guillaume Desmottes | 2009-11-16 | 2 | -152/+156 |
| | | | | Most of the file has been rewrite anyway. | ||||
* | Reload the main window geometry when deiconify to workaround WM bugs. | Xavier Claessens | 2009-11-16 | 1 | -0/+16 |
| | |||||
* | Correctly store/restore maximized state of windows. | Xavier Claessens | 2009-11-16 | 5 | -307/+184 |
| | |||||
* | media_stream_error_to_txt: display a link to the fdo bugzilla | Guillaume Desmottes | 2009-11-16 | 1 | -4/+13 |
| | |||||
* | rephrase the TP_MEDIA_STREAM_ERROR_NO_CODECS error | Guillaume Desmottes | 2009-11-16 | 1 | -2/+4 |
| | |||||
* | Display the name of the CM in the TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR msg | Guillaume Desmottes | 2009-11-16 | 1 | -7/+13 |
| | |||||
* | add empathy_tp_call_get_connection_manager | Guillaume Desmottes | 2009-11-16 | 2 | -0/+23 |
| | |||||
* | media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NETWORK_ERROR | Guillaume Desmottes | 2009-11-16 | 1 | -1/+3 |
| | |||||
* | media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_MEDIA_ERROR | Guillaume Desmottes | 2009-11-16 | 1 | -0/+3 |
| | |||||
* | media_stream_error_to_txt: add a msg for ↵ | Guillaume Desmottes | 2009-11-16 | 1 | -0/+5 |
| | | | | TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR | ||||
* | media_stream_error_to_txt: add a msg for TP_MEDIA_STREAM_ERROR_NO_CODECS | Guillaume Desmottes | 2009-11-16 | 1 | -0/+6 |
| | |||||
* | Updated Simplified Chinese translation. | Aron Xu | 2009-11-16 | 1 | -40/+33 |
| | |||||
* | Updated Simplified Chinese translation. | Aron Xu | 2009-11-16 | 1 | -468/+719 |
| | |||||
* | log-window: check if the account chooser isn't already ready | Guillaume Desmottes | 2009-11-16 | 1 | -3/+7 |
| | | | | If not we could wait forever if the chooser became ready right away. | ||||
* | add empathy_account_chooser_is_ready | Guillaume Desmottes | 2009-11-16 | 2 | -0/+11 |
| | |||||
* | log-window: wait that the accounts chooser is ready before selecting the chat | Guillaume Desmottes | 2009-11-16 | 1 | -4/+21 |
| | | | | | If we don't wait, the combobox is empty and so log_window_chats_set_selected can't find the chat (#601807). | ||||
* | account-chooser.c: add a 'ready' signal | Guillaume Desmottes | 2009-11-16 | 1 | -0/+19 |
| | | | | | This can be useful to know when the combobox has been populated by the accounts. | ||||
* | Merge branch 'nick' | Xavier Claessens | 2009-11-16 | 1 | -0/+23 |
|\ | |||||
| * | Implement /nick command | Xavier Claessens | 2009-11-14 | 1 | -0/+23 |
| | | |||||
* | | updated Tamil translation | vasudeven | 2009-11-15 | 1 | -101/+118 |
| | | |||||
* | | Updated Slovenian translation | Matej Urbančič | 2009-11-14 | 1 | -100/+114 |
|/ | |||||
* | Updated Spanish translation | Jorge González | 2009-11-14 | 1 | -110/+118 |
| | |||||
* | contact.h: remove empathy_contact_hash as it's not defined (#580254) | Guillaume Desmottes | 2009-11-14 | 1 | -1/+0 |
| | |||||
* | account_widget_build_salut: focus the first name entry by default | Guillaume Desmottes | 2009-11-14 | 1 | -1/+1 |
| | | | | All the fields are mandatory so we should focus the first one. | ||||
* | Respect indentation style. | Cosimo Cecchi | 2009-11-13 | 3 | -37/+39 |
| | |||||
* | empathy-chat: watch for password-needed property changes | Guillaume Desmottes | 2009-11-13 | 1 | -4/+16 |
| | | | | | | This is needed when we are invited to a protected room. The channel is created without the password requiered flag and then is updated once we accept the invitation. | ||||
* | tp-chat: update the 'password-needed' property when password flags changes | Guillaume Desmottes | 2009-11-13 | 1 | -0/+27 |
| | |||||
* | empathy-tp-chat: add 'password-needed' property | Guillaume Desmottes | 2009-11-13 | 1 | -0/+13 |
| | |||||
* | ask for password when joining a protected room (#579341) | Guillaume Desmottes | 2009-11-13 | 1 | -0/+152 |
| | |||||
* | add empathy_tp_chat_provide_password_{async,finish} | Guillaume Desmottes | 2009-11-13 | 2 | -0/+63 |
| | |||||
* | tp_chat_check_if_ready: deal with password protected room | Guillaume Desmottes | 2009-11-13 | 1 | -2/+10 |
| | | | | | | The TpChat is not ready if we are fetching the password flags. But once it's fetched, the chat is ready if it's protected as we won't be able to get the members of the room. | ||||
* | tp-chat: add API to check if a password is required | Guillaume Desmottes | 2009-11-13 | 2 | -0/+38 |
| | |||||
* | tp_chat_check_if_ready: split the test checking if the TpChat is ready | Guillaume Desmottes | 2009-11-13 | 1 | -3/+8 |
| | |||||
* | empathy-chat: don't grab focus on the input entry is it's insensitive | Guillaume Desmottes | 2009-11-13 | 1 | -1/+3 |
| | |||||
* | chat-ui: add info_bar_vbox on the top of the widget | Guillaume Desmottes | 2009-11-13 | 1 | -2/+11 |
| | | | | This VBox will be used to display info bars. | ||||
* | accounts-dialog: wait that account is prepared before calling ↵ | Guillaume Desmottes | 2009-11-13 | 1 | -1/+20 |
| | | | | | | | accounts_dialog_add_account This ensure that EmpathyAccountSettings has been updated and so we don't add a new row in the model for this account (#601796). | ||||
* | change 'capa' to 'cap' | Guillaume Desmottes | 2009-11-13 | 3 | -24/+24 |
| | |||||
* | remove old comment | Guillaume Desmottes | 2009-11-13 | 1 | -1/+0 |
| | |||||
* | empathy_notify_manager_init: no need to cast the return value of g_object_new | Guillaume Desmottes | 2009-11-13 | 1 | -2/+1 |
| | |||||
* | remove notify_manager_dispose as it doesn't do anything | Guillaume Desmottes | 2009-11-13 | 1 | -16/+0 |
| | |||||
* | notify-manager: fetch capabilities in _init instead of _constructor | Guillaume Desmottes | 2009-11-13 | 1 | -16/+13 |
| | |||||
* | change empathy_notification_is_enabled to ↵ | Guillaume Desmottes | 2009-11-13 | 4 | -6/+7 |
| | | | | | | | empathy_notify_manager_notification_is_enabled Making it a method of EmpathyNotifyManager would allow us to cache the gconf values if we want to. | ||||
* | change empathy_misc_get_pixbuf_for_notification to ↵ | Guillaume Desmottes | 2009-11-13 | 4 | -5/+14 |
| | | | | | | | | empathy_notify_manager_get_pixbuf_for_notification Making this function a method of EmpathyNotifyManager would allow us to tweak the size of the icon depending on the notifications server as suggested in bug 588054. | ||||
* | move empathy-misc to empathy-notify-manager | Guillaume Desmottes | 2009-11-13 | 7 | -129/+59 |
| | | | | All its code was related to notifications. | ||||
* | define constants for notify capabilities | Guillaume Desmottes | 2009-11-13 | 2 | -1/+21 |
| | |||||
* | status-icon: use EmpathyNotifyManager to check if the server supports the ↵ | Guillaume Desmottes | 2009-11-13 | 1 | -12/+5 |
| | | | | 'actions' capa | ||||
* | add empathy_notify_manager_has_capability | Guillaume Desmottes | 2009-11-13 | 2 | -0/+12 |
| | |||||
* | notify-manager: fetch capabilities of the notification server | Guillaume Desmottes | 2009-11-13 | 1 | -1/+23 |
| | |||||
* | add stub EmpathyNotifyManager (#601691) | Guillaume Desmottes | 2009-11-13 | 3 | -0/+170 |
| | |||||
* | src/Makefile.am: sort files | Guillaume Desmottes | 2009-11-13 | 1 | -9/+9 |
| | |||||
* | libempathy-gtk/Makefile.am: sort files | Guillaume Desmottes | 2009-11-13 | 1 | -19/+19 |
| | |||||
* | libempathy/Makefile.am: sort files | Guillaume Desmottes | 2009-11-13 | 1 | -14/+14 |
| | |||||
* | remove --enable-gtk-doc from DISTCHECK_CONFIGURE_FLAGS as we drop gtk-doc | Guillaume Desmottes | 2009-11-13 | 1 | -2/+1 |
| | |||||
* | account-assistant: set default display name to newly created accounts (#600705) | Guillaume Desmottes | 2009-11-13 | 1 | -0/+10 |
| | |||||
* | empathy_account_widget_get_default_display_name: special case should be done ↵ | Guillaume Desmottes | 2009-11-13 | 1 | -0/+1 |
| | | | | | | | in specialized widgets This requiers to refactor widget to actually inherit from EmpathyAccountWidget. | ||||
* | move code generating the default display name of new account to account-widget | Guillaume Desmottes | 2009-11-13 | 3 | -51/+57 |
| | | | | | | This will allow us to: - Use this function from other places, like in the assistant. - Delegate special cases to the specialized versions of the widget. | ||||
* | Updated Slovenian translation | Matej Urbančič | 2009-11-13 | 1 | -118/+137 |
| | |||||
* | Call g_object_unref instead of gtk_rc_style_unref | Gustavo Noronha Silva | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | Added Tamil translation | vasudeven | 2009-11-12 | 1 | -254/+390 |
| | |||||
* | empathy-call-window: display_error: simplify showing of the widgets | Guillaume Desmottes | 2009-11-12 | 1 | -4/+1 |
| | |||||
* | empathy-call-window: display_error: align the main message on the right | Guillaume Desmottes | 2009-11-12 | 1 | -0/+1 |
| | |||||
* | empathy-call-window: display_error: put the image and vbox in a hbox | Guillaume Desmottes | 2009-11-12 | 1 | -5/+11 |
| | | | | That way the image doesn't expand and stay on the right. | ||||
* | empathy-call-window: display_error: wrap the translated error msg as well | Guillaume Desmottes | 2009-11-12 | 1 | -0/+1 |
| | |||||
* | Make location labels selectable | Pierre-Luc Beaudoin | 2009-11-12 | 1 | -0/+3 |
| | |||||
* | Add missing location field in ordering | Pierre-Luc Beaudoin | 2009-11-12 | 1 | -0/+6 |
| | |||||
* | Order location fields | Frederic Peters | 2009-11-12 | 1 | -7/+21 |
| | |||||
* | Force an unset presence type to appear as offline in the presence chooser ↵ | Jonny Lamb | 2009-11-12 | 2 | -0/+13 |
| | | | | | | | | | | and status icon. An unset presence type *does* make sense, but not in these contexts. As an aside, there is no icon for an unset presence, so nothing is displayed, which is bad. Fixes bug #597819 | ||||
* | empathy-tp-contact-factory: ensure that ↵ | Guillaume Desmottes | 2009-11-12 | 1 | -1/+18 |
| | | | | empathy_tp_contact_factory_get_from_handle always return an error if the contact hasn't been created | ||||
* | empathy_dispatch_operation_dispose: fix crash when disconnecting the ready ↵ | Guillaume Desmottes | 2009-11-12 | 1 | -5/+3 |
| | | | | | | | signal We were trying to disconnect the wrong signal and it should be disconnected before unrefing channel_wrapper. | ||||
* | Updated Spanish translation | Jorge González | 2009-11-11 | 1 | -58/+71 |
| | |||||
* | use new tpAccount api | Felix Kaser | 2009-11-10 | 1 | -5/+5 |
| | |||||
* | added tooltips to buttons | Felix Kaser | 2009-11-10 | 1 | -0/+3 |
| | |||||
* | ui change: added 3 buttons to infobar | Felix Kaser | 2009-11-10 | 1 | -13/+97 |
| | | | | the current ui shows 3 buttons next to the error message: retry, edit, close | ||||
* | two line message | Felix Kaser | 2009-11-10 | 1 | -1/+1 |
| | | | | the message is now two lined, one line for the accountname and one for the error | ||||
* | removed double code | Felix Kaser | 2009-11-10 | 1 | -6/+4 |
| | | | | removed one of two identical lines of code | ||||
* | make the infobar smaller | Felix Kaser | 2009-11-10 | 1 | -1/+0 |
| | |||||
* | use only one button in error-infobar | Felix Kaser | 2009-11-10 | 1 | -20/+2 |
| | |||||
* | use smaller account icons for error message | Felix Kaser | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | use one lined error notifications | Felix Kaser | 2009-11-10 | 1 | -2/+2 |
| | |||||
* | use gtk_box_pack_start | Felix Kaser | 2009-11-10 | 1 | -2/+2 |
| | | | | instead of gtk_container_add we should use gtk_box_pack_start | ||||
* | use account icon instead of warning sign | Felix Kaser | 2009-11-10 | 1 | -4/+5 |
| | | | | the infobar should use the account icon and not a generic warning sign | ||||
* | added set message type to infobar | Felix Kaser | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | refactoring | Felix Kaser | 2009-11-10 | 1 | -25/+21 |
| | | | | refactoring some names and calls | ||||
* | bumped gtk-dep version to 2.18.0 | Felix Kaser | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | changed variable name | Felix Kaser | 2009-11-10 | 1 | -17/+17 |
| | | | | changed child into info_bar | ||||
* | removed trailing whitespaces | Felix Kaser | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | Added GtkInfobar and Retry button | Felix Kaser | 2009-11-10 | 1 | -101/+48 |
| | | | | | Susbstituted the table/vbox/hbox thing with a infobar when an account failes to connect. Added a button to retry a connection. | ||||
* | empathy_accounts_dialog_show: check if priv->cms is not NULL before using it | Guillaume Desmottes | 2009-11-10 | 1 | -1/+1 |
| | | | | | | priv->cms is initalized in accounts_dialog_accounts_setup once the account manager is ready. So it's not garanteed to be set in empathy_accounts_dialog_show anymore. | ||||
* | set 'R' as accelerator for the preferences dialog | Guillaume Desmottes | 2009-11-10 | 1 | -1/+1 |
| | | | | | | 'P' is already used for "Personnal Information. I looked in different GNOME applications and it seems the accelerator for the preferences dialog is not standarized. (#601336) | ||||
* | set 'C' as accelerator for the Contact menu as 'C' is already used by ↵ | Guillaume Desmottes | 2009-11-10 | 1 | -1/+1 |
| | | | | Conversation (#601336) | ||||
* | accounts-dialog: set the ypad on the "Name" cell | Guillaume Desmottes | 2009-11-10 | 1 | -1/+1 |
| | | | | | Some accounts don't have an icon so we shouldn't use the icon cell to set this padding (#601150). | ||||
* | Fix race where UI sensitivity was being set before the AM was ready | Danielle Madeley | 2009-11-10 | 1 | -2/+2 |
| | |||||
* | Warn if accessing connection status before AM is ready | Danielle Madeley | 2009-11-10 | 1 | -0/+5 |
| | |||||
* | Updated Latvian translation. | Rudolfs Mazurs | 2009-11-10 | 1 | -1040/+1997 |
| | |||||
* | empathy-tp-call: we are not sending or receiving video if the video stream ↵ | Guillaume Desmottes | 2009-11-10 | 1 | -0/+6 |
| | | | | doesn't exist | ||||
* | main-window: save the size of the window when destroyed | Guillaume Desmottes | 2009-11-09 | 1 | -0/+4 |
| | |||||
* | empathy-ft-manager: save the size of the window when disposing | Guillaume Desmottes | 2009-11-09 | 1 | -1/+5 |
| | |||||
* | chat-window: save the size of the window when disposing | Guillaume Desmottes | 2009-11-09 | 1 | -0/+1 |
| | | | | | The size wasn't saved when the window was closed before the timeout was fired (#601190). | ||||
* | TpContactFactory: wait that the connection is ready before using it | Guillaume Desmottes | 2009-11-09 | 1 | -13/+35 |
| | |||||
* | dispatcher_init_connection_if_needed: wait that the connection is ready ↵ | Guillaume Desmottes | 2009-11-09 | 1 | -11/+32 |
| | | | | before using it (#600713) | ||||
* | Don't leak references to dup'ed objects | Danielle Madeley | 2009-11-09 | 1 | -0/+3 |
| | |||||
* | Move the call to empathy_idle_get_state() to once the AM is ready | Danielle Madeley | 2009-11-09 | 1 | -11/+17 |
| | | | | | Removes a race where the presence gets wiped because we check whether to go online before our connection to the AccountManager is ready. | ||||
* | [EmpathyIdle] track whether the AccountManager is ready, warn if it is not | Danielle Madeley | 2009-11-09 | 1 | -0/+16 |
| | |||||
* | Shavian translation | Thomas Thurman | 2009-11-08 | 1 | -2/+2 |
| | |||||
* | Shavian translation | Thomas Thurman | 2009-11-08 | 2 | -0/+2632 |
| | |||||
* | Added Norwegian bokmål translation. | Kjartan Maraas | 2009-11-07 | 1 | -326/+403 |
| | |||||
* | Updated Spanish translation | Jorge González | 2009-11-07 | 1 | -7/+18 |
| | |||||
* | Updated Italian translation | Milo Casagrande | 2009-11-07 | 1 | -10/+0 |
| | |||||
* | Updated Italian translation | Milo Casagrande | 2009-11-07 | 1 | -4/+16 |
| | |||||
* | Disable codecs not meant for general purpose conferencing | Sjoerd Simons | 2009-11-07 | 1 | -0/+10 |
| | |||||
* | Updated Spanish translation | Jorge González | 2009-11-06 | 1 | -106/+123 |
| | |||||
* | media_stream_error_to_txt: correct the error message if the error was an ↵ | Guillaume Desmottes | 2009-11-06 | 1 | -7/+15 |
| | | | | audio one | ||||
* | accounts-dialog: display the 'remove' icon only on the selected row | Guillaume Desmottes | 2009-11-06 | 1 | -2/+0 |
| | | | | | This used to be a Moblin specific change but it makes sense for GNOME as well (#600962). | ||||
* | accounts-dialog: set the 'ypad' of cells in the account treeview to 4 | Guillaume Desmottes | 2009-11-06 | 1 | -2/+0 |
| | | | | | | It looks nicer this way. This used to be a Moblin specific change but it makes sense for GNOME as well (#600962). | ||||
* | accounts-dialog: simplify the remove acount confirmation dialog | Guillaume Desmottes | 2009-11-06 | 1 | -15/+0 |
| | | | | | This used to be a Moblin specific change but it makes sense for GNOME as well (#600962). | ||||
* | account-widget: Change the label of the Connect button to 'Login'. | Guillaume Desmottes | 2009-11-06 | 1 | -14/+9 |
| | | | | | This used to be a Moblin specific change but it makes sense for GNOME as well (#600962). | ||||
* | rephrase the TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED message | Guillaume Desmottes | 2009-11-06 | 1 | -1/+2 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2009-11-06 | 1 | -186/+260 |
| | |||||
* | nautilus-sendto: don't dup the account manager; it's not needed (closes bug ↵ | Jonny Lamb | 2009-11-06 | 1 | -36/+0 |
| | | | | | | #600961) Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Fix --enable-nautilus-sendto | Pascal Terjan | 2009-11-06 | 1 | -3/+3 |
| | |||||
* | debug-window: format timestamp in a readable way | Pascal Terjan | 2009-11-06 | 1 | -8/+59 |
| | | | | Signed-off-by: Pascal Terjan <pterjan@linuxfr.org> | ||||
* | Better reorganization of chat_window_update (#600732) | Ryan LaBelle | 2009-11-06 | 1 | -24/+76 |
| | |||||
* | empathy-call-window: add a friendly message for ↵ | Guillaume Desmottes | 2009-11-06 | 1 | -0/+7 |
| | | | | TP_MEDIA_STREAM_ERROR_CONNECTION_FAILED (#575763) | ||||
* | Updated Crimean Tatar (Crimean Turkish) translation | Reşat SABIQ | 2009-11-06 | 1 | -14/+75 |
| | |||||
* | Added Crimean Tatar (Crimean Turkish) translation | Reşat SABIQ | 2009-11-06 | 2 | -0/+2913 |
| | |||||
* | use 'Technical Details' as title of the expander | Guillaume Desmottes | 2009-11-05 | 1 | -1/+1 |
| | |||||
* | pass NULL to gtk_label_new when creating an empty label | Guillaume Desmottes | 2009-11-05 | 1 | -2/+2 |
| | |||||
* | Display the error message in a expander | Guillaume Desmottes | 2009-11-05 | 1 | -5/+30 |
| | | | | This message is not localised but can contain useful informations. | ||||
* | use the error message if we don't have a nice description | Guillaume Desmottes | 2009-11-05 | 1 | -4/+10 |
| | |||||
* | factor out empathy_call_window_stream_error | Guillaume Desmottes | 2009-11-05 | 1 | -13/+16 |
| | |||||
* | fix typo in comment | Guillaume Desmottes | 2009-11-05 | 1 | -1/+1 |
| | |||||
* | call_handler_notify_tp_call_cb: return if call is NULL | Guillaume Desmottes | 2009-11-05 | 1 | -1/+2 |
| | |||||
* | empathy-call-window: fix phrasing of the codec negotation failed msg and ↵ | Guillaume Desmottes | 2009-11-05 | 1 | -1/+2 |
| | | | | mark it as translatable | ||||
* | empathy-call-window: display an error message when codec negotiation failed ↵ | Guillaume Desmottes | 2009-11-05 | 1 | -0/+136 |
| | | | | (#581789) | ||||
* | empathy-call-window: add a VBox to display errors | Guillaume Desmottes | 2009-11-05 | 1 | -2/+11 |
| | |||||
* | empathy_call_handler_request_cb: notify when the tp-call property is set | Guillaume Desmottes | 2009-11-05 | 1 | -0/+1 |
| | |||||
* | TpCall: add {audio,video}-stream-error signals | Guillaume Desmottes | 2009-11-05 | 1 | -0/+58 |
| | |||||
* | ensure that the "Previous Conversations" menu entry stays sensitive if there ↵ | Guillaume Desmottes | 2009-11-05 | 1 | -1/+5 |
| | | | | | | | are valid accounts We have to wait until the account manager is ready before checking if there are valid accounts (#600798). | ||||
* | 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". | ||||
* | Empathy should link on Farsight2 | Guillaume Desmottes | 2009-11-05 | 1 | -0/+1 |
| | | | | | Empathy uses some Farsight2 API but doesn't explicitely link on it (#600671). | ||||
* | debug window shouldn't be transient | Guillaume Desmottes | 2009-11-04 | 2 | -2/+2 |
| | |||||
* | debug-window: debug level names shouldn't be translated | Guillaume Desmottes | 2009-11-04 | 1 | -6/+6 |
| | | | | They are meant to be used by developpers, not users. | ||||
* | empathy-chat-window: always display the title of the current tab | Guillaume Desmottes | 2009-11-04 | 1 | -9/+1 |
| | | | | | This is more coherent as the web browsers do the same. Thanks to Ryan LaBelle for his help. (#600473) | ||||
* | Updated Spanish translation | Jorge González | 2009-11-04 | 1 | -214/+282 |
| | |||||
* | Fix an error | Gabor Kelemen | 2009-11-04 | 1 | -231/+255 |
| | |||||
* | empathy-dispatch-operation: ensure that the operation stays alive while ↵ | Guillaume Desmottes | 2009-11-04 | 1 | -2/+12 |
| | | | | tp_channel_call_when_ready is running | ||||
* | empathy-dispatch-operation: ensure that the operation stays alive while ↵ | Guillaume Desmottes | 2009-11-04 | 1 | -0/+12 |
| | | | | tp_connection_call_when_ready is running (#600551) |