| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add instance manager to plugin API (#2335) | Jonathan Feenstra | 2026-02-08 | 1 | -1/+1 |
| | | |||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -79/+48 |
| | | |||||
| * | Sanitize shortcut names as they result in files | Chris Bessent | 2021-05-06 | 1 | -2/+3 |
| | | |||||
| * | - renamed instance::name() to displayName() to reduce confusion with ↵ | isanae | 2021-02-12 | 1 | -1/+3 |
| | | | | | | | | portable instances - better errors when running incorrect shortcuts - fixed shortcuts being created with moshortcut://Portable:exe instead of an empty instance name for portable instances | ||||
| * | 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 |
