dolphin/Source/Core/DolphinQt/Config
JMC47 e8d9c124e5
Merge pull request #13953 from TryTwo/add_osd_tab
Qt Settings: Transfer OSD settings to a new OSD pane.
2025-10-15 16:35:26 -04:00
..
ConfigControls Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
ControllerInterface DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter. 2025-06-07 16:15:34 -05:00
Graphics Merge pull request #13953 from TryTwo/add_osd_tab 2025-10-15 16:35:26 -04:00
Mapping fix Qt6 deprecation warnings 2025-07-19 22:08:15 +02:00
ToolTipControls BalloonTip: Don't hide when BalloonTip blocks the cursor 2025-08-01 12:30:05 -07:00
ARCodeWidget.cpp Merge pull request #13907 from TryTwo/PR_Cheat_Refresh 2025-10-02 17:48:00 -04:00
ARCodeWidget.h CheatsManager: Create ARCodeWidget and GeckoCodeWidget only once. 2024-08-25 23:44:17 -07:00
CheatCodeEditor.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
CheatCodeEditor.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CheatWarningWidget.cpp DolphinQt: Add utility function for creating label text with a standard icon. 2025-05-15 01:49:38 -05:00
CheatWarningWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CommonControllersWidget.cpp DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter. 2025-06-07 16:15:34 -05:00
CommonControllersWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ControllersPane.cpp DolphinQt: Fix ControllersPane group box spacing. 2025-06-14 16:26:09 -05:00
ControllersPane.h DolphinQt: Move "Controllers" to main settings window. 2025-06-04 19:33:01 -05:00
FilesystemWidget.cpp DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter. 2025-06-07 16:15:34 -05:00
FilesystemWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
FreeLookWidget.cpp DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter. 2025-06-07 16:15:34 -05:00
FreeLookWidget.h Qt: Rename GraphicsChoice to ConfigChoice 2023-04-25 11:39:24 -07:00
FreeLookWindow.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
FreeLookWindow.h Disable Freelook in hardcore mode 2023-12-02 16:41:16 -05:00
GameConfigEdit.cpp DolphinQt: Make GameConfigHighlighter better handle large files. 2025-08-08 23:49:24 -05:00
GameConfigEdit.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameConfigHighlighter.cpp DolphinQt: Make GameConfigHighlighter better handle large files. 2025-08-08 23:49:24 -05:00
GameConfigHighlighter.h DolphinQt: Make GameConfigHighlighter better handle large files. 2025-08-08 23:49:24 -05:00
GameConfigWidget.cpp GameConfigWidget: Unify tooltips 2025-07-24 12:03:57 -07:00
GameConfigWidget.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
GamecubeControllersWidget.cpp DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter. 2025-06-07 16:15:34 -05:00
GamecubeControllersWidget.h Qt/GamecubeControllersWidget: Disable dropdowns during netplay. 2022-10-02 23:10:43 +02:00
GeckoCodeWidget.cpp Merge pull request #13907 from TryTwo/PR_Cheat_Refresh 2025-10-02 17:48:00 -04:00
GeckoCodeWidget.h CheatsManager: Create ARCodeWidget and GeckoCodeWidget only once. 2024-08-25 23:44:17 -07:00
GraphicsModListWidget.cpp Modernize std::none_of with ranges 2024-12-15 19:54:17 -08:00
GraphicsModListWidget.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
GraphicsModWarningWidget.cpp DolphinQt: Add utility function for creating label text with a standard icon. 2025-05-15 01:49:38 -05:00
GraphicsModWarningWidget.h DolphinQt: add warning if graphics mods are not enabled 2022-06-27 18:28:28 -05:00
HardcoreWarningWidget.cpp Scale back hardcore code block 2024-11-27 21:21:26 -05:00
HardcoreWarningWidget.h Added Hardcore Warning Widget 2023-12-02 16:41:15 -05:00
InfoWidget.cpp DolphinQt: Add stretch to the end of the game config Info tab. 2025-05-26 20:58:48 -05: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 Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
LogWidget.cpp LogManager: Stop using manual memory management 2025-05-02 21:14:32 +02:00
LogWidget.h Merge pull request #13522 from tygyh/Enforce-overriding-destructor-style-Core&UnitTests 2025-06-07 17:55:14 -05:00
NewPatchDialog.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
NewPatchDialog.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
PatchesWidget.cpp DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter. 2025-06-07 16:15:34 -05:00
PatchesWidget.h Disable memory patches in hardcore mode 2023-12-02 16:41:16 -05:00
PropertiesDialog.cpp GameList: Prevent opening Properties multiple times for the same game 2025-06-04 23:11:09 +02:00
PropertiesDialog.h GameList: Prevent opening Properties multiple times for the same game 2025-06-04 23:11:09 +02:00
SettingsWindow.cpp Qt: Add OnScreenDisplayPane to settings window. Transfer OSD options to pane. 2025-10-10 02:47:27 -07:00
SettingsWindow.h Movie Window: Move customization options from Menu Bar to OSD pane, but add options to toggle the window and to open the OSD pane. 2025-10-10 16:59:16 -07:00
VerifyWidget.cpp fix Qt6 deprecation warnings 2025-07-19 22:08:15 +02:00
VerifyWidget.h VerifyWidget: Listen for Core::State OnEmulationStateChanged 2024-04-09 12:13:02 -07:00
WiimoteControllersWidget.cpp DolphinQt: Add buttons to create and reset Wii remote pairings on Windows. 2025-10-12 12:37:04 -05:00
WiimoteControllersWidget.h DolphinQt: Add buttons to create and reset Wii remote pairings on Windows. 2025-10-12 12:37:04 -05:00