dolphin/Source/Core/DolphinQt
JosJuice 9df763b4ac TitleDatabase: Don't merge multiple languages into same map
Instead of selecting languages based on the user config at the time
of TitleDatabase creation and merging the different languages into one
map for GC and one map for Wii, have one map for each language, and
have the caller supply the language they want. This makes us not need
the IsGCTitle function, which is inaccurate for IDs that start with D.
2019-02-25 19:55:46 +01:00
..
Config Keep track of GameTDB ID separately from game ID 2019-02-25 19:54:25 +01:00
Debugger Use empty instead of size 2019-02-13 00:03:49 +01:00
FIFO Use empty instead of size 2019-02-13 00:03:49 +01:00
GameList Merge pull request #7798 from ShFil119/impr/empty 2019-02-13 01:59:43 +00:00
NetPlay Use empty instead of size 2019-02-13 00:03:49 +01:00
QtUtils NetPlay: Improve settings synchronization and UI 2018-07-26 17:23:04 -04:00
Settings Qt: Minor text tweaks 2019-02-07 11:53:07 -06:00
TAS WiimoteEmu: Major renaming and cleanup. 2019-02-02 19:40:31 -06:00
AboutDialog.cpp Qt/Resources: Convert int parameters of GetCountry(), GetPlatform() and GetMisc() to enum classes 2018-07-10 15:23:12 -04:00
AboutDialog.h
CheatsManager.cpp Fix typo causing "Remove from Watch" in Cheat Manager to crash Dolphin 2018-09-24 23:01:24 -05:00
CheatsManager.h Qt/CheatsManager: Move concealable types into the cpp file 2018-07-10 14:34:24 -04:00
CMakeLists.txt Qt/GameConfigWidget: Complete overhaul 2019-01-26 00:41:22 +01:00
DiscordHandler.cpp Force IPv4 on external IP addresses 2018-08-13 21:17:38 -04:00
DiscordHandler.h Force IPv4 on external IP addresses 2018-08-13 21:17:38 -04:00
DiscordJoinRequestDialog.cpp Force IPv4 on external IP addresses 2018-08-13 21:17:38 -04:00
DiscordJoinRequestDialog.h Force IPv4 on external IP addresses 2018-08-13 21:17:38 -04:00
DolphinQt.manifest Add supportedOS manifests for Windows 7, 8, 8.1, and 10 to DolphinQt and Updater. Enables high contrast themes on Windows 8+. 2018-11-03 22:33:55 -04:00
DolphinQt.rc
DolphinQt.vcxproj Qt/GameConfigWidget: Complete overhaul 2019-01-26 00:41:22 +01:00
DolphinQt.vcxproj.user
GCMemcardManager.cpp GCMemcard: Let GetDEntry() return std::optional<DEntry>. 2018-12-10 20:24:20 +01:00
GCMemcardManager.h Qt/GCMemcardManager: Make slot and file selection more intuitive 2018-08-24 07:10:48 -04:00
Host.cpp Host: Also call ControllerInterface::ChangeWindow when window changes 2018-10-29 11:46:06 +10:00
Host.h Drop Host_GetRenderSurface and pass display to backend 2018-10-20 21:11:34 +10:00
HotkeyScheduler.cpp Renderer: Use imgui for drawing debug text and OSD 2019-01-25 11:15:57 +10:00
HotkeyScheduler.h Input: Add hotkey to cycle the wiimote profile forward or backward 2018-07-07 12:39:08 -05:00
Info.plist.in Add M3U file support for automatic disc switching 2019-01-04 09:24:42 +01:00
Main.cpp Qt: Make more messages modal 2019-01-25 16:16:27 +01:00
MainWindow.cpp Merge pull request #7798 from ShFil119/impr/empty 2019-02-13 01:59:43 +00:00
MainWindow.h Automatic disc change for 2-disc games 2019-01-04 09:24:38 +01:00
MenuBar.cpp TitleDatabase: Don't merge multiple languages into same map 2019-02-25 19:55:46 +01:00
MenuBar.h Qt/MainWindow: Also display "List Columns" menu via right-click on table's header. 2019-01-21 21:06:04 +00:00
qt.conf
RenderWidget.cpp Merge pull request #7736 from stenzek/imgui-hidpi 2019-01-25 22:45:31 +01:00
RenderWidget.h RenderWidget: Hook up to ImGui 2019-01-25 11:15:57 +10:00
resource.h
ResourcePackManager.cpp ResourcePacks: Fix various bugs 2019-02-11 11:05:35 +01:00
ResourcePackManager.h ResourcePacks: Fix various bugs 2019-02-11 11:05:35 +01:00
Resources.cpp Qt/Resources: Convert int parameters of GetCountry(), GetPlatform() and GetMisc() to enum classes 2018-07-10 15:23:12 -04:00
Resources.h Qt/Resources: Convert int parameters of GetCountry(), GetPlatform() and GetMisc() to enum classes 2018-07-10 15:23:12 -04:00
SearchBar.cpp
SearchBar.h
Settings.cpp Qt: Fix widgets being visible when they shouldn't be 2018-08-20 00:39:57 +02:00
Settings.h Qt: Fix widgets being visible when they shouldn't be 2018-08-20 00:39:57 +02:00
ToolBar.cpp Qt: Disable controller configuration while NetPlay is running 2018-11-29 07:31:45 -05:00
ToolBar.h
Translation.cpp DolphinQt: reduce warnings about MO files 2018-10-28 11:45:59 +00:00
Translation.h
Updater.cpp
Updater.h
WiiUpdate.cpp
WiiUpdate.h