dolphin-emulator/Source/Core/DolphinQt2
Michael M 061da1300a GameFile: handle missing banners in UI instead
Currently, GameFile returns a generic banner if the file didn't have one
available (either because the file format doesn't support it, or because
it's a Wii file without an associated save).

It makes more sense to handle the lack of banner in the UI layer. The
game list will use the generic missing banner explicitly (no change from before), and the game info window now omits the banner display entirely if the file didn't have one (since it's not useful to display/allow the user to save the "missing banner" banner).
2017-08-21 18:00:04 -07:00
..
Config GameFile: handle missing banners in UI instead 2017-08-21 18:00:04 -07:00
GameList GameFile: handle missing banners in UI instead 2017-08-21 18:00:04 -07:00
NetPlay Qt frontend build fix for USE_UPNP=OFF 2017-08-14 13:31:55 -07:00
QtUtils RunOnObject: add missing QThread include 2017-08-17 16:41:35 -07:00
Settings Merge pull request #5748 from nitrousox1de/hide-mouse-delay-fullscreen 2017-08-11 17:34:46 +08:00
AboutDialog.cpp Make DolphinQt2 strings more like DolphinWX strings 2017-07-26 08:04:10 +02:00
AboutDialog.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
CMakeLists.txt Qt: Implement NetPlay 2017-08-10 06:49:57 +02:00
DolphinQt2.manifest Use .manifest file for apps on Windows 2017-02-10 14:18:45 -08:00
DolphinQt2.vcxproj Make Visual Studio happy 2017-08-10 06:49:57 +02:00
DolphinQt2.vcxproj.user msvc\qt: get rid of .filters; just display directory structure. 2017-06-24 01:52:49 -07:00
Host.cpp DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
Host.h DolphinQt2: Remove 'slots:' syntax from headers 2017-07-23 15:07:49 -07:00
HotkeyScheduler.cpp Remove non-integer IRs 2017-08-08 12:09:50 +02:00
HotkeyScheduler.h Qt: Implement hotkeys (+ configuration) 2017-06-06 13:49:49 +02:00
InDevelopmentWarning.cpp Qt: Make the "In Development" warning less threatening 2017-07-08 10:47:31 +02:00
InDevelopmentWarning.h DolphinQt2: Experimental GUI Warning Prompt. 2016-07-13 15:52:45 +10:00
Info.plist.in Remove CFBundleLocalizations from Info.plist 2017-07-22 23:15:14 -07:00
Main.cpp Qt: register MsgAlertHandler 2017-08-03 13:29:59 -07:00
MainWindow.cpp NetPlayServer: handle port forwarding in constructor 2017-08-13 18:50:52 -07:00
MainWindow.h Qt: Implement NetPlay 2017-08-10 06:49:57 +02:00
MenuBar.cpp Make DolphinQt2 netplay strings more like in DolphinWX 2017-08-10 15:58:04 +02:00
MenuBar.h Qt: Add "Start NetPlay" option to the menubar 2017-08-09 00:05:48 +02:00
qt.conf CMake: use BundleUtilities to fix up Dolphin.app 2017-02-03 22:27:19 -08:00
RenderWidget.cpp Merge pull request #5748 from nitrousox1de/hide-mouse-delay-fullscreen 2017-08-11 17:34:46 +08:00
RenderWidget.h Merge pull request #5748 from nitrousox1de/hide-mouse-delay-fullscreen 2017-08-11 17:34:46 +08:00
Resources.cpp DolphinQt2: replace Settings with SConfig where possible 2017-06-29 17:17:32 -07:00
Resources.h GameListModel: update icons when theme changes 2017-06-05 17:04:29 -07:00
Settings.cpp Settings: Implement NetPlay globals 2017-08-10 06:49:57 +02:00
Settings.h Settings: Implement NetPlay globals 2017-08-10 06:49:57 +02:00
ToolBar.cpp Make DolphinQt2 strings more like DolphinWX strings 2017-07-26 08:04:10 +02:00
ToolBar.h Qt: Add Graphics option to tool bar 2017-06-28 20:13:37 +02:00
WiiUpdate.cpp Qt: Fix WiiUpdate progress dialog cancel button 2017-08-10 23:47:18 +08:00
WiiUpdate.h Qt: Add menu item to perform system update from disc 2017-08-10 23:47:18 +08:00