summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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 iplugin-i...Mikaël Capelle2020-11-136-11/+42
|\
| * fixed a bunch of instance and command line stuffisanae2020-11-125-8/+37
| * highlighting plugins from the data directory would crashisanae2020-11-121-3/+5
* | 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
|/
* detectGame() must be called before init()isanae2020-11-101-1/+5
* uncheck directories changed by the user by default to match the old behaviour...isanae2020-11-101-1/+7
* whitespaceisanae2020-11-101-2/+2
* don't attempt to parse the command line for launch, it fails in all sorts of ...isanae2020-11-093-35/+36
* fixed nexus state not being updatedisanae2020-11-091-0/+2
* Merge pull request #1284 from isanae/command-line-cleanupisanae2020-11-0939-1792/+3268
|\
| * removed excess padding in plugins tabisanae2020-11-091-19/+45
| * keyboard nav for create instance dialogisanae2020-11-085-56/+218
| * renamed singleinstance.h/cpp to multiprocess.h/cppisanae2020-11-085-4/+4
| * renamed SingleInstance to MOMultiProcessisanae2020-11-086-82/+41
| * timingsisanae2020-11-082-0/+30
| * renamed "change game" button to "manage instances"isanae2020-11-071-9/+9
| * changed wiki link to Instancesisanae2020-11-072-2/+2
| * task dialog for plugin loadcheckisanae2020-11-071-9/+64
| * show a confirmation before switching instancesisanae2020-11-072-3/+44
| * implemented browse buttonsisanae2020-11-072-7/+31