summaryrefslogtreecommitdiff
path: root/src/settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* moved geometry handling to ProblemsDialog and CategoriesDialogisanae2019-08-041-0/+20
* moved geometry handling to ListDialogisanae2019-08-041-0/+10
* removed convertVariant(), turns out value() does itisanae2019-08-041-36/+21
* moved geometry handling to mod info and overwrite dialogsisanae2019-08-041-0/+66
* moved geometry handling to ProfilesDialogisanae2019-08-041-0/+10
* moved geometry handling to EditExecutablesDialog itselfisanae2019-08-041-0/+10
* moved settings updates to Settings::processUpdates()isanae2019-08-041-0/+46
* split into GeometrySettingsisanae2019-08-041-15/+165
* removed mentions of QSettings from main.cppisanae2019-08-041-3/+74
* removed obsolete load mechanismsisanae2019-08-021-5/+14
* cleaned up includesisanae2019-08-021-44/+0
* moved tabs to SettingsDialogisanae2019-08-021-100/+0
* split diagnostics tabisanae2019-08-021-30/+2
* split workarounds tabisanae2019-08-021-71/+2
* split plugins tabisanae2019-08-021-47/+7
* removed incorrect warning that steam password is unencryptedisanae2019-08-021-30/+6
* renamed tab classes, clashing with mod info dialogisanae2019-08-021-110/+4
* split paths tabisanae2019-08-021-80/+1
* moved SettingsTab out of Settingsisanae2019-08-021-181/+23
* replaced formatSystemMessageQ() with formatSystemMessage()isanae2019-07-221-3/+3
* changed qDebug() to log::debug()isanae2019-07-221-4/+3
* changed qCritical() to log::error()isanae2019-07-221-11/+3
* replaced qWarning()isanae2019-07-221-2/+3
* use log::Levels instead of intsisanae2019-07-221-4/+26
* added --crashdump to generate dumps of a running MO processisanae2019-07-011-3/+7
* refactored preloadSsl() into preloadDll()isanae2019-06-291-31/+0
* refactored FormatMessage() into formatSystemMessage()isanae2019-06-231-18/+43
* renamed "revoke nexus authorization" to "disconnect from nexus" because "revo...isanae2019-06-041-51/+27
* changed rest of ShellExecuteW() calls to use shell::Execute(), shell::OpenLin...isanae2019-05-261-11/+12
* Restart MO if the API key is changed or the reset geometries button was clickedLostDragonist2019-04-301-11/+22
* Add setting to hide the API counterLostDragonist2019-03-061-1/+8
* Remove the spoofed NMM versionLostDragonist2019-02-221-13/+0
* Add spaceLostDragonist2019-02-211-1/+1
* Small updates, cleanup, update code, cache settings, tooltipsSilarn2019-02-181-14/+0
* Freeing the credential object when there's no result causes overrunsSilarn2019-02-181-1/+1
* Add settings option to switch between fixed and dynamic cache timeoutsSilarn2019-02-181-4/+15
* Implement Windows Credential ManagerSilarn2019-02-181-50/+81
* Fix various issues when not having a stored API keySilarn2019-02-181-3/+4
* Fixe API Key storage and actually validate the responseSilarn2019-02-181-6/+2
* Rework the data and cleanup a bitSilarn2019-02-181-10/+10
* Stop blindly following examples and use better codeSilarn2019-02-181-6/+6
* Implement using the DPAPI to encrypt credentialsSilarn2019-02-181-12/+36
* Several Nexus API-related changesSilarn2019-02-181-0/+8
* Initial Nexus API changes:Silarn2019-02-181-18/+30
* 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