summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1312 from BlueAmulet/masterAl2020-12-023-0/+0
|\ \ | |/ |/| Better blue conflict icons
| * Better blue conflict iconsBlueAmulet2020-12-023-0/+0
|/
* Merge pull request #1311 from Holt59/ipluginproxy-unloadMikaël Capelle2020-12-021-3/+4
|\ | | | | Add IPluginProxy::unload() and rename instantiate() to load().
| * Add IPluginProxy::unload() and rename instantiate() to load().Mikaël Capelle2020-12-011-3/+4
| |
* | Merge pull request #1310 from Holt59/fix-mod-extensions-check-for-installMikaël Capelle2020-12-025-33/+14
|\ \ | | | | | | Compute supported extensions dynamically in installation and download managers.
| * | Compute supported extensions dynamically in installation and download manager.Mikaël Capelle2020-12-015-33/+14
| |/
* | Merge pull request #1300 from Qudix/ignore_altAl2020-12-011-4/+8
|\ \ | |/ |/| Ignore ALT-key event when ui is locked
| * The Golden CommentSeth Riley2020-12-011-0/+2
| |
| * Merge https://github.com/ModOrganizer2/modorganizer into ignore_altSeth Riley2020-12-0135-560/+1605
| |\ | |/ |/|
* | Merge pull request #1304 from ModOrganizer2/Al12rs-refresh-waitForApplicationAl2020-11-282-3/+9
|\ \ | | | | | | Refresh after waiting for application (vfs)
| * | Allow optional refresh for waitForApplication()AL2020-11-282-3/+9
| | |
| * | Merge branch 'master' into Al12rs-refresh-waitForApplicationAL2020-11-2815-258/+99
| |\ \ | |/ / |/| |
* | | Merge pull request #1301 from ModOrganizer2/iplugingame-savesAl2020-11-289-202/+57
|\ \ \ | | | | | | | | IPluginGame::listSaves
| * | | Fix conflicts with master.Mikaël Capelle2020-11-271-8/+3
| | | |
| * | | Revert translation file.Mikaël Capelle2020-11-251-1817/+1718
| | | |
| * | | Fix PluginContainer::setUserInterface().Mikaël Capelle2020-11-235-14/+18
| | | |
| * | | Add timer to the save list watcher to avoid error during refresh.Mikaël Capelle2020-11-212-1/+5
| | | |
| * | | Return shared_ptr in IPlugin::requirements().Mikaël Capelle2020-11-192-4/+2
| | | |
| * | | Update following removal of IPlugin::isActive().Mikaël Capelle2020-11-181-1718/+1817
| | | |
| * | | Move MemoizedLock to uibase.Mikaël Capelle2020-11-182-49/+4
| | | |
| * | | Update following addition of IPluginGame::listSaves().Mikaël Capelle2020-11-184-136/+30
| | | |
* | | | Merge pull request #1305 from ModOrganizer2/revert-1277-masterisanae2020-11-277-56/+42
|\ \ \ \ | |/ / / |/| | | Revert "Changing the location of several directories"
| * | | Revert "Changing the location of several directories"isanae2020-11-277-56/+42
|/ / /
| * / Refresh after waiting for application (vfs)Al2020-11-261-1/+1
|/ /
* | 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
| | | |