Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | account_assistant_apply_account_and_finish: explicitely ask to set the ↵ | Guillaume Desmottes | 2010-04-09 | 1 | -7/+10 |
| | | | | | | | | | | | | | | display name Checking if priv->current_widget_object is NULL or not isn't right because if we create a normal account before the Salut one, this pointer is not NULL and we rename the Salut account to the same name that the standard one. This patch adds an extra argument account_assistant_apply_account_and_finish saying if we should set a new display name or not. It's more clear and avoid to rely on side effects. Fixes bug #615058 | ||||
* | empathy-accounts: set a title for the assistant | Danielle Madeley | 2010-03-15 | 1 | -0/+3 |
| | |||||
* | empathy-accounts: make CcPage insensitive when assistant is being shown | Danielle Madeley | 2010-03-10 | 1 | -1/+1 |
| | | | | Also destroy assistant when CcPanel becomes inactive. | ||||
* | 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). | ||||
* | remove the salut_created gconf key (#611817) | Guillaume Desmottes | 2010-03-05 | 1 | -6/+0 |
| | |||||
* | Don't assume there is always a settings widget available | Sjoerd Simons | 2010-03-05 | 1 | -7/+12 |
| | | | | | When we exit the assistant with just salut accounts there is no account widget for it in the normal sense, so don't crash if there isn't one. Fixes: #611792 | ||||
* | assistant: call empathy_account_widget_get_default_display_name before ↵ | Guillaume Desmottes | 2010-03-03 | 1 | -10/+10 |
| | | | | | | actually creating the account This saves us a D-Bus call. | ||||
* | assistant: always uses empathy_account_widget_get_default_display_name to ↵ | Guillaume Desmottes | 2010-03-03 | 1 | -9/+6 |
| | | | | | | | | get a better display name EmpathyAccountSettings is created with a default display name such as "New Jabber account". But once the account has been created we want to update it to a more relevant name. (#611675) | ||||
* | account-assistant: ensure that new accounts are connected (#611565) | Guillaume Desmottes | 2010-03-02 | 1 | -0/+2 |
| | |||||
* | assistant: Fix creation of the last account created | Guillaume Desmottes | 2010-02-19 | 1 | -0/+6 |
| | | | | | | When user enters the details about his last account, the 'prepare' signal is not fired. So we should create the account in impl_signal_apply instead. Fixes bug #609995. | ||||
* | assistant: check that the enter/create page isn't already valid when ↵ | Guillaume Desmottes | 2010-02-19 | 1 | -0/+6 |
| | | | | switching protocol | ||||
* | assistant: set the salut page as complete if we pre-filled enough fields ↵ | Guillaume Desmottes | 2010-02-19 | 1 | -0/+6 |
| | | | | (#610380) | ||||
* | account-assistant: remove '\n' from the salut error web page | Guillaume Desmottes | 2010-02-17 | 1 | -3/+3 |
| | | | | Wrapping the label will add them for us. | ||||
* | account-assistant: Wrap secondary error message (#607908) | Guillaume Desmottes | 2010-02-17 | 1 | -0/+1 |
| | |||||
* | assistant: filter out facebook from the new account page | Guillaume Desmottes | 2010-02-12 | 1 | -1/+3 |
| | |||||
* | add is_facebook arg to empathy_protocol_chooser_dup_selected | Guillaume Desmottes | 2010-02-12 | 1 | -4/+14 |
| | | | | So the assistant and accounts dialog can special case facebook accounts. | ||||
* | Fix creation of imported accounts (#609439) | Guillaume Desmottes | 2010-02-10 | 1 | -3/+8 |
| | | | | | | impl_signal_apply isn't called any more after the "import" page as this page as a 'next' button now. So we have to create the imported accounts when preparing the next page. | ||||
* | assistant: store the ID of the current page | Guillaume Desmottes | 2010-02-10 | 1 | -0/+2 |
| | | | | | This will make easier to know from which page we are coming in impl_signal_prepare. | ||||
* | Create the account even when user chooses to not create other one after | Guillaume Desmottes | 2010-02-10 | 1 | -2/+19 |
| | | | | | | | | | | As the account is not created in impl_signal_apply() any more, we have to be smarter in impl_signal_prepare and call account_assistant_apply_account_and_finish in more cases. That also means that account_assistant_account_enabled_cb doesn't have to terminate the assistant if the salut account has not been created yet. Fixes bug #609220. | ||||
* | impl_signal_apply: this function is not called after the create page any more | Guillaume Desmottes | 2010-02-10 | 1 | -2/+0 |
| | | | | | The 'create account' page doesn't have a 'apply' button any more so this test never succeeds any more. | ||||
* | split strings to no translate markups | Guillaume Desmottes | 2010-01-25 | 1 | -7/+16 |
| | |||||
* | 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 | 1 | -4/+27 |
| | | | | | This kinda suck but we have to construct the assistant in a sync way so can't wait for the manager to become ready. | ||||
* | 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). | ||||
* | Call create_salut_account_if_needed when the assistant is closed | Guillaume Desmottes | 2010-01-20 | 1 | -0/+3 |
| | | | | | That way we only try to create the account if the assistant properly terminates (#607436). | ||||
* | 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. | ||||
* | Miscellaneous string fixes | Philip Withnall | 2010-01-01 | 1 | -4/+4 |
| | | | | | | | Lots of small spelling and grammar fixes, as well as some terminology cleanups. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | account-assistant: set default display name to newly created accounts (#600705) | Guillaume Desmottes | 2009-11-13 | 1 | -0/+10 |
| | |||||
* | account-assistant: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -3/+3 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Show the assistant if there are no non-salut accounts | Sjoerd Simons | 2009-10-15 | 1 | -3/+15 |
| | |||||
* | Only set the icon name to gtalk for gtalk accounts | Sjoerd Simons | 2009-08-31 | 1 | -1/+2 |
| | |||||
* | Use the new APIs in the assistant and the dialog | Cosimo Cecchi | 2009-08-31 | 1 | -2/+8 |
| | |||||
* | Base the selected widget both on the CM and the protocol | Sjoerd Simons | 2009-08-28 | 1 | -2/+1 |
| | | | | | | | 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. | ||||
* | Add missing ; | Luca Ferretti | 2009-08-28 | 1 | -1/+1 |
| | |||||
* | Do not construct a sentence for an assistant error string (GNOME bug 593257) | Frédéric Péters | 2009-08-28 | 1 | -16/+6 |
| | |||||
* | Word 'wizard' should not be used, fixes bug 593285 | Milo Casagrande | 2009-08-28 | 1 | -1/+1 |
| | |||||
* | Use the right default answer if we're not importing accounts | Sjoerd Simons | 2009-08-23 | 1 | -3/+6 |
| | |||||
* | Fix errors revealed by make check | Jonathan Tellier | 2009-08-22 | 1 | -5/+5 |
| | | | | | - Added missing files in po/POTFILES.in - Fixed style | ||||
* | First part of an overhaul of the accounts dialog | Jonathan Tellier | 2009-08-22 | 1 | -2/+3 |
| | |||||
* | Enable entering more than an account from the wizard. | Cosimo Cecchi | 2009-08-22 | 1 | -36/+131 |
| | |||||
* | Make the import system more future-proof | Cosimo Cecchi | 2009-08-22 | 1 | -3/+4 |
| | | | | | | | | | 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. | ||||
* | Remove useless includes | Cosimo Cecchi | 2009-08-22 | 1 | -0/+1 |
| | |||||
* | The assistant should not be resizable | Cosimo Cecchi | 2009-08-22 | 1 | -0/+2 |
| | |||||
* | Don't hardcode new lines | Cosimo Cecchi | 2009-08-22 | 1 | -11/+17 |
| | |||||
* | Hook the import UI in the assistant | Cosimo Cecchi | 2009-08-22 | 1 | -22/+70 |
| | |||||
* | Emit the close signal only after we are done with the async machinery. | Cosimo Cecchi | 2009-08-22 | 1 | -8/+45 |
| | |||||
* | Implement close and cancel; | Cosimo Cecchi | 2009-08-22 | 1 | -40/+61 |
| | | | | Also, move to implementing GTK+ signals rather than connecting | ||||
* | Add a comment over the window type hint | Cosimo Cecchi | 2009-08-22 | 1 | -0/+1 |
| | |||||
* | Enable newly created accounts | Cosimo Cecchi | 2009-08-22 | 1 | -2/+8 |
| | |||||
* | Implement dispose | Cosimo Cecchi | 2009-08-22 | 1 | -0/+23 |
| | |||||
* | Report errors during creation | Cosimo Cecchi | 2009-08-22 | 1 | -1/+117 |
| | |||||
* | Don't forward anymore after the end | Cosimo Cecchi | 2009-08-22 | 1 | -0/+6 |
| | |||||
* | Report back errors (right now just on stdout) | Cosimo Cecchi | 2009-08-22 | 1 | -1/+18 |
| | |||||
* | Add a parent window property to the assistant | Cosimo Cecchi | 2009-08-22 | 1 | -2/+69 |
| | |||||
* | Unref settings when changing the protocol | Cosimo Cecchi | 2009-08-22 | 1 | -0/+4 |
| | |||||
* | Change labels when creating an account | Cosimo Cecchi | 2009-08-22 | 1 | -0/+4 |
| | |||||
* | Unify the enter and create page. | Cosimo Cecchi | 2009-08-22 | 1 | -114/+205 |
| | | | | | | Refactor a lot the surrounding code. Missing piece: adapting labels for the EmpathyAccountWidget in case of creation vs. entering details. | ||||
* | Filter out IRC and local-xmpp in the wizard | Cosimo Cecchi | 2009-08-22 | 1 | -1/+5 |
| | |||||
* | Update label layout and add an "apply" logic | Cosimo Cecchi | 2009-08-22 | 1 | -9/+57 |
| | |||||
* | Add the details page to the assistant | Cosimo Cecchi | 2009-08-22 | 1 | -5/+165 |
| | | | | Also, add a sketched version of the other pages | ||||
* | Add private struct and responses to first page | Cosimo Cecchi | 2009-08-22 | 1 | -3/+59 |
| | |||||
* | Fix style | Cosimo Cecchi | 2009-08-22 | 1 | -6/+13 |
| | |||||
* | Move back the account assistant to src/ | Cosimo Cecchi | 2009-08-22 | 1 | -0/+116 |
| | |||||
* | Implement first page in the assistant | Cosimo Cecchi | 2009-08-22 | 1 | -75/+0 |
| | |||||
* | Add a first page to the assistant | Cosimo Cecchi | 2009-08-22 | 1 | -0/+32 |
| | |||||
* | Skeleton of EmpathyAccountAssistant | Cosimo Cecchi | 2009-08-22 | 1 | -0/+43 |