summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
Commit message (Expand)AuthorAgeFilesLines
* Write the file category ID to the mod data when installing/updatingSilarn2019-02-181-1/+1
* Reject new mod installations if another one is already runningKrzysztof Starecki2019-02-151-0/+7
* Fix crash when 7-zip fails to extract a fileLostDragonist2018-10-311-0/+1
* Allow installs to pass Mod ID through (fixes NCC installs losing ID)Silarn2018-09-091-226/+226
* Add option to create a Mod backup from the modlist context menu.Al12rs2018-09-071-1/+3
* Fixes for downloads and installsSilarn2018-05-061-5/+2
* Use queued connections and do while loops to finish event processingSilarn2018-05-041-1/+0
* Further offload setValue to avoid threading issuesSilarn2018-05-041-0/+1
* Thread extraction process and properly offload function calls from threadsSilarn2018-05-021-0/+10
* Support for multi-game downloadsSilarn2018-04-161-1/+1
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-134/+139
* Applied clang-format on sourceSandro Jäckel2018-02-221-139/+134
* Merge pull request #334 from ThosRTanner/issue/308TanninOne2015-12-041-2/+3
|\
| * Added functionality to use the web page link in a fomod to supply an optional...Thomas Tanner2015-10-151-2/+3
* | Merge branch 'master' of https://github.com/TanninOne/modorganizer into archi...Thomas Tanner2015-10-121-1/+1
|\|
| * fixed progress dialogs appearing on startupTannin2015-10-101-1/+1
* | Changes to go with cleaned up archive libraryThomas Tanner2015-09-271-7/+5
|/
* Stop the temp files to delete list growing on each installTom Tanner2015-08-301-1/+1
* MergeTannin2015-01-041-2/+2
|\
| * replaced all uses of NULL with nullptrTannin2014-11-281-2/+2
* | Merge with branch1.2Tannin2015-01-031-1/+3
|\|
| * - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-1/+3
| * - several style fixes suggested by static analysisTannin2014-09-241-1/+1
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-216/+216
* | - repository info is now stored with the modTannin2015-01-031-1/+1
* | - several style fixes suggested by static analysisTannin2014-09-241-1/+1
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-216/+216
|/
* - bugfix: crash on overwriting a mod (introduced after the previous release)Tannin2013-12-191-0/+1
* - downgrading a mod (using replace) will now change the versionTannin2013-12-111-2/+2
* - bugfix: installFile for mods was not a relative path if the downloads direc...Tannin2013-11-221-0/+7
* - new toggle to display hidden downloadsTannin2013-10-101-4/+1
* - bugfix: when installing mods through the nmm importer if no other mods were...Tannin2013-09-121-0/+5
* - the download manager now registers download speed. Right now this is only usedTannin2013-08-301-1/+1
* - added NCC to repositoryTannin2013-05-221-19/+15
* - support for grouping filters for mod list (incomplete)Tannin2013-03-221-8/+8
* - moved shared and uibase libraries to namespacesTannin2013-02-171-14/+14
* - hooks for CreateHardLinkTannin2013-02-161-191/+191
* initial commit to mercurial repository.Tannin2013-02-031-0/+210