summaryrefslogtreecommitdiff
path: root/src/instancemanagerdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved naturalCompare() to uibaseisanae2020-11-031-11/+27
| | | | | don't try to delete paths that don't exist natsort for instance names and games
* open ini buttonisanae2020-11-031-18/+68
| | | | | update when renaming instance update and select when creating instance
* added checkboxes for deleting instancesisanae2020-11-031-85/+93
| | | | disabled instance conversion buttons again, not implemented
* - changed PathSettings::base() to use the ini's parent directory instead of ↵isanae2020-11-031-138/+317
| | | | | | | | | the global "dataPath" property; this is always the same thing, unless another Settings object is created for a different instance than the active one, which happens in the instance manager dialog - instance manager dialog: - select the active instance when opening - instance deletion now handles custom paths from the ini - started on instance conversions, not functional
* delete instanceisanae2020-11-031-22/+246
|
* renamed cancel to closeisanae2020-11-031-22/+80
| | | | add portable instance to the list, handle some of the buttons
* filter, explore buttons, instance renameisanae2020-11-031-7/+147
|
* moved switch to instance to InstanceManagerisanae2020-11-031-3/+24
| | | | double-click an instance to switch to it (disabled for now, not sure I want that)
* fixed settings doing weird stuff with multiple instancesisanae2020-11-031-0/+6
| | | | | sort games by name added intro and confirmation pages
* game pageisanae2020-11-031-1/+1
|
* started create instance dialogisanae2020-11-031-6/+96
| | | | | allow for multiple instances of Settings fill in information in instance manager
* added empty instance manager dialogisanae2020-11-031-0/+36