summaryrefslogtreecommitdiff
path: root/src/envshortcut.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add instance manager to plugin API (#2335)Jonathan Feenstra2026-02-081-1/+1
|
* Apply clang-format.Mikaël Capelle2023-07-091-79/+48
|
* Sanitize shortcut names as they result in filesChris Bessent2021-05-061-2/+3
|
* - renamed instance::name() to displayName() to reduce confusion with ↵isanae2021-02-121-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 confusionisanae2020-11-061-1/+1
|
* InstanceManager now returns new Instance struct instead of instance nameisanae2020-11-031-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()isanae2019-07-221-2/+2
| | | | replaced windowsErrorString() with formatSystemMessage()
* changed qCritical() to log::error()isanae2019-07-221-29/+27
| | | | removed now unused vlog()
* split envisanae2019-07-221-0/+376