summaryrefslogtreecommitdiff
path: root/src/settings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Several Nexus API-related changesSilarn2019-02-181-0/+8
| | | | | | | | * Added 30-second ping so Nexus doesn't close our connection * Set an overall 5 minute timeout before we give up listening for auth * Fixed some old signal and slot connections * Added a button to revoke the current API authorization * Updated bulk endorsement function with new API changes
* Initial Nexus API changes:Silarn2019-02-181-18/+30
| | | | | - Switch to SSO with WebSocket - Update endpoints (all but version checking)
* Add Discord, GOG Galaxy, and Spotify to default blacklistLostDragonist2019-02-051-0/+3
|
* Change archive parsing to experimental and default to disabledLostDragonist2019-01-251-2/+2
|
* Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2Silarn2019-01-181-3/+4
|\
| * Delete the settings array before writing a new oneLostDragonist2019-01-111-0/+1
| |
| * Fix or ignore a number of compiler warnings.Al2019-01-111-1/+1
| |
| * Support for force loading librariesLostDragonist2019-01-111-2/+2
| |
* | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2Silarn2019-01-051-2/+2
|\|
| * Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-2/+2
| |
* | Merge branch 'Develop' into archive_conflicts_2LostDragonist2018-12-301-20/+11
|\|
| * Apply alpha color settings to the settings dialogLostDragonist2018-12-301-14/+9
| |
* | Fix conflict colors and make archive conflict colors configurableLostDragonist2018-12-301-0/+22
| |
* | Merge branch 'Develop' into archive_conflicts_2Project5792018-12-291-0/+8
|\| | | | | | | Updating to 2.1.7alpha1
| * Add an option to disable endorsementsLostDragonist2018-12-241-0/+8
| |
* | Clean up and fix merge issuesLostDragonist2018-12-121-2/+2
| |
* | Added button to disable Archives in Data Tree and entirely.Project5792018-12-121-1/+9
|/
* Add option to remove column colors for mod list separatorsLostDragonist2018-12-111-0/+8
|
* Add the ability to change the managed game directoryLostDragonist2018-12-111-0/+11
|
* Add workaround setting to prevent the GUI from locking when running an ↵LostDragonist2018-12-081-0/+8
| | | | executable
* Add workarounds button to reset window geometriesLostDragonist2018-12-081-0/+11
|
* Add executable blacklistingLostDragonist2018-11-291-0/+18
|
* Tweak text color selection to prevent white text on bright green backgroundLostDragonist2018-11-091-2/+2
|
* Fix button colors in the settings dialog with the default themeLostDragonist2018-11-091-9/+6
|
* 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
| |