Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show protocol in compat mode too | Guillaume Desmottes | 2010-01-26 | 1 | -3/+0 |
| | | | | There is no reason to not to (#607207). | ||||
* | Ellipsize connection error infobars | Will Thompson | 2010-01-26 | 1 | -1/+2 |
| | | | | | This prevents your contact list being forcibly expanded horizontally when an account with a long name fails to connect. Fixes: #608043 | ||||
* | accounts_dialog_accounts_setup: use empathy_connection_managers_prepare_async | Guillaume Desmottes | 2010-01-25 | 1 | -16/+17 |
| | | | | | That way we are sure that the callback is called even if the managers is already ready (#607925). | ||||
* | Merge commit 'kaserf/buttons-infobar-606329' | Guillaume Desmottes | 2010-01-25 | 1 | -9/+0 |
|\ | |||||
| * | remove custom style for buttons in infobar | Felix Kaser | 2010-01-25 | 1 | -9/+0 |
| | | | | | | | | the custom style for the buttons in the infobar is not needed. fixes bug #606329 | ||||
* | | split strings to no translate markups | Guillaume Desmottes | 2010-01-25 | 1 | -7/+16 |
| | | |||||
* | | there is no reasy why error would be NULL if e_book_get_self failed | Guillaume Desmottes | 2010-01-25 | 1 | -2/+1 |
| | | |||||
* | | remove create_salut_account_if_needed as it's done in the assistant now | Guillaume Desmottes | 2010-01-25 | 2 | -111/+0 |
| | | |||||
* | | rephrase the salut error page | Guillaume Desmottes | 2010-01-25 | 1 | -4/+5 |
| | | |||||
* | | add a hint about how to reach the accounts dialog | Guillaume Desmottes | 2010-01-25 | 1 | -2/+4 |
| | | |||||
* | | Split markups and translated string to make this easier for translators | Guillaume Desmottes | 2010-01-25 | 1 | -4/+7 |
| | | |||||
* | | rename build_error_page to build_error_vbox | Guillaume Desmottes | 2010-01-25 | 1 | -3/+3 |
| | | |||||
* | | account_assistant_page_forward_func: never go forward after the salut page | Guillaume Desmottes | 2010-01-25 | 1 | -0/+5 |
| | | | | | | | | This fix a bug if user chooses to not create a salut account. | ||||
* | | Display 'back' button in the import and create page | Guillaume Desmottes | 2010-01-25 | 1 | -2/+2 |
| | | |||||
* | | Fix account creation regression | Guillaume Desmottes | 2010-01-25 | 1 | -4/+9 |
| | | | | | | | | | | | | Each time we add a new account, a new page is added to the assistant. So checking if id equal PAGE_ENTER_CREATE is not enough as the next pages will have an id greater than that. | ||||
* | | Don't display the salut page after the create one if there is no need to | Guillaume Desmottes | 2010-01-25 | 1 | -3/+27 |
| | | |||||
* | | Don't display the salut page after the import one if there is no need to | Guillaume Desmottes | 2010-01-25 | 1 | -1/+10 |
| | | |||||
* | | Display the salut page after the create one | Guillaume Desmottes | 2010-01-25 | 1 | -18/+15 |
| | | |||||
* | | Display the salut page after the import one | Guillaume Desmottes | 2010-01-25 | 1 | -3/+5 |
| | | |||||
* | | rename should_create_salut_account to display_salut_page | Guillaume Desmottes | 2010-01-25 | 1 | -4/+4 |
| | | |||||
* | | Display an error message if Salut is not installed | Guillaume Desmottes | 2010-01-25 | 1 | -8/+32 |
| | | | | | | | | Please enter the commit message for your changes. Lines starting | ||||
* | | factor out build_error_page | Guillaume Desmottes | 2010-01-25 | 1 | -20/+32 |
| | | |||||
* | | assistant: move creation of the page from _init to _constructed | Guillaume Desmottes | 2010-01-25 | 1 | -19/+22 |
| | | | | | | | | We are going to need the connection managers received as a property. | ||||
* | | Pass a ready EmpathyConnectionManagers to empathy_account_assistant_show | Guillaume Desmottes | 2010-01-25 | 3 | -13/+66 |
| | | | | | | | | | | This kinda suck but we have to construct the assistant in a sync way so can't wait for the manager to become ready. | ||||
* | | Move all the tests checking if we should display the the assistant to a ↵ | Guillaume Desmottes | 2010-01-25 | 1 | -25/+63 |
| | | | | | | | | | | | | | | single function We used to check that in a lot of different places. Refactor the code to make it clearer and easier to understand. | ||||
* | | Don't display the salut page if there is no need to create the account | Guillaume Desmottes | 2010-01-25 | 1 | -0/+57 |
| | | |||||
* | | set the salut-account-created gconf key once the account has been created | Guillaume Desmottes | 2010-01-25 | 1 | -2/+14 |
| | | |||||
* | | don't set display name if there is already one defined | Guillaume Desmottes | 2010-01-25 | 1 | -6/+9 |
| | | | | | | | | Display name is already set for the salut account. | ||||
* | | account-assistant: use existing code to create the salut account and respect ↵ | Guillaume Desmottes | 2010-01-25 | 1 | -12/+18 |
| | | | | | | | | the settings defined by user | ||||
* | | account-assistant: add a page to configure the salut account | Guillaume Desmottes | 2010-01-25 | 1 | -12/+124 |
| | | | | | | | | | | This will let user filling his details if we failed to fetch them and so give him a chance to actually create the Salut account (#596575). | ||||
* | | factor out and export create_salut_account_settings | Guillaume Desmottes | 2010-01-25 | 2 | -48/+68 |
|/ | |||||
* | replace empathy_connection_managers_call_when_ready by ↵ | Guillaume Desmottes | 2010-01-22 | 2 | -10/+13 |
| | | | | prepare_{async_finish} functions | ||||
* | empathy.c: use empathy_connection_managers_call_when_ready | Guillaume Desmottes | 2010-01-22 | 1 | -21/+11 |
| | |||||
* | empathy-import-widget: use empathy_connection_managers_call_when_ready | Guillaume Desmottes | 2010-01-22 | 1 | -9/+10 |
| | |||||
* | added a "find" menu item | Thomas Meire | 2010-01-21 | 2 | -0/+25 |
| | |||||
* | Call create_salut_account_if_needed when the assistant is closed | Guillaume Desmottes | 2010-01-20 | 2 | -1/+3 |
| | | | | | That way we only try to create the account if the assistant properly terminates (#607436). | ||||
* | Don't pass managers to create_salut_account_if_needed | Guillaume Desmottes | 2010-01-20 | 3 | -6/+23 |
| | | | | It can dup it itself. | ||||
* | move create_salut_account_if_needed and should_create_salut_account to a new ↵ | Guillaume Desmottes | 2010-01-20 | 4 | -181/+252 |
| | | | | file | ||||
* | account-assistant: disable Google Talk when creating a new account | Guillaume Desmottes | 2010-01-19 | 1 | -0/+3 |
| | | | | Google Talk doesn't support inband registration (#607455). | ||||
* | Pass a boolean saying if the protocol is Google Talk or not to ↵ | Guillaume Desmottes | 2010-01-19 | 1 | -0/+2 |
| | | | | | | EmpathyProtocolChooserFilterFunc That's the only way to filter Google Talk if we want to. | ||||
* | Add a remove button below the accounts treeview instead of the in-treeview icon. | Xavier Claessens | 2010-01-19 | 2 | -21/+93 |
| | |||||
* | remove empathy-tube-handler.c and empathy-tube-dispatch | Guillaume Desmottes | 2010-01-19 | 4 | -549/+1 |
| | |||||
* | stop dispatching tube channels (#599159) | Guillaume Desmottes | 2010-01-19 | 2 | -129/+0 |
| | | | | Tube applications should use the ChannelDispatcher. | ||||
* | Unify the infobar and the account name widgets. | Cosimo Cecchi | 2010-01-19 | 2 | -51/+46 |
| | |||||
* | fix identation | Guillaume Desmottes | 2010-01-18 | 1 | -1/+1 |
| | |||||
* | Stop greysing and blinking the protocol icon | Guillaume Desmottes | 2010-01-18 | 1 | -24/+0 |
| | | | | | We now have another icon showing the connection status so there is no point to display it (in an unclear way) in the protocol icon as well. | ||||
* | update account in treeview when it's disabled | Guillaume Desmottes | 2010-01-18 | 1 | -0/+1 |
| | |||||
* | update treeview when account's status is changed | Guillaume Desmottes | 2010-01-18 | 1 | -0/+21 |
| | |||||
* | accounts-dialog: display status of accounts in the treeview (#605309) | Guillaume Desmottes | 2010-01-18 | 1 | -0/+78 |
| | |||||
* | rename accounts_dialog_model_pixbuf_data_func to ↵ | Guillaume Desmottes | 2010-01-18 | 1 | -3/+3 |
| | | | | accounts_dialog_model_protocol_pixbuf_data_func | ||||
* | accounts-dialog: remember the account and password param when changing ↵ | Guillaume Desmottes | 2010-01-18 | 1 | -0/+29 |
| | | | | protocol (#605532) | ||||
* | Support silent build rules with automake 1.11 | Javier Jardón | 2010-01-18 | 1 | -3/+2 |
| | | | | | | | | | | Support silent build rules, requires at least automake-1.11. Disable by either passing --disable-silent-rules to configure or passing V=1 to make. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=585364 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | set presence to offline when account is disabled | Felix Kaser | 2010-01-16 | 1 | -0/+5 |
| | | | | else the presence is empty and no icon is shown in the infobar (#604706) | ||||
* | Consider connected account which doesn't implement presence as available ↵ | Guillaume Desmottes | 2010-01-16 | 1 | -0/+8 |
| | | | | (#604700) | ||||
* | Call xmlCleanupParser() only once when exiting (#600693) | Guillaume Desmottes | 2010-01-13 | 1 | -0/+1 |
| | | | | | | | This function should only be called when exiting the application as it cleans up the memory allocated by the library itself. Thanks to Lennart for pointing this out. | ||||
* | Use the proper enum value when checking FsMediaType | Guillaume Desmottes | 2010-01-13 | 1 | -1/+1 |
| | | | | | FS_MEDIA_TYPE_VIDEO and TP_MEDIA_STREAM_TYPE_VIDEO have actually the same value but newer versions of gcc are smarter and detect this kind of bug. | ||||
* | Revert "Escape the header of the notification (#599431)" | Guillaume Desmottes | 2010-01-13 | 1 | -7/+2 |
| | | | | | | | | | | | This reverts commit 4363fe7a71208ee2d696211838f028ef97700b45. According to the notification spec, headers should not be escaped. Escaping them leads to displaying escaped text in the notification with some daemon (#603498). The bug #599431 was probably due to a bug in the notification-daemon and seems to work fine now. | ||||
* | chat_window_create_label: ref the widgets stored as data so we are sure they ↵ | Guillaume Desmottes | 2010-01-12 | 1 | -7/+8 |
| | | | | stay alive when doing DnD | ||||
* | Wait that the pipeline has been started before enabling camera | Guillaume Desmottes | 2010-01-11 | 1 | -7/+10 |
| | | | | | The v4l2src element doesn't work properly if the pipeline has not been started (#605549). | ||||
* | factor out start_call | Guillaume Desmottes | 2010-01-11 | 1 | -6/+11 |
| | |||||
* | empathy_call_window_constructed: no need to call display_video_preview | Guillaume Desmottes | 2010-01-11 | 1 | -2/+0 |
| | | | | The callback fired when tool_button_camera_on will call it for us. | ||||
* | remember handler ids to prevent double invokation | Felix Kaser | 2010-01-11 | 1 | -4/+37 |
| | | | | the handler ids for the status-changed signals are remembered to prevent registration more than once on newly created accounts | ||||
* | connect to status-changed signal of new accounts | Felix Kaser | 2010-01-11 | 1 | -0/+10 |
| | | | | the main window has to listen for status-changed signals of newly created accounts to display error-infobar | ||||
* | connect to signals when account has been created | Felix Kaser | 2010-01-11 | 1 | -0/+20 |
| | | | | when a new account is created the signals presence-changed and status-changed of the account are connected to update the treeview icon and status infobar | ||||
* | don't make add-button sensitive on protocol change | Felix Kaser | 2010-01-11 | 1 | -1/+0 |
| | | | | when creating an account the treeview and add/import buttons should be insensitive. when during creating the protocol was altered via protocol-chooser the add-button became sensitive. this should be fixed with this commit | ||||
* | disable treeview when creating an account | Felix Kaser | 2010-01-11 | 1 | -0/+13 |
| | | | | fixes bug 604154 | ||||
* | Convert the context info to a translator comment (#606513) | Claude Paroz | 2010-01-11 | 1 | -3/+3 |
| | |||||
* | accounts-dialog: inherit from GtkDialog (#600023) | Guillaume Desmottes | 2010-01-11 | 3 | -292/+244 |
| | |||||
* | Miscellaneous string fixes | Philip Withnall | 2010-01-01 | 7 | -11/+11 |
| | | | | | | | 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 | 6 | -16/+16 |
| | | | | | | | 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> | ||||
* | Remove the protocol selection screen when adding a new account | Guillaume Desmottes | 2009-12-26 | 2 | -227/+92 |
| | | | | | Instead, display the protocol chooser on the top of the account widget (#599182). | ||||
* | status_icon_update_tooltip: display the custom status msg, if any (#604481) | Guillaume Desmottes | 2009-12-24 | 1 | -3/+11 |
| | |||||
* | status_icon_update_tooltip: display a translated version of the default ↵ | Guillaume Desmottes | 2009-12-24 | 1 | -6/+10 |
| | | | | status string | ||||
* | Use clutter_get_option_group instead of gtk_clutter_init | Guillaume Desmottes | 2009-12-23 | 1 | -4/+3 |
| | | | | | | clutter_get_option_group will initialize clutter during arguments parsing. This avoid to call g_set_prgname twice as it's called once by g_option_context_parse and once when initializing clutter. | ||||
* | remove register radio buttons in the create account frame | Guillaume Desmottes | 2009-12-22 | 2 | -125/+40 |
| | | | | | They should be part of the account widget as we plan to kill this frame (#605213). | ||||
* | Merge branch 'pmuc' | Danielle Madeley | 2009-12-22 | 5 | -3/+215 |
|\ | |||||
| * | Remove FIXME | Danielle Madeley | 2009-12-22 | 1 | -2/+0 |
| | | |||||
| * | Remove unneeded private struct | Danielle Madeley | 2009-12-22 | 1 | -12/+0 |
| | | |||||
| * | Make Invite Participant menu entry sensitive only when available | Danielle Madeley | 2009-12-21 | 1 | -0/+28 |
| | | |||||
| * | Refactor MUC upgrading to be a feature of TpChat->add() | Danielle Madeley | 2009-12-21 | 1 | -74/+10 |
| | | | | | | | | | | Add a method to be able to tell whether a given TpChat supports you calling add() on it. | ||||
| * | Replace raw Tp call with existing abstraction in EmpathyTpChat | Danielle Madeley | 2009-12-21 | 1 | -9/+5 |
| | | |||||
| * | Port EmpathyInviteParticipantDialog over to EmpathyContactSelectorDialog | Danielle Madeley | 2009-12-21 | 3 | -72/+70 |
| | | |||||
| * | Don't destroy the request properties, EmpathyDispatcher now owns them | Danielle Madeley | 2009-12-21 | 1 | -1/+1 |
| | | | | | | | | | | This is not the same as tp-glib semantics (e.g. tp_..._call_create_channel). Add some docs to EmpathyDispatcher to explain this, for the next person. | ||||
| * | Add support for inviting to MUCs | Danielle Madeley | 2009-12-21 | 1 | -2/+7 |
| | | |||||
| * | Add a rudimentry UI to select a 3rd contact to invite | Danielle Madeley | 2009-12-21 | 4 | -12/+213 |
| | | | | | | | | Needs support for inviting in MUCs added | ||||
| * | Use EmpathyDispatcher to create the PMUC channel | Danielle Madeley | 2009-12-21 | 1 | -24/+6 |
| | | |||||
| * | 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 |
| | | |||||
* | | event-manager: remove the auto-remove timer when the event is destroyed | Guillaume Desmottes | 2009-12-21 | 1 | -2/+9 |
|/ | | | | This avoid to crash when trying to re-remove an old event (#603485). | ||||
* | block/unblock the right signals on menu actions | Guillaume Desmottes | 2009-12-18 | 1 | -2/+2 |
| | |||||
* | 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. | ||||
* | main-window: don't add the protocol icon on top of event icons | Guillaume Desmottes | 2009-12-17 | 1 | -3/+1 |
| | |||||
* | 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 |
| | |||||
* | contact_list: displays an icon showing the protocol by the contact (#603877) | chantra | 2009-12-17 | 2 | -4/+66 |
| | |||||
* | 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 |
| | |||||
* | 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 | 2 | -94/+13 |
| | | | | 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 K.Vishnoo Charan Reddy as an artist contributor | Guillaume Desmottes | 2009-12-14 | 1 | -0/+1 |
| | |||||
* | 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) | ||||
* | rephrase the 'redial' tooltip | Guillaume Desmottes | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -1/+115 |
|\ | |||||
| * | Some improvements to file drag-and-drop based on comments on #595226 | Shaun McCance | 2009-11-25 | 1 | -10/+18 |
| | | |||||
| * | [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 | 1 | -6/+13 |
| | | |||||
| * | [empathy-chat-window] Documented MOVE/COPY selection in drag_motion | Shaun McCance | 2009-11-25 | 1 | -0/+4 |
| | | |||||
| * | Utilitiy function to send files from a URI list, for dnd implementations | Shaun McCance | 2009-11-25 | 1 | -25/+2 |
| | | |||||
| * | Implemented file drags to contact list, along with row highlights | Shaun McCance | 2009-11-25 | 1 | -2/+2 |
| | | |||||
| * | 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 | 1 | -0/+44 |
| | | |||||
* | | add tooltips on the camera buttons | Guillaume Desmottes | 2009-11-30 | 1 | -0/+3 |
| | | |||||
* | | 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. | ||||
* | | 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 |
| | | |||||
* | | 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 |
| | | |||||
* | | 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 | ||||
* | | 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 |
|/ | |||||
* | 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. | ||||
* | 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). | ||||
* | 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. | ||||
* | empathy.c: use tp_account_manager_get_most_available_presence instead of ↵ | Guillaume Desmottes | 2009-11-19 | 1 | -1/+5 |
| | | | | empathy_idle_get_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. | ||||
* | Move empathy-log to tests/interactive and don't install it anymore | Laurent Bigonville | 2009-11-19 | 3 | -65/+1 |
| | |||||
* | Use accessor functions instead direct access. | Javier Jardón | 2009-11-17 | 5 | -22/+35 |
| | | | | | | | | | 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> | ||||
* | 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 | 3 | -192/+11 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | remove old comment | Guillaume Desmottes | 2009-11-13 | 1 | -1/+0 |
| | |||||
* | change empathy_notification_is_enabled to ↵ | Guillaume Desmottes | 2009-11-13 | 2 | -4/+4 |
| | | | | | | | 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 | 2 | -2/+8 |
| | | | | | | | | 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 | 5 | -129/+1 |
| | | | | All its code was related to notifications. | ||||
* | define constants for notify capabilities | Guillaume Desmottes | 2009-11-13 | 1 | -1/+2 |
| | |||||
* | status-icon: use EmpathyNotifyManager to check if the server supports the ↵ | Guillaume Desmottes | 2009-11-13 | 1 | -12/+5 |
| | | | | 'actions' capa | ||||
* | src/Makefile.am: sort files | Guillaume Desmottes | 2009-11-13 | 1 | -9/+9 |
| | |||||
* | account-assistant: set default display name to newly created accounts (#600705) | Guillaume Desmottes | 2009-11-13 | 1 | -0/+10 |
| | |||||
* | move code generating the default display name of new account to account-widget | Guillaume Desmottes | 2009-11-13 | 1 | -51/+2 |
| | | | | | | 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. | ||||
* | Call g_object_unref instead of gtk_rc_style_unref | Gustavo Noronha Silva | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Force an unset presence type to appear as offline in the presence chooser ↵ | Jonny Lamb | 2009-11-12 | 1 | -0/+7 |
| | | | | | | | | | | 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 | ||||
* | 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 | ||||
* | 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 |
| | |||||
* | 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). | ||||
* | 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. |