summaryrefslogtreecommitdiff
path: root/src/instancemanagerdialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* changed wiki link to Instancesisanae2020-11-071-1/+1
|
* larger initial size for the instance dialogisanae2020-11-071-2/+2
| | | | save geometry if settings are available
* added ... to the "Delete Instance" button to make it less scaryisanae2020-11-071-1/+1
| | | | | | | merged InstanceInfo into Instance, most of it was redundant added logging before deleting instance added Instance::readFromIni(), contains stuff that used to be in setup(), used by instance dialog replaced QDir with QString in a few places, I hate QDir
* open ini buttonisanae2020-11-031-0/+19
| | | | | update when renaming instance update and select when creating instance
* added checkboxes for deleting instancesisanae2020-11-031-11/+11
| | | | disabled instance conversion buttons again, not implemented
* - changed PathSettings::base() to use the ini's parent directory instead of ↵isanae2020-11-031-1/+5
| | | | | | | | | 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-12/+12
|
* renamed cancel to closeisanae2020-11-031-3/+3
| | | | add portable instance to the list, handle some of the buttons
* filter, explore buttons, instance renameisanae2020-11-031-1/+26
|
* started create instance dialogisanae2020-11-031-49/+67
| | | | | allow for multiple instances of Settings fill in information in instance manager
* added empty instance manager dialogisanae2020-11-031-0/+378