summaryrefslogtreecommitdiff
path: root/src/settingsdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-27/+27
|
* Reorganize settingsdialog classes to match UI.Mikaël Capelle2021-01-291-4/+4
|
* Re-organize settings. Add setting to remember filters when restarting MO.Mikaël Capelle2021-01-101-0/+2
|
* don't skip paths for portable instance, what am I doingisanae2020-11-031-1/+1
| | | | | implemented actual creation removed mentions of %BASE_DIR% everywhere, use constant and functions from PathSettings
* Display plugins in a tree instead of a list in the settings dialog.Mikaël Capelle2020-09-291-1/+1
|
* added ExitModOrganizer(), used instead of qApp->exit()isanae2019-10-071-13/+8
| | | | | | | reset geometry uses TaskDialog moved restart code for the settings dialog to MainWindow fixed settings sometimes not being saved when restarting don't log "crash dumps present" every time the settings dialog is closed
* TaskDialog for restarting as admin for steamisanae2019-09-191-15/+29
| | | | | | added a parent widget parameter to a bunch of places fixed paths still getting changed even if folders can't be created made private the member variables that were temporarily public during rework
* split settings into a bunch of classesisanae2019-09-021-3/+3
| | | | removed "get" from the getters that had it
* removed directinterfaceisanae2019-09-021-6/+1
|
* moved more nexus stuff to settingsisanae2019-08-261-0/+4
| | | | settings tab remembered
* changed crash dump type to use enum instead of intisanae2019-08-241-25/+1
| | | | | | added ColorSettings settings dialog general and diag tabs don't use qsettings anymore removed logging of setting changes, will be added back to Settings class
* made member variables in SettingsTab private, added accessorsisanae2019-08-171-21/+19
| | | | SettingsDialog now uses GeometrySaver
* moved all geometry save, restore and reset to GeometrySettingsisanae2019-08-161-10/+1
| | | | changed reset button in settings to restart immediately
* rebased to new loggingisanae2019-08-021-2/+2
|
* removed obsolete load mechanismsisanae2019-08-021-1/+1
|
* cleaned up includesisanae2019-08-021-26/+0
| | | | | removed commented out code reordered member functions in Settings
* moved tabs to SettingsDialogisanae2019-08-021-2/+103
| | | | removed Settings::query(), main window now deals with SettingsDialog directly
* split workarounds tabisanae2019-08-021-51/+0
|
* split plugins tabisanae2019-08-021-52/+0
|
* renamed tab classes, clashing with mod info dialogisanae2019-08-021-277/+1
| | | | split nexus tab
* split paths tabisanae2019-08-021-113/+0
|
* moved SettingsTab out of Settingsisanae2019-08-021-105/+0
| | | | split general tab
* nexus info and stats in settingsisanae2019-07-121-22/+76
| | | | | | cleaned up double logging for github reset validation progress dialog parent just before the main window dies removed unused APIStats from APIUserAccount, added isValid()
* refactored state messagesisanae2019-07-111-112/+6
|
* api key validator in settingsisanae2019-07-111-41/+120
|
* moved NexusSSOLogin to nxmaccessmanagerisanae2019-07-111-171/+27
| | | | added logs for manual key validation, will need to rewrite a few things
* reworked the nexus connection panelisanae2019-07-111-84/+237
| | | | moved most of the stuff into a new NexusSSOLogin class
* moved api user account classes to their own filesisanae2019-06-141-2/+4
| | | | | | | | | api label in status bar: - now shows when not logged in - changed some of the colour thresholds to correspond to real throttling numbers make sure the api key is also cleared from the access manager when clearing from the settings removed unused bool m_ValidateAttempted in NXMAccessManager update the window title and status bar api label with correct values on startup, which fixes incorrect values when "restarting" MO after changing nexus settings
* fixed title on the manual key dialogisanae2019-06-041-0/+2
| | | | disabled disconnect and manual key buttons while fetching the api key
* renamed "revoke nexus authorization" to "disconnect from nexus" because ↵isanae2019-06-041-19/+110
| | | | | | | "revoking" is ambiguous reworked manual key dialog to look more like MO1 moved all the UI stuff from callbacks in Settings back to SettingsDialog in a central updateNexusButtons(), which also enables/disables buttons as needed
* added new dialog to enter api key manuallyisanae2019-06-031-0/+43
| | | | | added button in nexus settings to open the dialog added a force flag to apiCheck() to do a check with the new key even if the login was successful before
* fixes for /permissive-:isanae2019-05-261-1/+1
| | | | | | - no implicit conversions for enum classes - can't bind rvalue to non-const ref - string literals are const
* Restart MO if the API key is changed or the reset geometries button was clickedLostDragonist2019-04-301-0/+14
|
* Add setting to hide the API counterLostDragonist2019-03-061-13/+0
|
* Rework SSO for new protocol and utilize MO2 application IDSilarn2019-02-181-16/+50
|
* Several Nexus API-related changesSilarn2019-02-181-13/+35
| | | | | | | | * 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-0/+42
| | | | | - Switch to SSO with WebSocket - Update endpoints (all but version checking)
* Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2Silarn2019-01-181-3/+3
|\
| * Support for force loading librariesLostDragonist2019-01-111-3/+3
| |
* | Merge branch 'Develop' into archive_conflicts_2LostDragonist2018-12-301-55/+35
|\|
| * Apply alpha color settings to the settings dialogLostDragonist2018-12-301-57/+25
| |
| * Added Alpha channel to color pickersProject5792018-12-311-4/+4
| |
* | Fix conflict colors and make archive conflict colors configurableLostDragonist2018-12-301-23/+33
|/
* Add the ability to change the managed game directoryLostDragonist2018-12-111-0/+10
|
* Add workarounds button to reset window geometriesLostDragonist2018-12-081-0/+4
|
* Add executable blacklistingLostDragonist2018-11-291-0/+27
|
* Resize plugin settings to make keys visibleLostDragonist2018-11-261-0/+4
|
* Less strict implementation of path normalizationLostDragonist2018-11-101-11/+8
|
* Normalize path settings to prevent extra charactersLostDragonist2018-11-101-0/+41
|
* Fix button colors in the settings dialog with the default themeLostDragonist2018-11-091-14/+18
|