dolphin/Source/Core/DolphinQt2
JosJuice 9988652d86 Fix launching DolphinQt2 from Visual Studio
Starting with 5.0-5504, trying to launch DolphinQt2 from Visual Studio
shows the error message "The operation could not be completed. Undefined
error" instead of launching the exe file. (The exe gets created
correctly, it just doesn't get launched. It's possible to work around
the problem by launching the exe manually outside of Visual Studio, but
then you won't have an attached debugger automatically.) This commit
fixes that by removing headers from DolphinQt2.vcxproj's ClInclude list
that already are in the QtMoc list. (The problem was originally about
LogWidget.h and LogConfigWidget.h, but 5.0-5600 made the problem be
about CheatWarningWidget.h and GeckoCodeWidget.h instead.)
2018-01-04 13:03:47 +01:00
..
Config Update Readme.md and various fixes 2017-12-20 10:54:51 +01:00
Debugger Qt: Connect debugging widgets 2017-12-28 19:08:38 +01:00
GameList Merge pull request #6109 from t27duck/missing_wiiware_makers_2 2017-11-06 08:05:19 +01:00
NetPlay RunOnObject: accept pointers to member functions 2017-09-15 10:36:33 -07:00
QtUtils RunOnObject: accept pointers to member functions 2017-09-15 10:36:33 -07:00
Settings Qt/InterfaceSettings: Add "Show Debugging UI" option 2017-12-28 18:59:42 +01:00
AboutDialog.cpp Make GUI strings more consistent 2017-11-02 14:32:16 +01:00
AboutDialog.h
CMakeLists.txt Qt/Debugger: Implement "Breakpoints" window 2017-12-28 19:08:38 +01:00
DolphinQt2.manifest
DolphinQt2.rc Qt/MSVC: Add icon 2017-09-02 23:51:59 +02:00
DolphinQt2.vcxproj Fix launching DolphinQt2 from Visual Studio 2018-01-04 13:03:47 +01:00
DolphinQt2.vcxproj.user msvc\qt: get rid of .filters; just display directory structure. 2017-06-24 01:52:49 -07:00
FIFOPlayerWindow.cpp FIFOPlayerWindow: don't reset frame/object limit every frame 2017-11-24 14:11:59 -08:00
FIFOPlayerWindow.h Qt: Implement FIFO Player 2017-11-19 22:06:32 +01: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 VideoConfig: Make StereoMode an enum class 2017-11-18 23:19:53 -05:00
HotkeyScheduler.h Qt: Implement TAS/Movie shortcuts 2017-09-03 02:58:38 +02:00
InDevelopmentWarning.cpp Qt/DevelopmentWarning: Add "Don't show me this warning again" option 2017-09-03 03:46:23 +02:00
InDevelopmentWarning.h
Info.plist.in Remove CFBundleLocalizations from Info.plist 2017-07-22 23:15:14 -07:00
Main.cpp Merge pull request #6076 from spycrab/qt_debugger 2018-01-03 03:44:27 +01:00
MainWindow.cpp Merge pull request #6280 from spycrab/qt_screensaver 2018-01-03 13:13:18 +01:00
MainWindow.h Merge pull request #6280 from spycrab/qt_screensaver 2018-01-03 13:13:18 +01:00
MenuBar.cpp Qt/Debugger: Implement "Breakpoints" window 2017-12-28 19:08:38 +01:00
MenuBar.h Qt/Debugger: Implement "Breakpoints" window 2017-12-28 19:08:38 +01:00
qt.conf
RenderWidget.cpp Qt: Fix blackscreen 2017-11-19 17:49:51 +01:00
RenderWidget.h Merge pull request #5748 from nitrousox1de/hide-mouse-delay-fullscreen 2017-08-11 17:34:46 +08:00
resource.h Qt/MSVC: Add icon 2017-09-02 23:51:59 +02:00
Resources.cpp DolphinQt2: replace Settings with SConfig where possible 2017-06-29 17:17:32 -07:00
Resources.h
Settings.cpp Qt/Debugger: Implement "Breakpoints" window 2017-12-28 19:08:38 +01:00
Settings.h Qt/Debugger: Implement "Breakpoints" window 2017-12-28 19:08:38 +01:00
ToolBar.cpp Qt: Always show the stop button in the toolbar 2017-09-26 17:44:18 +02:00
ToolBar.h Qt: use Settings::EmulationStateChanged 2017-09-13 17:30:18 -07:00
Translation.cpp Qt: use translations 2017-09-14 17:15:21 -07:00
Translation.h Qt: use translations 2017-09-14 17:15:21 -07: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