| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Put stylesheet stuff into .ui file instead | Chris Bessent | 2021-03-02 | 1 | -4/+0 |
| | | |||||
| * | Add scrollbars to some settings tabs to reduce minimum size | Chris Bessent | 2021-03-02 | 1 | -0/+4 |
| | | | | | | | | | | | | The previous minimum size was around 450 x 560px. At a DPI scaling of 200%, this means 900 x 1120px which extends off the typical 1080p screen. Why is someone using 200% scaling on a 1080p screen? I have no clue. Now, the minimum size is around 450 x 410px for 900 x 820 px at 200% scaling. Which works for anything short of a 1376 x 768 screen at 200% scaling which I just don't really care about. | ||||
| * | Reorganize settingsdialog classes to match UI. | Mikaël Capelle | 2021-01-29 | 1 | -5/+30 |
| | | |||||
| * | Move settings around. Remove unused settings. | Mikaël Capelle | 2021-01-29 | 1 | -17/+0 |
| | | |||||
| * | Re-organize settings. Add setting to remember filters when restarting MO. | Mikaël Capelle | 2021-01-10 | 1 | -2/+0 |
| | | |||||
| * | added ExitModOrganizer(), used instead of qApp->exit() | isanae | 2019-10-07 | 1 | -9/+12 |
| | | | | | | | | 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 blacklisted, with button to change the blacklist | isanae | 2019-09-19 | 1 | -12/+39 |
| | | |||||
| * | TaskDialog for restarting as admin for steam | isanae | 2019-09-19 | 1 | -2/+4 |
| | | | | | | | 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 | ||||
| * | removed helper.h and helper.cpp, merged into spawn | isanae | 2019-09-19 | 1 | -1/+1 |
| | | |||||
| * | moved helper stuff to spawn so it can reuse error handling | isanae | 2019-09-19 | 1 | -1/+1 |
| | | | | | | removed unused helper::init() removed logging when deleting a credential that doesn't exist, happens all the time | ||||
| * | split settings into a bunch of classes | isanae | 2019-09-02 | 1 | -15/+15 |
| | | | | | removed "get" from the getters that had it | ||||
| * | moved workarounds to settings | isanae | 2019-09-02 | 1 | -9/+11 |
| | | |||||
| * | made member variables in SettingsTab private, added accessors | isanae | 2019-08-17 | 1 | -23/+23 |
| | | | | | SettingsDialog now uses GeometrySaver | ||||
| * | moved all geometry save, restore and reset to GeometrySettings | isanae | 2019-08-16 | 1 | -4/+12 |
| | | | | | changed reset button in settings to restart immediately | ||||
| * | removed obsolete load mechanisms | isanae | 2019-08-02 | 1 | -14/+0 |
| | | |||||
| * | split workarounds tab | isanae | 2019-08-02 | 1 | -0/+108 |
