Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-22 | shared_widget: Use QRegularExpression | lat9nq | |
2023-07-22 | config: Read the Network category | lat9nq | |
2023-07-22 | configure_audio/cpu: Sort settings | lat9nq | |
Was producing out of order settings as a result of the switch to vectors | |||
2023-07-21 | configure_dialog: Focus the button box on start | lat9nq | |
Without this, the Reset All Settings button would be selected by default | |||
2023-07-21 | qt/configuration: Use deleteLater | lat9nq | |
2023-07-21 | common,qt-config: Remove usage of forward_list | lat9nq | |
2023-07-21 | settings_common: Use a vector in category linkage | lat9nq | |
Improve storage requirements. | |||
2023-07-21 | settings: Remove sorting from log | lat9nq | |
Unecessary, and would run every time the settings are logged. | |||
2023-07-21 | configure_system: Use lambda template to group settings | lat9nq | |
2023-07-21 | config-android: Update memory layout member name | lat9nq | |
2023-07-21 | k_system_control: Always return some memory size | lat9nq | |
2023-07-21 | common: Move global configuration state modifiers back to settings | lat9nq | |
2023-07-21 | settings_setting: Fix typo | lat9nq | |
2023-07-21 | common,configure_system: Rename method to GetCategory | lat9nq | |
Fixes essentially a shadowing issue. | |||
2023-07-21 | settings: Cleanup | lat9nq | |
Addresses review feedback Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||
2023-07-21 | shared_translation: Update memory layout mode strings | lat9nq | |
2023-07-21 | core,common: Give memory layout setting an enum | lat9nq | |
Allows for 6GB and 8GB layouts to be selected. | |||
2023-07-21 | settings: Require time zone setting value for stirng | lat9nq | |
2023-07-21 | shared_translation: Add missing time zones | lat9nq | |
2023-07-21 | shared_translation: Add controller_applet_disabled | lat9nq | |
2023-07-21 | shared_translation: Add barrier_feedback_loops | lat9nq | |
2023-07-21 | cmake: Reposition preprocessor switch comment | toast2903 | |
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||
2023-07-21 | configuration: Use enum index | lat9nq | |
2023-07-21 | settings: Give indices to enums | lat9nq | |
2023-07-21 | cmake: Use standard preprocessor on MSVC | lat9nq | |
2023-07-21 | settings_common: Remove unncessary enum spec | lat9nq | |
2023-07-21 | shared_translation: Deobfuscate auto time zone | lat9nq | |
2023-07-21 | settings_enums: Remove casting | lat9nq | |
Not sure how I missed this earlier, but these vectors can be constructed using the type of the enum. | |||
2023-07-21 | settings_setting: Silence shadowing warnings | lat9nq | |
2023-07-21 | settings,configuration: Add a default suffix | lat9nq | |
2023-07-21 | configuration: Use paired settings | lat9nq | |
2023-07-21 | settings: Define paired settings | lat9nq | |
settings_common: Remove unused optional | |||
2023-07-21 | shared_widget: Internalize component restoring | lat9nq | |
2023-07-21 | configuration: Use specialization of settings | lat9nq | |
Reduces some ugliness in frontend code. | |||
2023-07-21 | settings: Define specializations for settings | lat9nq | |
Suggests to a frontend how to represent each setting. | |||
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_translation: Fix context usage | lat9nq | |
Currently unused, but I don't want to start headaches when someone decides to use it the first time. | |||
2023-07-21 | settings,translation: Fix time zone enum | lat9nq | |
Renames enum values to conform to naming convention. | |||
2023-07-21 | settings,opengl,yuzu-qt: Fix AA, Filter maximums | lat9nq | |
The new enum macros don't support setting values directly. For LastAA and LastFilter, this means we need a simpler approach to loop around the toggle in the frontend... | |||
2023-07-21 | settings_enums: More aggressively use macros | lat9nq | |
This lets us define an enum and all the textual representations of its values in one swing. All for the price of some ugly macros. | |||
2023-07-21 | config_shared: Remove storing the group from tab | lat9nq | |
2023-07-21 | settings,uisettings: Remove leading underscore | lat9nq | |
2023-07-21 | configuration: Move speed_limit to core | lat9nq | |
2023-07-21 | settings: Move speed_limit to core | lat9nq | |
2023-07-21 | android-config: Update enum labels | lat9nq | |
2023-07-21 | common,yuzu-qt: Avoid explicit instantiation on old clang | lat9nq | |
Clang versions < 15 have compile issues with explicit instantiation. Disable it for these versions. | |||
2023-07-21 | settings_setting: Fix MSVC error | lat9nq | |
2023-07-21 | shared_widget: Correct spelling | lat9nq | |
2023-07-21 | (android)config: Clang format | lat9nq | |
2023-07-21 | common,yuzu-qt: GCC warning silences | lat9nq | |
Fixes -Wshadow, -Wdeprecated, and catch by copy rather than by ref. |