summaryrefslogtreecommitdiff
path: root/src/installationmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* code formatting (clang_format)Tannin2016-02-091-25/+41
* made instance-switching usableTannin2016-01-101-1/+1
* Merge branch 'master' into new_vfs_libraryTannin2015-12-071-57/+67
|\
| * Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-051-54/+60
| |\
| | * Merge pull request #334 from ThosRTanner/issue/308TanninOne2015-12-041-0/+5
| | |\
| | | * Added functionality to use the web page link in a fomod to supply an optional...Thomas Tanner2015-10-151-0/+5
| | * | Merge branch 'master' of https://github.com/TanninOne/modorganizer into archi...Thomas Tanner2015-10-121-33/+46
| | |\|
| | * | Changes to go with cleaned up archive libraryThomas Tanner2015-09-271-58/+55
| * | | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...Thomas Tanner2015-11-261-2/+5
| | |/ | |/|
* / | some fixes/disabled code required since hook.dll is goneTannin2015-11-191-1/+4
|/ /
* / fixed progress dialogs appearing on startupTannin2015-10-101-37/+46
|/
* 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
* 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
* 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
* tons of code cleanup and minor fixes to harden the code (mostly suggestions f...Tannin2015-02-251-5/+5
* Merge with branch1.2Tannin2015-01-241-2/+3
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-2/+3
* | MergeTannin2015-01-041-15/+16
|\ \
| * | replaced all uses of NULL with nullptrTannin2014-11-281-14/+14
| * | cleanup und bugfixes after refactoringTannin2014-11-281-1/+2
* | | Merge with branch1.2Tannin2015-01-031-3/+10
|\| | | |/ |/|
| * - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-3/+10
| * - workaround for GetModuleFileName-calls that supply wrong buffer sizeTannin2014-11-061-2/+2
| * - processes spawned from MO are now themselves allowed to break away from the...Tannin2014-08-251-2/+4
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-802/+802
* | - repository info is now stored with the modTannin2015-01-031-2/+11
* | when reinstalling a mod the existing mods name is used by defaultTannin2014-12-141-2/+3
* | searching for steam process will no longer fail when more than 1024 processes...Tannin2014-12-091-2/+2
* | now stored installed files with each modTannin2014-12-091-0/+8
* | - workaround for GetModuleFileName-calls that supply wrong buffer sizeTannin2014-11-061-2/+2
* | - processes spawned from MO are now themselves allowed to break away from the...Tannin2014-08-251-2/+4
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-802/+802
|/
* - main window now has a small view displaying log messagesTannin2014-05-041-2/+3
* - improved NCC compatibilityTannin2014-03-261-5/+12
* - bugfix: crash on overwriting a mod (introduced after the previous release)Tannin2013-12-191-1/+3
* - downgrading a mod (using replace) will now change the versionTannin2013-12-111-3/+5
* - bugfix: installFile for mods was not a relative path if the downloads direc...Tannin2013-11-221-1/+1
* - archive.dll now supports querying the crc value of filesTannin2013-11-181-2/+0
* - new toggle to display hidden downloadsTannin2013-10-101-49/+23
* - hook.dll now doesn't inject to certain applications (currently steam, chrom...Tannin2013-10-051-3/+3
* - bugfix: when installing mods through the nmm importer if no other mods were...Tannin2013-09-121-1/+1
* - when installing mods from outside the download directory the absolute path ...Tannin2013-09-111-2/+5
* - bugfix: division-by-zero error in the newly introduced server-speed calcula...Tannin2013-09-021-1/+7
* - the download manager now registers download speed. Right now this is only usedTannin2013-08-301-12/+23
* - caching of downloadwidgets to fix performance problem, currently broken and...Tannin2013-06-291-24/+0