- 21 Jul, 2023 40 commits
-
-
lat9nq authored
Clicking the slider without directly interacting with the slider handle would change the value, but not trigger the restore button.
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
Explain why we need to do things differently at times, to serve as a reference.
-
lat9nq authored
Groups graphics audio and system settings together in a way that reflects the frontend. This also just conceptually groups them more nicely than they were.
-
lat9nq authored
-
lat9nq authored
Also adds a couple characters that denotes the state of the setting. M for modified, or not default. C for custom, in context of per-game settings.
-
lat9nq authored
Gives every option of the enums a string literal via a macro.
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
Reduces code bloat a good bit by moving code specific to each sub widget to their own functions.
-
lat9nq authored
Starting with combobox Putting code specific to the sub-widget in their own function.
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
Dark theme mandates a 100px minimum width for QAbstractButton, even though this is not desired here.
-
lat9nq authored
Odd issue happens that dragging the cpu or system tabs in custom configs would cause the window to take up the entire verticle space of the screen.
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
Makes comboboxes always correspond to the value of the setting they're modifying.
-
lat9nq authored
-
lat9nq authored
Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation configure_audio: Implement ui generation Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation settings: Make audio settings as enums
-
lat9nq authored
-
lat9nq authored
This one looks more relevant on Windows.
-
lat9nq authored
Makes checkbox creation an option as opposed to a label.
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
It's empty.
-
lat9nq authored
-
lat9nq authored
These don't need to be whole new types.
-
lat9nq authored
-
lat9nq authored
-
lat9nq authored
-