| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add IModInterface::setUrl and remove IInstallationManager::setURL. | Mikaël Capelle | 2020-10-09 | 1 | -4/+0 |
| | | |||||
| * | Add 'reinstallation' parameter to onInstallationStart(). | Mikaël Capelle | 2020-09-22 | 1 | -2/+4 |
| | | |||||
| * | Add IPluginInstaller onInstallationStart and onInstallationEnd callbacks. | Mikaël Capelle | 2020-09-21 | 1 | -0/+18 |
| | | |||||
| * | Do not report a canceled install as failed | Chris Bessent | 2020-09-06 | 1 | -1/+1 |
| | | | | | | | | | 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/+6 |
| | | |||||
| * | Rollback to using QProcessEvents but use WaitForMoreEvents. | Mikaël Capelle | 2020-06-11 | 1 | -6/+1 |
| | | |||||
| * | Add silent parameter to extraction methods of IInstallationManager. | Mikaël Capelle | 2020-06-09 | 1 | -3/+5 |
| | | |||||
| * | Use QEventLoop to process events when extracting instead of manual loop with ↵ | Mikaël Capelle | 2020-06-05 | 1 | -0/+13 |
| | | | | | processEvents. | ||||
| * | Update after change to CreateArchive. Remove unused archive handler from ↵ | Mikaël Capelle | 2020-06-02 | 1 | -3/+2 |
| | | | | | self-updater. | ||||
| * | Fix opening and extraction of archives with passwords and/or encrypted ↵ | Mikaël Capelle | 2020-06-01 | 1 | -2/+11 |
| | | | | | filenames. | ||||
| * | Remove non-used declarations. Move queryPassword to lambda. | Mikaël Capelle | 2020-06-01 | 1 | -8/+0 |
| | | |||||
| * | Use a single extractFiles() method and avoir member variables when not needed. | Mikaël Capelle | 2020-06-01 | 1 | -7/+1 |
| | | |||||
| * | Small update to installation manager following uibase changes. | Mikaël Capelle | 2020-05-30 | 1 | -4/+4 |
| | | |||||
| * | Fix comment in installation manager. | Mikaël Capelle | 2020-05-30 | 1 | -1/+2 |
| | | |||||
| * | Implement createFile() for the installation manager. | Mikaël Capelle | 2020-05-30 | 1 | -1/+24 |
| | | |||||
| * | Move to the new filetree for the installation manager. | Mikaël Capelle | 2020-05-07 | 1 | -36/+57 |
| | | |||||
| * | Update installer status handling | Silarn | 2019-12-11 | 1 | -2/+2 |
| | | |||||
| * | Write the file category ID to the mod data when installing/updating | Silarn | 2019-02-18 | 1 | -1/+1 |
| | | |||||
| * | Reject new mod installations if another one is already running | Krzysztof Starecki | 2019-02-15 | 1 | -0/+7 |
| | | |||||
| * | Fix crash when 7-zip fails to extract a file | LostDragonist | 2018-10-31 | 1 | -0/+1 |
| | | | | | A thread is spun off to handle the extraction while the main thread handles the progress bar updates. Previously, a dialog was spawned in the thread when an error in 7-zip occurred. Now, the thread will terminate and pass the error message back to the main thread who will spawn the dialog. | ||||
| * | Allow installs to pass Mod ID through (fixes NCC installs losing ID) | Silarn | 2018-09-09 | 1 | -226/+226 |
| | | |||||
| * | Add option to create a Mod backup from the modlist context menu. | Al12rs | 2018-09-07 | 1 | -1/+3 |
| | | |||||
| * | Fixes for downloads and installs | Silarn | 2018-05-06 | 1 | -5/+2 |
| | | |||||
| * | Use queued connections and do while loops to finish event processing | Silarn | 2018-05-04 | 1 | -1/+0 |
| | | |||||
| * | Further offload setValue to avoid threading issues | Silarn | 2018-05-04 | 1 | -0/+1 |
| | | |||||
| * | Thread extraction process and properly offload function calls from threads | Silarn | 2018-05-02 | 1 | -0/+10 |
| | | |||||
| * | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -1/+1 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -134/+139 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -139/+134 |
| | | |||||
| * | Merge pull request #334 from ThosRTanner/issue/308 | TanninOne | 2015-12-04 | 1 | -2/+3 |
| |\ | | | | | Allow right click on module to see web link if supplied in fomod | ||||
| | * | Added functionality to use the web page link in a fomod to supply an ↵ | Thomas Tanner | 2015-10-15 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | optional web page. Also refactored modinfo into multiple files (as the actual types are opaque anyway) and cleaned up the headers a bit I also changed 'visit on nexus' from the menu not to open the downloads tab because it was a little confusing | ||||
| * | | Merge branch 'master' of https://github.com/TanninOne/modorganizer into ↵ | Thomas Tanner | 2015-10-12 | 1 | -1/+1 |
| |\| | | | | | | | | | | | | | archive_cleanup # Conflicts: # src/installationmanager.cpp | ||||
| | * | fixed progress dialogs appearing on startup | Tannin | 2015-10-10 | 1 | -1/+1 |
| | | | | | | | | | Appears to be a new bug in qt or maybe incompatibility with Windows 10: All Progress dialogs were made visibly automatically a few seconds after application startup. This was "fixed" by creating the dialog dynamically on demand | ||||
| * | | Changes to go with cleaned up archive library | Thomas Tanner | 2015-09-27 | 1 | -7/+5 |
| |/ | |||||
| * | Stop the temp files to delete list growing on each install | Tom Tanner | 2015-08-30 | 1 | -1/+1 |
| | | |||||
| * | Merge | Tannin | 2015-01-04 | 1 | -2/+2 |
| |\ | |||||
| | * | replaced all uses of NULL with nullptr | Tannin | 2014-11-28 | 1 | -2/+2 |
| | | | | | | | | | fixed a few placed where NULL was used as a number or boolean | ||||
| * | | Merge with branch1.2 | Tannin | 2015-01-03 | 1 | -1/+3 |
| |\| | |||||
| | * | - started on a refactoring moving functionality out of the MainWindow class | Tannin | 2014-11-21 | 1 | -1/+3 |
| | | | | | | | | | - started on support for game-plugins | ||||
| | * | - several style fixes suggested by static analysis | Tannin | 2014-09-24 | 1 | -1/+1 |
| | | | | | | | | | - will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor | ||||
| | * | normalized eol style (all files should now have windows line endings) | Tannin | 2014-07-17 | 1 | -216/+216 |
| | | | |||||
| * | | - repository info is now stored with the mod | Tannin | 2015-01-03 | 1 | -1/+1 |
| | | | |||||
| * | | - several style fixes suggested by static analysis | Tannin | 2014-09-24 | 1 | -1/+1 |
| | | | | | | | | | - will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor | ||||
| * | | normalized eol style (all files should now have windows line endings) | Tannin | 2014-07-17 | 1 | -216/+216 |
| |/ | |||||
| * | - bugfix: crash on overwriting a mod (introduced after the previous release) | Tannin | 2013-12-19 | 1 | -0/+1 |
| | | | | | - bugfix: ncc installer now brings the installer window to front (again? more reliably? not sure if it really worked before) | ||||
| * | - downgrading a mod (using replace) will now change the version | Tannin | 2013-12-11 | 1 | -2/+2 |
| | | | | | - bain installer will now accept archives with omod conversion data. | ||||
| * | - bugfix: installFile for mods was not a relative path if the downloads ↵ | Tannin | 2013-11-22 | 1 | -0/+7 |
| | | | | | | | | | | | | | directory was non-default - bugfix: crash after removing the last profile in the list (ordered alphabetically) - improved subdirs ordering to ensure pythonrunner is compiled before pythonproxy - translation files for plugins are now generated - set some texts as un-translatable where it made no sense - staging script now re-builds MO completely before packaging - updated qt libraries for packaging to 4.8.5 - added python to the package | ||||
| * | - new toggle to display hidden downloads | Tannin | 2013-10-10 | 1 | -4/+1 |
| | | | | | | | | | - hidden downloads can be un-hidden - the installation manager now more thoroughly cleans up the temporary directory after installation - added SkyrimLauncher.exe to the list of auto-detected executables - bugfix: shutting down MO while downloads where active in some occasions didn't work - bugfix: when canceling the only active download the taskbar icon didn't return to normal | ||||
| * | - bugfix: when installing mods through the nmm importer if no other mods ↵ | Tannin | 2013-09-12 | 1 | -0/+5 |
| | | | | | | | | | were previously installed the correct installation directory was never set - bugfix: the nmm importer didn't "sanitize" mod names and potentially tried to create invalid directories - bugfix: 0.99.x packages didn't contain qt plugins to handle certain image formats | ||||
| * | - the download manager now registers download speed. Right now this is only used | Tannin | 2013-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | to display an average speed on the settings menu - added a python27.dll compiled with vc100. This can now be bundled without introducing more dependencies - bugfix: extracting now stops after an error - bugfix: the way hook.dll caused CREATE_ALWAYS/CREATE_NEW to always write into overwrite could lead to the file being created when the call should have failed (because the file existed and was protected) - bugfix: GetPrivateProfileString does NOT properly report files as missing. This means that the ini-query optimization could optimize away requests that should work - bugfix: fomod installer couldn't display images because they were unpacked to the wrong temporary location - bugfix: When disabling local saves and choosing to delete the saves nothing happened - bugfix: the python plugin couldn't find the pyqt libraries | ||||
