| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactored setupInstance(), comments | isanae | 2020-11-07 | 1 | -4/+4 |
| | | | | | ok -> okay | ||||
| * | moved instance setup/selection to instancemanager.cpp | isanae | 2020-11-07 | 1 | -0/+37 |
| | | | | | comments | ||||
| * | added ... to the "Delete Instance" button to make it less scary | isanae | 2020-11-07 | 1 | -20/+89 |
| | | | | | | | | merged InstanceInfo into Instance, most of it was redundant added logging before deleting instance added Instance::readFromIni(), contains stuff that used to be in setup(), used by instance dialog replaced QDir with QString in a few places, I hate QDir | ||||
| * | removed some redundant functions in InstanceManager, made them all non-static | isanae | 2020-11-07 | 1 | -11/+181 |
| | | | | | documentation | ||||
| * | renamed InstanceManager::instance() to singleton() to avoid confusion | isanae | 2020-11-06 | 1 | -1/+1 |
| | | |||||
| * | replaced #pragma once by ifdefs | isanae | 2020-11-03 | 1 | -22/+4 |
| | | | | | | | | changed pointer to ref to NexusInterface on_actionChange_Game_triggered() now creates the dialog itself instead of calling test code fixed broken command line options, they'd be reset before they were used removed useless explicit | ||||
| * | InstanceManager now returns new Instance struct instead of instance name | isanae | 2020-11-03 | 1 | -22/+44 |
| | | | | | | 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/+3 |
| | | |||||
| * | filter, explore buttons, instance rename | isanae | 2020-11-03 | 1 | -0/+1 |
| | | |||||
| * | disable portable instance button if one exists | isanae | 2020-11-03 | 1 | -1/+1 |
| | | |||||
| * | moved switch to instance to InstanceManager | isanae | 2020-11-03 | 1 | -0/+4 |
| | | | | | 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 | -4/+0 |
| | | | | | close the create instance dialog when launch is unchecked | ||||
| * | restart when finished, added launch instance checkbox | isanae | 2020-11-03 | 1 | -2/+1 |
| | | |||||
| * | PathChecker is unnecessary, refactored its guts into NamePage and PathsPage | isanae | 2020-11-03 | 1 | -0/+1 |
| | | | | | made existing paths just a warning, don't check for portable instances | ||||
| * | don't skip paths for portable instance, what am I doing | isanae | 2020-11-03 | 1 | -2/+1 |
| | | | | | | implemented actual creation removed mentions of %BASE_DIR% everywhere, use constant and functions from PathSettings | ||||
| * | instance name page | isanae | 2020-11-03 | 1 | -1/+4 |
| | | |||||
| * | started create instance dialog | isanae | 2020-11-03 | 1 | -1/+1 |
| | | | | | | allow for multiple instances of Settings fill in information in instance manager | ||||
| * | added empty instance manager dialog | isanae | 2020-11-03 | 1 | -4/+5 |
| | | |||||
| * | deleteLocalInstance() now uses TaskDialog | isanae | 2020-11-03 | 1 | -1/+2 |
| | | |||||
| * | moved registry key from "Tannin" to "Mod Organizer Team" | isanae | 2020-11-03 | 1 | -0/+2 |
| | | |||||
| * | moved profile, current game and game edition checks to InstanceManager | isanae | 2020-11-03 | 1 | -4/+14 |
| | | | | | trying to centralize all of this stuff | ||||
| * | only log a warning for symlinks instead of exiting MO | isanae | 2019-10-05 | 1 | -0/+1 |
| | | | | | | 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/+3 |
| | | | | | | | | 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. | ||||
| * | Allow more characters in instance names and add an error message | LostDragonist | 2018-07-22 | 1 | -0/+1 |
| | | | | | | Previously allowed: "A-Za-z0-9 " Now allowed: "A-Za-z0-9 !@#$%^()_+-=[]{};'." | ||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -20/+26 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -26/+20 |
| | | |||||
| * | Added message when creating a new instance with an already existing name, | Al12rs | 2018-01-18 | 1 | -1/+5 |
| | | | | | | 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 | -2/+6 |
| | | |||||
| * | moved button to switch instance (and to portable mode) to the main window | Tannin | 2016-05-27 | 1 | -9/+6 |
| | | |||||
| * | made instance-switching usable | Tannin | 2016-01-10 | 1 | -0/+62 |
| this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured | |||||
