| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | StatusBar now inherits from QStatusBar to handle hide/show events | isanae | 2019-08-16 | 1 | -8/+5 |
| | | | | | | merged settings into saveVisibility() and restoreVisibility() call MainWindow::storeSettings() earlier so widget visibility is still valid | ||||
| * | moved all geometry save, restore and reset to GeometrySettings | isanae | 2019-08-16 | 1 | -19/+20 |
| | | | | | changed reset button in settings to restart immediately | ||||
| * | merged toolbars into restoreToolbars() and saveToolbars() | isanae | 2019-08-16 | 1 | -4/+15 |
| | | | | | | | added centerOnMainWindowMonitor(), now also used by validation dialog added overloads for splitter, used by main splitter fixed saveState() for QMainWindow calling the wrong function | ||||
| * | added GeometrySaver | isanae | 2019-08-16 | 1 | -38/+26 |
| | | | | | | removed widget-specific functions in GeometrySettings, now using generic functions in Settings removed some unused member variables in MainWindow | ||||
| * | moved getting and setting executables to Settings | isanae | 2019-08-05 | 1 | -0/+3 |
| | | |||||
| * | moved recent directories to Settings | isanae | 2019-08-04 | 1 | -0/+3 |
| | | | | | use global cache variable instead of an instance inside a function | ||||
| * | moved geometry handling to PreviewDialog | isanae | 2019-08-04 | 1 | -0/+3 |
| | | | | | fixed dialogs not having a parent | ||||
| * | removed registerWidgetState(), was used just for header list headers, now ↵ | isanae | 2019-08-04 | 1 | -0/+12 |
| | | | | | saved and restored directly | ||||
| * | moved geometry handling to ProblemsDialog and CategoriesDialog | isanae | 2019-08-04 | 1 | -0/+6 |
| | | |||||
| * | moved geometry handling to ListDialog | isanae | 2019-08-04 | 1 | -0/+3 |
| | | |||||
| * | removed convertVariant(), turns out value() does it | isanae | 2019-08-04 | 1 | -0/+4 |
| | | | | | separator colors to settings | ||||
| * | moved geometry handling to mod info and overwrite dialogs | isanae | 2019-08-04 | 1 | -0/+9 |
| | | |||||
| * | moved geometry handling to ProfilesDialog | isanae | 2019-08-04 | 1 | -0/+4 |
| | | |||||
| * | moved geometry handling to EditExecutablesDialog itself | isanae | 2019-08-04 | 1 | -0/+2 |
| | | |||||
| * | moved settings updates to Settings::processUpdates() | isanae | 2019-08-04 | 1 | -0/+7 |
| | | |||||
| * | split into GeometrySettings | isanae | 2019-08-04 | 1 | -11/+44 |
| | | | | | | | | removed most of storeSettings() from OrganizerCore: QSettings handles saving by itself, no need for that removed topLevelSplitter from ui, unused since the log widget is in a dock removed QSettings from MainWindow::readSettings() replaced return values for some of the new getters in Settings to std::optional | ||||
| * | removed mentions of QSettings from main.cpp | isanae | 2019-08-04 | 1 | -1/+21 |
| | | | | | added necessary member functions in Settings | ||||
| * | removed obsolete load mechanisms | isanae | 2019-08-02 | 1 | -4/+4 |
| | | |||||
| * | cleaned up includes | isanae | 2019-08-02 | 1 | -29/+7 |
| | | | | | | removed commented out code reordered member functions in Settings | ||||
| * | moved tabs to SettingsDialog | isanae | 2019-08-02 | 1 | -53/+2 |
| | | | | | removed Settings::query(), main window now deals with SettingsDialog directly | ||||
| * | split diagnostics tab | isanae | 2019-08-02 | 1 | -18/+0 |
| | | | | | fixed log and crash dump directory links in label not working | ||||
| * | split workarounds tab | isanae | 2019-08-02 | 1 | -19/+1 |
| | | |||||
| * | split plugins tab | isanae | 2019-08-02 | 1 | -19/+6 |
| | | |||||
| * | removed incorrect warning that steam password is unencrypted | isanae | 2019-08-02 | 1 | -13/+0 |
| | | | | | split steam tab | ||||
| * | renamed tab classes, clashing with mod info dialog | isanae | 2019-08-02 | 1 | -16/+0 |
| | | | | | split nexus tab | ||||
| * | split paths tab | isanae | 2019-08-02 | 1 | -16/+1 |
| | | |||||
| * | moved SettingsTab out of Settings | isanae | 2019-08-02 | 1 | -41/+24 |
| | | | | | split general tab | ||||
| * | use log::Levels instead of ints | isanae | 2019-07-22 | 1 | -1/+9 |
| | | | | | | create log level combobox in code, set selected index based on value instead added log level to context menu in log list | ||||
| * | renamed "revoke nexus authorization" to "disconnect from nexus" because ↵ | isanae | 2019-06-04 | 1 | -12/+18 |
| | | | | | | | | "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 const version of Settings::directInterface() for restoring states | isanae | 2019-05-20 | 1 | -0/+1 |
| | | | | | | added top-level saveState() and restoreState() to ModInfoDialog that are called from MainWindow, because it now also has to handle expander states in the conflict tab added internal opened state to expander widget instead of using widget visibility so it can be saved even after the dialog is closed | ||||
| * | Restart MO if the API key is changed or the reset geometries button was clicked | LostDragonist | 2019-04-30 | 1 | -0/+1 |
| | | |||||
| * | Add setting to hide the API counter | LostDragonist | 2019-03-06 | 1 | -0/+6 |
| | | |||||
| * | Remove the spoofed NMM version | LostDragonist | 2019-02-22 | 1 | -6/+0 |
| | | | | | The new API does not require this and it serves no purpose to keep it. | ||||
| * | Small updates, cleanup, update code, cache settings, tooltips | Silarn | 2019-02-18 | 1 | -16/+0 |
| | | |||||
| * | Add settings option to switch between fixed and dynamic cache timeouts | Silarn | 2019-02-18 | 1 | -0/+17 |
| | | |||||
| * | Implement Windows Credential Manager | Silarn | 2019-02-18 | 1 | -2/+2 |
| | | |||||
| * | Implement using the DPAPI to encrypt credentials | Silarn | 2019-02-18 | 1 | -2/+2 |
| | | |||||
| * | Several Nexus API-related changes | Silarn | 2019-02-18 | 1 | -0/+1 |
| | | | | | | | | | * 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 | -6/+6 |
| | | | | | | - 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 | -2/+2 |
| |\ | |||||
| | * | Support for force loading libraries | LostDragonist | 2019-01-11 | 1 | -2/+2 |
| | | | |||||
| * | | Fix conflict colors and make archive conflict colors configurable | LostDragonist | 2018-12-30 | 1 | -0/+6 |
| | | | |||||
| * | | Merge branch 'Develop' into archive_conflicts_2 | Project579 | 2018-12-29 | 1 | -0/+6 |
| |\| | | | | | | | Updating to 2.1.7alpha1 | ||||
| | * | Add an option to disable endorsements | LostDragonist | 2018-12-24 | 1 | -0/+6 |
| | | | |||||
| * | | Added button to disable Archives in Data Tree and entirely. | Project579 | 2018-12-12 | 1 | -0/+6 |
| |/ | |||||
| * | Add option to remove column colors for mod list separators | LostDragonist | 2018-12-11 | 1 | -0/+7 |
| | | |||||
| * | Add the ability to change the managed game directory | LostDragonist | 2018-12-11 | 1 | -0/+5 |
| | | |||||
| * | Add workaround setting to prevent the GUI from locking when running an ↵ | LostDragonist | 2018-12-08 | 1 | -0/+6 |
| | | | | | executable | ||||
| * | Add executable blacklisting | LostDragonist | 2018-11-29 | 1 | -3/+4 |
| | | |||||
| * | Added ability to change color of conflict and plugin highlighting from the ↵ | Al12rs | 2018-11-01 | 1 | -1/+17 |
| | | | | | settings. | ||||
