dolphin/Source/Core/DolphinQt2/Config
JosJuice 1f1dae367d Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon
The original reason I wanted to do this was so that we can replace
the Android-specific code with this in the future, but of course,
just deduplicating between DolphinWX and DolphinQt2 is nice too.

Fixes:

- DolphinQt2 showing the wrong size for split WBFS disc images.

- DolphinQt2 being case sensitive when checking if a file is a DOL/ELF.

- DolphinQt2 not detecting when a Wii banner has become available
after the game list cache was created.

Removes:

- DolphinWX's ability to load PNGs as custom banners. But it was
already rather broken (see https://bugs.dolphin-emu.org/issues/10365
and https://bugs.dolphin-emu.org/issues/10366). The reason I removed
this was because PNG decoding relied on wx code and we don't have any
good non-wx/Qt code for loading PNG files right now (let's not use
SOIL), but we should be able to use libpng directly to implement PNG
loading in the future.

- DolphinQt2's ability to ignore a cached game if the last modified
time differs. We currently don't have a non-wx/Qt way to get the time.
2018-03-09 13:08:38 +01:00
..
Graphics Qt/Graphics: Add ubershader options 2018-02-10 13:11:18 +01:00
Mapping Qt: Fix warning about parentheses 2018-02-22 17:55:16 +01:00
ARCodeWidget.cpp Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
ARCodeWidget.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
CheatCodeEditor.cpp Qt: Turn ARCodeEditor into general purpose CheatCodeEditor 2018-01-24 13:35:13 +01:00
CheatCodeEditor.h Qt/ARCodeWidget: Use CheatCodeEditor 2018-01-24 13:42:00 +01:00
CheatWarningWidget.cpp Qt: Remove unnecessary <iostream> includes 2018-02-21 16:38:08 -05:00
CheatWarningWidget.h Qt/Properties: Implement "Gecko codes" tab 2017-09-15 19:45:46 +02:00
ControllersWindow.cpp Rename GCPadWiiU -> GCPadWiiUConfigDialog 2017-11-05 08:04:16 -08:00
ControllersWindow.h Qt MappingWindow: move controller type into constructor 2017-11-05 08:04:16 -08:00
FilesystemWidget.cpp Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
FilesystemWidget.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
GameConfigWidget.cpp Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
GameConfigWidget.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
GeckoCodeWidget.cpp Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
GeckoCodeWidget.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
InfoWidget.cpp Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
InfoWidget.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
LogConfigWidget.cpp Qt: Fix log / log config window not being marked as hidden when closing 2017-09-20 15:12:26 +02:00
LogConfigWidget.h Qt: Fix log / log config window not being marked as hidden when closing 2017-09-20 15:12:26 +02:00
LogWidget.cpp Qt: Fix log / log config window not being marked as hidden when closing 2017-09-20 15:12:26 +02:00
LogWidget.h Qt: Fix log / log config window not being marked as hidden when closing 2017-09-20 15:12:26 +02:00
NewPatchDialog.cpp Tweak Qt strings to be more translation friendly 2018-03-04 19:13:13 +01:00
NewPatchDialog.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
PatchesWidget.cpp Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
PatchesWidget.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
PropertiesDialog.cpp Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
PropertiesDialog.h Unify ISOFile (wx) with GameFile (Qt) and put it in UICommon 2018-03-09 13:08:38 +01:00
SettingsWindow.cpp Qt: Implement Wiimote speaker volume slider and Wiimote motor toggle, rebased all changes... included fixed based on feedback by ligfx 2018-02-07 18:46:13 +01:00
SettingsWindow.h Qt/SettingsWindow: Add SelectGeneralPane method 2017-09-15 19:01:22 +02:00