| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | * | Move MemoizedLock to uibase. | Mikaël Capelle | 2020-11-18 | 2 | -49/+4 | |
| | | | * | Update following addition of IPluginGame::listSaves(). | Mikaël Capelle | 2020-11-18 | 4 | -136/+30 | |
| | | * | | Revert "Changing the location of several directories" | isanae | 2020-11-27 | 7 | -56/+42 | |
| | | |/ | ||||||
| | * / | Refresh after waiting for application (vfs) | Al | 2020-11-26 | 1 | -1/+1 | |
| | |/ | ||||||
| | * | Merge pull request #1292 from Holt59/iplugin-isactive-refactoring | Mikaël Capelle | 2020-11-18 | 25 | -303/+1501 | |
| | |\ | ||||||
| | | * | Better vertical alignment for plugin descriptions. | Mikaël Capelle | 2020-11-17 | 1 | -0/+21 | |
| | | * | Disable checkbox when plugin cannot be enabled. | Mikaël Capelle | 2020-11-17 | 2 | -19/+29 | |
| | | * | Better dialog for warning when disabling proxy plugin. | Mikaël Capelle | 2020-11-17 | 5 | -18/+258 | |
| | | * | Fix crash for proxied plugins on first startup. | Mikaël Capelle | 2020-11-17 | 1 | -4/+2 | |
| | | * | Display inactive checkbox for core plugins (not for games). | Mikaël Capelle | 2020-11-17 | 1 | -1/+9 | |
| | | * | Add core plugins and better messages. | Mikaël Capelle | 2020-11-17 | 3 | -7/+35 | |
| | | * | Fix had -> add. | Mikaël Capelle | 2020-11-17 | 1 | -1/+1 | |
| | | * | Replace : by . in comments. | Mikaël Capelle | 2020-11-17 | 1 | -3/+3 | |
| | | * | Fix selection in Plugins settings. | Mikaël Capelle | 2020-11-17 | 2 | -65/+87 | |
| | | * | Fix filter for child plugins. | Mikaël Capelle | 2020-11-17 | 1 | -1/+1 | |
| | | * | Check for disabled mod page plugins. | Mikaël Capelle | 2020-11-13 | 1 | -4/+7 | |
| | | * | Merge branch 'master' of github.com:ModOrganizer2/modorganizer into iplugin-i... | Mikaël Capelle | 2020-11-13 | 6 | -11/+42 | |
| | | |\ | ||||||
| | | * | | Proper handling of mod pages. | Mikaël Capelle | 2020-11-13 | 2 | -10/+42 | |
| | | * | | Better 'Browse Mod Page' menu. | Mikaël Capelle | 2020-11-13 | 3 | -38/+44 | |
| | | * | | Feeling like Shakespeare. | Mikaël Capelle | 2020-11-12 | 1 | -0/+48 | |
| | | * | | Do not initialize proxied plugins twice. | Mikaël Capelle | 2020-11-12 | 2 | -10/+20 | |
| | | * | | Add callbacks for plugin enabled/disabled. | Mikaël Capelle | 2020-11-12 | 6 | -1/+66 | |
| | | * | | It's 2020. | Mikaël Capelle | 2020-11-12 | 3 | -37/+30 | |
| | | * | | Proper handling of proxied plugins that implement multiple interfaces. | Mikaël Capelle | 2020-11-12 | 3 | -31/+144 | |
| | | * | | Remove duplicate dependencies. | Mikaël Capelle | 2020-11-11 | 1 | -2/+4 | |
| | | * | | Handle proxy dependencies differently. | Mikaël Capelle | 2020-11-11 | 3 | -13/+60 | |
| | | * | | Remove incorrect warning. | Mikaël Capelle | 2020-11-11 | 1 | -5/+0 | |
| | | * | | Use IPlugin::master() when present. | Mikaël Capelle | 2020-11-11 | 3 | -11/+88 | |
| | | * | | Fix rebase. | Mikaël Capelle | 2020-11-11 | 1 | -2/+1 | |
| | | * | | Cleaner IPluginRequirement. | Mikaël Capelle | 2020-11-11 | 3 | -25/+7 | |
| | | * | | Fix display of tools in the MainWindow menu. | Mikaël Capelle | 2020-11-11 | 5 | -41/+34 | |
| | | * | | Fix handling of previous 'enabled' settings. | Mikaël Capelle | 2020-11-11 | 1 | -7/+10 | |
| | | * | | Hide Tool action instead of not adding them. | Mikaël Capelle | 2020-11-11 | 1 | -8/+3 | |
| | | * | | Improve requirements handling. | Mikaël Capelle | 2020-11-11 | 6 | -97/+361 | |
| | | * | | PluginRequirement -> IPluginRequirement and minor fixes. | Mikaël Capelle | 2020-11-11 | 2 | -21/+28 | |
| | | * | | Insert 'enabled' plugin if not present. | Mikaël Capelle | 2020-11-11 | 1 | -0/+5 | |
| | | * | | Replace usage of IPlugin::isActive(). | Mikaël Capelle | 2020-11-11 | 13 | -64/+296 | |
| | * | | | Merge pull request #1298 from Holt59/fix-findfiles | Mikaël Capelle | 2020-11-17 | 1 | -2/+2 | |
| | |\ \ \ | ||||||
| | | * | | | Allow '.' in findFiles and filter on file name, not full paths. | Mikaël Capelle | 2020-11-15 | 1 | -2/+2 | |
| * | | | | | Ignore ALT-key event when ui is locked | Qudix | 2020-11-18 | 1 | -4/+6 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #1291 from Qudix/tracking_integration | Mikaël Capelle | 2020-11-16 | 7 | -15/+47 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into t... | Qudix | 2020-11-14 | 14 | -54/+104 | |
| | |\ \ \ | ||||||
| | * | | | | tabstop | Qudix | 2020-11-11 | 1 | -0/+3 | |
| | * | | | | Add a toggle for tracking | Qudix | 2020-11-11 | 7 | -17/+46 | |
| | | |/ / | |/| | | ||||||
| * | | | | fixed crash when clicking ... | isanae | 2020-11-15 | 1 | -1/+1 | |
| | |/ / |/| | | ||||||
| * | | | Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into m... | Qudix | 2020-11-14 | 7 | -9/+43 | |
| |\ \ \ | ||||||
| | * \ \ | Merge pull request #1296 from isanae/master | isanae | 2020-11-13 | 1 | -0/+5 | |
| | |\ \ \ | ||||||
| | | * | | | added Qudix to contributors | isanae | 2020-11-13 | 1 | -0/+5 | |
| | | | |/ | | |/| | ||||||
| | * / | | Fix order of saves. | Mikaël Capelle | 2020-11-13 | 1 | -1/+1 | |
| | |/ / | ||||||
| | * | | fixed a bunch of instance and command line stuff | isanae | 2020-11-12 | 5 | -8/+37 | |
