Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Allow setting no default account | Andrew | 2013-11-27 | -0/+1 |
| | | | | | This allows the user to select an account to use every time they launch an instance. | |||
* | Properly implement launching and downloading | Andrew | 2013-11-22 | -3/+26 |
| | | | | Also added a system to select an active account to log in with. | |||
* | Implement removing accounts. | Andrew | 2013-11-22 | -0/+5 |
| | ||||
* | Implement saving account list to file | Andrew | 2013-11-19 | -0/+24 |
| | | | | | Currently it only saves when accounts are added or removed. We'll have to fix this, but we need signals for when account objects change first. | |||
* | Implement loading accounts from list. | Andrew | 2013-11-18 | -0/+14 |
| | ||||
* | Implement account list and account list dialog | Andrew | 2013-11-18 | -0/+109 |