Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't leak GPtrArray | Danielle Madeley | 2009-12-21 | 1 | -0/+1 |
| | |||||
* | Add an Invite Participants menu item and make it request the Conf channel | Danielle Madeley | 2009-12-21 | 2 | -2/+81 |
| | |||||
* | Include Channel.Interface.Conference draft from tp-spec | Danielle Madeley | 2009-12-21 | 2 | -0/+401 |
| | |||||
* | [EmpathyContactSelectorDialog] remove got_response vcall | Danielle Madeley | 2009-12-21 | 4 | -47/+65 |
| | | | | | | | | | | The got_response vcall method wasn't generic enough. It assumed that your response code was always GTK_RESPONSE_ACCEPT, and doesn't allow for the dialog to be used with gtk_dialog_run. Instead dialogs now use the regular response() vcall provided by GtkDialog, and an additional API method empathy_contact_selector_dialog_get_selected() provides the information content of the dialog. | ||||
* | [EmpathyContactSelectorDialog] initialise priv->show_account_chooser correctly | Danielle Madeley | 2009-12-21 | 1 | -0/+1 |
| | |||||
* | Updated German help translation | Christian Kirbach | 2009-12-21 | 1 | -432/+402 |
| | |||||
* | Updated Spanish translation | Jorge González | 2009-12-19 | 1 | -323/+429 |
| | |||||
* | [EmpathyContactSelectorDialog] normalise case in match function | Danielle Madeley | 2009-12-19 | 1 | -15/+21 |
| | |||||
* | [EmpathyContactSelectorDialog] tweak padding | Danielle Madeley | 2009-12-19 | 1 | -1/+2 |
| | |||||
* | [EmpathyContactSelectorDialog] switch from table_contents to VBox | Danielle Madeley | 2009-12-19 | 3 | -6/+11 |
| | | | | This makes it more flexible to add other contents to the dialog. | ||||
* | [EmpathyContactSelectorDialog] make the Account Chooser optional | Danielle Madeley | 2009-12-19 | 3 | -8/+115 |
| | |||||
* | [EmpathyContactSelectorDialog] make this an abstract type | Danielle Madeley | 2009-12-19 | 1 | -1/+2 |
| | | | | i.e. a type that must be inherited and can't be created directly | ||||
* | [EmpathyContactSelectorDialog] Add missing include | Danielle Madeley | 2009-12-19 | 1 | -0/+1 |
| | |||||
* | block/unblock the right signals on menu actions | Guillaume Desmottes | 2009-12-18 | 1 | -2/+2 |
| | |||||
* | tp-call: set debug domain to voip | Guillaume Desmottes | 2009-12-18 | 1 | -1/+1 |
| | |||||
* | save the geometry of the call window | Guillaume Desmottes | 2009-12-18 | 1 | -0/+3 |
| | |||||
* | 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. | ||||
* | add im-groupwise.svg | Guillaume Desmottes | 2009-12-18 | 1 | -0/+215 |
| | | | | Seems I forgot to add the svg version. | ||||
* | no need to export contact_list_store_get_contact_status_icon any more | Guillaume Desmottes | 2009-12-17 | 2 | -20/+16 |
| | |||||
* | main-window: don't add the protocol icon on top of event icons | Guillaume Desmottes | 2009-12-17 | 1 | -3/+1 |
| | |||||
* | contact-selector-dialog: set a border of 12 as defined in the HIG | Guillaume Desmottes | 2009-12-17 | 1 | -0/+2 |
| | |||||
* | new-message-dialog: filter out CM which doesn't support 1-1 chat | Guillaume Desmottes | 2009-12-17 | 1 | -0/+35 |
| | |||||
* | new-call-dialog: filter out CM which doesn't support calls | Guillaume Desmottes | 2009-12-17 | 1 | -0/+35 |
| | |||||
* | contact-selector-dialog: add API for subclass to redefine the accoutn filter ↵ | Guillaume Desmottes | 2009-12-17 | 2 | -2/+19 |
| | | | | function | ||||
* | new-call-dialog: add 'Send Video' check button | Guillaume Desmottes | 2009-12-17 | 1 | -2/+31 |
| | |||||
* | contact-selector-dialog: make table_contact a protected member | Guillaume Desmottes | 2009-12-17 | 2 | -4/+4 |
| | | | | So subclass can easily add widgets. | ||||
* | contact-selector-dialog: emit response when the entry is activated | Guillaume Desmottes | 2009-12-17 | 1 | -0/+17 |
| | |||||
* | status-icon: add "New Call" entry in the context menu | Guillaume Desmottes | 2009-12-17 | 2 | -0/+17 |
| | |||||
* | main-window: add "New Call" menu entry (#582599) | Guillaume Desmottes | 2009-12-17 | 2 | -0/+19 |
| | |||||
* | add empathy-new-call-dialog | Guillaume Desmottes | 2009-12-17 | 4 | -0/+245 |
| | |||||
* | rename empathy-new-message-dialog.ui to empathy-contact-selector-dialog.ui | Guillaume Desmottes | 2009-12-17 | 4 | -3/+3 |
| | |||||
* | empathy-new-message-dialog: port to TP coding style | Guillaume Desmottes | 2009-12-17 | 2 | -52/+53 |
| | | | | We rewrote most of this file any way. | ||||
* | new-message-dialog: inherit from EmpathyContactSelectorDialog | Guillaume Desmottes | 2009-12-17 | 2 | -261/+22 |
| | |||||
* | add empathy-contact-selector-dialog | Guillaume Desmottes | 2009-12-17 | 3 | -0/+394 |
| | | | | | EmpathyContactSelectorDialog is an abstract class to helping to implement dialog such as the "new message" dialog. | ||||
* | new-message-dialog: remove the call button | Guillaume Desmottes | 2009-12-17 | 1 | -40/+3 |
| | | | | We are about to create a new dialog for it. | ||||
* | contact_list: displays an icon showing the protocol by the contact (#603877) | chantra | 2009-12-17 | 10 | -14/+360 |
| | |||||
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-12-16 | 1 | -189/+218 |
| | |||||
* | remove duplicate expression | Felix Kaser | 2009-12-16 | 1 | -2/+0 |
| | | | | probably the product of a faulty merge in 4bca2228 | ||||
* | say if incoming call are video or not (#582596) | Guillaume Desmottes | 2009-12-16 | 1 | -4/+23 |
| | |||||
* | add empathy_tp_call_has_initial_video | Guillaume Desmottes | 2009-12-16 | 2 | -0/+24 |
| | |||||
* | empathy_protocol_icon_name: use the Yahoo icon for Yahoo Japan (#604567) | Guillaume Desmottes | 2009-12-15 | 1 | -0/+4 |
| | |||||
* | dont show infobar when creating an account | Felix Kaser | 2009-12-15 | 1 | -14/+8 |
| | |||||
* | get connectivity only when needed | Felix Kaser | 2009-12-15 | 1 | -4/+2 |
| | |||||
* | fixed a crash when creating account | Felix Kaser | 2009-12-15 | 1 | -7/+33 |
| | | | | the infobar in accounts dialog provoked a crash when creating a new account because TpAccount *account was NULL | ||||
* | update infobar only on selected account | Felix Kaser | 2009-12-15 | 1 | -0/+20 |
| | | | | previously the infobar contained wrong statuses sometimes, if the auto reconnect on a faulty account triggered the update | ||||
* | updated status messages | Felix Kaser | 2009-12-15 | 1 | -6/+18 |
| | | | | small updates on the status messages | ||||
* | set infobar message to no network connection | Felix Kaser | 2009-12-15 | 1 | -0/+9 |
| | | | | if the account is disconnected and there is no internet connection at all. | ||||
* | refactor friendly status reason messages | Felix Kaser | 2009-12-15 | 4 | -94/+51 |
| | | | | the friendly status reason can be asked from empathy-utils | ||||
* | added case for requested disconnection | Felix Kaser | 2009-12-15 | 1 | -0/+3 |
| | |||||
* | handle presence changes | Felix Kaser | 2009-12-15 | 1 | -10/+20 |
| | | | | some refactoring was neccesary to handl correctly the presence changes. all information about the connection status and reason and presence are gathered explicitly in update_status_infobar and not passed by the callbacks. | ||||
* | show infobar when connected | Felix Kaser | 2009-12-15 | 1 | -7/+17 |
| | | | | the infobar should be visible when connected, not only when an error occured | ||||
* | set expand of infobar to false | Felix Kaser | 2009-12-15 | 1 | -0/+1 |
| | | | | the infobar should not be expanded when the window is resized | ||||
* | added case for disabled account | Felix Kaser | 2009-12-15 | 1 | -80/+100 |
| | | | | if the account is disabled the status-infobar shows as disconnected reason "disabled" | ||||
* | added reson to status infobar | Felix Kaser | 2009-12-15 | 1 | -11/+57 |
| | |||||
* | added spinner to connecting infobar | Felix Kaser | 2009-12-15 | 1 | -9/+23 |
| | |||||
* | added status image to infobar | Felix Kaser | 2009-12-15 | 1 | -1/+15 |
| | | | | when disconnected the infobar shows the offline icon | ||||
* | change position of the infobar | Felix Kaser | 2009-12-15 | 2 | -23/+23 |
| | |||||
* | use different message types in infobar | Felix Kaser | 2009-12-15 | 1 | -0/+6 |
| | |||||
* | show the infobar when not connected | Felix Kaser | 2009-12-15 | 1 | -0/+39 |
| | | | | fixes bug #599153 | ||||
* | added infobar with empty label | Felix Kaser | 2009-12-15 | 1 | -0/+10 |
| | |||||
* | added vbox for the status-infobar | Felix Kaser | 2009-12-15 | 2 | -7/+21 |
| | | | | the vbox should hold the infobar which shows the connection status in accounts-dialog | ||||
* | refactoring - use main_window_remove_error | Felix Kaser | 2009-12-15 | 1 | -15/+3 |
| | | | | use remove_error function everywhere the error is removed | ||||
* | remove error infobars if account disabled/removed | Felix Kaser | 2009-12-15 | 1 | -5/+29 |
| | | | | fixes bug #601379 | ||||
* | add im-silc icon (#604554) | Guillaume Desmottes | 2009-12-15 | 7 | -0/+98 |
| | | | | Thanks to K.Vishnoo Charan Reddy for the icon. | ||||
* | add empathy-new-message-dialog.c to POTFILES.in | Guillaume Desmottes | 2009-12-14 | 1 | -0/+1 |
| | |||||
* | add myself to AUTHORS | Guillaume Desmottes | 2009-12-14 | 1 | -0/+1 |
| | |||||
* | add K.Vishnoo Charan Reddy as an artist contributor | Guillaume Desmottes | 2009-12-14 | 2 | -1/+2 |
| | |||||
* | Merge branch 'create-cancel-crash' | Felix Kaser | 2009-12-14 | 1 | -11/+14 |
|\ | |||||
| * | changed way of tracking pending changes | Felix Kaser | 2009-12-10 | 1 | -11/+14 |
| | | | | | | | | fixes bug #603490, we track pending changes explicitly now. before they were connected to the sensitivity of the control buttons (if buttons sensitive -> pending changes). When an account is about to be created and the user hits "Cancel" we don't show the "are you sure" dialog any more because the action of the user is clear and not accidental. When closing the window during creation the dialog still shows up. | ||||
* | | connect the 'group-members-changed' on groups once they are ready | Guillaume Desmottes | 2009-12-11 | 1 | -59/+81 |
| | | | | | | | | | | | | | | | | | | The previous code was racy. If the 'group-members-changed' was fired before the channel was ready, the group didn't exist yet in Empathy and so the contact didn't appear in the group. We fix that by connecting this signal once the group channel is ready and adding current members manually. | ||||
* | | Use EnsureChannel to get Stored/Publish/Subscribe channels | Xavier Claessens | 2009-12-11 | 1 | -134/+47 |
| | | |||||
* | | empathy_spell_check: remove debug message if there is no languages configured | Guillaume Desmottes | 2009-12-11 | 1 | -1/+0 |
| | | | | | | | | It floods debug logs. | ||||
* | | Merge branch 'enabled-first-604166' | Guillaume Desmottes | 2009-12-10 | 1 | -0/+40 |
|\ \ | |||||
| * | | account-chooser: display enabled accounts first (#604166) | Guillaume Desmottes | 2009-12-09 | 1 | -0/+40 |
| | | | |||||
* | | | use tp_asv_new | Guillaume Desmottes | 2009-12-10 | 1 | -15/+5 |
| | | | |||||
* | | | tp_contact_list_remove: add FIXME about potential race | Guillaume Desmottes | 2009-12-10 | 1 | -0/+2 |
| | | | |||||
* | | | tp_contact_list_remove: remove from the stored list if possible (#604181) | Guillaume Desmottes | 2009-12-09 | 1 | -0/+8 |
| | | | |||||
* | | | tp-contact-list: request the 'stored' channel | Guillaume Desmottes | 2009-12-09 | 1 | -1/+66 |
|/ / | |||||
* / | new-message-dialog: inherit from GtkDialog (#604097) | Guillaume Desmottes | 2009-12-09 | 3 | -181/+223 |
|/ | |||||
* | Updated Simplified Chinese translation. | Aron Xu | 2009-12-09 | 1 | -278/+465 |
| | |||||
* | chat: don't display pending messages before messages from logs | Guillaume Desmottes | 2009-12-08 | 1 | -0/+7 |
| | | | | | | | | | empathy_chat_set_tp_chat has a comment saying that show_pending_messages is a no-op when calling during object construction. This now is now actually true as we added a boolean saying if we can display pending messages or not. This is to avoid displaying pending messages *before* the messages fetched from logs (#603980). | ||||
* | remember the chat window's paned width (#586290) | ranjiao | 2009-12-08 | 2 | -0/+25 |
| | |||||
* | remove useless cast | Guillaume Desmottes | 2009-12-08 | 1 | -1/+1 |
| | |||||
* | chat: wait that connection is ready before re-requesting the channel (#603976) | Guillaume Desmottes | 2009-12-08 | 1 | -23/+44 |
| | |||||
* | chat-window: ref the contact stored as a data in the chat | Guillaume Desmottes | 2009-12-08 | 1 | -2/+2 |
| | |||||
* | Separate geometry of private and muc chat windows (#604003) | Guillaume Desmottes | 2009-12-08 | 1 | -0/+3 |
| | |||||
* | change empathy_chat_window_get_nb_rooms to get_chats_type | Guillaume Desmottes | 2009-12-08 | 2 | -9/+18 |
| | | | | | That way we can implement the semantic we meant to. Muc and 1-1 chat are handled the same way. | ||||
* | fix comments | Guillaume Desmottes | 2009-12-08 | 1 | -2/+2 |
| | |||||
* | empathy_chat_window_get_default: rename room_filter to room | Guillaume Desmottes | 2009-12-08 | 2 | -4/+4 |
| | |||||
* | empathy_chat_window_get_default: check if the window has at least one room | Guillaume Desmottes | 2009-12-08 | 1 | -2/+12 |
| | | | | | | Also, check if the window has a least one 1-1 chat before adding a new one. That way we won't mix 1-1 and muc chat if user doesn't want to (he can still re-arrange the tabs manually). | ||||
* | add empathy_chat_window_get_nb_rooms | Guillaume Desmottes | 2009-12-08 | 2 | -0/+15 |
| | |||||
* | Grouping all 1-to-1 chats in one window and MUC's in another one. (Fixes ↵ | Abner Silva | 2009-12-08 | 2 | -4/+7 |
| | | | | #588812) | ||||
* | chat_destroy_cb: use chat_update_contacts_visibility instead of ↵ | Guillaume Desmottes | 2009-12-07 | 1 | -1/+2 |
| | | | | | | | empathy_chat_set_show_contacts That way priv->show_contacts is not changed and we'll redisplay the contact list when reconnecting if needed (#598964). | ||||
* | explicitely pass the show state to empathy_chat_set_show_contacts | Guillaume Desmottes | 2009-12-07 | 1 | -6/+8 |
| | | | | | This will allow us to show/hide the contact list without changing priv->show_contacts. | ||||
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-12-05 | 1 | -293/+517 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2009-12-05 | 1 | -140/+164 |
| | |||||
* | Updated Hebrew translation | Yaron Sharabani | 2009-12-05 | 1 | -491/+974 |
| | |||||
* | add im-groupwise icon (#603634) | Guillaume Desmottes | 2009-12-03 | 6 | -0/+6 |
| | | | | Thanks to K.Vishnoo Charan Reddy for the icon. | ||||
* | chat_new_connection_cb: don't try to reconnect chats if the account is not ↵ | Guillaume Desmottes | 2009-12-02 | 1 | -0/+3 |
| | | | | | | | connected We should wait that the account is connected before reconnecting chats (#603593). | ||||
* | Don't highlight scrollback messages (#602288) | Guillaume Desmottes | 2009-12-02 | 1 | -0/+8 |
| | |||||
* | tp-chat: set the flags of the message | Guillaume Desmottes | 2009-12-02 | 1 | -4/+9 |
| | |||||
* | empathy-message: add message flags | Guillaume Desmottes | 2009-12-02 | 2 | -0/+39 |
| | |||||
* | Hide state image in contact widget until the presense state is notified. ↵ | Brian Pepple | 2009-12-02 | 2 | -1/+1 |
| | | | | (#603545) | ||||
* | add im-sametime icon (#603508) | Guillaume Desmottes | 2009-12-02 | 7 | -0/+133 |
| | | | | Thanks to K.Vishnoo Charan Reddy for the icon. | ||||
* | add 24x24 and 32x32 versions of the im-meanwhile icon | Guillaume Desmottes | 2009-12-02 | 3 | -0/+2 |
| | |||||
* | add im-myspace icon (#603502) | Guillaume Desmottes | 2009-12-02 | 7 | -0/+115 |
| | | | | Thanks to K.Vishnoo Charan Reddy for the icon. | ||||
* | chat: don't display latest logs in room | Guillaume Desmottes | 2009-12-02 | 1 | -1/+3 |
| | |||||
* | added destroyed flag | Felix Kaser | 2009-12-02 | 1 | -1/+20 |
| | | | | the destroyed flag indicates if the widgets in empathy-account-widget have already been destroyed. this is important for some async calls. | ||||
* | fixed problem with destroyed widget in async call | Felix Kaser | 2009-12-02 | 1 | -0/+5 |
| | | | | with all the async calls the widget needed in one of the callbacks was destroyed before the callback was called. | ||||
* | update presence when account is enabled | Felix Kaser | 2009-12-02 | 1 | -10/+39 |
| | | | | the problem was that disabling accounts forced their requested presence to _offline_, when the account was re-enabled the r-s stayed offline and the account did not try to reconnect. this was introduced with TpAccount. fixes bug #602821 | ||||
* | emit account-created signal outside enabled_cb | Felix Kaser | 2009-12-02 | 1 | -9/+4 |
| | | | | the account-created signal should be emitted independently from enabled-callback. the signal should be emitted even if for some reason the account could not be enabled. | ||||
* | rephrase the 'redial' tooltip | Guillaume Desmottes | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | Link libempathy-gtk against libnotify | Laurent Bigonville | 2009-12-01 | 1 | -0/+2 |
| | |||||
* | add tooltips on the hang-up, redial and audio buttons (#576542) | Guillaume Desmottes | 2009-12-01 | 1 | -0/+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 |
| | |||||
* | dep on nautilus-sendto is actually 2.28.1 | Guillaume Desmottes | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | Use \s to match spaces, it is the same as [ \t\n\r\f\v] | Xavier Claessens | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | start dev of 2.29.4 | Guillaume Desmottes | 2009-12-01 | 1 | -2/+2 |
| | |||||
* | prepare 2.29.3 releaseEMPATHY_2_29_3 | Guillaume Desmottes | 2009-12-01 | 2 | -1/+45 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2009-12-01 | 1 | -146/+290 |
| | |||||
* | debug-window: don't disconnect the new debug msg signal once the proxy has ↵ | Guillaume Desmottes | 2009-12-01 | 1 | -1/+22 |
| | | | | | | | been invalidated According to tp_proxy_signal_connection_disconnect's documentation it's not safe to disconnect a signal after its proxy has been invalidated (#603384). | ||||
* | Merge commit 'shaunm/dndfiles2' | Guillaume Desmottes | 2009-11-30 | 5 | -78/+381 |
|\ | |||||
| * | Some improvements to file drag-and-drop based on comments on #595226 | Shaun McCance | 2009-11-25 | 1 | -10/+18 |
| | | |||||
| * | [empathy-contact-list-view] Don't accept file drags to offline/non-FT contacts | Shaun McCance | 2009-11-25 | 1 | -1/+3 |
| | | |||||
| * | [empathy-chat-window] Cleanup DND, don't accept drags to offline contacts | Shaun McCance | 2009-11-25 | 1 | -20/+62 |
| | | |||||
| * | Move GtkTargetLists into priv so they're no longer static | Shaun McCance | 2009-11-25 | 2 | -13/+22 |
| | | |||||
| * | [empathy-chat-window] Documented MOVE/COPY selection in drag_motion | Shaun McCance | 2009-11-25 | 1 | -0/+4 |
| | | |||||
| * | Fixed leak in drag motion and added comments for bug #595226 | Shaun McCance | 2009-11-25 | 1 | -1/+15 |
| | | |||||
| * | Utilitiy function to send files from a URI list, for dnd implementations | Shaun McCance | 2009-11-25 | 5 | -43/+41 |
| | | |||||
| * | Split contact_list_view_drag_data_received into smaller functions | Shaun McCance | 2009-11-25 | 1 | -118/+141 |
| | | |||||
| * | Setting reorderable on the contact list view to get row previews as drag icons | Shaun McCance | 2009-11-25 | 1 | -1/+6 |
| | | | | | | | | This is a hack. There's a comment explaining the hack. Read it. | ||||
| * | Allow contacts to be dragged anywhere in a group, or dragged to the non-group | Shaun McCance | 2009-11-25 | 1 | -5/+20 |
| | | |||||
| * | Implemented file drags to contact list, along with row highlights | Shaun McCance | 2009-11-25 | 2 | -81/+175 |
| | | |||||
| * | Handle MOVE and COPY drags better, change contact-id drags to COPY | Shaun McCance | 2009-11-25 | 1 | -4/+6 |
| | | |||||
| * | Always prefer GDK_ACTION_COPY for text/uri-list drags | Shaun McCance | 2009-11-25 | 1 | -8/+31 |
| | | |||||
| * | Don't try to offer file transfers to MUCs | Shaun McCance | 2009-11-25 | 1 | -2/+8 |
| | | |||||
| * | Call gtk_drag_finish when we get a file transfer drag on a chat window | Shaun McCance | 2009-11-25 | 1 | -0/+1 |
| | | |||||
| * | Implementing drag and drop file sending on chat windows | Shaun McCance | 2009-11-25 | 4 | -13/+70 |
| | | |||||
* | | contact_manager_status_changed_cb: ignore disconnected account | Guillaume Desmottes | 2009-11-30 | 1 | -0/+4 |
| | | | | | | | | | | There is no point to start tracking an account which is about to be removed. Furthemore, this avoid to re-add previoulsy invalidated connections (#603361). | ||||
* | | add tooltips on the camera buttons | Guillaume Desmottes | 2009-11-30 | 1 | -0/+3 |
| | | |||||
* | | Add check for new NetworkManager-glib pkgconfig file. | Brian Pepple | 2009-11-30 | 1 | -0/+10 |
| | | | | | | | | Fixes bug #599315. | ||||
* | | use conn-status-reason instead of conn-status | Felix Kaser | 2009-11-29 | 1 | -1/+1 |
| | | | | | | | | a hardcoded callback call used TP_CONNECTION_STATUS_DISCONNECTED where a TP_CONNECTION_STATUS_REASON should have been, changed to TP_CONNECTION_STATUS_REASON_NONE_SPECIFIED. | ||||
* | | Updated Hungarian translation | Gabor Kelemen | 2009-11-28 | 1 | -320/+506 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2009-11-28 | 1 | -121/+166 |
| | | |||||
* | | 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). | ||||
* | | Capitalize first letter of debug msg | Guillaume Desmottes | 2009-11-28 | 1 | -3/+3 |
| | | |||||
* | | Disable video preview when there is no call | Guillaume Desmottes | 2009-11-28 | 1 | -0/+14 |
| | | | | | | | | This is a workaround until bug 602937 is fixed. | ||||
* | | enable the camera-off button if call doens't have initial video | Guillaume Desmottes | 2009-11-28 | 1 | -0/+5 |
| | | |||||
* | | enable the camera-off button when call is disconnected | Guillaume Desmottes | 2009-11-28 | 1 | -3/+1 |
| | | | | | | | | Disabling the camera on button doesn't make sense any more. | ||||
* | | empathy_call_window_set_send_video: don't request video stream if the call ↵ | Guillaume Desmottes | 2009-11-28 | 1 | -0/+3 |
| | | | | | | | | is not connected yet | ||||
* | | disable_camera: disable send video only if we were sending it | Guillaume Desmottes | 2009-11-28 | 1 | -1/+3 |
| | | |||||
* | | update toggle buttons when the camera state is changed because of radio buttons | Guillaume Desmottes | 2009-11-28 | 1 | -0/+6 |
| | | |||||
* | | hook the camera radio buttons | Guillaume Desmottes | 2009-11-28 | 1 | -1/+34 |
| | | |||||
* | | make disable_camera, enable_preview and enable_camera no-op if we are ↵ | Guillaume Desmottes | 2009-11-28 | 1 | -12/+15 |
| | | | | | | | | already in the desired state | ||||
* | | update radio actions when a button is pressed | Guillaume Desmottes | 2009-11-28 | 1 | -0/+11 |
| | | |||||
* | | add video menu containing radio actions to control video | Guillaume Desmottes | 2009-11-28 | 1 | -0/+41 |
| | | |||||
* | | remove the "send video" menu item | Guillaume Desmottes | 2009-11-28 | 2 | -43/+0 |
| | | | | | | | | We're going to replace it by radio buttons. | ||||
* | | empathy_call_window_set_send_video: add a debug msg | Guillaume Desmottes | 2009-11-28 | 1 | -0/+1 |
| | | |||||
* | | stop sending video when 'camera off' or 'preview' is enabled | Guillaume Desmottes | 2009-11-28 | 1 | -3/+11 |
| | | |||||
* | | early return if the camera_state is already the one we want | Guillaume Desmottes | 2009-11-28 | 1 | -0/+9 |
| | | |||||
* | | disable the others button when 'camera on' is enabled | Guillaume Desmottes | 2009-11-28 | 1 | -11/+31 |
| | | |||||
* | | rename camera to camera_on | Guillaume Desmottes | 2009-11-28 | 2 | -40/+37 |
| | | | | | | | | | | Also move down tool_button_camera_on_toggled_cb so it doesn't need a prototype. | ||||
* | | remove the "Always Show Video Preview" menuitem | Guillaume Desmottes | 2009-11-28 | 2 | -33/+0 |
| | | | | | | | | We use buttons for that now. | ||||
* | | connect the 'camera off' and 'preview' buttons | Guillaume Desmottes | 2009-11-28 | 1 | -0/+121 |
| | | |||||
* | | set the icon of the camera_off button | Guillaume Desmottes | 2009-11-28 | 1 | -0/+20 |
| | | |||||
* | | add "camera off" and "preview" buttons to the toolbar | Guillaume Desmottes | 2009-11-28 | 1 | -1/+30 |
| | | | | | | | | Also rename "send video" to "camera on" | ||||
* | | call-window: check box labels should use sentence capitalization | Guillaume Desmottes | 2009-11-28 | 1 | -1/+1 |
| | | |||||
* | | We should display the avatar/preview when call is disconnected | Guillaume Desmottes | 2009-11-28 | 1 | -0/+3 |
| | | |||||
* | | call-window: add some debug msg | Guillaume Desmottes | 2009-11-28 | 1 | -0/+3 |
| | | |||||
* | | disable video preview when we turn off video sending | Guillaume Desmottes | 2009-11-28 | 1 | -4/+1 |
| | | |||||
* | | Enable 'send video' buttons and display the preview if call has 'initial ↵ | Guillaume Desmottes | 2009-11-28 | 1 | -0/+10 |
| | | | | | | | | video' (#601288) | ||||
* | | Don't display the video preview when the sink is added | Guillaume Desmottes | 2009-11-28 | 1 | -10/+0 |
| | | | | | | | | | | We should dislpay it since we started the sending video process so there is no point to enforce it at this stage. | ||||
* | | we don't want to hide the self frame anymore | Guillaume Desmottes | 2009-11-28 | 1 | -3/+0 |
| | | |||||
* | | remove empathy_call_window_update_self_avatar_visibility | Guillaume Desmottes | 2009-11-28 | 1 | -24/+0 |
| | | | | | | | | | | This function is wrong. We should disable the preview only when we stop sending video. | ||||
* | | call-window: factor out display_video_preview to display/hide the video preview | Guillaume Desmottes | 2009-11-28 | 1 | -14/+37 |
| | | |||||
* | | add 'voip' debug domain | Guillaume Desmottes | 2009-11-28 | 2 | -0/+2 |
| | | |||||
* | | call-window: change the semantic of the "Video Preview" menu item (#601288) | Guillaume Desmottes | 2009-11-28 | 2 | -38/+12 |
| | | | | | | | | | | | | | | | | | | | | Change it to "Always Show Video preview". We should always display the preview when we are sending video. So by changing the semantic of this menu it won't be possible to disable the preview while we are sending video. This mean that this menu isn't changed automatically anymore when the preview is displayed. | ||||
* | | change 'unread from everyone' to 'unread from all' | Guillaume Desmottes | 2009-11-27 | 1 | -2/+2 |
| | | |||||
* | | fix typo in comments | Guillaume Desmottes | 2009-11-27 | 1 | -3/+2 |
| | | |||||
* | | update the window title when a new message is received | Guillaume Desmottes | 2009-11-27 | 1 | -0/+3 |
| | | |||||
* | | 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 |
| |