dolphin/Source/Core/DolphinQt/Config
JosJuice d202fd07d2 Use redump.info instead of redump.org
All the staff of Redump (except the absentee sysadmin) have decided to
start a new version of the website at redump.info. It has every disc
from the old site, it has HTTPS, it isn't buckling under the load of AI
scrapers, and moving forward, all adding and verifying of discs is going
to be happening on the new website only. Let's move over.

I've taken the unusual step of updating the translation files manually.
This is because we're very close to a release and because the change is
simple enough that I feel confident about making the change to languages
I don't speak. (I double checked that the Korean translation doesn't
ever follow "Redump.org" by a particle that has a different form
depending on whether there's a final consonant.)
2026-06-22 08:28:51 +02:00
..
ConfigControls Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
ControllerInterface Config: Add Edit button to DSU server menu 2026-04-30 02:23:41 -04:00
Graphics Merge pull request #14506 from adamscott/crop-that-screen 2026-05-23 20:53:31 +02:00
Mapping DolphinQt: Add Triforce tab to main settings window. 2026-02-15 20:14:15 -06:00
SDLHints Add new window to configure SDL hints and store them in the main ini file 2026-02-20 02:05:35 -05:00
ToolTipControls Settings BalloonTip: Wrapped tips were not using the maximum width, resulting in a much smaller width than they should have. 2025-10-16 15:58:32 -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 Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
CheatWarningWidget.h Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
CommonControllersWidget.cpp Add new window to configure SDL hints and store them in the main ini file 2026-02-20 02:05:35 -05:00
CommonControllersWidget.h Add new window to configure SDL hints and store them in the main ini file 2026-02-20 02:05:35 -05:00
ControllersPane.cpp DolphinQt: Remove the "supported Bluetooth device could not be found" label from ControllersPane. 2026-04-14 13:25:44 -05:00
ControllersPane.h DolphinQt: Remove the "supported Bluetooth device could not be found" label from ControllersPane. 2026-04-14 13:25:44 -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 Remove unused imports 2026-01-25 16:12:15 +01:00
FreeLookWidget.h FreeLookWidget: Use ConfigControls where applicable 2025-10-27 15:59:33 +01: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: Hide buttons for read-only game config 2026-04-06 18:02:24 +02:00
GameConfigEdit.h DolphinQt: Remove Presets from GameConfigEdit 2026-04-06 17:23:40 +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 Improved stereoscopic 3D settings 2025-11-12 12:29:03 +03:00
GameConfigWidget.h Improved stereoscopic 3D settings 2025-11-12 12:29:03 +03:00
GamecubeControllersWidget.cpp GCAdapter: Automatically start and stop thread 2026-04-18 19:40:25 +02:00
GamecubeControllersWidget.h Qt/GamecubeControllersWidget: Disable dropdowns during netplay. 2022-10-02 23:10:43 +02:00
GeckoCodeWidget.cpp DolphinQt: Improve Gecko code download failure message 2026-03-03 11:09:39 -05: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 DolphinQt: Use QtUtils::CreateIconWarning to make the RetroAchievements "hardcore mode" warning size consistent with the other warnings. 2025-11-27 01:43:50 -06:00
HardcoreWarningWidget.h DolphinQt: Use QtUtils::CreateIconWarning to make the RetroAchievements "hardcore mode" warning size consistent with the other warnings. 2025-11-27 01:43:50 -06:00
InfoWidget.cpp Added Triforce support 2026-02-15 20:14:14 -06:00
InfoWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
LogConfigWidget.cpp Remove unused imports 2026-01-25 16:12:15 +01: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 DolphinQt: Restore log font current index accurately. 2026-02-20 22:14:35 +00: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 Remove unused imports 2026-01-25 16:12:15 +01: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 DolphinQt: Save when closing settings window 2026-03-04 22:26:25 +01:00
SettingsWindow.h DolphinQt: Save when closing settings window 2026-03-04 22:26:25 +01:00
VerifyWidget.cpp Use redump.info instead of redump.org 2026-06-22 08:28:51 +02:00
VerifyWidget.h Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
WiimoteControllersWidget.cpp DolphinQt: Remove the "supported Bluetooth device could not be found" label from ControllersPane. 2026-04-14 13:25:44 -05:00
WiimoteControllersWidget.h DolphinQt: Remove the "supported Bluetooth device could not be found" label from ControllersPane. 2026-04-14 13:25:44 -05:00