summaryrefslogtreecommitdiff
path: root/src/installationmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with progress dialog disapearing too soon during installation.Mikaël Capelle2020-05-311-1/+10
* Set the parent widget properly in installation manager.Mikaël Capelle2020-05-301-0/+1
* Small update to installation manager following uibase changes.Mikaël Capelle2020-05-301-7/+3
* Implement createFile() for the installation manager.Mikaël Capelle2020-05-301-3/+88
* Remove header that has been removed from uibase.Mikaël Capelle2020-05-231-1/+0
* Move to the new filetree for the installation manager.Mikaël Capelle2020-05-071-267/+59
* Revert "Hacky fix to installation progress dialog flashing"Chris Bessent2020-02-281-6/+0
* Hacky fix to installation progress dialog flashingChris Bessent2020-02-211-0/+6
* Avoid overwriting existing URL values when replacing a mod if new value is em...AL2020-02-141-1/+4
* Streamline manual install fix, bump RCSilarn2019-12-141-3/+1
* Fix requesting a manual installLostDragonist2019-12-141-0/+3
* Check the enumSilarn2019-12-111-1/+1
* Update installer status handlingSilarn2019-12-111-27/+25
* When cancelling a fomod extraction, don't generate an error.Silarn2019-12-111-2/+11
* forgot one tr()isanae2019-10-041-1/+1
* made extraction errors translatableisanae2019-10-041-4/+4
* passes callbacks to QuestionBoxMemory so it doesn't access the ini directlyisanae2019-08-171-4/+9
* changed qDebug() to log::debug()isanae2019-07-221-8/+8
* changed qCritical() to log::error()isanae2019-07-221-4/+3
* 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
* 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
* 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