aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-account-assistant.c
Commit message (Expand)AuthorAgeFilesLines
* set the server field of Google Talk accountGuillaume Desmottes2010-03-051-4/+12
* remove the salut_created gconf key (#611817)Guillaume Desmottes2010-03-051-6/+0
* Don't assume there is always a settings widget availableSjoerd Simons2010-03-051-7/+12
* assistant: call empathy_account_widget_get_default_display_name before actual...Guillaume Desmottes2010-03-031-10/+10
* assistant: always uses empathy_account_widget_get_default_display_name to get...Guillaume Desmottes2010-03-031-9/+6
* account-assistant: ensure that new accounts are connected (#611565)Guillaume Desmottes2010-03-021-0/+2
* assistant: Fix creation of the last account createdGuillaume Desmottes2010-02-191-0/+6
* assistant: check that the enter/create page isn't already valid when switchin...Guillaume Desmottes2010-02-191-0/+6
* assistant: set the salut page as complete if we pre-filled enough fields (#61...Guillaume Desmottes2010-02-191-0/+6
* account-assistant: remove '\n' from the salut error web pageGuillaume Desmottes2010-02-171-3/+3
* account-assistant: Wrap secondary error message (#607908)Guillaume Desmottes2010-02-171-0/+1
* assistant: filter out facebook from the new account pageGuillaume Desmottes2010-02-121-1/+3
* add is_facebook arg to empathy_protocol_chooser_dup_selectedGuillaume Desmottes2010-02-121-4/+14
* Fix creation of imported accounts (#609439)Guillaume Desmottes2010-02-101-3/+8
* assistant: store the ID of the current pageGuillaume Desmottes2010-02-101-0/+2
* Create the account even when user chooses to not create other one afterGuillaume Desmottes2010-02-101-2/+19
* impl_signal_apply: this function is not called after the create page any moreGuillaume Desmottes2010-02-101-2/+0
* split strings to no translate markupsGuillaume Desmottes2010-01-251-7/+16
* rephrase the salut error pageGuillaume Desmottes2010-01-251-4/+5
* add a hint about how to reach the accounts dialogGuillaume Desmottes2010-01-251-2/+4
* Split markups and translated string to make this easier for translatorsGuillaume Desmottes2010-01-251-4/+7
* rename build_error_page to build_error_vboxGuillaume Desmottes2010-01-251-3/+3
* account_assistant_page_forward_func: never go forward after the salut pageGuillaume Desmottes2010-01-251-0/+5
* Display 'back' button in the import and create pageGuillaume Desmottes2010-01-251-2/+2
* Fix account creation regressionGuillaume Desmottes2010-01-251-4/+9
* Don't display the salut page after the create one if there is no need toGuillaume Desmottes2010-01-251-3/+27
* Don't display the salut page after the import one if there is no need toGuillaume Desmottes2010-01-251-1/+10
* Display the salut page after the create oneGuillaume Desmottes2010-01-251-18/+15
* Display the salut page after the import oneGuillaume Desmottes2010-01-251-3/+5
* rename should_create_salut_account to display_salut_pageGuillaume Desmottes2010-01-251-4/+4
* Display an error message if Salut is not installedGuillaume Desmottes2010-01-251-8/+32
* factor out build_error_pageGuillaume Desmottes2010-01-251-20/+32
* assistant: move creation of the page from _init to _constructedGuillaume Desmottes2010-01-251-19/+22
* Pass a ready EmpathyConnectionManagers to empathy_account_assistant_showGuillaume Desmottes2010-01-251-4/+27
* Don't display the salut page if there is no need to create the accountGuillaume Desmottes2010-01-251-0/+57
* set the salut-account-created gconf key once the account has been createdGuillaume Desmottes2010-01-251-2/+14
* don't set display name if there is already one definedGuillaume Desmottes2010-01-251-6/+9
* account-assistant: use existing code to create the salut account and respect ...Guillaume Desmottes2010-01-251-12/+18
* account-assistant: add a page to configure the salut accountGuillaume Desmottes2010-01-251-12/+124
* Call create_salut_account_if_needed when the assistant is closedGuillaume Desmottes2010-01-201-0/+3
* account-assistant: disable Google Talk when creating a new accountGuillaume Desmottes2010-01-191-0/+3
* Pass a boolean saying if the protocol is Google Talk or not to EmpathyProtoco...Guillaume Desmottes2010-01-191-0/+2
* Miscellaneous string fixesPhilip Withnall2010-01-011-4/+4
* account-assistant: set default display name to newly created accounts (#600705)Guillaume Desmottes2009-11-131-0/+10
* account-assistant: port to new tp-glib account APIJonny Lamb2009-10-241-3/+3
* Show the assistant if there are no non-salut accountsSjoerd Simons2009-10-151-3/+15
* Only set the icon name to gtalk for gtalk accountsSjoerd Simons2009-08-311-1/+2
* Use the new APIs in the assistant and the dialogCosimo Cecchi2009-08-311-2/+8
* Base the selected widget both on the CM and the protocolSjoerd Simons2009-08-281-2/+1
* Add missing ;Luca Ferretti2009-08-281-1/+1
* Do not construct a sentence for an assistant error string (GNOME bug 593257)Frédéric Péters2009-08-281-16/+6
* Word 'wizard' should not be used, fixes bug 593285Milo Casagrande2009-08-281-1/+1
* Use the right default answer if we're not importing accountsSjoerd Simons2009-08-231-3/+6
* Fix errors revealed by make checkJonathan Tellier2009-08-221-5/+5
* First part of an overhaul of the accounts dialogJonathan Tellier2009-08-221-2/+3
* Enable entering more than an account from the wizard.Cosimo Cecchi2009-08-221-36/+131
* Make the import system more future-proofCosimo Cecchi2009-08-221-3/+4
* Remove useless includesCosimo Cecchi2009-08-221-0/+1
* The assistant should not be resizableCosimo Cecchi2009-08-221-0/+2
* Don't hardcode new linesCosimo Cecchi2009-08-221-11/+17
* Hook the import UI in the assistantCosimo Cecchi2009-08-221-22/+70
* Emit the close signal only after we are done with the async machinery.Cosimo Cecchi2009-08-221-8/+45
* Implement close and cancel;Cosimo Cecchi2009-08-221-40/+61
* Add a comment over the window type hintCosimo Cecchi2009-08-221-0/+1
* Enable newly created accountsCosimo Cecchi2009-08-221-2/+8
* Implement disposeCosimo Cecchi2009-08-221-0/+23
* Report errors during creationCosimo Cecchi2009-08-221-1/+117
* Don't forward anymore after the endCosimo Cecchi2009-08-221-0/+6
* Report back errors (right now just on stdout)Cosimo Cecchi2009-08-221-1/+18
* Add a parent window property to the assistantCosimo Cecchi2009-08-221-2/+69
* Unref settings when changing the protocolCosimo Cecchi2009-08-221-0/+4
* Change labels when creating an accountCosimo Cecchi2009-08-221-0/+4
* Unify the enter and create page.Cosimo Cecchi2009-08-221-114/+205
* Filter out IRC and local-xmpp in the wizardCosimo Cecchi2009-08-221-1/+5
* Update label layout and add an "apply" logicCosimo Cecchi2009-08-221-9/+57
* Add the details page to the assistantCosimo Cecchi2009-08-221-5/+165
* Add private struct and responses to first pageCosimo Cecchi2009-08-221-3/+59
* Fix styleCosimo Cecchi2009-08-221-6/+13
* Move back the account assistant to src/Cosimo Cecchi2009-08-221-0/+116
* Implement first page in the assistantCosimo Cecchi2009-08-221-75/+0
* Add a first page to the assistantCosimo Cecchi2009-08-221-0/+32
* Skeleton of EmpathyAccountAssistantCosimo Cecchi2009-08-221-0/+43