summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update following addition of IPluginGame::listSaves().Mikaël Capelle2020-11-184-136/+30
|
* Merge pull request #1292 from Holt59/iplugin-isactive-refactoringMikaël Capelle2020-11-1825-303/+1501
|\ | | | | IPlugin::isActive refactoring
| * Better vertical alignment for plugin descriptions.Mikaël Capelle2020-11-171-0/+21
| |
| * Disable checkbox when plugin cannot be enabled.Mikaël Capelle2020-11-172-19/+29
| |
| * Better dialog for warning when disabling proxy plugin.Mikaël Capelle2020-11-175-18/+258
| |
| * Fix crash for proxied plugins on first startup.Mikaël Capelle2020-11-171-4/+2
| |
| * Display inactive checkbox for core plugins (not for games).Mikaël Capelle2020-11-171-1/+9
| |
| * Add core plugins and better messages.Mikaël Capelle2020-11-173-7/+35
| |
| * Fix had -> add.Mikaël Capelle2020-11-171-1/+1
| |
| * Replace : by . in comments.Mikaël Capelle2020-11-171-3/+3
| |
| * Fix selection in Plugins settings.Mikaël Capelle2020-11-172-65/+87
| |
| * Fix filter for child plugins.Mikaël Capelle2020-11-171-1/+1
| |
| * Check for disabled mod page plugins.Mikaël Capelle2020-11-131-4/+7
| |
| * Merge branch 'master' of github.com:ModOrganizer2/modorganizer into ↵Mikaël Capelle2020-11-136-11/+42
| |\ | | | | | | | | | iplugin-isactive-refactoring
| * | Proper handling of mod pages.Mikaël Capelle2020-11-132-10/+42
| | |
| * | Better 'Browse Mod Page' menu.Mikaël Capelle2020-11-133-38/+44
| | |
| * | Feeling like Shakespeare.Mikaël Capelle2020-11-121-0/+48
| | |
| * | Do not initialize proxied plugins twice.Mikaël Capelle2020-11-122-10/+20
| | |
| * | Add callbacks for plugin enabled/disabled.Mikaël Capelle2020-11-126-1/+66
| | |
| * | It's 2020.Mikaël Capelle2020-11-123-37/+30
| | |
| * | Proper handling of proxied plugins that implement multiple interfaces.Mikaël Capelle2020-11-123-31/+144
| | |
| * | Remove duplicate dependencies.Mikaël Capelle2020-11-111-2/+4
| | |
| * | Handle proxy dependencies differently.Mikaël Capelle2020-11-113-13/+60
| | |
| * | Remove incorrect warning.Mikaël Capelle2020-11-111-5/+0
| | |
| * | Use IPlugin::master() when present.Mikaël Capelle2020-11-113-11/+88
| | |
| * | Fix rebase.Mikaël Capelle2020-11-111-2/+1
| | |
| * | Cleaner IPluginRequirement.Mikaël Capelle2020-11-113-25/+7
| | |
| * | Fix display of tools in the MainWindow menu.Mikaël Capelle2020-11-115-41/+34
| | |
| * | Fix handling of previous 'enabled' settings.Mikaël Capelle2020-11-111-7/+10
| | |
| * | Hide Tool action instead of not adding them.Mikaël Capelle2020-11-111-8/+3
| | |
| * | Improve requirements handling.Mikaël Capelle2020-11-116-97/+361
| | |
| * | PluginRequirement -> IPluginRequirement and minor fixes.Mikaël Capelle2020-11-112-21/+28
| | |
| * | Insert 'enabled' plugin if not present.Mikaël Capelle2020-11-111-0/+5
| | |
| * | Replace usage of IPlugin::isActive().Mikaël Capelle2020-11-1113-64/+296
| | |
* | | Merge pull request #1298 from Holt59/fix-findfilesMikaël Capelle2020-11-171-2/+2
|\ \ \ | | | | | | | | Allow '.' in findFiles and filter on file name, not full paths.
| * | | Allow '.' in findFiles and filter on file name, not full paths.Mikaël Capelle2020-11-151-2/+2
| | | |
* | | | Merge pull request #1291 from Qudix/tracking_integrationMikaël Capelle2020-11-167-15/+47
|\ \ \ \ | |/ / / |/| | | Add a toggle for tracking
| * | | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵Qudix2020-11-1414-54/+104
| |\ \ \ | | | | | | | | | | | | | | | tracking_integration
| * | | | tabstopQudix2020-11-111-0/+3
| | | | |
| * | | | Add a toggle for trackingQudix2020-11-117-17/+46
| | |/ / | |/| |
* | | | Merge pull request #1297 from isanae/masterisanae2020-11-151-1/+1
|\ \ \ \ | |_|/ / |/| | | Fix crash when clicking ... in path page
| * | | fixed crash when clicking ...isanae2020-11-151-1/+1
|/ / / | | | | | | | | | lambda was taking a local variable by reference
* | | Merge pull request #1277 from Qudix/masterisanae2020-11-147-42/+56
|\ \ \ | | | | | | | | Changing the location of several directories
| * \ \ Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into ↵Qudix2020-11-147-9/+43
| |\ \ \ | |/ / / |/| | | | | | | master
* | | | Merge pull request #1296 from isanae/masterisanae2020-11-131-0/+5
|\ \ \ \ | | | | | | | | | | Adding Qudix to contributors
| * | | | added Qudix to contributorsisanae2020-11-131-0/+5
| | | | |
* | | | | Merge pull request #1295 from Holt59/fix-order-of-savesMikaël Capelle2020-11-131-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | Fix order of saves.
| * | | | Fix order of saves.Mikaël Capelle2020-11-131-1/+1
|/ / / /
* | | | Merge pull request #1294 from isanae/masterisanae2020-11-125-8/+37
|\| | | | | | | | | | | Bunch of instance and command line stuff
| * | | fixed a bunch of instance and command line stuffisanae2020-11-125-8/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - clear instance manager overrides when restarting, or switching instances after starting MO with moshortcut://instance: won't do anything - clear overrides when the last selected instance can't be opened; MO would keep trying to open shortcuts even after selecting a different instance - command line was cleared too early, before the first run, so shortcuts were broken - the instance manager dialog can be opened without an instance loaded if the last selected instance doesn't exist, createNew() would throw because it tried to access the global Settings - fixed some problems with parts of MO wanting to restart and others expecting flow to continue - fixed create instance dialog using settings pointer to decide whether to restart; it restarts when it's the first created instance, which is not always the case even if the settings are null, so just check whether there are instances