Duckstation/src/duckstation-qt
2020-06-30 03:03:56 +10:00
..
resources Qt: Add theme selection and dark theme 2020-06-25 01:33:00 +10:00
aboutdialog.cpp Qt: Fix broken links in about dialog 2020-06-11 09:36:14 -07:00
aboutdialog.h Qt: Add about dialog 2020-06-11 09:26:04 -07:00
aboutdialog.ui Qt: Fix broken font in about dialog on Windows 2020-06-11 10:14:27 -07:00
advancedsettingswidget.cpp Qt/AdvancedSettings: Fix swapped widget bindings 2020-06-17 12:34:41 -07:00
advancedsettingswidget.h Qt: Connect tweak/hack settings to Qt frontend 2020-06-16 09:53:18 -07:00
advancedsettingswidget.ui Qt: Connect tweak/hack settings to Qt frontend 2020-06-16 09:53:18 -07:00
audiosettingswidget.cpp Qt: Add inline help to audio settings 2020-06-07 01:30:05 +10:00
audiosettingswidget.h Qt: Add inline help to audio settings 2020-06-07 01:30:05 +10:00
audiosettingswidget.ui AudioStream: Replace buffer queue with ring buffer 2020-06-07 01:22:03 +10:00
CMakeLists.txt HostDisplay: Move most backend logic to FrontendCommon 2020-06-30 03:03:56 +10:00
consolesettingswidget.cpp Qt: Add CDROM Enable Region Check option 2020-04-01 14:50:27 +10:00
consolesettingswidget.h Qt: Split some console settings out into general settings 2020-03-22 13:20:08 +10:00
consolesettingswidget.ui Qt: Add CDROM Enable Region Check option 2020-04-01 14:50:27 +10:00
controllersettingswidget.cpp Qt: Simplify Rebind All behavior 2020-06-14 16:06:29 -07:00
controllersettingswidget.h Qt: Split memory card/controller config, make bindings scroll 2020-05-20 23:26:26 +10:00
duckstation-qt.aps Qt: Add icon to executable 2020-06-15 03:29:35 +10:00
duckstation-qt.ico Qt: Add icon to executable 2020-06-15 03:29:35 +10:00
duckstation-qt.rc Qt: Add icon to executable 2020-06-15 03:29:35 +10:00
duckstation-qt.vcxproj HostDisplay: Move most backend logic to FrontendCommon 2020-06-30 03:03:56 +10:00
duckstation-qt.vcxproj.filters HostDisplay: Move most backend logic to FrontendCommon 2020-06-30 03:03:56 +10:00
gamelistsettingswidget.cpp Qt: Add separate menu items for rescan all/scan for new games 2020-06-12 01:49:17 +10:00
gamelistsettingswidget.h Qt: Add separate menu items for rescan all/scan for new games 2020-06-12 01:49:17 +10:00
gamelistsettingswidget.ui Qt: Add separate menu items for rescan all/scan for new games 2020-06-12 01:49:17 +10:00
gamelistwidget.cpp Qt: Fix compatibility column not showing by default 2020-06-09 02:41:24 +10:00
gamelistwidget.h Qt: Save settings for column visibility/sorting in game list 2020-03-02 11:08:29 +10:00
gamepropertiesdialog.cpp Qt/GameProperties: Implement hash calculation 2020-06-08 01:19:54 +10:00
gamepropertiesdialog.h Qt/GameProperties: Implement hash calculation 2020-06-08 01:19:54 +10:00
gamepropertiesdialog.ui Qt: Fix tab order in game properties dialog 2020-05-16 20:32:36 +10:00
generalsettingswidget.cpp System: Add option to disable loading memory cards from save states 2020-05-27 02:06:56 +10:00
generalsettingswidget.h Qt: Add help for general settings 2020-03-22 13:20:08 +10:00
generalsettingswidget.ui Qt: Fix overlapping options in general settings 2020-05-27 02:13:04 +10:00
gpusettingswidget.cpp Qt/Settings: Make GPU adapter more sensible 2020-06-22 15:57:43 +10:00
gpusettingswidget.h Qt/Settings: Make GPU adapter more sensible 2020-06-22 15:57:43 +10:00
gpusettingswidget.ui Qt: Add GPU/adapter selection to settings 2020-06-20 03:34:19 +10:00
hotkeysettingswidget.cpp FrontendCommon: Move input binding and some other logic from Qt to common 2020-02-28 17:00:09 +10:00
hotkeysettingswidget.h Qt: Use a single column in hotkey binding list 2020-02-16 00:14:23 +09:00
inputbindingwidgets.cpp Qt: Always poll controllers even when not running 2020-04-29 13:28:09 +10:00
inputbindingwidgets.h Qt: Mouse button binding support 2020-04-26 17:23:42 +10:00
main.cpp Qt: Switch to Windows instead of Console subsystem 2020-05-01 00:58:46 +10:00
mainwindow.cpp HostDisplay: Move most backend logic to FrontendCommon 2020-06-30 03:03:56 +10:00
mainwindow.h HostDisplay: Move most backend logic to FrontendCommon 2020-06-30 03:03:56 +10:00
mainwindow.ui Qt: Add theme selection and dark theme 2020-06-25 01:33:00 +10:00
memorycardsettingswidget.cpp Qt: Split memory card/controller config, make bindings scroll 2020-05-20 23:26:26 +10:00
memorycardsettingswidget.h Qt: Split memory card/controller config, make bindings scroll 2020-05-20 23:26:26 +10:00
qt.conf.win Build: Use bin directory for cmake, fix Windows/cmake build 2020-05-16 13:10:31 +10:00
qt5.natvis Qt: Add natvis file for Qt data structures 2020-01-02 16:11:22 +10:00
qtdisplaywidget.cpp HostDisplay: Move most backend logic to FrontendCommon 2020-06-30 03:03:56 +10:00
qtdisplaywidget.h HostDisplay: Move most backend logic to FrontendCommon 2020-06-30 03:03:56 +10:00
qthostinterface.cpp HostDisplay: Move most backend logic to FrontendCommon 2020-06-30 03:03:56 +10:00
qthostinterface.h HostDisplay: Move most backend logic to FrontendCommon 2020-06-30 03:03:56 +10:00
qtprogresscallback.cpp Qt/GameProperties: Implement hash calculation 2020-06-08 01:19:54 +10:00
qtprogresscallback.h Qt: Add ProgressCallback implementation 2020-03-12 15:32:15 +10:00
qtsettingsinterface.cpp HostInterface: Make SetUserDirectory() overridable by frontends 2020-04-05 22:59:06 +10:00
qtsettingsinterface.h HostInterface: Make SetUserDirectory() overridable by frontends 2020-04-05 22:59:06 +10:00
qtutils.cpp Qt: Move OpenURL to QtUtils namespace 2020-05-20 23:25:16 +10:00
qtutils.h Qt: Move OpenURL to QtUtils namespace 2020-05-20 23:25:16 +10:00
resource.h Qt: Add icon to executable 2020-06-15 03:29:35 +10:00
settingsdialog.cpp Qt: Add help text note about binding rumble 2020-06-14 16:29:25 -07:00
settingsdialog.h Qt: Split memory card/controller config, make bindings scroll 2020-05-20 23:26:26 +10:00
settingsdialog.ui Qt: Split memory card/controller config, make bindings scroll 2020-05-20 23:26:26 +10:00
settingwidgetbinder.h Qt: Connect tweak/hack settings to Qt frontend 2020-06-16 09:53:18 -07:00