summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-07-21settings_enums: Cannonicalize settings nameslat9nq
Gives every option of the enums a string literal via a macro.
2023-07-21settings,general: Rename non-confirming enumslat9nq
2023-07-21configuration: Use IDs to sort holdslat9nq
2023-07-21settings,general: Rename/reorder setting idslat9nq
2023-07-21shared_widget: Fix includeslat9nq
2023-07-21shared_widget: Complete refactoringlat9nq
Reduces code bloat a good bit by moving code specific to each sub widget to their own functions.
2023-07-21shared_widget: Refactor againlat9nq
Starting with combobox Putting code specific to the sub-widget in their own function.
2023-07-21android-config: Adapt settings reworklat9nq
2023-07-21c_per_game: Inform when settings might not be configurablelat9nq
2023-07-21shared_translation: Fix pragma oncelat9nq
2023-07-21shared_translation: Add translation for AstcRecompressionlat9nq
2023-07-21configure_system: Hide locale warn at startlat9nq
2023-07-21shared_widget: Force min width of 100 for restore buttonlat9nq
Dark theme mandates a 100px minimum width for QAbstractButton, even though this is not desired here.
2023-07-21configuration: Workaround for Windows Qt buglat9nq
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.
2023-07-21shared_translation: Add missing tooltipslat9nq
2023-07-21settings: Make volume runtime-configurablelat9nq
2023-07-21configuration: Clean up includes a bitlat9nq
2023-07-21configuration_shared: Remove old custom config setup functionslat9nq
2023-07-21configure_cpu: Generate UIlat9nq
2023-07-21configuration: Use a mapping of setting value to namelat9nq
Makes comboboxes always correspond to the value of the setting they're modifying.
2023-07-21settings, shared_widget: typo fixeslat9nq
2023-07-21configure_audio: Implement ui generationlat9nq
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
2023-07-21settings: Split enums to new filelat9nq
2023-07-21shared_widget: Use a better iconlat9nq
This one looks more relevant on Windows.
2023-07-21shared_widget: Refactor helperslat9nq
Makes checkbox creation an option as opposed to a label.
2023-07-21settings, uisettings: Initialize linkage counterlat9nq
2023-07-21configure_system: Implement with for looplat9nq
2023-07-21per_game: Remove general tablat9nq
It's empty.
2023-07-21shared_widget: Internalize extra setting configurationlat9nq
2023-07-21settings: Move runtime and save to parameterslat9nq
These don't need to be whole new types.
2023-07-21graphics: Set speed limit to spinboxlat9nq
2023-07-21shared_widget: Support checkbox + spinboxlat9nq
2023-07-21configure_debug: Reorganizelat9nq
2023-07-21configure_graphics: Reimplement bg_colorlat9nq
To specialized a setting to be worth adding to the shared_widget imo, so add it roughly like before.
2023-07-21shared_widget: Make button creation staticlat9nq
2023-07-21configure_general: Hide reset button in custom configslat9nq
2023-07-21configure_general: Sort datalat9nq
2023-07-21configure_general: Generate UI using containerslat9nq
This leaves per-game config's General tab empty?
2023-07-21shared_translation: Add UI widget translationslat9nq
2023-07-21shared_widget: Fix headerlat9nq
2023-07-21settings: Add UiGeneral classlat9nq
2023-07-21config: Don't merge the mapslat9nq
Me shooting myself in the foot 3 days in advance.
2023-07-21configure_graphics: Remove redundant loglat9nq
2023-07-21configuration: Move CreateWidget to a classlat9nq
We were passing so many objects between the function and the caller that it needed to be redesigned.
2023-07-21configuration: Implement sliderlat9nq
2023-07-21configuration: Use buttons instead of highlightslat9nq
Only for updated configs at the moment
2023-07-21shared_translations: Re flow stringslat9nq
2023-07-21configure_graphics: More complete reimplementationlat9nq
2023-07-21settings: Define base renderer runtime modifiable settingslat9nq
2023-07-21configuration_shared: Fix blank state hiding check boxlat9nq