summaryrefslogtreecommitdiffstats
path: root/logic/lists/MojangAccountList.cpp
Commit message (Collapse)AuthorAgeLines
* Add icon for when no default account is selectedAndrew2013-11-28-3/+10
| | | | | | Also fixed a bug where the icon on the accounts button wouldn't change when the user checked the "Use as default" checkbox in the account selection dialog.
* Add support for "no default account"Sky2013-11-27-1/+5
|
* Allow setting no default accountAndrew2013-11-27-3/+10
| | | | | This allows the user to select an account to use every time they launch an instance.
* Properly implement launching and downloadingAndrew2013-11-22-3/+34
| | | | Also added a system to select an active account to log in with.
* Implement removing accounts.Andrew2013-11-22-0/+8
|
* Nuke and pave the old login systemAndrew2013-11-20-7/+7
| | | | Also, account list now saves profile lists.
* Implement saving account list to fileAndrew2013-11-19-3/+78
| | | | | 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.Andrew2013-11-18-0/+89
|
* Implement account list and account list dialogAndrew2013-11-18-0/+146