summaryrefslogtreecommitdiff
path: root/src/instancemanagerdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-9/+7
|
* fixed instanceIcon() so it works when game plugins fail auto detection but ↵isanae2020-12-221-2/+2
| | | | | | the instance has a custom path had to change PluginContainer to non const in a few places
* show a confirmation before switching instancesisanae2020-11-071-1/+4
|
* larger initial size for the instance dialogisanae2020-11-071-0/+10
| | | | save geometry if settings are available
* added ... to the "Delete Instance" button to make it less scaryisanae2020-11-071-7/+73
| | | | | | | 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
* InstanceManager now returns new Instance struct instead of instance nameisanae2020-11-031-0/+3
| | | | | moved most of the figuring out of instance parameters from InstanceManager to Instance, separated all the ui from it and put it in main.cpp added ways to show single pages in the create instance dialog so they can be used when info is missing
* open ini buttonisanae2020-11-031-1/+4
| | | | | update when renaming instance update and select when creating instance
* - changed PathSettings::base() to use the ini's parent directory instead of ↵isanae2020-11-031-0/+3
| | | | | | | | | 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-0/+7
|
* renamed cancel to closeisanae2020-11-031-1/+5
| | | | add portable instance to the list, handle some of the buttons
* filter, explore buttons, instance renameisanae2020-11-031-1/+11
|
* moved switch to instance to InstanceManagerisanae2020-11-031-0/+4
| | | | double-click an instance to switch to it (disabled for now, not sure I want that)
* started create instance dialogisanae2020-11-031-1/+15
| | | | | allow for multiple instances of Settings fill in information in instance manager
* added empty instance manager dialogisanae2020-11-031-0/+20