| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | InstanceManager now returns new Instance struct instead of instance name | isanae | 2020-11-03 | 1 | -458/+249 |
| | | | | | | 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 | ||||
| * | game icons in the instance list | isanae | 2020-11-03 | 1 | -0/+59 |
| | | |||||
| * | filter, explore buttons, instance rename | isanae | 2020-11-03 | 1 | -0/+9 |
| | | |||||
| * | disable portable instance button if one exists | isanae | 2020-11-03 | 1 | -3/+2 |
| | | |||||
| * | moved switch to instance to InstanceManager | isanae | 2020-11-03 | 1 | -0/+7 |
| | | | | | double-click an instance to switch to it (disabled for now, not sure I want that) | ||||
| * | new GlobalSettings class to manage the registry | isanae | 2020-11-03 | 1 | -27/+3 |
| | | | | | close the create instance dialog when launch is unchecked | ||||
| * | PathChecker is unnecessary, refactored its guts into NamePage and PathsPage | isanae | 2020-11-03 | 1 | -1/+6 |
| | | | | | made existing paths just a warning, don't check for portable instances | ||||
| * | instance name page | isanae | 2020-11-03 | 1 | -0/+21 |
| | | |||||
| * | added empty instance manager dialog | isanae | 2020-11-03 | 1 | -10/+20 |
| | | |||||
| * | rewrote the delete instance dialog text | isanae | 2020-11-03 | 1 | -17/+20 |
| | | |||||
| * | deleteLocalInstance() now uses TaskDialog | isanae | 2020-11-03 | 1 | -28/+59 |
| | | |||||
| * | moved registry key from "Tannin" to "Mod Organizer Team" | isanae | 2020-11-03 | 1 | -6/+25 |
| | | |||||
| * | moved profile, current game and game edition checks to InstanceManager | isanae | 2020-11-03 | 1 | -1/+231 |
| | | | | | trying to centralize all of this stuff | ||||
| * | now using new common cmakefiles | isanae | 2020-04-23 | 1 | -1/+1 |
| | | | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files | ||||
| * | ignore some instance folders like "cache" and "qtwebengine" | isanae | 2019-11-26 | 1 | -1/+16 |
| | | |||||
| * | only log a warning for symlinks instead of exiting MO | isanae | 2019-10-05 | 1 | -1/+6 |
| | | | | | | added logs: when dmp files are present, for portable instances, and the ini path clear the log widget when switching instances | ||||
| * | Add portable lock feature | LostDragonist | 2019-09-11 | 1 | -0/+21 |
| | | | | | | | | If the file "portable.txt" is present in the application directory, MO will force itself to be launched as a portable instance. The change game button and menu item are hidden to prevent the user from changing out of the portable instance. | ||||
| * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -1/+1 |
| | | | | | removed some commented out logging | ||||
| * | replaced qWarning() | isanae | 2019-07-22 | 1 | -5/+9 |
| | | |||||
| * | Force instance selection window on top | Silarn | 2019-07-03 | 1 | -0/+2 |
| | | |||||
| * | Correcting minor spelling mistakes in the UI + add contributor | Matte A | 2019-06-23 | 1 | -1/+1 |
| | | |||||
| * | fixes for /permissive-: | isanae | 2019-05-26 | 1 | -1/+1 |
| | | | | | | | - no implicit conversions for enum classes - can't bind rvalue to non-const ref - string literals are const | ||||
| * | Added enderal to instance selection name | Al | 2019-02-13 | 1 | -1/+1 |
| | | |||||
| * | Improved Choose Instance name dialog to avoid confusion | Al | 2019-01-20 | 1 | -1/+2 |
| | | |||||
| * | Change qPrintable to qUtf8Printable to better support non-ASCII text | LostDragonist | 2019-01-05 | 1 | -1/+1 |
| | | |||||
| * | Added missing games to the suggested names list. | Al12rs | 2018-12-08 | 1 | -3/+4 |
| | | | | | Imroved dialog description. | ||||
| * | Allow switching instances when MO is launched with moshortcut://<instance>: | LostDragonist | 2018-11-02 | 1 | -1/+2 |
| | | |||||
| * | Allow more characters in instance names and add an error message | LostDragonist | 2018-07-22 | 1 | -3/+32 |
| | | | | | | Previously allowed: "A-Za-z0-9 " Now allowed: "A-Za-z0-9 !@#$%^()_+-=[]{};'." | ||||
| * | Prevent instances from ending in a space | LostDragonist | 2018-06-09 | 1 | -1/+1 |
| | | | | | | | Windows directories are not allowed to end in a space. Allowing this creates a broken directory that is difficult for the user to remove. | ||||
| * | Various text and ui changes: | Al12rs | 2018-03-16 | 1 | -2/+2 |
| | | | | | | | | Added description to CSV export. Added line to delete instance error message. Changed delete instance icon for the list of instances. Added red X in the resources, thanks to twizz0r. | ||||
| * | Light flagged master support and other minor changes | Jeremy Rimpo | 2018-03-05 | 1 | -2/+2 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -181/+219 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -219/+181 |
| | | |||||
| * | Updated InstanceSelection dialog to be slighly more clear. | Al12rs | 2018-01-19 | 1 | -4/+4 |
| | | |||||
| * | fixed a typo in the label text | Al12rs | 2018-01-19 | 1 | -1/+1 |
| | | |||||
| * | Added message when creating a new instance with an already existing name, | Al12rs | 2018-01-18 | 1 | -7/+86 |
| | | | | | | Aldded manageInstances dialog to allow users to delete local instances, Added a number of confirmation messageboxes. | ||||
| * | Tie moshortcuts to a specific instance | Eran Mizrahi | 2017-12-19 | 1 | -3/+14 |
| | | |||||
| * | Ensure clearing currentInstance reg key when selecting portable install | Eran Mizrahi | 2017-12-18 | 1 | -2/+1 |
| | | |||||
| * | Version Bump, | LePresidente | 2016-12-12 | 1 | -1/+1 |
| | | | | | Basic SkyrimSE changes | ||||
| * | fixed startup errors | Tannin | 2016-06-05 | 1 | -1/+1 |
| | | |||||
| * | moved button to switch instance (and to portable mode) to the main window | Tannin | 2016-05-27 | 1 | -48/+50 |
| | | |||||
| * | bugfix: initial setup didn't offer a portable install even if the global ↵ | Tannin | 2016-05-19 | 1 | -7/+5 |
| | | | | | install dir is gone | ||||
| * | portable setup is no longer offered if the directory isn't writable | Tannin | 2016-02-09 | 1 | -9/+12 |
| | | |||||
| * | made instance-switching usable | Tannin | 2016-01-10 | 1 | -0/+206 |
| this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured | |||||
