summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - added second context menu for changing categories that applies only changes toTannin2013-12-014-30/+134
* minor updates to readme and mod info uiTannin2013-12-011-13/+30
* - bugfix: installFile for mods was not a relative path if the downloads direc...Tannin2013-11-2223-10036/+7034
* - bugfix: canceling creation of an ini tweak prompted an error messageTannin2013-11-201-3/+3
* - archive.dll now supports querying the crc value of filesTannin2013-11-1814-56/+167
* - started qbs based project files (not functional yet)Tannin2013-11-115-2/+44
* - diagnosis plugins can now request to be re-evaluatedTannin2013-11-0622-1802/+1836
* - added a new diagnosis to detect potential problems in regards to esp vs. as...Tannin2013-11-017-35/+110
* - text files encoded in system encoding should now be correctly recognized in...Tannin2013-10-264-27/+42
* - Option to choose edition of the game. Currently only relevant for FO3 becau...Tannin2013-10-2517-29/+70
* - directories in data-view are now sortedTannin2013-10-206-281/+14
* - tooltip on download list now contains the file nameTannin2013-10-185-12/+40
* - mod sorting now always uses priority as secondary sortingTannin2013-10-172-30/+38
* - plugin (esp/esm) list is now exposed to plugins (read-only functionality ri...Tannin2013-10-164-23/+54
* MergeTannin2013-10-165-7/+42
|\
| * - bugfixes to last mergeTannin2013-10-122-3/+28
| * MergeTannin2013-10-123-6/+17
| |\
| | * - MO now warns if a nxm-link for a wrong game was attempted instead of downlo...Tannin2013-10-103-6/+17
* | | - nmm importer now also transfers category, endorsement state and lastest ver...Tannin2013-10-164-3/+44
|/ /
* | MergeTannin2013-10-118-10/+103
|\ \ | |/ |/|
| * - added new plugin to test if fnis needs to be runTannin2013-10-118-10/+103
* | - new toggle to display hidden downloadsTannin2013-10-1016-106/+189
* | - bugfix: When updating MO, if login is required, the process didn't continue...Tannin2013-10-061-0/+1
* | - option to ignore/unignore updates is now only shown if there IS an updateTannin2013-10-063-14/+15
* | MergeTannin2013-10-061-1/+2
|\ \ | |/ |/|
| * bugfix: statusbar may have stayed enabled if an error occured on handling the...Tannin2013-10-061-1/+2
* | - hook.dll now doesn't inject to certain applications (currently steam, chrom...Tannin2013-10-0529-108/+295
* | diagnosis plugin now warns when nitpick is installedTannin2013-09-301-0/+1
* | - download progress is now visible in task barTannin2013-09-289-40/+66
|/
* - plugin tooltip now only lists the masters that aren't enabled (if any)Tannin2013-09-262-7/+6
* - bugfix: esp parsing could crash for broken/unrecognized espsTannin2013-09-231-0/+4
* - removed some obsolete codeTannin2013-09-222-3/+19
* - esp reader now handles invalid files more gracefullyTannin2013-09-2129-452/+456
* - bugfix: testing for missing masters at the wrong time seems to have caused ...Tannin2013-09-166-43/+72
* - bugfix: when installing mods through the nmm importer if no other mods were...Tannin2013-09-123-1/+11
* - when installing mods from outside the download directory the absolute path ...Tannin2013-09-1116-123/+208
* updated versionsTannin2013-09-051-2/+2
* - bugfix: automatically removes a file from old NCC release that was interfer...Tannin2013-09-051-10/+1
* - bugfix: "overwrite" is no longer a localizable string, at least for now, be...Tannin2013-09-023-4/+4
* - bugfix: division-by-zero error in the newly introduced server-speed calcula...Tannin2013-09-023-3/+11
* - separated python proxy into two dlls. One is a wrapper without externalTannin2013-09-011-1/+2
* - added a new column for not-yet-endorsed modsTannin2013-09-017-8/+40
* - mod list can now be sorted by install timeTannin2013-08-3124-3172/+3500
* - the download manager now registers download speed. Right now this is only usedTannin2013-08-3013-51/+163
* - position of splitter in main window is now saved and restoredTannin2013-08-257-93/+101
* - column sizing is now changeable by the user yet still automatically resizes...Tannin2013-08-242-26/+84
* MergeTannin2013-08-2420-7458/+12823
|\
| * - added code for c++ based boss dummyTannin2013-08-242-0/+4623
| * - turned boss dummy into a c++ project (unmanaged exports with c# is a pain)Tannin2013-08-2418-7458/+8200
* | - download size is now displayedTannin2013-08-2413-88/+184