Duckstation/src/duckstation-qt
2020-07-21 17:14:11 -07: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: Remove usage of QString where possible for settings 2020-07-21 20:10:06 +10: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: Fix volume slider slowing down emulation 2020-07-21 20:10:17 +10:00
audiosettingswidget.h Qt: Fix volume slider slowing down emulation 2020-07-21 20:10:17 +10:00
audiosettingswidget.ui AudioStream: Replace buffer queue with ring buffer 2020-06-07 01:22:03 +10:00
CMakeLists.txt Qt: Replace QtSettingsInterface with INISettingsInterface 2020-07-16 20:35:49 -07:00
consolesettingswidget.cpp System: Add an option to preload CD image to RAM 2020-07-22 00:03:22 +10:00
consolesettingswidget.h Qt: Split some console settings out into general settings 2020-03-22 13:20:08 +10:00
consolesettingswidget.ui System: Add an option to preload CD image to RAM 2020-07-22 00:03:22 +10:00
controllersettingswidget.cpp Qt: Remove usage of QString where possible for settings 2020-07-21 20:10:06 +10: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 Fix MSVC build 2020-07-16 20:35:49 -07:00
duckstation-qt.vcxproj.filters Fix MSVC build 2020-07-16 20:35:49 -07:00
gamelistsettingswidget.cpp Qt: Remove usage of QString where possible for settings 2020-07-21 20:10:06 +10:00
gamelistsettingswidget.h Qt/GameListSettings: Fix QToolButtons staying highlighted after use 2020-07-17 03:50:02 -07:00
gamelistsettingswidget.ui Qt/GameListSettings: Use push button for all buttons 2020-07-18 01:33:36 +10:00
gamelistwidget.cpp Qt: Remove usage of QString where possible for settings 2020-07-21 20:10:06 +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 Qt: Remove usage of QString where possible for settings 2020-07-21 20:10:06 +10:00
generalsettingswidget.h Qt: Add help for general settings 2020-03-22 13:20:08 +10:00
generalsettingswidget.ui Settings: Load Memory Cards From State -> Load Devices From State 2020-07-02 00:50:53 +10:00
gpusettingswidget.cpp Qt: Remove usage of QString where possible for settings 2020-07-21 20:10:06 +10:00
gpusettingswidget.h Qt/Settings: Make GPU adapter more sensible 2020-06-22 15:57:43 +10:00
gpusettingswidget.ui Qt: Fix widescreen hack option positioning 2020-07-18 01:28:35 +10:00
hotkeysettingswidget.cpp Qt: Remove usage of QString where possible for settings 2020-07-21 20:10:06 +10:00
hotkeysettingswidget.h Qt: Use a single column in hotkey binding list 2020-02-16 00:14:23 +09:00
inputbindingwidgets.cpp Qt: Remove usage of QString where possible for settings 2020-07-21 20:10:06 +10:00
inputbindingwidgets.h Qt: Remove usage of QString where possible for settings 2020-07-21 20:10:06 +10:00
main.cpp Qt: Switch to Windows instead of Console subsystem 2020-05-01 00:58:46 +10:00
mainwindow.cpp Qt: Remove usage of QString where possible for settings 2020-07-21 20:10:06 +10:00
mainwindow.h Qt: Save original style name for restoring after theme switch 2020-07-04 15:54:26 +10:00
mainwindow.ui Qt: Add theme selection and dark theme 2020-06-25 01:33:00 +10:00
memorycardsettingswidget.cpp Qt: Remove usage of QString where possible for settings 2020-07-21 20:10:06 +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 WindowInfo: Add surface_scale field 2020-07-01 01:57:25 +10:00
qtdisplaywidget.h HostDisplay: Move most backend logic to FrontendCommon 2020-06-30 03:03:56 +10:00
qthostinterface.cpp CommonHostInterface: Prevent some potential null pointer dereferences 2020-07-21 17:14:11 -07:00
qthostinterface.h Qt: Fix volume slider slowing down emulation 2020-07-21 20:10:17 +10:00
qtprogresscallback.cpp Fix a bunch of compiler warnings 2020-07-09 13:30:16 +10:00
qtprogresscallback.h Qt: Add ProgressCallback implementation 2020-03-12 15:32:15 +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 binding how-to text to hotkey page 2020-07-18 01:33:51 +10: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: Remove usage of QString where possible for settings 2020-07-21 20:10:06 +10:00