| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | passes callbacks to QuestionBoxMemory so it doesn't access the ini directly | isanae | 2019-08-17 | 1 | -0/+68 |
| * | put tutorials in the settings | isanae | 2019-08-17 | 1 | -5/+50 |
| * | put endorsement state and first start in settings | isanae | 2019-08-17 | 1 | -0/+18 |
| * | merged DockFixer into GeometrySettings | isanae | 2019-08-16 | 1 | -87/+171 |
| * | StatusBar now inherits from QStatusBar to handle hide/show events | isanae | 2019-08-16 | 1 | -55/+41 |
| * | moved all geometry save, restore and reset to GeometrySettings | isanae | 2019-08-16 | 1 | -25/+54 |
| * | merged toolbars into restoreToolbars() and saveToolbars() | isanae | 2019-08-16 | 1 | -10/+76 |
| * | added GeometrySaver | isanae | 2019-08-16 | 1 | -117/+101 |
| * | moved getting and setting executables to Settings | isanae | 2019-08-05 | 1 | -0/+44 |
| * | moved recent directories to Settings | isanae | 2019-08-04 | 1 | -0/+39 |
| * | moved geometry handling to PreviewDialog | isanae | 2019-08-04 | 1 | -0/+10 |
| * | removed registerWidgetState(), was used just for header list headers, now sav... | isanae | 2019-08-04 | 1 | -0/+40 |
| * | 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 |
| * | 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 mentions of QSettings from main.cpp | isanae | 2019-08-04 | 1 | -3/+74 |
| * | removed obsolete load mechanisms | isanae | 2019-08-02 | 1 | -5/+14 |
| * | cleaned up includes | isanae | 2019-08-02 | 1 | -44/+0 |
| * | moved tabs to SettingsDialog | isanae | 2019-08-02 | 1 | -100/+0 |
| * | split diagnostics tab | isanae | 2019-08-02 | 1 | -30/+2 |
| * | 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 |
| * | renamed tab classes, clashing with mod info dialog | isanae | 2019-08-02 | 1 | -110/+4 |
| * | split paths tab | isanae | 2019-08-02 | 1 | -80/+1 |
| * | moved SettingsTab out of Settings | isanae | 2019-08-02 | 1 | -181/+23 |
| * | replaced formatSystemMessageQ() with formatSystemMessage() | isanae | 2019-07-22 | 1 | -3/+3 |
| * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -4/+3 |
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -11/+3 |
| * | replaced qWarning() | isanae | 2019-07-22 | 1 | -2/+3 |
| * | use log::Levels instead of ints | isanae | 2019-07-22 | 1 | -4/+26 |
| * | added --crashdump to generate dumps of a running MO process | isanae | 2019-07-01 | 1 | -3/+7 |
| * | refactored preloadSsl() into preloadDll() | isanae | 2019-06-29 | 1 | -31/+0 |
| * | refactored FormatMessage() into formatSystemMessage() | isanae | 2019-06-23 | 1 | -18/+43 |
| * | renamed "revoke nexus authorization" to "disconnect from nexus" because "revo... | isanae | 2019-06-04 | 1 | -51/+27 |
| * | changed rest of ShellExecuteW() calls to use shell::Execute(), shell::OpenLin... | isanae | 2019-05-26 | 1 | -11/+12 |
| * | 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 |
| * | 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 |