| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -27/+27 |
| | | |||||
| * | Reorganize settingsdialog classes to match UI. | Mikaël Capelle | 2021-01-29 | 1 | -4/+4 |
| | | |||||
| * | Re-organize settings. Add setting to remember filters when restarting MO. | Mikaël Capelle | 2021-01-10 | 1 | -0/+2 |
| | | |||||
| * | don't skip paths for portable instance, what am I doing | isanae | 2020-11-03 | 1 | -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 Capelle | 2020-09-29 | 1 | -1/+1 |
| | | |||||
| * | added ExitModOrganizer(), used instead of qApp->exit() | isanae | 2019-10-07 | 1 | -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 steam | isanae | 2019-09-19 | 1 | -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 classes | isanae | 2019-09-02 | 1 | -3/+3 |
| | | | | | removed "get" from the getters that had it | ||||
| * | removed directinterface | isanae | 2019-09-02 | 1 | -6/+1 |
| | | |||||
| * | moved more nexus stuff to settings | isanae | 2019-08-26 | 1 | -0/+4 |
| | | | | | settings tab remembered | ||||
| * | changed crash dump type to use enum instead of int | isanae | 2019-08-24 | 1 | -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 accessors | isanae | 2019-08-17 | 1 | -21/+19 |
| | | | | | SettingsDialog now uses GeometrySaver | ||||
| * | moved all geometry save, restore and reset to GeometrySettings | isanae | 2019-08-16 | 1 | -10/+1 |
| | | | | | changed reset button in settings to restart immediately | ||||
| * | rebased to new logging | isanae | 2019-08-02 | 1 | -2/+2 |
| | | |||||
| * | removed obsolete load mechanisms | isanae | 2019-08-02 | 1 | -1/+1 |
| | | |||||
| * | cleaned up includes | isanae | 2019-08-02 | 1 | -26/+0 |
| | | | | | | removed commented out code reordered member functions in Settings | ||||
| * | moved tabs to SettingsDialog | isanae | 2019-08-02 | 1 | -2/+103 |
| | | | | | removed Settings::query(), main window now deals with SettingsDialog directly | ||||
| * | split workarounds tab | isanae | 2019-08-02 | 1 | -51/+0 |
| | | |||||
| * | split plugins tab | isanae | 2019-08-02 | 1 | -52/+0 |
| | | |||||
| * | renamed tab classes, clashing with mod info dialog | isanae | 2019-08-02 | 1 | -277/+1 |
| | | | | | split nexus tab | ||||
| * | split paths tab | isanae | 2019-08-02 | 1 | -113/+0 |
| | | |||||
| * | moved SettingsTab out of Settings | isanae | 2019-08-02 | 1 | -105/+0 |
| | | | | | split general tab | ||||
| * | nexus info and stats in settings | isanae | 2019-07-12 | 1 | -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 messages | isanae | 2019-07-11 | 1 | -112/+6 |
| | | |||||
| * | api key validator in settings | isanae | 2019-07-11 | 1 | -41/+120 |
| | | |||||
| * | moved NexusSSOLogin to nxmaccessmanager | isanae | 2019-07-11 | 1 | -171/+27 |
| | | | | | added logs for manual key validation, will need to rewrite a few things | ||||
| * | reworked the nexus connection panel | isanae | 2019-07-11 | 1 | -84/+237 |
| | | | | | moved most of the stuff into a new NexusSSOLogin class | ||||
| * | moved api user account classes to their own files | isanae | 2019-06-14 | 1 | -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 dialog | isanae | 2019-06-04 | 1 | -0/+2 |
| | | | | | disabled disconnect and manual key buttons while fetching the api key | ||||
| * | renamed "revoke nexus authorization" to "disconnect from nexus" because ↵ | isanae | 2019-06-04 | 1 | -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 manually | isanae | 2019-06-03 | 1 | -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-: | isanae | 2019-05-26 | 1 | -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 clicked | LostDragonist | 2019-04-30 | 1 | -0/+14 |
| | | |||||
| * | Add setting to hide the API counter | LostDragonist | 2019-03-06 | 1 | -13/+0 |
| | | |||||
| * | Rework SSO for new protocol and utilize MO2 application ID | Silarn | 2019-02-18 | 1 | -16/+50 |
| | | |||||
| * | Several Nexus API-related changes | Silarn | 2019-02-18 | 1 | -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: | Silarn | 2019-02-18 | 1 | -0/+42 |
| | | | | | | - Switch to SSO with WebSocket - Update endpoints (all but version checking) | ||||
| * | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-18 | 1 | -3/+3 |
| |\ | |||||
| | * | Support for force loading libraries | LostDragonist | 2019-01-11 | 1 | -3/+3 |
| | | | |||||
| * | | Merge branch 'Develop' into archive_conflicts_2 | LostDragonist | 2018-12-30 | 1 | -55/+35 |
| |\| | |||||
| | * | Apply alpha color settings to the settings dialog | LostDragonist | 2018-12-30 | 1 | -57/+25 |
| | | | |||||
| | * | Added Alpha channel to color pickers | Project579 | 2018-12-31 | 1 | -4/+4 |
| | | | |||||
| * | | Fix conflict colors and make archive conflict colors configurable | LostDragonist | 2018-12-30 | 1 | -23/+33 |
| |/ | |||||
| * | Add the ability to change the managed game directory | LostDragonist | 2018-12-11 | 1 | -0/+10 |
| | | |||||
| * | Add workarounds button to reset window geometries | LostDragonist | 2018-12-08 | 1 | -0/+4 |
| | | |||||
| * | Add executable blacklisting | LostDragonist | 2018-11-29 | 1 | -0/+27 |
| | | |||||
| * | Resize plugin settings to make keys visible | LostDragonist | 2018-11-26 | 1 | -0/+4 |
| | | |||||
| * | Less strict implementation of path normalization | LostDragonist | 2018-11-10 | 1 | -11/+8 |
| | | |||||
| * | Normalize path settings to prevent extra characters | LostDragonist | 2018-11-10 | 1 | -0/+41 |
| | | |||||
| * | Fix button colors in the settings dialog with the default theme | LostDragonist | 2018-11-09 | 1 | -14/+18 |
| | | |||||
