Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-21 | settings_enums: Cannonicalize settings names | lat9nq | |
Gives every option of the enums a string literal via a macro. | |||
2023-07-21 | settings,general: Rename non-confirming enums | lat9nq | |
2023-07-21 | configuration: Use IDs to sort holds | lat9nq | |
2023-07-21 | settings,general: Rename/reorder setting ids | lat9nq | |
2023-07-21 | shared_widget: Fix includes | lat9nq | |
2023-07-21 | shared_widget: Complete refactoring | lat9nq | |
Reduces code bloat a good bit by moving code specific to each sub widget to their own functions. | |||
2023-07-21 | shared_widget: Refactor again | lat9nq | |
Starting with combobox Putting code specific to the sub-widget in their own function. | |||
2023-07-21 | android-config: Adapt settings rework | lat9nq | |
2023-07-21 | c_per_game: Inform when settings might not be configurable | lat9nq | |
2023-07-21 | shared_translation: Fix pragma once | lat9nq | |
2023-07-21 | shared_translation: Add translation for AstcRecompression | lat9nq | |
2023-07-21 | configure_system: Hide locale warn at start | lat9nq | |
2023-07-21 | shared_widget: Force min width of 100 for restore button | lat9nq | |
Dark theme mandates a 100px minimum width for QAbstractButton, even though this is not desired here. | |||
2023-07-21 | configuration: Workaround for Windows Qt bug | lat9nq | |
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-21 | shared_translation: Add missing tooltips | lat9nq | |
2023-07-21 | settings: Make volume runtime-configurable | lat9nq | |
2023-07-21 | configuration: Clean up includes a bit | lat9nq | |
2023-07-21 | configuration_shared: Remove old custom config setup functions | lat9nq | |
2023-07-21 | configure_cpu: Generate UI | lat9nq | |
2023-07-21 | configuration: Use a mapping of setting value to name | lat9nq | |
Makes comboboxes always correspond to the value of the setting they're modifying. | |||
2023-07-21 | settings, shared_widget: typo fixes | lat9nq | |
2023-07-21 | configure_audio: Implement ui generation | lat9nq | |
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-21 | settings: Split enums to new file | lat9nq | |
2023-07-21 | shared_widget: Use a better icon | lat9nq | |
This one looks more relevant on Windows. | |||
2023-07-21 | shared_widget: Refactor helpers | lat9nq | |
Makes checkbox creation an option as opposed to a label. | |||
2023-07-21 | settings, uisettings: Initialize linkage counter | lat9nq | |
2023-07-21 | configure_system: Implement with for loop | lat9nq | |
2023-07-21 | per_game: Remove general tab | lat9nq | |
It's empty. | |||
2023-07-21 | shared_widget: Internalize extra setting configuration | lat9nq | |
2023-07-21 | settings: Move runtime and save to parameters | lat9nq | |
These don't need to be whole new types. | |||
2023-07-21 | graphics: Set speed limit to spinbox | lat9nq | |
2023-07-21 | shared_widget: Support checkbox + spinbox | lat9nq | |
2023-07-21 | configure_debug: Reorganize | lat9nq | |
2023-07-21 | configure_graphics: Reimplement bg_color | lat9nq | |
To specialized a setting to be worth adding to the shared_widget imo, so add it roughly like before. | |||
2023-07-21 | shared_widget: Make button creation static | lat9nq | |
2023-07-21 | configure_general: Hide reset button in custom configs | lat9nq | |
2023-07-21 | configure_general: Sort data | lat9nq | |
2023-07-21 | configure_general: Generate UI using containers | lat9nq | |
This leaves per-game config's General tab empty? | |||
2023-07-21 | shared_translation: Add UI widget translations | lat9nq | |
2023-07-21 | shared_widget: Fix header | lat9nq | |
2023-07-21 | settings: Add UiGeneral class | lat9nq | |
2023-07-21 | config: Don't merge the maps | lat9nq | |
Me shooting myself in the foot 3 days in advance. | |||
2023-07-21 | configure_graphics: Remove redundant log | lat9nq | |
2023-07-21 | configuration: Move CreateWidget to a class | lat9nq | |
We were passing so many objects between the function and the caller that it needed to be redesigned. | |||
2023-07-21 | configuration: Implement slider | lat9nq | |
2023-07-21 | configuration: Use buttons instead of highlights | lat9nq | |
Only for updated configs at the moment | |||
2023-07-21 | shared_translations: Re flow strings | lat9nq | |
2023-07-21 | configure_graphics: More complete reimplementation | lat9nq | |
2023-07-21 | settings: Define base renderer runtime modifiable settings | lat9nq | |
2023-07-21 | configuration_shared: Fix blank state hiding check box | lat9nq | |