| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | renamed InstanceManager::instance() to singleton() to avoid confusion | isanae | 2020-11-06 | 1 | -1/+1 |
| | | |||||
| * | InstanceManager now returns new Instance struct instead of instance name | isanae | 2020-11-03 | 1 | -1/+1 |
| | | | | | | 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 | ||||
| * | replaced formatSystemMessageQ() with formatSystemMessage() | isanae | 2019-07-22 | 1 | -2/+2 |
| | | | | | replaced windowsErrorString() with formatSystemMessage() | ||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -29/+27 |
| | | | | | removed now unused vlog() | ||||
| * | split env | isanae | 2019-07-22 | 1 | -0/+376 |
