summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | shared_widget: Complete refactoringGravatar lat9nq2023-07-212-378/+168
| | | | | | | | | | | | | | | | | | | | | | | | | Reduces code bloat a good bit by moving code specific to each sub widget to their own functions.
| * | | | shared_widget: Refactor againGravatar lat9nq2023-07-212-52/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Starting with combobox Putting code specific to the sub-widget in their own function.
| * | | | android-config: Adapt settings reworkGravatar lat9nq2023-07-211-4/+6
| | | | |
| * | | | c_per_game: Inform when settings might not be configurableGravatar lat9nq2023-07-211-14/+33
| | | | |
| * | | | shared_translation: Fix pragma onceGravatar lat9nq2023-07-211-0/+2
| | | | |
| * | | | shared_translation: Add translation for AstcRecompressionGravatar lat9nq2023-07-211-0/+9
| | | | |
| * | | | configure_system: Hide locale warn at startGravatar lat9nq2023-07-211-1/+4
| | | | |
| * | | | shared_widget: Force min width of 100 for restore buttonGravatar lat9nq2023-07-211-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Dark theme mandates a 100px minimum width for QAbstractButton, even though this is not desired here.
| * | | | configuration: Workaround for Windows Qt bugGravatar lat9nq2023-07-213-53/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | shared_translation: Add missing tooltipsGravatar lat9nq2023-07-211-7/+21
| | | | |
| * | | | settings: Make volume runtime-configurableGravatar lat9nq2023-07-211-1/+1
| | | | |
| * | | | configuration: Clean up includes a bitGravatar lat9nq2023-07-2114-51/+26
| | | | |
| * | | | configuration_shared: Remove old custom config setup functionsGravatar lat9nq2023-07-212-144/+0
| | | | |
| * | | | configure_cpu: Generate UIGravatar lat9nq2023-07-215-190/+94
| | | | |
| * | | | configuration: Use a mapping of setting value to nameGravatar lat9nq2023-07-2118-229/+355
| | | | | | | | | | | | | | | | | | | | | | | | | Makes comboboxes always correspond to the value of the setting they're modifying.
| * | | | settings, shared_widget: typo fixesGravatar lat9nq2023-07-211-2/+8
| | | | |
| * | | | configure_audio: Implement ui generationGravatar lat9nq2023-07-2114-329/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | settings: Split enums to new fileGravatar lat9nq2023-07-213-186/+241
| | | | |
| * | | | shared_widget: Use a better iconGravatar lat9nq2023-07-211-7/+5
| | | | | | | | | | | | | | | | | | | | This one looks more relevant on Windows.
| * | | | shared_widget: Refactor helpersGravatar lat9nq2023-07-216-220/+254
| | | | | | | | | | | | | | | | | | | | Makes checkbox creation an option as opposed to a label.
| * | | | settings, uisettings: Initialize linkage counterGravatar lat9nq2023-07-213-3/+3
| | | | |
| * | | | configure_system: Implement with for loopGravatar lat9nq2023-07-2118-648/+508
| | | | |
| * | | | per_game: Remove general tabGravatar lat9nq2023-07-212-5/+0
| | | | | | | | | | | | | | | | | | | | It's empty.
| * | | | shared_widget: Internalize extra setting configurationGravatar lat9nq2023-07-213-48/+66
| | | | |
| * | | | settings: Move runtime and save to parametersGravatar lat9nq2023-07-212-68/+89
| | | | | | | | | | | | | | | | | | | | These don't need to be whole new types.
| * | | | graphics: Set speed limit to spinboxGravatar lat9nq2023-07-211-2/+2
| | | | |
| * | | | shared_widget: Support checkbox + spinboxGravatar lat9nq2023-07-213-10/+55
| | | | |
| * | | | configure_debug: ReorganizeGravatar lat9nq2023-07-211-336/+522
| | | | |
| * | | | configure_graphics: Reimplement bg_colorGravatar lat9nq2023-07-213-15/+111
| | | | | | | | | | | | | | | | | | | | | | | | | To specialized a setting to be worth adding to the shared_widget imo, so add it roughly like before.
| * | | | shared_widget: Make button creation staticGravatar lat9nq2023-07-212-10/+12
| | | | |
| * | | | configure_general: Hide reset button in custom configsGravatar lat9nq2023-07-211-0/+4
| | | | |
| * | | | configure_general: Sort dataGravatar lat9nq2023-07-211-1/+7
| | | | |
| * | | | configure_general: Generate UI using containersGravatar lat9nq2023-07-215-163/+41
| | | | | | | | | | | | | | | | | | | | This leaves per-game config's General tab empty?
| * | | | shared_translation: Add UI widget translationsGravatar lat9nq2023-07-211-55/+73
| | | | |
| * | | | shared_widget: Fix headerGravatar lat9nq2023-07-211-0/+2
| | | | |
| * | | | settings: Add UiGeneral classGravatar lat9nq2023-07-214-7/+16
| | | | |
| * | | | config: Don't merge the mapsGravatar lat9nq2023-07-212-11/+10
| | | | | | | | | | | | | | | | | | | | Me shooting myself in the foot 3 days in advance.
| * | | | configure_graphics: Remove redundant logGravatar lat9nq2023-07-211-1/+0
| | | | |
| * | | | configuration: Move CreateWidget to a classGravatar lat9nq2023-07-2110-453/+507
| | | | | | | | | | | | | | | | | | | | | | | | | We were passing so many objects between the function and the caller that it needed to be redesigned.
| * | | | configuration: Implement sliderGravatar lat9nq2023-07-217-71/+188
| | | | |
| * | | | configuration: Use buttons instead of highlightsGravatar lat9nq2023-07-219-103/+204
| | | | | | | | | | | | | | | | | | | | Only for updated configs at the moment
| * | | | shared_translations: Re flow stringsGravatar lat9nq2023-07-211-6/+6
| | | | |
| * | | | configure_graphics: More complete reimplementationGravatar lat9nq2023-07-214-348/+116
| | | | |
| * | | | settings: Define base renderer runtime modifiable settingsGravatar lat9nq2023-07-212-25/+27
| | | | |
| * | | | configuration_shared: Fix blank state hiding check boxGravatar lat9nq2023-07-211-2/+1
| | | | |
| * | | | settings: Add anisotropy mode enumGravatar lat9nq2023-07-212-0/+15
| | | | |
| * | | | shared_translation: Finish using int idsGravatar lat9nq2023-07-216-158/+117
| | | | |
| * | | | settings,uisettings: Add IDs to settingsGravatar lat9nq2023-07-211-3/+13
| | | | |
| * | | | configure_graphics: Partial runtime implementationGravatar lat9nq2023-07-2110-1148/+513
| | | | |
| * | | | settings: Recategorize a bitGravatar lat9nq2023-07-216-45/+77
| | | | | | | | | | | | | | | | | | | | Will help with generating config UI later.