dolphin/Source/Core/DolphinQt2
Lioncash 0995cfef6a PatchEngine: Make PatchType an enum class
Makes the enum strongly typed. A function for retrieving the string
representation of the enum is also added, which allows hiding the array
that contains all of the strings from view (i.e. we operate on the API,
not the exposed internals). This also allows us to bounds check any
querying for the strings.
2018-05-13 15:46:51 -04:00
..
Config PatchEngine: Make PatchType an enum class 2018-05-13 15:46:51 -04:00
Debugger Qt/debugger: Don't update the symbols list unnecessarily 2018-05-12 19:15:26 -04:00
GameList WiiSave: Allow users to specify export directory 2018-05-13 17:42:56 +02:00
NetPlay Qt/NetPlayDialog: Improve player list 2018-05-12 18:25:38 +02:00
QtUtils Qt/WrapInScrollArea: Only use transparency on Windows 2018-05-07 17:23:03 +02:00
Settings Merge pull request #6768 from spycrab/qt_stylesheet 2018-05-08 15:20:19 +02:00
TAS Qt: Remove "What's this" button 2018-05-05 02:29:16 +02:00
AboutDialog.cpp Make GUI strings more consistent 2017-11-02 14:32:16 +01:00
AboutDialog.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
CheatsManager.cpp Merge pull request #6754 from spycrab/qt_no_whatsthis 2018-05-05 16:04:52 +02:00
CheatsManager.h Qt: Implement Cheats Manager 2018-04-19 10:42:24 +02:00
CMakeLists.txt Merge pull request #6624 from spycrab/qt_dbg_jit 2018-05-12 13:02:47 +02:00
DolphinQt2.manifest Use .manifest file for apps on Windows 2017-02-10 14:18:45 -08:00
DolphinQt2.rc Qt/MSVC: Add icon 2017-09-02 23:51:59 +02:00
DolphinQt2.vcxproj Merge pull request #6624 from spycrab/qt_dbg_jit 2018-05-12 13:02:47 +02:00
DolphinQt2.vcxproj.user msvc\qt: get rid of .filters; just display directory structure. 2017-06-24 01:52:49 -07:00
FIFOPlayerWindow.cpp Qt: Remove "What's this" button 2018-05-05 02:29:16 +02:00
FIFOPlayerWindow.h Qt: Implement FIFO Player 2017-11-19 22:06:32 +01:00
GCMemcardManager.cpp Qt: Remove "What's this" button 2018-05-05 02:29:16 +02:00
GCMemcardManager.h Qt: Implement GameCube memory manager 2018-01-29 01:01:25 +01:00
Host.cpp Qt/debugger: properly updates when we break 2018-05-12 19:04:30 -04:00
Host.h Qt/debugger: properly updates when we break 2018-05-12 19:04:30 -04:00
HotkeyScheduler.cpp Merge pull request #6825 from leoetlino/onion-types 2018-05-12 21:59:43 +02:00
HotkeyScheduler.h Qt: Implement "Reset" hotkey 2018-05-12 03:56:10 +02:00
Info.plist.in Qt/Wx: Turn Qt into the default interface 2018-04-21 17:54:00 +02:00
Main.cpp Qt: Fix render widget not being on top when using -n / -e 2018-05-13 17:32:29 +02:00
MainWindow.cpp Qt: Fix render widget not being on top when using -n / -e 2018-05-13 17:32:29 +02:00
MainWindow.h Qt: Fix render widget not being on top when using -n / -e 2018-05-13 17:32:29 +02:00
MenuBar.cpp WiiSave: Allow users to specify export directory 2018-05-13 17:42:56 +02:00
MenuBar.h Qt/debugger: Don't update the symbols list unnecessarily 2018-05-12 19:15:26 -04:00
qt.conf CMake: use BundleUtilities to fix up Dolphin.app 2017-02-03 22:27:19 -08:00
RenderWidget.cpp Qt: Fix "Render To Main" 2018-05-06 04:51:13 +02:00
RenderWidget.h Qt: Implement "Free look" 2018-04-29 13:52:27 +02:00
resource.h Qt/MSVC: Add icon 2017-09-02 23:51:59 +02:00
Resources.cpp Remove EmuState 2018-03-31 16:21:17 +02:00
Resources.h Remove EmuState 2018-03-31 16:21:17 +02:00
SearchBar.cpp SearchBar: Remove unused class variables 2018-03-27 22:47:02 -04:00
SearchBar.h SearchBar: Remove unused class variables 2018-03-27 22:47:02 -04:00
Settings.cpp Merge pull request #6624 from spycrab/qt_dbg_jit 2018-05-12 13:02:47 +02:00
Settings.h Merge pull request #6624 from spycrab/qt_dbg_jit 2018-05-12 13:02:47 +02:00
ToolBar.cpp Qt/debugger: properly updates when we break 2018-05-12 19:04:30 -04:00
ToolBar.h Qt: Make toolbar more dynamic 2018-04-20 22:44:49 +02:00
Translation.cpp Fix some warnings 2018-04-17 14:10:05 +01:00
Translation.h Qt: use translations 2017-09-14 17:15:21 -07:00
Updater.cpp AutoUpdater: support optionally restarting Dolphin after update 2018-03-23 11:10:25 +01:00
Updater.h Qt: Improve updater 2018-03-23 10:42:40 +01: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