summaryrefslogtreecommitdiff
path: root/src/settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Facepalm moments - realised gameinfo init call is no longer needed. Removed a...Thomas Tanner2015-12-061-1/+0
* Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into Tho...TanninOne2015-12-061-1/+1
|\
| * Added support for include-what-you-use in a very simplistic fashion to the Sc...Thomas Tanner2015-10-171-1/+0
* | Renamed getNexusName to getGameShortName as previously because it hopefully i...Thomas Tanner2015-11-261-1/+1
* | Bunch of const correctness changes. There shouldn't be any update of plugin g...Thomas Tanner2015-11-251-1/+1
* | Removes all uses of GameInfo::getShortName, replaced by IPluginGame::getNexus...Thomas Tanner2015-11-241-9/+5
|/
* and now I find out I don't need to do it at allTom Tanner2015-06-231-2/+2
* Finish refactoring all the tab code into classesTom Tanner2015-06-211-64/+62
* More refactoring, slightly easier to use classesTom Tanner2015-06-211-77/+49
* Factor out general, nexis, plugins tab code into individual classesTom Tanner2015-06-201-174/+249
* small stuffTannin2015-05-261-6/+6
* slight cleanup regarding steam log-in settingsTannin2015-05-121-7/+4
* MergeTannin2015-05-121-0/+39
|\
| * Merge from masterTom Tanner2015-05-101-0/+39
| |\
| | * Add in a tab to allow saving of steam username and password.Tom Tanner2015-05-091-0/+39
* | | - language list in settings no longer contains english twiceTannin2015-05-101-3/+12
|/ /
* / download directory, cache directory and mod directory are now only stored in theTannin2015-04-081-7/+18
|/
* Merge with branch1.2Tannin2015-01-241-0/+12
|\
| * - download servers that haven't been available for over a month are now purge...Tannin2015-01-071-0/+12
* | - bugfixesTannin2015-01-061-3/+9
* | MergeTannin2015-01-041-7/+7
|\ \
| * | cleanup und bugfixes after refactoringTannin2014-11-281-13/+14
| * | - archive library can now query for password during extraction (seems to be n...Tannin2014-11-051-1/+1
| * | - several style fixes suggested by static analysisTannin2014-09-241-1/+1
| * | - descriptions for plugin settings are now displayedTannin2014-09-101-741/+745
| * | - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-1/+0
| * | - performance optimizations for detection of file changes in mod directoriesTannin2014-08-011-37/+8
| * | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-771/+771
| * | - when highlighting a mod the overwritten and overwriting mods are now highli...Tannin2014-07-141-10/+21
* | | - fixes after mergeTannin2015-01-041-5/+10
| |/ |/|
* | more bugfixesTannin2014-11-261-10/+21
* | - archive library can now query for password during extraction (seems to be n...Tannin2014-11-051-1/+1
* | - several style fixes suggested by static analysisTannin2014-09-241-1/+1
* | - descriptions for plugin settings are now displayedTannin2014-09-101-730/+734
* | - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-1/+0
* | - performance optimizations for detection of file changes in mod directoriesTannin2014-08-011-37/+8
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-760/+760
|/
* MergeTannin2014-06-161-1/+1
|\
| * bugfix: the warning dialog upon changing the mod directory didn't have an eff...Tannin2014-06-141-1/+1
* | - loot client now only updates the masterlist once per MO sessionTannin2014-06-081-5/+7
|/
* - added an option to show meta info on downloads instead of filenamesTannin2014-04-231-1/+17
* some fixes towards qt5 compatibilityTannin2014-03-161-0/+4
* - a few hooks will now somewhat handle file names starting with \\?\Tannin2014-02-121-1/+1
* - nxmhandler will now ask before registering itselfTannin2014-01-041-0/+9
* - MO now applies a minimum to the nmm-compatibility field.Tannin2013-12-081-4/+9
* - archive.dll now supports querying the crc value of filesTannin2013-11-181-0/+3
* - Option to choose edition of the game. Currently only relevant for FO3 becau...Tannin2013-10-251-1/+1
* - added new plugin to test if fnis needs to be runTannin2013-10-111-0/+1
* - esp reader now handles invalid files more gracefullyTannin2013-09-211-2/+78
* - the download manager now registers download speed. Right now this is only usedTannin2013-08-301-10/+31