dolphin-emulator/Source/Core/DolphinQt/Config
Filippo Tarpini 28fafbeef2 Qt: Fix some Post Process Configuration Widget issues n3
1 ) When first opened, the (user selected) post process shader config widget would print the wrong values on the text label next to int range sliders. For example if the range was from 1 to 6, and the value loaded from the config was 1, the label would print 0 when first opened, to then start showing the correct value once the slider was first moved.

This mirrors the behaviour of the float slider code below:
```auto* const value_box = new QLineEdit(QString::asprintf("%f", m_config_option->m_float_values[i]));```

2 ) The defautl int slider value would also be set wrong on first load, as it was being divided by the slider max instead of the slider step amount (again, just like for the float implementation). This is a mistake I had made with my previous submission.
2023-06-29 14:13:38 +03:00
..
ConfigControls Qt: Add float config tooltip slider 2023-06-09 22:07:12 +02:00
ControllerInterface Add NonDefaultQPushButton to set autoDefault of buttons to false 2022-03-08 08:51:29 +01:00
Graphics Qt: Fix some Post Process Configuration Widget issues n3 2023-06-29 14:13:38 +03:00
Mapping ControllerEmu: Convert Translatability to enum class 2023-06-12 18:11:04 -07:00
ToolTipControls DolphinQt: assume QT_VERSION_CHECK >= 6.0.0 2023-04-25 10:39:05 -07:00
ARCodeWidget.cpp ARCode: Add sort by enabled state 2023-05-02 22:24:21 +04:00
ARCodeWidget.h ARCode: Add sort by enabled state 2023-05-02 22:24:21 +04:00
CheatCodeEditor.cpp Split out code for serializing/deserializing cheat lines 2021-08-28 19:31:27 +02:00
CheatCodeEditor.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CheatWarningWidget.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CheatWarningWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CommonControllersWidget.cpp Qt/CommonControllersWidget: Refresh GUI on settings change. 2022-09-20 23:46:36 +02:00
CommonControllersWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ControllersWindow.cpp Qt/WiimoteControllersWidget: Add bluetooth unavailable message 2023-02-24 14:30:43 -08:00
ControllersWindow.h Qt/WiimoteControllersWidget: Add bluetooth unavailable message 2023-02-24 14:30:43 -08:00
FilesystemWidget.cpp StringUtil: Move IsPrintableCharacter() into Common namespace 2023-05-16 14:17:54 -04:00
FilesystemWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
FreeLookWidget.cpp Qt: Rename GraphicsChoice to ConfigChoice 2023-04-25 11:39:24 -07:00
FreeLookWidget.h Qt: Rename GraphicsChoice to ConfigChoice 2023-04-25 11:39:24 -07:00
FreeLookWindow.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
FreeLookWindow.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameConfigEdit.cpp Rename Fast Disc Speed to Emulate Disc Speed and invert option 2023-02-12 16:20:38 -05:00
GameConfigEdit.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameConfigHighlighter.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameConfigHighlighter.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameConfigWidget.cpp Qt: Rename GraphicsSlider to ConfigSlider 2023-04-28 20:14:11 -07:00
GameConfigWidget.h Common/IniFile: Move interface into Common namespace 2023-04-13 10:19:28 -04:00
GamecubeControllersWidget.cpp HW/SerialInterface: Refactor to class. 2023-03-12 16:08:56 +01:00
GamecubeControllersWidget.h Qt/GamecubeControllersWidget: Disable dropdowns during netplay. 2022-10-02 23:10:43 +02:00
GeckoCodeWidget.cpp GeckoCode: Add sort by enabled state 2023-05-02 22:23:43 +04:00
GeckoCodeWidget.h GeckoCode: Add sort by enabled state 2023-05-02 22:23:43 +04:00
GraphicsModListWidget.cpp DolphinQt: Add button to open graphics mod folder on settings 2023-01-12 21:47:18 -05:00
GraphicsModListWidget.h DolphinQt: Add button to open graphics mod folder on settings 2023-01-12 21:47:18 -05:00
GraphicsModWarningWidget.cpp DolphinQt: add warning if graphics mods are not enabled 2022-06-27 18:28:28 -05:00
GraphicsModWarningWidget.h DolphinQt: add warning if graphics mods are not enabled 2022-06-27 18:28:28 -05:00
InfoWidget.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
InfoWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
LogConfigWidget.cpp DolphinQt: Fix leak in LogConfigWidget 2023-04-04 16:05:23 -04:00
LogConfigWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
LogWidget.cpp Qt/LogWidget: remove extra space 2022-07-18 09:52:54 -07:00
LogWidget.h Common: Move FixedSizeQueue into Common namespace 2023-03-22 01:23:15 -04:00
NewPatchDialog.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
NewPatchDialog.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
PatchesWidget.cpp Common/IniFile: Move interface into Common namespace 2023-04-13 10:19:28 -04:00
PatchesWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
PropertiesDialog.cpp DolphinQt: add warning if graphics mods are not enabled 2022-06-27 18:28:28 -05:00
PropertiesDialog.h DolphinQt: add warning if graphics mods are not enabled 2022-06-27 18:28:28 -05:00
SettingsWindow.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
SettingsWindow.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VerifyWidget.cpp VolumeVerifier: enable fast hash functions by default 2022-08-02 22:23:49 -07:00
VerifyWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiimoteControllersWidget.cpp Qt/WiimoteControllersWidget: Add bluetooth unavailable message 2023-02-24 14:30:43 -08:00
WiimoteControllersWidget.h Qt/WiimoteControllersWidget: Add bluetooth unavailable message 2023-02-24 14:30:43 -08:00