summaryrefslogtreecommitdiff
path: root/src/createinstancedialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* added hide option for intro page in create instance dialogisanae2020-11-031-3/+23
|
* new GlobalSettings class to manage the registryisanae2020-11-031-0/+3
| | | | close the create instance dialog when launch is unchecked
* restart when finished, added launch instance checkboxisanae2020-11-031-0/+38
|
* move to next page when clicking a gameisanae2020-11-031-5/+8
| | | | | add game name in the label in the paths page can't use canonicalPath(), path might not exist
* PathChecker is unnecessary, refactored its guts into NamePage and PathsPageisanae2020-11-031-4/+4
| | | | made existing paths just a warning, don't check for portable instances
* don't skip paths for portable instance, what am I doingisanae2020-11-031-1/+15
| | | | | implemented actual creation removed mentions of %BASE_DIR% everywhere, use constant and functions from PathSettings
* review pageisanae2020-11-031-5/+1
|
* fixed settings doing weird stuff with multiple instancesisanae2020-11-031-0/+79
| | | | | sort games by name added intro and confirmation pages
* paths pageisanae2020-11-031-45/+103
|
* editions pageisanae2020-11-031-1/+105
|
* instance name pageisanae2020-11-031-3/+20
|
* game pageisanae2020-11-031-1/+54
|
* started create instance dialogisanae2020-11-031-0/+655
allow for multiple instances of Settings fill in information in instance manager