Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hardcode facebook server to workaround SRV lookup issues | Guillaume Desmottes | 2010-05-25 | 1 | -0/+3 |
| | |||||
* | Use library i18n method for source files included in shared library | Rob Bradford | 2010-05-18 | 1 | -1/+1 |
| | | | | | | | Since these files are included in the g-c-c shared module we must use the version of the _ macro that includes the domain. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=618969 | ||||
* | Replace EphySpinner by GtkSpinner | Xavier Claessens | 2010-04-19 | 1 | -7/+5 |
| | | | | Fixes bug #598446 | ||||
* | src/empathy-accounts-dialog.c: use tp_g_signal_connect_object instead of ↵ | Guillaume Desmottes | 2010-04-09 | 1 | -6/+6 |
| | | | | empathy_signal_connect_weak | ||||
* | Merge commit 'treitter/bug-613272' | Guillaume Desmottes | 2010-03-29 | 1 | -1/+1 |
|\ | |||||
| * | Set a default empathy-accounts window size such that any scrolled Advanced ↵ | Travis Reitter | 2010-03-27 | 1 | -1/+1 |
| | | | | | | | | section will be somewhat-reasonably-sized. | ||||
| * | Another way to fix Gnome bug #613272. This puts the Advanced expander ↵ | Travis Reitter | 2010-03-25 | 1 | -3/+1 |
| | | | | | | | | content for each of the problem protocols in a scrolled window, instead of the entire Details section. | ||||
| * | Make the account details pane scrollable, in case the Advanced section is ↵ | Travis Reitter | 2010-03-20 | 1 | -1/+3 |
| | | | | | | | | too large to fit on the screen all at once. Fixes Gnome bug #613272. | ||||
* | | Automatically reap the empathy-accounts child process | Danielle Madeley | 2010-03-24 | 1 | -13/+4 |
|/ | | | | Remove unrequired exit_cb code | ||||
* | Window title for the accounts dialog should match the name in the launcher. | Ken VanDine | 2010-03-10 | 1 | -1/+1 |
| | | | | Fixes bug #612433 | ||||
* | set the server field of Google Talk account | Guillaume Desmottes | 2010-03-05 | 1 | -4/+12 |
| | | | | This should solve connection issue with buggy router (#601089). | ||||
* | Fix silly typo | Sjoerd Simons | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Connect to the accounts signals in one central place | Sjoerd Simons | 2010-03-05 | 1 | -10/+5 |
| | |||||
* | Cancel creation in the accounts dialog if the wizard is running | Sjoerd Simons | 2010-03-05 | 1 | -4/+26 |
| | | | | | | If the account wizard is finished it should have created at least some accounts. Cancel any account creation that was going on in the accounts dialog so it nicely jumps showing the first real account :) | ||||
* | accounts-dialog: set display-name before creating the account | Guillaume Desmottes | 2010-03-03 | 1 | -9/+0 |
| | | | | This saves us a D-Bus call. | ||||
* | Merge branch 'more-accounts-fixes' | Travis Reitter | 2010-03-03 | 1 | -29/+89 |
|\ | |||||
| * | Remove EmpathyAccountsPlugin's requirement that it be a singleton, so we can ↵ | Travis Reitter | 2010-03-03 | 1 | -27/+0 |
| | | | | | | | | reset the embedded control panel to a sane state every time we open it. | ||||
| * | Disable the Cancel button in the accounts dialog if there are no existing ↵ | Travis Reitter | 2010-03-02 | 1 | -1/+72 |
| | | | | | | | | accounts to display (ie, we're creating our first account). | ||||
| * | When we're creating our first account, don't let the remove button become ↵ | Travis Reitter | 2010-02-27 | 1 | -1/+8 |
| | | | | | | | | sensitive when we change the account protocol | ||||
| * | Don't create some extra "ghost" account if we're creating our first account ↵ | Travis Reitter | 2010-02-27 | 1 | -0/+9 |
| | | | | | | | | and we change protocols in the protocol combo box. | ||||
* | | Improve debugging and don't use g_debug | Sjoerd Simons | 2010-03-02 | 1 | -0/+5 |
| | | |||||
* | | Make the empathy-account code be slightly more streamlined | Sjoerd Simons | 2010-03-02 | 1 | -3/+3 |
| | | | | | | | | | | | | | | On every run of the accounts UI we should try to import MC4 accounts (if they weren't imported already). Also replace the --try-import option with --if-needed to better document the fact that it will only display the UI if needed. | ||||
* | | accounts-dialog: update the status info when account when account is enabled | Guillaume Desmottes | 2010-02-28 | 1 | -3/+2 |
|/ | | | | | | If we are offline and we enable a disabled account, the info bar message should be updated from "Acconut Disabled" to "Status is set to Offline" (#610847). | ||||
* | Rename Moblin to Meego throughout Empathy | Danielle Madeley | 2010-02-19 | 1 | -6/+6 |
| | | | | At the request of Rob Bradford | ||||
* | empathy_accounts_dialog_show_application: try to run "empathy-accounts" from ↵ | Guillaume Desmottes | 2010-02-16 | 1 | -1/+10 |
| | | | | | | | source This fix starting the accounts dialog for people (testers mostly) using Empathy from a not installed build. | ||||
* | empathy_accounts_dialog_show_application: use g_build_filename | Guillaume Desmottes | 2010-02-16 | 1 | -1/+4 |
| | | | | That's cleaner to build a path. | ||||
* | accounts-dialog: block the selection 'changed' signal while removing a row | Guillaume Desmottes | 2010-02-15 | 1 | -0/+14 |
| | | | | | | | | | | | | | | There is no need to call accounts_dialog_model_selection_changed while removing as we are going to call accounts_dialog_model_select_first right after which will update the selection. This has the nice side effect of letting the "remove" button sensitive after the account has been removed. The callback used to be called recursively twice: once during the removal of the row and once when calling accounts_dialog_model_select_first in accounts_dialog_update_settings. As accounts_dialog_model_selection_changed is checking if a row is selected *before* calling accounts_dialog_update_settings, the button was unsensitived at the end of the first call of the callback. (#609575) | ||||
* | empathy-accounts-dialog: Prepend BIN_DIR to the binary name | Danielle Madeley | 2010-02-12 | 1 | -1/+1 |
| | |||||
* | Separate the accounts dialog into its own program which works with the Gnome ↵ | Travis Reitter | 2010-02-12 | 1 | -0/+56 |
| | | | | | | | | preferences and control center. Where available, this also supports embedding the preferences dialog in the "extensible-shell" control center (currently in development, but likely to be mainlined soon). | ||||
* | add is_facebook arg to empathy_protocol_chooser_dup_selected | Guillaume Desmottes | 2010-02-12 | 1 | -5/+14 |
| | | | | So the assistant and accounts dialog can special case facebook accounts. | ||||
* | Fix leaks, gtk_tree_model_get() returns a ref! | Xavier Claessens | 2010-02-11 | 1 | -20/+33 |
| | | | | | COL_ACCOUNT_POINTER and COL_ACCOUNT_SETTINGS_POINTER are misleading, they are not POINTER but OBJECT, so we have to unref them. | ||||
* | accounts-dialog: wrap label status in info bar | Guillaume Desmottes | 2010-02-10 | 1 | -0/+1 |
| | | | | | So the accounts doesn't become huge if user entered a ridiculously long message (#609537). | ||||
* | 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). | ||||
* | Add a remove button below the accounts treeview instead of the in-treeview icon. | Xavier Claessens | 2010-01-19 | 1 | -15/+59 |
| | |||||
* | Unify the infobar and the account name widgets. | Cosimo Cecchi | 2010-01-19 | 1 | -15/+45 |
| | |||||
* | 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) | ||||
* | 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) | ||||
* | 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 | ||||
* | accounts-dialog: inherit from GtkDialog (#600023) | Guillaume Desmottes | 2010-01-11 | 1 | -71/+85 |
| | |||||
* | Miscellaneous string fixes | Philip Withnall | 2010-01-01 | 1 | -1/+1 |
| | | | | | | | Lots of small spelling and grammar fixes, as well as some terminology cleanups. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Punctuation fixes in translatable strings | Philip Withnall | 2010-01-01 | 1 | -6/+6 |
| | | | | | | | 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 | 1 | -98/+64 |
| | | | | | Instead, display the protocol chooser on the top of the account widget (#599182). | ||||
* | remove register radio buttons in the create account frame | Guillaume Desmottes | 2009-12-22 | 1 | -35/+0 |
| | | | | | They should be part of the account widget as we plan to kill this frame (#605213). | ||||
* | remove duplicate expression | Felix Kaser | 2009-12-16 | 1 | -2/+0 |
| | | | | probably the product of a faulty merge in 4bca2228 | ||||
* | 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 | 1 | -50/+12 |
| | | | | 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 | ||||
* | 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 | 1 | -3/+4 |
| | |||||
* | 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 | 1 | -0/+2 |
| | | | | the vbox should hold the infobar which shows the connection status in accounts-dialog | ||||
* | 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. | ||||
* | 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). | ||||
* | 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. | ||||
* | 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. | ||||
* | 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). | ||||
* | 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). | ||||
* | get_default_display_name: use the real protocol name to check if it's IRC or not | Guillaume Desmottes | 2009-11-03 | 1 | -4/+7 |
| | |||||
* | Allow accounts_dialog_has_pending_change to return a NULL TpAccount | Guillaume Desmottes | 2009-11-03 | 1 | -13/+24 |
| | | | | | That way we can warn user when he is about to lose his newly created account (#598550). | ||||
* | accounts-dialog: don't always select the first account automatically | Jonny Lamb | 2009-11-03 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | Sometimes it takes a while to get all account details, but getting the account names is fairly quick. What tends to happen is that the tree view of account names is populated immediately, but the account widget is just grey until all details are retrieved. This time is enough to select an account in the tree view for editing. However, previously, once all details are retrieved, the first account is automatically selected. This is of course sensible if the user has not selected an account, but it's pretty annoying if you've already selected your seventeenth jabber account and then it plonks you back to number one. This patch only selects the first account if there is not one already selected. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | empathy-accounts-dialog: account-validity-changed signal now has a 'valid' ↵ | Guillaume Desmottes | 2009-11-03 | 1 | -0/+1 |
| | | | | argument (#600446) | ||||
* | Merge branch 'accountz' | Jonny Lamb | 2009-11-02 | 1 | -144/+74 |
|\ | |||||
| * | all: log error messages if preparing the account manager fails | Jonny Lamb | 2009-10-30 | 1 | -2/+7 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
| * | accounts-dialog: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -143/+68 |
| | | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | | empathy-accounts-dialog: do_constructor: always return a new reference | Guillaume Desmottes | 2009-10-29 | 1 | -3/+7 |
| | | | | | | | | | | | | This fix is cleaner than the previous commmit. The constructor now always returns a new reference to the caller. It also now has an extra reference that it will release once the dialog as been destroyed. | ||||
* | | empathy-accounts-dialog: do_constructor: don't ref the dialog if it already ↵ | Guillaume Desmottes | 2009-10-29 | 1 | -1/+3 |
|/ | | | | | | | exists (#600023) This breaks the concept of a constructor but the caller isn't supposed to unref it itself anyway (it's unreffed in accounts_dialog_destroy_cb). | ||||
* | accounts_dialog_add_account: connect notify::display-name using ↵ | Guillaume Desmottes | 2009-10-15 | 1 | -11/+3 |
| | | | | | | | empathy_signal_connect_weak empathy_signal_connect_weak will disconnect the signal when the accounts dialog is disposed. (#598408) | ||||
* | Use the protocol display name for new account names | Sjoerd Simons | 2009-10-14 | 1 | -1/+4 |
| | | | | | | | As the default display name for new accounts use the pretty human-readable version instead of the telepathy protocol names Fixes #598355 | ||||
* | accounts_dialog_account_display_name_changed_cb: check that ↵ | Guillaume Desmottes | 2009-10-06 | 1 | -0/+3 |
| | | | | | | | accounts_dialog_model_get_selected_settings didn't return NULL (#597416) All the other callers of this function cope with setting being NULL so this one should do as well. | ||||
* | Rename HAVE_NBTK to HAVE_MOBLIN. | Xavier Claessens | 2009-10-05 | 1 | -10/+10 |
| | |||||
* | empathy-accounts-dialog: 'Create' button should be 'Next' on Moblin | Guillaume Desmottes | 2009-10-03 | 1 | -2/+3 |
| | |||||
* | Fix a typo in a string. | Cosimo Cecchi | 2009-10-03 | 1 | -1/+1 |
| | |||||
* | Change strings for the remove dialog on the moblin build. | Cosimo Cecchi | 2009-10-03 | 1 | -0/+10 |
| | |||||
* | Don't rely on EmpathyAccountManager to be ready. | Cosimo Cecchi | 2009-09-30 | 1 | -37/+62 |
| | | | | | This fixes a crash when Empathy is launched with the '--accounts' option. | ||||
* | Rename the Create button to Add on moblin. | Cosimo Cecchi | 2009-09-30 | 1 | -0/+3 |
| | |||||
* | Disable account creation on moblin. | Cosimo Cecchi | 2009-09-30 | 1 | -0/+8 |
| | |||||
* | Hide the action area if we're on moblin. | Cosimo Cecchi | 2009-09-30 | 1 | -0/+8 |
| | |||||
* | Add a vertical padding to the rows. | Cosimo Cecchi | 2009-09-30 | 1 | -0/+3 |
| | |||||
* | Use the property in the accounts dialog. | Cosimo Cecchi | 2009-09-30 | 1 | -0/+3 |
| | |||||
* | Add an import button back to the accounts dialog. | Cosimo Cecchi | 2009-09-28 | 1 | -1/+16 |
| | | | | The button is only shown when there are actually accounts to import. | ||||
* | Don't show the "missing" image (#595921). | Cosimo Cecchi | 2009-09-24 | 1 | -0/+8 |
| | | | | | If the icon theme doesn't have the protocol icon for the account we currently selected, show a default icon. | ||||
* | Fix a long line | Cosimo Cecchi | 2009-09-06 | 1 | -1/+2 |
| | |||||
* | Manually handle delete events. | Cosimo Cecchi | 2009-09-06 | 1 | -1/+12 |
| | |||||
* | Changed dialog constructor calls to use a string literal with format arguments | Louis-Francis Ratté-Boulianne | 2009-09-01 | 1 | -4/+4 |
| | |||||
* | Use the new APIs in the assistant and the dialog | Cosimo Cecchi | 2009-08-31 | 1 | -8/+17 |
| | |||||
* | Merge commit 'jtellier/confirm-lose-accounts-settings' | Cosimo Cecchi | 2009-08-31 | 1 | -41/+294 |
|\ | |||||
| * | Fixed style | Jonathan Tellier | 2009-08-29 | 1 | -15/+18 |
| | | |||||
| * | Marked strings for translation. | Jonathan Tellier | 2009-08-29 | 1 | -7/+7 |
| | | |||||
| * | Merged with master | Jonathan Tellier | 2009-08-29 | 1 | -1/+8 |
| | | |||||
| * | Fixed bug which would occur when deleting account with pending changes | Jonathan Tellier | 2009-08-29 | 1 | -8/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | - When the selected account was NULL, accounts_dialog_has_pending_change() would not check its state correctly. That function is working with a pointer on a pointer to the account and was not dereferencing properly. - The pointer to the account we pass to accounts_dialog_has_pending_change() is now properly initialized to NULL. - When deleting an account, the COL_ACCOUNT_POINTER column is now properly set to NULL. | ||||
| * | Using GtkTreeRowReference instead of a string path. | Jonathan Tellier | 2009-08-29 | 1 | -9/+10 |
| | | | | | | | | | | | | | | - When the user selects another account and has pending changes to the currently selected account, we need to keed track of the destination row. Instead of saving that information as the string representation of a GtkTreePath, we now use a GtkTreeRowReference. | ||||
| * | Simplified the code that checks if selected account has pending changes | Jonathan Tellier | 2009-08-29 | 1 | -7/+3 |
| | | |||||
| * | Improved confirmation dialog shown to the user before discarding changes | Jonathan Tellier | 2009-08-29 | 1 | -59/+94 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Split the confirmation dialog's text into a primary and secondary section. - Changed the button label to "Cancel" and "Discard" instead of "Yes" and "No". - Added a accounts_dialog_show_question_dialog() function to show question dialogs related to the accounts dialog and connect to its "response" signal. - Removed the empathy_show_yes_no_question_dialog() function since it was added for this specific patch but is no longer used. | ||||
| * | Fixed style | Jonathan Tellier | 2009-08-29 | 1 | -1/+1 |
| | | |||||
| * | Fixed crash when checking if an account has pending changes | Jonathan Tellier | 2009-08-29 | 1 | -3/+2 |
| | | |||||
| * | Minor changes to EmpathyAccountWidget and EmpathyAccountsDialog | Jonathan Tellier | 2009-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | - account_widget_entry_changed_common is not called when an entry loses focus. Since this function is called on every keystroke, it was unnecessary to call it again on focus-out-event. - The EmpathyAccountWidget's control buttons' sensitivity (and contains_pending_changes member) is not altered when the state of the "Enabled" checkbox is changed due to an event which was not initiated by the user. - Fixed capitalization error in a comment in empathy-accounts-dialog.c | ||||
| * | Asking for confirmation before losing pending accounts changes. | Jonathan Tellier | 2009-08-29 | 1 | -16/+227 |
| | | | | | | | | | | | | | | | | If an account has pending changes, we now ask for a confirmation before: - Adding a new account - Closing the accounts dialog - Selecting a new account. Those are all options which discard pending changes. | ||||
* | | Merge commit 'jtellier/set-account-name-translator-hint' | Cosimo Cecchi | 2009-08-31 | 1 | -3/+5 |
|\ \ | |/ |/| | |||||
| * | Improved the comment related to the IRC default display name. | Jonathan Tellier | 2009-08-28 | 1 | -3/+5 |
| | | | | | | | | | | | | | | - Added more indication intended to translators - Added the possibility to swap the parameted in the string "%s on %s" (where the first argument in the login id and the second one is the server) | ||||
* | | Point to a help topic that exists from Accounts window | Shaun McCance | 2009-08-29 | 1 | -1/+1 |
| | | |||||
* | | Base the selected widget both on the CM and the protocol | Sjoerd Simons | 2009-08-28 | 1 | -29/+4 |
|/ | | | | | | | Previously Empathy would select the custom account widget purely based on the protocol, the problem here is that these widgets assume one specific connection manager and its set of parameters. Which triggered bugs if the intended cm for a protocol isn't installed, but haze is and provides the protocol. | ||||
* | - Added information intented to translators. | Jonathan Tellier | 2009-08-27 | 1 | -2/+12 |
| | | | | - Fixed leak of the the display name. | ||||
* | Using a new logic to set the default display name: | Jonathan Tellier | 2009-08-27 | 1 | -10/+39 |
| | | | | | | * If irc use "[account] on [server]" * If there is an account property use "[account]" * If there is no account property use "[protocol] Account" | ||||
* | Only setting the display name to the Login ID for protocol which have | Jonathan Tellier | 2009-08-27 | 1 | -3/+7 |
| | | | | this property. | ||||
* | - The account display gets updated in the account list and in the | Jonathan Tellier | 2009-08-27 | 1 | -1/+54 |
| | | | | | account name label. - By default, the account default display name is set to the login id. | ||||
* | Don't display 'null' in accounts UI for unknown protocols | Will Thompson | 2009-08-25 | 1 | -5/+10 |
| | |||||
* | Use the new function in the accounts dialog | Cosimo Cecchi | 2009-08-25 | 1 | -2/+4 |
| | |||||
* | Check for NULL values returned by dup_selected() | Cosimo Cecchi | 2009-08-25 | 1 | -0/+9 |
| | |||||
* | Remove dead code and fix some coding style issues | Sjoerd Simons | 2009-08-23 | 1 | -3/+1 |
| | |||||
* | Don't leak a ref to EmpathyAccountSettings | Sjoerd Simons | 2009-08-23 | 1 | -1/+1 |
| | |||||
* | Don't free the icon name that we don't own | Sjoerd Simons | 2009-08-22 | 1 | -2/+0 |
| | |||||
* | Fix errors revealed by make check | Jonathan Tellier | 2009-08-22 | 1 | -2/+2 |
| | | | | | - Added missing files in po/POTFILES.in - Fixed style | ||||
* | First part of an overhaul of the accounts dialog | Jonathan Tellier | 2009-08-22 | 1 | -203/+213 |
| | |||||
* | Make the import system more future-proof | Cosimo Cecchi | 2009-08-22 | 1 | -1/+2 |
| | | | | | | | | | Split the utilities from the widget and the dialog; we now have an enum for supported applications, with a special value which means "all applications", which is the only one which triggers showing the "Source" column in EmpathyImportWidget. We need this to avoid being redundant in the EmpathyAccountAssistant, as we already choose there the application from which to import. | ||||
* | Adapt to the new API | Cosimo Cecchi | 2009-08-22 | 1 | -2/+7 |
| | |||||
* | Remove the hardcode | Arnaud Maillet | 2009-08-22 | 1 | -23/+13 |
| | |||||
* | Port to new API | Cosimo Cecchi | 2009-08-22 | 1 | -1/+1 |
| | |||||
* | Instantiate mc5 pidgin account importer in empathy-accounts-dialog | Arnaud Maillet | 2009-08-22 | 1 | -15/+0 |
| | |||||
* | Cache the icon inside EmpathyAccountSettings | Sjoerd Simons | 2009-08-19 | 1 | -4/+0 |
| | | | | | | At some point we should set the Icon property in the account manager, for now just cache it in the settings so we can pass it by reference instead of needing to dup it as that's the API we want to have in the future | ||||
* | Don't automagically remove invalid accounts | Sjoerd Simons | 2009-08-19 | 1 | -24/+1 |
| | | | | | | | Automagic removal is slightly terrifying, if the user succeeded in creating the account it must have been valid at some point. So leave it there, the UI should indicate that there is a problem with the account so that the user can fix it instead. | ||||
* | keep a ref on the selected account | Sjoerd Simons | 2009-08-18 | 1 | -7/+15 |
| | |||||
* | Use the remove function account | Sjoerd Simons | 2009-08-18 | 1 | -2/+1 |
| | |||||
* | _new for a signleton needs to return a ref | Sjoerd Simons | 2009-08-18 | 1 | -0/+1 |
| | |||||
* | Fix identation | Sjoerd Simons | 2009-08-18 | 1 | -3/+3 |
| | |||||
* | Make protocol icons work also with account == NULL | Cosimo Cecchi | 2009-07-31 | 1 | -3/+8 |
| | |||||
* | Fix trailing whitespace | Cosimo Cecchi | 2009-07-30 | 1 | -6/+6 |
| | |||||
* | Rename empathy_account_settings_owns_account() | Cosimo Cecchi | 2009-07-30 | 1 | -1/+1 |
| | | | | Call it empathy_account_settings_has_account() instead | ||||
* | Remove debug output | Cosimo Cecchi | 2009-07-30 | 1 | -1/+0 |
| | |||||
* | First cut at GObject-ifying EmpathyAccountWidget | Cosimo Cecchi | 2009-07-30 | 1 | -15/+14 |
| | |||||
* | Even more cleanup + update header | Cosimo Cecchi | 2009-07-30 | 1 | -10/+13 |
| | |||||
* | Adapt to the current telepathy style | Cosimo Cecchi | 2009-07-30 | 1 | -1172/+1146 |
| | |||||
* | Use the right property name when getting the connection status. | Cosimo Cecchi | 2009-07-30 | 1 | -1/+1 |
| | |||||
* | Use the new API when getting the account iter. | Cosimo Cecchi | 2009-07-30 | 1 | -5/+8 |
| | |||||
* | Make sure the account dialog respects the initial selection | Cosimo Cecchi | 2009-07-30 | 1 | -30/+34 |
| | |||||
* | Make remove work | Cosimo Cecchi | 2009-07-30 | 1 | -1/+1 |
| | |||||
* | Unref the dialog when destroying | Cosimo Cecchi | 2009-07-30 | 1 | -0/+10 |
| | |||||
* | Chain up dispose and remove useless finalize | Cosimo Cecchi | 2009-07-30 | 1 | -7/+2 |
| | |||||
* | Move some code off dispose | Cosimo Cecchi | 2009-07-30 | 1 | -18/+31 |
| | |||||
* | GObject-ify and clean-up the code; still WIP | Cosimo Cecchi | 2009-07-30 | 1 | -183/+362 |
| | |||||
* | Hook up removing accounts in the accounts dialog | Sjoerd Simons | 2009-07-22 | 1 | -0/+8 |
| | |||||
* | Port to using EmpathyAccountSettings | Sjoerd Simons | 2009-07-22 | 1 | -111/+252 |
| | |||||
* | Remove last references to mission-control 4 | Sjoerd Simons | 2009-07-16 | 1 | -3/+0 |
| | |||||
* | Temporarily disable account importing as it still depends on profiles | Sjoerd Simons | 2009-07-16 | 1 | -0/+15 |
| | |||||
* | Initial port of Account and AccountManager to MC5 | Sjoerd Simons | 2009-07-08 | 1 | -2/+1 |
| | |||||
* | Transform profile chooser into a protocol chooser | Sjoerd Simons | 2009-07-06 | 1 | -42/+39 |
| | |||||
* | Remove usage of McProfiles | Sjoerd Simons | 2009-07-05 | 1 | -55/+40 |
| | |||||
* | Get the icon name from the account object directly | Sjoerd Simons | 2009-07-05 | 1 | -1/+1 |
| | |||||
* | Port the main of empathy to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -63/+62 |
| | |||||
* | Don't hardcode size of the accounts dialog and use ellipsization (#520972) | Matthias Clasen | 2009-06-26 | 1 | -0/+1 |
| | |||||
* | empathy-accounts-dialog: remove trailing tabs | Guillaume Desmottes | 2009-06-25 | 1 | -5/+5 |
| | |||||
* | empathy-accounts-dialog: Use radio buttons instead of a checkbox for the ↵ | Guillaume Desmottes | 2009-06-11 | 1 | -8/+12 |
| | | | | 'reuse existing account' UI | ||||
* | Update the accounts dialog to the new profile chooser API. | Jonny Lamb | 2009-06-05 | 1 | -3/+6 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | empathy-accounts-dialog: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -3/+3 |
| | |||||
* | empathy-accounts-dialog: update the FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | empathy-accounts-dialog: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -7/+7 |
| | |||||
* | Renamed empathy_profile_chooser_get_selected to ↵ | Jonny Lamb | 2009-04-22 | 1 | -2/+3 |
| | | | | | | empathy_profile_chooser_dup_selected and fixed leaks. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | Port EmpathyAccountsDialog to new API | Xavier Claessens | 2009-04-16 | 1 | -9/+5 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2854 | ||||
* | Port account widgets to new API | Xavier Claessens | 2009-04-16 | 1 | -0/+1 |
| | | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2842 | ||||
* | Make the "Import Accounts" button insensitive if there's nothing to import. | Jonny Lamb | 2009-03-10 | 1 | -5/+11 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2665 | ||||
* | accounts_dialog_button_create_clicked_cb: if, for some reason, ↵ | Guillaume Desmottes | 2009-01-26 | 1 | -0/+6 |
| | | | | | | | | mc_account_create failed, early return instead of crashing From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2256 | ||||
* | Renamed G_STR_EMPTY to EMP_STR_EMPTY. | Jonny Lamb | 2009-01-23 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2249 | ||||
* | empathy_mission_control_new -> dup_singleton. | Xavier Claessens | 2009-01-16 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2233 | ||||
* | Use new singleton policy for EmpathyAccountManager. | Xavier Claessens | 2009-01-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=2074 | ||||
* | Port EmpathyAccountsDialog to use the cached values to get the number of | Xavier Claessens | 2009-01-07 | 1 | -27/+3 |
| | | | | | | connecting accounts. svn path=/trunk/; revision=2044 | ||||
* | Port EmpathyAccountsDialog to the new API. | Xavier Claessens | 2009-01-07 | 1 | -83/+72 |
| | | | | svn path=/trunk/; revision=2039 | ||||
* | Use GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi). | Xavier Claessens | 2008-12-02 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1942 | ||||
* | rename import boolean to import_asked. | Xavier Claessens | 2008-10-17 | 1 | -4/+3 |
| | | | | svn path=/trunk/; revision=1636 | ||||
* | Removed empathy_import_dialog_accounts_to_import to stop the accounts being ↵ | Jonny Lamb | 2008-10-17 | 1 | -33/+12 |
| | | | | | | | | parsed twice. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1630 | ||||
* | Ask whether to import if there are accounts to import on loading the account ↵ | Jonny Lamb | 2008-10-17 | 1 | -0/+34 |
| | | | | | | | | editor, but only once. (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1626 | ||||
* | Added an "Import accounts" button to the accounts dialog. (Jonny Lamb) | Jonny Lamb | 2008-10-17 | 1 | -0/+13 |
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1597 | ||||
* | If display name of the selected account changes, update the label. | Xavier Claessens | 2008-08-19 | 1 | -5/+41 |
| | | | | svn path=/trunk/; revision=1349 | ||||
* | When creating an account set its display name to "New Jabber account", when ↵ | Xavier Claessens | 2008-08-19 | 1 | -6/+39 |
| | | | | | | | | the account get completed change it to "Jabber (user@jabber.org)". Fixes bug #546445. svn path=/trunk/; revision=1348 | ||||
* | Avoid crashing if mc_account_lookup returns NULL, it can happen when status ↵ | Xavier Claessens | 2008-08-19 | 1 | -0/+3 |
| | | | | | | of an incomplet account changes. MC bug probably. svn path=/trunk/; revision=1347 | ||||
* | If adding a an account that is already in the treeview, simply update ↵ | Xavier Claessens | 2008-08-19 | 1 | -20/+17 |
| | | | | | | values. That happens when an account becomes valid svn path=/trunk/; revision=1346 | ||||
* | Remove unused account_changed boolean | Xavier Claessens | 2008-08-19 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=1345 | ||||
* | Use accounts_dialog_add_account() to add initial set of accounts | Xavier Claessens | 2008-08-19 | 1 | -53/+15 |
| | | | | svn path=/trunk/; revision=1344 | ||||
* | Rework the way the accounts dialog works | Xavier Claessens | 2008-08-19 | 1 | -148/+111 |
| | | | | svn path=/trunk/; revision=1343 | ||||
* | Add support to set register param. Fixes bug #462880. | Xavier Claessens | 2008-07-19 | 1 | -1/+37 |
| | | | | svn path=/trunk/; revision=1264 | ||||
* | Allow renaming account name when accounts are connecting. Fixes bug #486801 ↵ | Jonny Lamb | 2008-07-19 | 1 | -20/+51 |
| | | | | | | | | (Jonny Lamb) Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1261 | ||||
* | Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb) | Jonny Lamb | 2008-07-15 | 1 | -0/+1109 |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1234 |