| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | forgot one tr() | isanae | 2019-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | made extraction errors translatable | isanae | 2019-10-04 | 1 | -4/+4 | |
| | | ||||||
| * | passes callbacks to QuestionBoxMemory so it doesn't access the ini directly | isanae | 2019-08-17 | 1 | -4/+9 | |
| | | | | | | fixed selected executable being empty after closing the edit dialog put backup_install inside Settings | |||||
| * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -8/+8 | |
| | | | | | removed some commented out logging | |||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -4/+3 | |
| | | | | | removed now unused vlog() | |||||
| * | replaced qWarning() | isanae | 2019-07-22 | 1 | -1/+1 | |
| | | ||||||
| * | Fix state breakage when terminating installation via exceptions | Krzysztof Starecki | 2019-02-20 | 1 | -4/+2 | |
| | | ||||||
| * | Write the file category ID to the mod data when installing/updating | Silarn | 2019-02-18 | 1 | -2/+5 | |
| | | ||||||
| * | Reject new mod installations if another one is already running | Krzysztof Starecki | 2019-02-15 | 1 | -1/+13 | |
| | | ||||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -2/+2 | |
| | | ||||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | Cancel the installation progress bar when done to prevent it showing up again | LostDragonist | 2019-01-18 | 1 | -0/+1 | |
| | | ||||||
| * | Fix #523 by resetting m_URL after install. | Al | 2019-01-10 | 1 | -0/+3 | |
| | | ||||||
| * | Change qPrintable to qUtf8Printable to better support non-ASCII text | LostDragonist | 2019-01-05 | 1 | -4/+4 | |
| | | ||||||
| * | Improve cleanup of temporary files when installing | LostDragonist | 2018-12-13 | 1 | -1/+8 | |
| | | ||||||
| * | Fix crash when 7-zip fails to extract a file | LostDragonist | 2018-10-31 | 1 | -1/+5 | |
| | | | | | 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 | -917/+917 | |
| | | ||||||
| * | Better error message when archives can't be extracted | Silarn | 2018-05-08 | 1 | -1/+2 | |
| | | ||||||
| * | Reset the progress bar data after completing the extraction | Silarn | 2018-05-08 | 1 | -4/+4 | |
| | | ||||||
| * | Changes to allow installer_NCC to use the game source set in the DL meta | Silarn | 2018-05-07 | 1 | -1/+1 | |
| | | ||||||
| * | Fixes for downloads and installs | Silarn | 2018-05-06 | 1 | -25/+18 | |
| | | ||||||
| * | Use queued connections and do while loops to finish event processing | Silarn | 2018-05-04 | 1 | -19/+12 | |
| | | ||||||
| * | Further offload setValue to avoid threading issues | Silarn | 2018-05-04 | 1 | -1/+8 | |
| | | ||||||
| * | invokeMethod was getting called too late and is unneeded now | Silarn | 2018-05-04 | 1 | -3/+1 | |
| | | ||||||
| * | Thread extraction process and properly offload function calls from threads | Silarn | 2018-05-02 | 1 | -18/+62 | |
| | | ||||||
| * | Remove redundant code causing multiple installs | Silarn | 2018-05-01 | 1 | -9/+0 | |
| | | ||||||
| * | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -2/+16 | |
| | | ||||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -588/+668 | |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | |||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -668/+588 | |
| | | ||||||
| * | Don't truncate, bypass the issue by fixing the progress window size | Jeremy Rimpo | 2017-11-07 | 1 | -8/+7 | |
| | | ||||||
| * | Forcing the progress window to resize seems to hang the extraction process | Jeremy Rimpo | 2017-11-07 | 1 | -1/+6 | |
| | | ||||||
| * | updated to changed usvfs api | Tannin | 2016-06-30 | 1 | -8/+6 | |
| | | ||||||
| * | fixed some filename/modname handling for names received from nexus | Tannin | 2016-06-02 | 1 | -2/+6 | |
| | | ||||||
| * | cleanup | Tannin | 2016-05-07 | 1 | -1/+2 | |
| | | ||||||
| * | code formatting (clang_format) | Tannin | 2016-02-09 | 1 | -25/+41 | |
| | | ||||||
| * | made instance-switching usable | Tannin | 2016-01-10 | 1 | -1/+1 | |
| | | | | | | this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured | |||||
| * | Merge branch 'master' into new_vfs_library | Tannin | 2015-12-07 | 1 | -57/+67 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gameinfoimpl.cpp src/installationmanager.cpp src/mainwindow.cpp src/organizercore.cpp src/organizercore.h src/organizerproxy.cpp src/organizerproxy.h src/savegamegamebryo.cpp src/savegamegamebyro.h src/selfupdater.h src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.cpp src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h src/spawn.cpp src/transfersavesdialog.cpp | |||||
| | * | Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356 | Thomas Tanner | 2015-12-05 | 1 | -54/+60 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/downloadmanager.cpp src/mainwindow.cpp src/modinfo.cpp src/modinfo.h src/selfupdater.cpp src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h | |||||
| | | * | Merge pull request #334 from ThosRTanner/issue/308 | TanninOne | 2015-12-04 | 1 | -0/+5 | |
| | | |\ | | | | | | | | | 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 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -33/+46 | |
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | archive_cleanup # Conflicts: # src/installationmanager.cpp | |||||
| | | * | | Changes to go with cleaned up archive library | Thomas Tanner | 2015-09-27 | 1 | -58/+55 | |
| | | | | | ||||||
| | * | | | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵ | Thomas Tanner | 2015-11-26 | 1 | -2/+5 | |
| | | |/ | |/| | | | | | | | of gameinfo.h includes | |||||
| * / | | some fixes/disabled code required since hook.dll is gone | Tannin | 2015-11-19 | 1 | -1/+4 | |
| |/ / | ||||||
| * / | fixed progress dialogs appearing on startup | Tannin | 2015-10-10 | 1 | -37/+46 | |
| |/ | | | | 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 | |||||
| * | This fixes some resource leaks with archive handling | Tom Tanner | 2015-09-26 | 1 | -0/+5 | |
| | | ||||||
| * | Stop the temp files to delete list growing on each install | Tom Tanner | 2015-08-30 | 1 | -2/+4 | |
| | | ||||||
| * | Extract multiple copies of file from archive | Tom Tanner | 2015-08-02 | 1 | -39/+21 | |
| | | | | | Had to rewrite the archive handling a bit. First pass, some tidyups required. | |||||
