dolphin/Source/Core/DolphinQt
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
..
Achievements Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
Config Use redump.info instead of redump.org 2026-06-22 08:28:51 +02:00
Debugger Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
EmulatedUSB WiiSpeakWindow: Add missing Dolphin icon 2026-02-06 16:31:09 +04:00
FIFO Remove unused imports 2026-01-25 16:12:15 +01:00
GameList QtUtils: Add ShowFileInFolder function and make GameList right-click menu actions use it. 2026-04-24 18:09:39 -05:00
InfinityBase Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
NetPlay Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
QtUtils QtUtils: Add ShowFileInFolder function and make GameList right-click menu actions use it. 2026-04-24 18:09:39 -05:00
Settings Merge pull request #14607 from elyashue/internal-resolution-display 2026-05-25 12:17:29 -07:00
SkylanderPortal Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
Styles/Dark DolphinQt: Improve TAS UI Widgets 2026-03-12 04:59:49 +02:00
TAS Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
AboutDialog.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
AboutDialog.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CheatSearchFactoryWidget.cpp DolphinQt: Make WrapInScrollArea and GetWrappedWidget less hacky. 2025-05-26 20:58:48 -05:00
CheatSearchFactoryWidget.h DolphinQt: Make WrapInScrollArea and GetWrappedWidget less hacky. 2025-05-26 20:58:48 -05:00
CheatSearchWidget.cpp CheatSearch: Add ability to breakpoint the selected lines. 2026-02-20 20:57:19 -07:00
CheatSearchWidget.h CheatSearch: Add ability to breakpoint the selected lines. 2026-02-20 20:57:19 -07:00
CheatsManager.cpp CheatsManager: Update code tabs on creation 2026-02-14 20:32:07 -08:00
CheatsManager.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
CMakeLists.txt Config: Add Edit button to DSU server menu 2026-04-30 02:23:41 -04:00
ConvertDialog.cpp DolphinQt: Make disc ConvertDialog have a better minimum size, use QFormLayout, and clean up the code a bit. 2025-11-06 04:34:07 -06:00
ConvertDialog.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DiscordHandler.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
DiscordHandler.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
DiscordJoinRequestDialog.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
DiscordJoinRequestDialog.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DolphinEmu.entitlements DolphinQt: Remove entitlements for Steam overlay 2024-08-15 12:42:15 -04:00
DolphinEmuDebug.entitlements DolphinQt: Remove entitlements for Steam overlay 2024-08-15 12:42:15 -04:00
DolphinQt.manifest DolphinQt: dont set dpi awareness in manifest 2023-04-25 10:49:46 -07:00
DolphinQt.rc Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
DolphinQt.vcxproj Config: Add Edit button to DSU server menu 2026-04-30 02:23:41 -04:00
DolphinQt.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
GameCount.cpp GameList: Add status bar with game count 2026-03-13 11:26:32 -07:00
GameCount.h GameList: Add status bar with game count 2026-03-13 11:26:32 -07:00
GBAHost.cpp Use more std::span arguments 2026-03-23 23:55:09 +01:00
GBAHost.h Use more std::span arguments 2026-03-23 23:55:09 +01:00
GBAWidget.cpp Core: Make RunOnCPUThread always non-blocking. 2026-02-03 17:29:17 -06:00
GBAWidget.h libmgba: Fix build when disabled 2025-10-30 12:00:13 -07:00
GCMemcardCreateNewDialog.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GCMemcardCreateNewDialog.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
GCMemcardManager.cpp Merge pull request #14592 from jordan-woyak/memcard-manager-scrolling 2026-05-11 23:04:22 +02:00
GCMemcardManager.h Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
Host.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
Host.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
HotkeyScheduler.cpp Merge pull request #14506 from adamscott/crop-that-screen 2026-05-23 20:53:31 +02:00
HotkeyScheduler.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
Info.plist.in DolphinQt: Disable Liquid Glass on macOS when built with Xcode 26 2026-01-09 08:27:12 -05:00
Main.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
MainWindow.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
MainWindow.h GameList: Add status bar with game count 2026-03-13 11:26:32 -07:00
MenuBar.cpp Merge pull request #14547 from JosJuice/page-table-fastmem-setting-gui 2026-04-19 11:21:26 -05:00
MenuBar.h Merge pull request #14547 from JosJuice/page-table-fastmem-setting-gui 2026-04-19 11:21:26 -05:00
NANDRepairDialog.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
NANDRepairDialog.h Qt: Make custom dialog for NAND Repair. 2022-08-28 03:11:17 +02:00
NKitWarningDialog.cpp fix Qt6 deprecation warnings 2025-07-19 22:08:15 +02:00
NKitWarningDialog.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
pch_qt.cpp msbuild: add pch for dolphinqt 2022-06-21 13:35:14 -07:00
pch_qt.h msbuild: add pch for dolphinqt 2022-06-21 13:35:14 -07:00
qt.conf Move DolphinQt2 to DolphinQt 2018-07-07 00:48:38 +02:00
qt.conf.win DolphinQt/CMake: Building on Windows 2019-05-12 00:05:10 +02:00
qt6.natvis Add support for building against Qt 6 2022-05-02 22:39:33 -07:00
RenderWidget.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
RenderWidget.h Remove rounded corners on emulation render window 2024-04-28 12:41:39 +03:00
resource.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ResourcePackManager.cpp Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
ResourcePackManager.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Resources.cpp DolphinQt/Resources: ERROR_LOG instead of ASSERT when LoadNamedIcon fails. 2026-04-13 20:22:31 -05:00
Resources.h DolphinQt: cache icons instead of single pixmaps 2023-04-25 12:34:27 -07:00
RiivolutionBootWidget.cpp Common/FileSearch: Refactor DoFileSearch 2026-01-24 16:50:10 +01:00
RiivolutionBootWidget.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
SearchBar.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
SearchBar.h Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
Settings.cpp Merge pull request #14604 from cristian64/fusion_qgroupbox_style_qt660 2026-04-18 14:17:35 -07:00
Settings.h Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
ToolBar.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
ToolBar.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Translation.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Translation.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Updater.cpp DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter. 2025-06-07 16:15:34 -05:00
Updater.h Qt/Updater: Remove unused member variable. 2022-11-15 00:56:08 +01:00
WiiUpdate.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
WiiUpdate.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00