| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Add MainWindow::onPluginRegistrationChanged. | Mikaël Capelle | 2020-12-04 | 2 | -10/+11 | |
| | | | ||||||
| | * | Clarify comment. | Mikaël Capelle | 2020-12-04 | 2 | -3/+3 | |
| | | | ||||||
| | * | Fix callbacks for pluginlist, modlist and download manager. | Mikaël Capelle | 2020-12-02 | 14 | -109/+198 | |
| | | | ||||||
| | * | Fix callbacks for IOrganizer when plugin are unloaded/loaded. | Mikaël Capelle | 2020-12-02 | 5 | -52/+109 | |
| | | | ||||||
| | * | Add methods to load/reload/unload plugins. | Mikaël Capelle | 2020-12-02 | 2 | -77/+322 | |
| | | | ||||||
| | * | Add signals (not used yet) for registering/unregistering plugins. | Mikaël Capelle | 2020-12-02 | 2 | -2/+17 | |
| | | | ||||||
| | * | Do not store installers in InstallationManager, use the ones from ↵ | Mikaël Capelle | 2020-12-02 | 3 | -31/+14 | |
| | | | | | | | | | PluginContainer. | |||||
| | * | Add Settings::unregisterPlugin(). | Mikaël Capelle | 2020-12-02 | 2 | -1/+12 | |
| | | | ||||||
| * | | Merge pull request #1316 from isanae/master | isanae | 2020-12-04 | 1 | -5/+5 | |
| |\ \ | | | | | | | Spaces in paths | |||||
| | * | | quotes for spaces in paths | isanae | 2020-12-04 | 1 | -5/+5 | |
| |/ / | ||||||
| * | | Merge pull request #1315 from isanae/download-crash | isanae | 2020-12-03 | 1 | -0/+10 | |
| |\ \ | | | | | | | Handle null plugin when adding a download | |||||
| | * | | handle null plugin when adding a download | isanae | 2020-12-03 | 1 | -0/+10 | |
| |/ / | | | | | | | happens when some plugins refer to other plugins that are missing | |||||
| * | | Merge pull request #1312 from BlueAmulet/master | Al | 2020-12-02 | 3 | -0/+0 | |
| |\ \ | |/ |/| | Better blue conflict icons | |||||
| | * | Better blue conflict icons | BlueAmulet | 2020-12-02 | 3 | -0/+0 | |
| |/ | ||||||
| * | Merge pull request #1311 from Holt59/ipluginproxy-unload | Mikaël Capelle | 2020-12-02 | 1 | -3/+4 | |
| |\ | | | | | Add IPluginProxy::unload() and rename instantiate() to load(). | |||||
| | * | Add IPluginProxy::unload() and rename instantiate() to load(). | Mikaël Capelle | 2020-12-01 | 1 | -3/+4 | |
| | | | ||||||
| * | | Merge pull request #1310 from Holt59/fix-mod-extensions-check-for-install | Mikaël Capelle | 2020-12-02 | 5 | -33/+14 | |
| |\ \ | | | | | | | Compute supported extensions dynamically in installation and download managers. | |||||
| | * | | Compute supported extensions dynamically in installation and download manager. | Mikaël Capelle | 2020-12-01 | 5 | -33/+14 | |
| | |/ | ||||||
| * | | Merge pull request #1300 from Qudix/ignore_alt | Al | 2020-12-01 | 1 | -4/+8 | |
| |\ \ | |/ |/| | Ignore ALT-key event when ui is locked | |||||
| | * | The Golden Comment | Seth Riley | 2020-12-01 | 1 | -0/+2 | |
| | | | ||||||
| | * | Merge https://github.com/ModOrganizer2/modorganizer into ignore_alt | Seth Riley | 2020-12-01 | 35 | -560/+1605 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #1304 from ModOrganizer2/Al12rs-refresh-waitForApplication | Al | 2020-11-28 | 2 | -3/+9 | |
| |\ \ | | | | | | | Refresh after waiting for application (vfs) | |||||
| | * | | Allow optional refresh for waitForApplication() | AL | 2020-11-28 | 2 | -3/+9 | |
| | | | | ||||||
| | * | | Merge branch 'master' into Al12rs-refresh-waitForApplication | AL | 2020-11-28 | 15 | -258/+99 | |
| | |\ \ | |/ / |/| | | ||||||
| * | | | Merge pull request #1301 from ModOrganizer2/iplugingame-saves | Al | 2020-11-28 | 9 | -202/+57 | |
| |\ \ \ | | | | | | | | | IPluginGame::listSaves | |||||
| | * | | | Fix conflicts with master. | Mikaël Capelle | 2020-11-27 | 1 | -8/+3 | |
| | | | | | ||||||
| | * | | | Revert translation file. | Mikaël Capelle | 2020-11-25 | 1 | -1817/+1718 | |
| | | | | | ||||||
| | * | | | Fix PluginContainer::setUserInterface(). | Mikaël Capelle | 2020-11-23 | 5 | -14/+18 | |
| | | | | | ||||||
| | * | | | Add timer to the save list watcher to avoid error during refresh. | Mikaël Capelle | 2020-11-21 | 2 | -1/+5 | |
| | | | | | ||||||
| | * | | | Return shared_ptr in IPlugin::requirements(). | Mikaël Capelle | 2020-11-19 | 2 | -4/+2 | |
| | | | | | ||||||
| | * | | | Update following removal of IPlugin::isActive(). | Mikaël Capelle | 2020-11-18 | 1 | -1718/+1817 | |
| | | | | | ||||||
| | * | | | 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 | |
| | | | | | ||||||
| * | | | | Merge pull request #1305 from ModOrganizer2/revert-1277-master | isanae | 2020-11-27 | 7 | -56/+42 | |
| |\ \ \ \ | |/ / / |/| | | | Revert "Changing the location of several directories" | |||||
| | * | | | 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 | |
| |\ \ | | | | | | | IPlugin::isActive refactoring | |||||
| | * | | 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 ↵ | Mikaël Capelle | 2020-11-13 | 6 | -11/+42 | |
| | |\ \ | | | | | | | | | | | | | iplugin-isactive-refactoring | |||||
| | * | | | Proper handling of mod pages. | Mikaël Capelle | 2020-11-13 | 2 | -10/+42 | |
| | | | | | ||||||
