summaryrefslogtreecommitdiff
path: root/src/installationmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* changed qDebug() to log::debug()isanae2019-07-221-8/+8
| | | | removed some commented out logging
* changed qCritical() to log::error()isanae2019-07-221-4/+3
| | | | removed now unused vlog()
* replaced qWarning()isanae2019-07-221-1/+1
|
* Fix state breakage when terminating installation via exceptionsKrzysztof Starecki2019-02-201-4/+2
|
* Write the file category ID to the mod data when installing/updatingSilarn2019-02-181-2/+5
|
* Reject new mod installations if another one is already runningKrzysztof Starecki2019-02-151-1/+13
|
* Make logs more consistent in format and contentLostDragonist2019-01-301-2/+2
|
* Make logs more consistent in format and contentLostDragonist2019-01-301-1/+1
|
* Cancel the installation progress bar when done to prevent it showing up againLostDragonist2019-01-181-0/+1
|
* Fix #523 by resetting m_URL after install.Al2019-01-101-0/+3
|
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-4/+4
|
* Improve cleanup of temporary files when installingLostDragonist2018-12-131-1/+8
|
* Fix crash when 7-zip fails to extract a fileLostDragonist2018-10-311-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)Silarn2018-09-091-917/+917
|
* Better error message when archives can't be extractedSilarn2018-05-081-1/+2
|
* Reset the progress bar data after completing the extractionSilarn2018-05-081-4/+4
|
* Changes to allow installer_NCC to use the game source set in the DL metaSilarn2018-05-071-1/+1
|
* Fixes for downloads and installsSilarn2018-05-061-25/+18
|
* Use queued connections and do while loops to finish event processingSilarn2018-05-041-19/+12
|
* Further offload setValue to avoid threading issuesSilarn2018-05-041-1/+8
|
* invokeMethod was getting called too late and is unneeded nowSilarn2018-05-041-3/+1
|
* Thread extraction process and properly offload function calls from threadsSilarn2018-05-021-18/+62
|
* Remove redundant code causing multiple installsSilarn2018-05-011-9/+0
|
* Support for multi-game downloadsSilarn2018-04-161-2/+16
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-588/+668
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-668/+588
|
* Don't truncate, bypass the issue by fixing the progress window sizeJeremy Rimpo2017-11-071-8/+7
|
* Forcing the progress window to resize seems to hang the extraction processJeremy Rimpo2017-11-071-1/+6
|
* updated to changed usvfs apiTannin2016-06-301-8/+6
|
* fixed some filename/modname handling for names received from nexusTannin2016-06-021-2/+6
|
* cleanupTannin2016-05-071-1/+2
|
* code formatting (clang_format)Tannin2016-02-091-25/+41
|
* made instance-switching usableTannin2016-01-101-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_libraryTannin2015-12-071-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/356Thomas Tanner2015-12-051-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/308TanninOne2015-12-041-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 Tanner2015-10-151-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 Tanner2015-10-121-33/+46
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | archive_cleanup # Conflicts: # src/installationmanager.cpp
| | * | Changes to go with cleaned up archive libraryThomas Tanner2015-09-271-58/+55
| | | |
| * | | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵Thomas Tanner2015-11-261-2/+5
| | |/ | |/| | | | | | | of gameinfo.h includes
* / | some fixes/disabled code required since hook.dll is goneTannin2015-11-191-1/+4
|/ /
* / fixed progress dialogs appearing on startupTannin2015-10-101-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 handlingTom Tanner2015-09-261-0/+5
|
* Stop the temp files to delete list growing on each installTom Tanner2015-08-301-2/+4
|
* Extract multiple copies of file from archiveTom Tanner2015-08-021-39/+21
| | | | Had to rewrite the archive handling a bit. First pass, some tidyups required.
* Fix up selection with exactly/at least/at most oneTom Tanner2015-07-181-0/+5
|
* fixes regarding path name generation during mod installationTannin2015-06-091-8/+14
|
* Addition of FileNameString clase which ignores case during compares.Tom Tanner2015-06-061-3/+3
| | | | Affects rather a lot of stuff.
* Retain 'backup' switch state on mod overwrite optionsTom Tanner2015-05-031-1/+5
|
* 1) reintroduce the report error when unpacking archives to avoid the errorTom Tanner2015-04-251-6/+2
| | | | | message disappearing entirely 2) Allow very long filenames to be used when unpacking