summaryrefslogtreecommitdiffstats
path: root/application/LaunchController.cpp
Commit message (Collapse)AuthorAgeLines
* Cleaned up messages, made some more descriptive, made some nicer.Ashleigh2019-09-14-7/+7
|
* Added text notifying that password change may cause logoutAshleigh2019-09-14-2/+1
|
* NOISSUE add option to open global settings from instance settingsPetr Mrázek2019-06-01-2/+1
| | | | This should hopefully giude people towards using the right thing.
* GH-2591 less std::shared_ptr and more shared_qobject_ptrPetr Mrázek2019-04-07-1/+1
| | | | This eliminates some weird crashes.
* NOISSUE tabs -> spacesPetr Mrázek2018-07-15-241/+241
|
* NOISSUE in offline mode, do not contact the auth server if there is a valid ↵Petr Mrázek2017-12-03-6/+6
| | | | account already
* GH-2026 implement changes necessary to support 1.13 snapshotsPetr Mrázek2017-12-03-1/+1
|
* NOISSUE some safe refactors and changes of the task subsystemPetr Mrázek2017-06-26-1/+1
| | | | Possibly also some bug fixes.
* GH-1524 Regenerate Minecraft client token when the auth token is invalidPetr Mrázek2016-11-30-0/+1
| | | | | | This makes the case where users copy MultiMC to other machines easier to handle. It doesn't require manual intervention and the tokens do not go in a desync loop.
* NOISSUE allow killing the instance from main windowPetr Mrázek2016-11-26-0/+22
|
* NOISSUE add an option to show console on error and default other options to ↵Petr Mrázek2016-11-04-1/+6
| | | | false
* GH-1645 reimplement open/close instance window based on settingsPetr Mrázek2016-11-01-3/+23
|
* NOISSUE refactor window management and launch, make MultiMC a single ↵Petr Mrázek2016-10-30-14/+3
| | | | instance application.
* GH-1433 with no default account, show profiles instead of accounts in ↵Petr Mrázek2016-08-11-0/+276
| | | | selection dialog
* GH-1034 do jar modding separate from updatePetr Mrázek2015-07-10-228/+0
|
* GH-1053 cleanupPetr Mrázek2015-07-05-7/+3
|
* GH-1053 split settings dialog creation to its own namespacePetr Mrázek2015-07-05-1/+2
|
* GH-1053 move launch process UI to a separate classPetr Mrázek2015-07-05-0/+231