| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved geometry handling to ProblemsDialog and CategoriesDialog | isanae | 2019-08-04 | 1 | -0/+20 |
| | | |||||
| * | moved geometry handling to ListDialog | isanae | 2019-08-04 | 1 | -0/+10 |
| | | |||||
| * | removed convertVariant(), turns out value() does it | isanae | 2019-08-04 | 1 | -36/+21 |
| | | | | | separator colors to settings | ||||
| * | moved geometry handling to mod info and overwrite dialogs | isanae | 2019-08-04 | 1 | -0/+66 |
| | | |||||
| * | moved geometry handling to ProfilesDialog | isanae | 2019-08-04 | 1 | -0/+10 |
| | | |||||
| * | moved geometry handling to EditExecutablesDialog itself | isanae | 2019-08-04 | 1 | -0/+10 |
| | | |||||
| * | moved settings updates to Settings::processUpdates() | isanae | 2019-08-04 | 1 | -0/+46 |
| | | |||||
| * | split into GeometrySettings | isanae | 2019-08-04 | 1 | -15/+165 |
| | | | | | | | | 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 | -3/+74 |
| | | | | | added necessary member functions in Settings | ||||
| * | removed obsolete load mechanisms | isanae | 2019-08-02 | 1 | -5/+14 |
| | | |||||
| * | cleaned up includes | isanae | 2019-08-02 | 1 | -44/+0 |
| | | | | | | removed commented out code reordered member functions in Settings | ||||
| * | moved tabs to SettingsDialog | isanae | 2019-08-02 | 1 | -100/+0 |
| | | | | | removed Settings::query(), main window now deals with SettingsDialog directly | ||||
| * | split diagnostics tab | isanae | 2019-08-02 | 1 | -30/+2 |
| | | | | | fixed log and crash dump directory links in label not working | ||||
| * | split workarounds tab | isanae | 2019-08-02 | 1 | -71/+2 |
| | | |||||
| * | split plugins tab | isanae | 2019-08-02 | 1 | -47/+7 |
| | | |||||
| * | removed incorrect warning that steam password is unencrypted | isanae | 2019-08-02 | 1 | -30/+6 |
| | | | | | split steam tab | ||||
| * | renamed tab classes, clashing with mod info dialog | isanae | 2019-08-02 | 1 | -110/+4 |
| | | | | | split nexus tab | ||||
| * | split paths tab | isanae | 2019-08-02 | 1 | -80/+1 |
| | | |||||
| * | moved SettingsTab out of Settings | isanae | 2019-08-02 | 1 | -181/+23 |
| | | | | | split general tab | ||||
| * | replaced formatSystemMessageQ() with formatSystemMessage() | isanae | 2019-07-22 | 1 | -3/+3 |
| | | | | | replaced windowsErrorString() with formatSystemMessage() | ||||
| * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -4/+3 |
| | | | | | removed some commented out logging | ||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -11/+3 |
| | | | | | removed now unused vlog() | ||||
| * | replaced qWarning() | isanae | 2019-07-22 | 1 | -2/+3 |
| | | |||||
| * | use log::Levels instead of ints | isanae | 2019-07-22 | 1 | -4/+26 |
| | | | | | | create log level combobox in code, set selected index based on value instead added log level to context menu in log list | ||||
| * | added --crashdump to generate dumps of a running MO process | isanae | 2019-07-01 | 1 | -3/+7 |
| | | | | | added dump_running_process.bat to start another instance of MO with that flag | ||||
| * | refactored preloadSsl() into preloadDll() | isanae | 2019-06-29 | 1 | -31/+0 |
| | | | | | | | removed old HGID check moved formatSystemMessage() to uibase added Environment class, lists loaded modules, logged at startup | ||||
| * | refactored FormatMessage() into formatSystemMessage() | isanae | 2019-06-23 | 1 | -18/+43 |
| | | | | | fixes trying to load a wchar_t* with qCritical(), which merely prints the address | ||||
| * | renamed "revoke nexus authorization" to "disconnect from nexus" because ↵ | isanae | 2019-06-04 | 1 | -51/+27 |
| | | | | | | | | "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 | ||||
| * | changed rest of ShellExecuteW() calls to use shell::Execute(), ↵ | isanae | 2019-05-26 | 1 | -11/+12 |
| | | | | | shell::OpenLink() or shell::OpenFile() | ||||
| * | Restart MO if the API key is changed or the reset geometries button was clicked | LostDragonist | 2019-04-30 | 1 | -11/+22 |
| | | |||||
| * | Add setting to hide the API counter | LostDragonist | 2019-03-06 | 1 | -1/+8 |
| | | |||||
| * | Remove the spoofed NMM version | LostDragonist | 2019-02-22 | 1 | -13/+0 |
| | | | | | The new API does not require this and it serves no purpose to keep it. | ||||
| * | Add space | LostDragonist | 2019-02-21 | 1 | -1/+1 |
| | | |||||
| * | Small updates, cleanup, update code, cache settings, tooltips | Silarn | 2019-02-18 | 1 | -14/+0 |
| | | |||||
| * | Freeing the credential object when there's no result causes overruns | Silarn | 2019-02-18 | 1 | -1/+1 |
| | | |||||
| * | Add settings option to switch between fixed and dynamic cache timeouts | Silarn | 2019-02-18 | 1 | -4/+15 |
| | | |||||
| * | Implement Windows Credential Manager | Silarn | 2019-02-18 | 1 | -50/+81 |
| | | |||||
| * | Fix various issues when not having a stored API key | Silarn | 2019-02-18 | 1 | -3/+4 |
| | | |||||
| * | Fixe API Key storage and actually validate the response | Silarn | 2019-02-18 | 1 | -6/+2 |
| | | |||||
| * | Rework the data and cleanup a bit | Silarn | 2019-02-18 | 1 | -10/+10 |
| | | |||||
| * | Stop blindly following examples and use better code | Silarn | 2019-02-18 | 1 | -6/+6 |
| | | |||||
| * | Implement using the DPAPI to encrypt credentials | Silarn | 2019-02-18 | 1 | -12/+36 |
| | | |||||
| * | Several Nexus API-related changes | Silarn | 2019-02-18 | 1 | -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: | Silarn | 2019-02-18 | 1 | -18/+30 |
| | | | | | | - Switch to SSO with WebSocket - Update endpoints (all but version checking) | ||||
| * | Add Discord, GOG Galaxy, and Spotify to default blacklist | LostDragonist | 2019-02-05 | 1 | -0/+3 |
| | | |||||
| * | Change archive parsing to experimental and default to disabled | LostDragonist | 2019-01-25 | 1 | -2/+2 |
| | | |||||
| * | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-18 | 1 | -3/+4 |
| |\ | |||||
| | * | Delete the settings array before writing a new one | LostDragonist | 2019-01-11 | 1 | -0/+1 |
| | | | |||||
| | * | Fix or ignore a number of compiler warnings. | Al | 2019-01-11 | 1 | -1/+1 |
| | | | |||||
| | * | Support for force loading libraries | LostDragonist | 2019-01-11 | 1 | -2/+2 |
| | | | |||||
