summaryrefslogtreecommitdiff
path: root/src/instancemanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Migrating to OAuth Authentication (#2374)Jeremy Rimpo2026-05-121-2/+4
* Add instance manager to plugin API (#2335)Jonathan Feenstra2026-02-081-10/+55
* Only list instance directory with a MO INI file (#1965)Jeroen Ruigrok van der Werven2024-06-081-3/+5
* Ignore Qt-created 'cache' directoryJeroen Ruigrok van der Werven2023-12-311-1/+1
* Apply clang-format.Mikaƫl Capelle2023-07-091-197/+141
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-1/+1
* Remove from instance ignore listQudix2021-10-151-3/+1
* Sanitize download file namesChris Bessent2021-04-291-30/+2
* - renamed instance::name() to displayName() to reduce confusion with portable...isanae2021-02-121-8/+8
* moved criticalOnTop() to uibaseisanae2021-01-181-5/+4
* split run() into setup() and run()isanae2021-01-181-5/+5
* allow selecting another instance when the game/variant isn't foundisanae2020-12-261-2/+2
* fixed instanceIcon() so it works when game plugins fail auto detection but th...isanae2020-12-221-0/+7
* fixed a bunch of instance and command line stuffisanae2020-11-121-0/+6
* refactored setupInstance(), commentsisanae2020-11-071-64/+109
* moved instance setup/selection to instancemanager.cppisanae2020-11-071-1/+156
* added ... to the "Delete Instance" button to make it less scaryisanae2020-11-071-30/+248
* removed some redundant functions in InstanceManager, made them all non-staticisanae2020-11-071-47/+51
* renamed InstanceManager::instance() to singleton() to avoid confusionisanae2020-11-061-1/+1
* added IPlugin::registered()isanae2020-11-041-7/+1
* InstanceManager now returns new Instance struct instead of instance nameisanae2020-11-031-458/+249
* game icons in the instance listisanae2020-11-031-0/+59
* filter, explore buttons, instance renameisanae2020-11-031-0/+9
* disable portable instance button if one existsisanae2020-11-031-3/+2
* moved switch to instance to InstanceManagerisanae2020-11-031-0/+7
* new GlobalSettings class to manage the registryisanae2020-11-031-27/+3
* PathChecker is unnecessary, refactored its guts into NamePage and PathsPageisanae2020-11-031-1/+6
* instance name pageisanae2020-11-031-0/+21
* added empty instance manager dialogisanae2020-11-031-10/+20
* rewrote the delete instance dialog textisanae2020-11-031-17/+20
* deleteLocalInstance() now uses TaskDialogisanae2020-11-031-28/+59
* moved registry key from "Tannin" to "Mod Organizer Team"isanae2020-11-031-6/+25
* moved profile, current game and game edition checks to InstanceManagerisanae2020-11-031-1/+231
* now using new common cmakefilesisanae2020-04-231-1/+1
* ignore some instance folders like "cache" and "qtwebengine"isanae2019-11-261-1/+16
* only log a warning for symlinks instead of exiting MOisanae2019-10-051-1/+6
* Add portable lock featureLostDragonist2019-09-111-0/+21
* changed qDebug() to log::debug()isanae2019-07-221-1/+1
* replaced qWarning()isanae2019-07-221-5/+9
* Force instance selection window on topSilarn2019-07-031-0/+2
* Correcting minor spelling mistakes in the UI + add contributorMatte A2019-06-231-1/+1
* fixes for /permissive-:isanae2019-05-261-1/+1
* Added enderal to instance selection nameAl2019-02-131-1/+1
* Improved Choose Instance name dialog to avoid confusionAl2019-01-201-1/+2
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-1/+1
* Added missing games to the suggested names list.Al12rs2018-12-081-3/+4
* Allow switching instances when MO is launched with moshortcut://<instance>:LostDragonist2018-11-021-1/+2
* Allow more characters in instance names and add an error messageLostDragonist2018-07-221-3/+32
* Prevent instances from ending in a spaceLostDragonist2018-06-091-1/+1
* Various text and ui changes:Al12rs2018-03-161-2/+2