aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-account-assistant.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* 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
| | | | | | | 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 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
| | | | | - Added missing files in po/POTFILES.in - Fixed style
* 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
| | | | | | | | | 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 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
| | | | Also, move to implementing GTK+ signals rather than connecting
* 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
| | | | | | 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 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
| | | | Also, add a sketched version of the other pages
* 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