Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-22 | general: Convert use_docked_mode to an enumeration | lat9nq | |
Allows some special interactions with it in the Qt frontend. | |||
2023-08-22 | shared_widget: Implement radio groups | lat9nq | |
2023-08-16 | configure_ui: Silence MSVC warning | lat9nq | |
2023-08-16 | yuzu-qt: Screenshots depend more on the graphics settings | lat9nq | |
2023-08-16 | yuzu-qt: Implement unspecified screenshot ratio | lat9nq | |
2023-08-15 | configure_ui: Update the screenshots data | lat9nq | |
2023-08-15 | config: Read the entire screenshots category | lat9nq | |
2023-08-15 | yuzu-qt: Enable specifying screenshot resolution | lat9nq | |
2023-08-02 | config(qt): Fix name of network category | lat9nq | |
Turns out the network interface is in the Services category. Can't wait get rid of this whole config. Addresses yuzu-emu/yuzu/issues/11205 | |||
2023-08-02 | config(qt): Use qt_config directly to read config | lat9nq | |
ReadSetting with the default is a convenience function reading settings, not for use in an internal environment. It tries to manage the default value of a setting. | |||
2023-07-30 | shared_widget: Only save global settings as needed | lat9nq | |
Fixes a potential but not reproduced issue where the custom config is being applied to the global config. | |||
2023-07-30 | config(qt): Write the UiGeneral category | lat9nq | |
2023-07-29 | config(qt): Fix generic read setting | lat9nq | |
Previously was not respecting whether the setting was default. | |||
2023-07-23 | shared_widget: Determine default request earlier | lat9nq | |
Fixes a bug where a restore button could be created for an unmanaged widget. | |||
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 | configure_system: Use lambda template to group settings | lat9nq | |
2023-07-21 | common: Move global configuration state modifiers back to settings | lat9nq | |
2023-07-21 | common,configure_system: Rename method to GetCategory | lat9nq | |
Fixes essentially a shadowing issue. | |||
2023-07-21 | shared_translation: Update memory layout mode strings | lat9nq | |
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 | configuration: Use enum index | lat9nq | |
2023-07-21 | shared_translation: Deobfuscate auto time zone | lat9nq | |
2023-07-21 | settings,configuration: Add a default suffix | lat9nq | |
2023-07-21 | configuration: Use paired settings | lat9nq | |
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 | 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 | config_shared: Remove storing the group from tab | lat9nq | |
2023-07-21 | configuration: Move speed_limit to core | lat9nq | |
2023-07-21 | shared_widget: Correct spelling | lat9nq | |
2023-07-21 | common,yuzu-qt: GCC warning silences | lat9nq | |
Fixes -Wshadow, -Wdeprecated, and catch by copy rather than by ref. | |||
2023-07-21 | configure_graphics: Simplify UpdateAPILayout | lat9nq | |
Reduces branching/swictch cases for simplicity/code size | |||
2023-07-21 | configure_graphcs: Fix setting shader/device in custom config | lat9nq | |
2023-07-21 | configuration: Use shorter constructor as needed | lat9nq | |
Reduces some confusion hopefully, since some parameters specified were not specific to the setting in question. | |||
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 | config: Remove unused functions | lat9nq | |
2023-07-21 | settings: Delete cpu_accuracy_first_time | lat9nq | |
Almost a 2 year old migration setting now | |||
2023-07-21 | shared_widget: Improve logging, use Setting::Ranged | lat9nq | |
2023-07-21 | configuration/shared: Clean up includes [IWYU] | lat9nq | |
2023-07-21 | configure_graphics: Fix vulkan_device bug | lat9nq | |