summaryrefslogtreecommitdiff
path: root/src/settings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up leftover from color customizzation.Al12rs2018-11-011-2/+0
|
* Added ability to change color of conflict and plugin highlighting from the ↵Al12rs2018-11-011-1/+85
| | | | settings.
* Automatically set CDN as a preferred serverLostDragonist2018-09-171-4/+5
| | | | This also removes the (free) and (premium) labels from the servers as they aren't useful anymore. Premium users get premium speeds on all servers. Added (automatic) tag to the CDN server to indicate it will automatically pick servers based on geography.
* Store and load major dialogs geometry information.Al12rs2018-09-151-0/+8
|
* Added the path of the managed game in the settings menu under the path tab, ↵Al12rs2018-06-221-1/+2
| | | | it's read only for now as allowing the user to change it would probably require a lot more work.
* Coalesce plugins with the same name in the settings dialogue (as they ↵AnyOldName32018-05-021-0/+4
| | | | already share setting values)
* Update the NMM versionSilarn2018-05-011-1/+1
|
* Add all supported games to the nxmhandler configSilarn2018-05-011-1/+5
|
* Support for multi-game downloadsSilarn2018-04-161-2/+2
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-619/+746
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-746/+619
|
* Revert "Fixed nexus link handling to use gameNexusName() instead of ↵Al12rs2018-01-271-1/+1
| | | | | | gameShortName()." This reverts commit ca54760c13fbbb6ff685e04ef11ed5592823680c.
* Fixed nexus link handling to use gameNexusName() instead of gameShortName().matzman6662018-01-061-1/+1
|
* Don't log username and passwordEran Mizrahi2017-12-271-1/+1
|
* print settings loading and changes to log for diagnostic purposesEran Mizrahi2017-12-271-0/+21
|
* Move crash dumps to instance-dependant data folderEran Mizrahi2017-12-121-0/+12
|
* generate dumps using new diagnostics settingsEran Mizrahi2017-12-101-1/+1
|
* new diagnostics settings dialog tabEran Mizrahi2017-12-101-6/+31
|
* Merge branch 'master' into new_vfs_libraryTannin2016-06-301-11/+25
|\
| * Some include-what-you-use suggested changesThomas Tanner2016-06-271-4/+23
| |
| * Moved QuestionBoxMemory clearance from settings into QuestionBoxMemoryThomas Tanner2016-06-261-7/+2
| |
| * Removing the 'get' in all function names and making FO4 plugin buildThomas Tanner2016-01-241-1/+1
| | | | | | | | Merge branch 'master' of https://github.com/TanninOne/modorganizer
* | fixed creation of data paths after changing paths in settings and update of ↵Tannin2016-06-231-2/+8
| | | | | | | | profile list after change
* | bugfix: changing from local language to english doesn't stickTannin2016-06-031-1/+1
| |
* | fixed handling of base dir in settings dialog (and fixed the tab order in ↵Tannin2016-05-271-24/+9
| | | | | | | | the settings dialog)
* | cleanupTannin2016-05-191-58/+0
| |
* | more configuration optionsTannin2016-03-021-20/+107
| | | | | | | | | | | | - overwrite path configurable - one can now set a base directory for all configurable paths - user can now opt in/out of receiving pre-release updates (not functional yet)
* | made instance-switching usableTannin2016-01-101-115/+159
| | | | | | | | | | this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured
* | Merge branch 'new_vfs_library' of https://github.com/TanninOne/modorganizer ↵Tannin2015-12-281-1/+0
|\| | | | | | | into new_vfs_library
| * Facepalm moments - realised gameinfo init call is no longer needed. Removed ↵Thomas Tanner2015-12-061-1/+0
| | | | | | | | all references
* | removed get-prefix from many getters. removed const from managed_game variable.Tannin2015-12-281-1/+1
|/ | | | other fixes
* Merge branch 'master' of https://github.com/ThosRTanner/modorganizer into ↵TanninOne2015-12-061-1/+1
|\ | | | | | | ThosRTanner-master
| * Added support for include-what-you-use in a very simplistic fashion to the ↵Thomas Tanner2015-10-171-1/+0
| | | | | | | | | | | | Scons build. This isn't exactly production ready because the qt headers are a nightmarish web of interdependencies but it's useful for checking. I've also removed a few unused include files it detected and corrected some things that upset clang in a big way.
* | Renamed getNexusName to getGameShortName as previously because it hopefully ↵Thomas Tanner2015-11-261-1/+1
| | | | | | | | isn't too nexus related.
* | Bunch of const correctness changes. There shouldn't be any update of plugin ↵Thomas Tanner2015-11-251-1/+1
| | | | | | | | games once MO has started
* | Removes all uses of GameInfo::getShortName, replaced by ↵Thomas Tanner2015-11-241-9/+5
|/ | | | IPluginGame::getNexustName
* 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
| | | | Add some code and page to control what is/isn't significant in overwrite
* 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
|/ / | | | | | | - language names in settings are now in the native language
* / download directory, cache directory and mod directory are now only stored in theTannin2015-04-081-7/+18
|/ | | | ini file when they differ from the default. this should make moving MO easier
* Merge with branch1.2Tannin2015-01-241-0/+12
|\
| * - download servers that haven't been available for over a month are now ↵Tannin2015-01-071-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | purged from the known servers list - bugfix: encoding detection for fomod xmls could incorrectly interpret files as utf16 encoded - bugfix: hashing algorithm for bsa files was wrong - bugfix: nxmhandler reported non-issues as errors - bugfix: nxmhandler tried to apply chrome fix on every start - bugfix: "not endorsed" icon displayed for non-nexus mods - bugfix: when drag&dropping within the overwrite dialog the file might still get moved to a mod (and probably not the intended one) - bugfix: dropping files from overwrite on the modlist was refused when not sorting by priority (only in 1.2.15) - bugfix: unmanaged mods couldn't be reordered (only in 1.2.15)
* | - bugfixesTannin2015-01-061-3/+9
| | | | | | | | | | | | | | - moved more functionality to game-plugins - further decoupled management functionality from the UI - created another "tutorial" which is only a single page with relevant parts of the ui highlighted with info as tooltips