| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Restructure category refresh action | Jeremy Rimpo | 2023-09-23 | 1 | -2/+2 |
| | | | | | | | | - Remove plugins class - Route signals to run Nexus API call from MainWindow - Pass Dialog instance to route response data - Revert CategoryFactory::instance to return reference | ||||
| * | Dialogs and bugfixes | Jeremy Rimpo | 2023-09-21 | 1 | -9/+10 |
| | | |||||
| * | Several updates | Jeremy Rimpo | 2023-09-21 | 1 | -6/+28 |
| | | | | | | | | | * No longer cause an error when deleting a category that's being used * Add a dialog when installing a mod with no Nexus mapping (if not disabled) * Allow disabling Nexus category mapping in Settings (Nexus tab) * Add context option to remove nexus mappings in the category editor * Some clang style fixes | ||||
| * | WIP: Category QObj refactor | Silarn | 2023-09-21 | 1 | -5/+5 |
| | | |||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -278/+299 |
| | | |||||
| * | Remove dependency on Core5Compat | Jeremy Rimpo | 2022-04-19 | 1 | -1/+0 |
| | | |||||
| * | Fix fixDirectoryName includes | Chris Bessent | 2021-04-29 | 1 | -1/+1 |
| | | |||||
| * | Do not move installed mod after merge/replace. | Mikaël Capelle | 2021-01-02 | 1 | -42/+54 |
| | | |||||
| * | Tentative fix for crash during large extraction. | Mikaël Capelle | 2020-12-31 | 1 | -4/+12 |
| | | |||||
| * | Do not store installers in InstallationManager, use the ones from ↵ | Mikaël Capelle | 2020-12-02 | 1 | -15/+10 |
| | | | | | PluginContainer. | ||||
| * | Compute supported extensions dynamically in installation and download manager. | Mikaël Capelle | 2020-12-01 | 1 | -8/+11 |
| | | |||||
| * | Replace usage of IPlugin::isActive(). | Mikaël Capelle | 2020-11-11 | 1 | -13/+19 |
| | | |||||
| * | Merge pull request #1260 from Holt59/iplugin-setactive-fix | Mikaël Capelle | 2020-10-21 | 1 | -2/+6 |
| |\ | | | | | Fix usage of isActive | ||||
| | * | Do not call installer callbacks for non-active plugins. | Mikaël Capelle | 2020-10-11 | 1 | -2/+6 |
| | | | |||||
| * | | Add IModInterface::setUrl and remove IInstallationManager::setURL. | Mikaël Capelle | 2020-10-09 | 1 | -12/+0 |
| |/ | |||||
| * | Merge pull request #1238 from Holt59/plugin-installer-callbacks | Mikaël Capelle | 2020-09-23 | 1 | -0/+16 |
| |\ | | | | | Add IPluginInstaller onInstallationStart and onInstallationEnd callbacks | ||||
| | * | Add 'reinstallation' parameter to onInstallationStart(). | Mikaël Capelle | 2020-09-22 | 1 | -2/+2 |
| | | | |||||
| | * | Add IPluginInstaller onInstallationStart and onInstallationEnd callbacks. | Mikaël Capelle | 2020-09-21 | 1 | -0/+16 |
| | | | |||||
| * | | Add getters for most meta-information in mod. | Mikaël Capelle | 2020-09-20 | 1 | -1/+1 |
| |/ | |||||
| * | Do not report a canceled install as failed | Chris Bessent | 2020-09-06 | 1 | -9/+12 |
| | | | | | | | | | When a mod install reached the point of checking for overwrites with existing mods (i.e., new mod has the same name as an old mod), there was no way to distinguish between a failure and a user cancellation. Now, an explicit status is passed up the stack so the cancellation can be safely ignored by error checking code. | ||||
| * | Mark downloads of replaced mods as uninstalled | AL | 2020-08-26 | 1 | -1/+7 |
| | | |||||
| * | Add Qt bug report in comment and use while() instead of do { } while();. | Mikaël Capelle | 2020-06-11 | 1 | -3/+4 |
| | | |||||
| * | Add comment explaining the usage of the QEventLoop. | Mikaël Capelle | 2020-06-11 | 1 | -1/+3 |
| | | |||||
| * | Rollback to using QProcessEvents but use WaitForMoreEvents. | Mikaël Capelle | 2020-06-11 | 1 | -23/+27 |
| | | |||||
| * | Disconnect signal after extraction to avoid calling them on destroyed widgets. | Mikaël Capelle | 2020-06-11 | 1 | -1/+6 |
| | | |||||
| * | Add silent parameter to extraction methods of IInstallationManager. | Mikaël Capelle | 2020-06-09 | 1 | -71/+86 |
| | | |||||
| * | Fix order of operations to avoid deadlock with event loop. | Mikaël Capelle | 2020-06-06 | 1 | -9/+12 |
| | | |||||
| * | Use QEventLoop to process events when extracting instead of manual loop with ↵ | Mikaël Capelle | 2020-06-05 | 1 | -22/+23 |
| | | | | | processEvents. | ||||
| * | Update following archive callback changes. | Mikaël Capelle | 2020-06-02 | 1 | -5/+11 |
| | | |||||
| * | Update after change to CreateArchive. Remove unused archive handler from ↵ | Mikaël Capelle | 2020-06-02 | 1 | -8/+3 |
| | | | | | self-updater. | ||||
| * | Update installation manager after namespace changes in archive. | Mikaël Capelle | 2020-06-01 | 1 | -7/+8 |
| | | |||||
| * | Fix opening and extraction of archives with passwords and/or encrypted ↵ | Mikaël Capelle | 2020-06-01 | 1 | -7/+26 |
| | | | | | filenames. | ||||
| * | Correct handling of 7z errors. | Mikaël Capelle | 2020-06-01 | 1 | -9/+12 |
| | | |||||
| * | Remove non-used declarations. Move queryPassword to lambda. | Mikaël Capelle | 2020-06-01 | 1 | -8/+2 |
| | | |||||
| * | Use a single extractFiles() method and avoir member variables when not needed. | Mikaël Capelle | 2020-06-01 | 1 | -108/+63 |
| | | |||||
| * | Modification following 'archive' update. | Mikaël Capelle | 2020-06-01 | 1 | -33/+48 |
| | | |||||
| * | Fix issue with progress dialog disapearing too soon during installation. | Mikaël Capelle | 2020-05-31 | 1 | -1/+10 |
| | | |||||
| * | Set the parent widget properly in installation manager. | Mikaël Capelle | 2020-05-30 | 1 | -0/+1 |
| | | |||||
| * | Small update to installation manager following uibase changes. | Mikaël Capelle | 2020-05-30 | 1 | -7/+3 |
| | | |||||
| * | Implement createFile() for the installation manager. | Mikaël Capelle | 2020-05-30 | 1 | -3/+88 |
| | | |||||
| * | Remove header that has been removed from uibase. | Mikaël Capelle | 2020-05-23 | 1 | -1/+0 |
| | | |||||
| * | Move to the new filetree for the installation manager. | Mikaël Capelle | 2020-05-07 | 1 | -267/+59 |
| | | |||||
| * | Revert "Hacky fix to installation progress dialog flashing" | Chris Bessent | 2020-02-28 | 1 | -6/+0 |
| | | | | | This reverts commit 42e5c33a32bdb9438f486d8c608755a4966c1c44. | ||||
| * | Hacky fix to installation progress dialog flashing | Chris Bessent | 2020-02-21 | 1 | -0/+6 |
| | | |||||
| * | Avoid overwriting existing URL values when replacing a mod if new value is ↵ | AL | 2020-02-14 | 1 | -1/+4 |
| | | | | | empty. | ||||
| * | Streamline manual install fix, bump RC | Silarn | 2019-12-14 | 1 | -3/+1 |
| | | |||||
| * | Fix requesting a manual install | LostDragonist | 2019-12-14 | 1 | -0/+3 |
| | | |||||
| * | Check the enum | Silarn | 2019-12-11 | 1 | -1/+1 |
| | | |||||
| * | Update installer status handling | Silarn | 2019-12-11 | 1 | -27/+25 |
| | | |||||
| * | When cancelling a fomod extraction, don't generate an error. | Silarn | 2019-12-11 | 1 | -2/+11 |
| | | |||||
