Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-31 | chore: update project branding to citron | Zephyron | |
2023-09-14 | shared_widget: Use default literals more | lat9nq | |
2023-09-13 | shared_widget: Forward-port Citra changes | lat9nq | |
Seemed like a good time to move these over. Also remove usage of std::sto{l,ll,ul,f,d} | |||
2023-08-22 | shared_widget: Implement radio groups | lat9nq | |
2023-07-21 | common,qt-config: Remove usage of forward_list | lat9nq | |
2023-07-21 | settings,configuration: Add a default suffix | lat9nq | |
2023-07-21 | configuration: Use a builder to create widgets | lat9nq | |
This gets rid of some repeated code and sets us up to send more information to the new widget. | |||
2023-07-21 | shared_widget: Some documentation, add shorter constructor | lat9nq | |
The shorter constructor enables us to specify some options without needing to specify the default values of multiplier which wasn't always appropriate and could be confusing. | |||
2023-07-21 | configuration/shared: Clean up includes [IWYU] | lat9nq | |
2023-07-21 | shared_widget: Add SPDX header | 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 | 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 | 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 | shared_widget: Refactor helpers | lat9nq | |
Makes checkbox creation an option as opposed to a label. | |||
2023-07-21 | configure_system: Implement with for loop | lat9nq | |
2023-07-21 | shared_widget: Internalize extra setting configuration | lat9nq | |
2023-07-21 | shared_widget: Support checkbox + spinbox | lat9nq | |
2023-07-21 | shared_widget: Make button creation static | lat9nq | |
2023-07-21 | shared_widget: Fix header | 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. |