dolphin/Source/Core/DolphinQt/Config/Graphics
TryTwo 5395f21ae5 Qt, Config controls system: Remove signal block so signals can refresh the enabled status of certain options when a new config is loaded (such as on starting a game). Blocks previously unwanted behavior with a new safety check.
QCheckBox::toggled and other similar signals are used to save changes and to update widget status (such as enabled).. OnConfigChanged needs to load new values and trigger widget updates, but the new value shouldn't trigger a save. A save is unnecessary (the config has the correct values and the UI is being updated to those values) and it'd trigger another ConfigChanged signal.   This commit blocks the save without blocking the signal entirely.
2025-01-07 03:02:39 -07:00
..
AdvancedWidget.cpp Add GFX property tabs to game properties window, allowing them to be set to the user game ini. Additionally, refactor ConfigWidgets to reduce duplication. Refactor GameConfigWidget to use config system. 2024-12-10 13:40:30 -07:00
AdvancedWidget.h Add GFX property tabs to game properties window, allowing them to be set to the user game ini. Additionally, refactor ConfigWidgets to reduce duplication. Refactor GameConfigWidget to use config system. 2024-12-10 13:40:30 -07:00
ColorCorrectionConfigWindow.cpp Change paper white default to 203 to match the ITU 2023-11-14 20:21:34 +02:00
ColorCorrectionConfigWindow.h Qt: Color Correction window fixes 2023-07-16 16:48:08 -04:00
EnhancementsWidget.cpp Add method to bold slider/spin labels when a user game ini setting is being used 2024-12-10 13:42:30 -07:00
EnhancementsWidget.h EnhancementsWidget:: Move to using ConfigControls and add new control for ComboBoxes that set two settings at once. 2024-12-10 13:42:17 -07:00
GeneralWidget.cpp Qt, Config controls system: Remove signal block so signals can refresh the enabled status of certain options when a new config is loaded (such as on starting a game). Blocks previously unwanted behavior with a new safety check. 2025-01-07 03:02:39 -07:00
GeneralWidget.h Add GFX property tabs to game properties window, allowing them to be set to the user game ini. Additionally, refactor ConfigWidgets to reduce duplication. Refactor GameConfigWidget to use config system. 2024-12-10 13:40:30 -07:00
GraphicsWindow.cpp VideoBackendBase: Check Core state in PopulateBackendInfo 2024-09-26 17:12:26 -07:00
GraphicsWindow.h Disable Arbitrary Mipmap Detection checkbox when GPU Texture Decoding is enabled 2023-09-04 13:24:05 -07:00
HacksWidget.cpp DolphinQt/HacksWidget: Convert accuracy slider to ConfigSlider 2024-12-27 05:40:24 +01:00
HacksWidget.h DolphinQt/HacksWidget: Convert accuracy slider to ConfigSlider 2024-12-27 05:40:24 +01:00
PostProcessingConfigWindow.cpp Qt: Fix some Post Process Configuration Widget issues n3 2023-06-29 14:13:38 +03:00
PostProcessingConfigWindow.h Qt: Fix some Post Process Configuration Widget issues: 2023-05-26 03:50:51 +03:00