Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |