Duckstation/src/duckstation-qt
2020-06-09 02:41:24 +10:00
..
resources Qt: Split memory card/controller config, make bindings scroll 2020-05-20 23:26:26 +10:00
advancedsettingswidget.cpp Qt: Add advanced settings 2020-05-01 00:59:31 +10:00
advancedsettingswidget.h Qt: Add advanced settings 2020-05-01 00:59:31 +10:00
advancedsettingswidget.ui Qt: Add advanced settings 2020-05-01 00:59:31 +10: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 Frontends: Use common GL context wrapper 2020-05-25 15:02:44 +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: Split memory card/controller config, make bindings scroll 2020-05-20 23:26:26 +10:00
controllersettingswidget.h Qt: Split memory card/controller config, make bindings scroll 2020-05-20 23:26:26 +10:00
d3d11hostdisplay.cpp HostDisplay: Adjust offsets for linear filtering 2020-05-17 21:10:48 +10:00
d3d11hostdisplay.h Qt: Refactor render widget state transitions 2020-04-22 21:13:53 +10:00
duckstation-qt.vcxproj Qt: Split memory card/controller config, make bindings scroll 2020-05-20 23:26:26 +10:00
duckstation-qt.vcxproj.filters Qt: Split memory card/controller config, make bindings scroll 2020-05-20 23:26:26 +10:00
gamelistsettingswidget.cpp Qt/GameList: Update entry rather than ignoring same directory added twice 2020-03-10 23:10:20 +10:00
gamelistsettingswidget.h Qt: Add automatic download of redump disc database for game list 2020-01-24 14:51:25 +10:00
gamelistsettingswidget.ui GameList: Auto set cache/database path from user directory 2020-01-24 14:51:09 +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 HostInterface: Disable true color/enable scaled dithering by default 2020-05-15 01:41:58 +10:00
gpusettingswidget.h Qt: Add help to GPU options in settings 2020-05-01 01:00:05 +10:00
gpusettingswidget.ui Qt: Add integer upscaling option 2020-05-01 01:00:29 +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 Qt: Prevent lag disabling power on buttons when starting 2020-06-06 03:44:57 +10:00
mainwindow.h Qt: Prevent lag disabling power on buttons when starting 2020-06-06 03:44:57 +10:00
mainwindow.ui Qt: Combine resume and power off toolbar buttons 2020-05-23 15:03:15 +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
openglhostdisplay.cpp Frontends: Use common GL context wrapper 2020-05-25 15:02:44 +10:00
openglhostdisplay.h Frontends: Use common GL context wrapper 2020-05-25 15:02:44 +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: Track mouse position 2020-04-26 17:36:49 +10:00
qtdisplaywidget.h HostDisplay: Track mouse position 2020-04-26 17:36:49 +10:00
qthostdisplay.cpp Frontends: Use common GL context wrapper 2020-05-25 15:02:44 +10:00
qthostdisplay.h Frontends: Use common GL context wrapper 2020-05-25 15:02:44 +10:00
qthostinterface.cpp Move most helper logic from base HostInterface to FrontendCommon 2020-06-09 02:35:37 +10:00
qthostinterface.h Move most helper logic from base HostInterface to FrontendCommon 2020-06-09 02:35:37 +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
settingsdialog.cpp Qt: Add inline help to audio settings 2020-06-07 01:30:05 +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 SettingWidgetBinder: Use QString instead of const char* 2020-04-09 00:03:20 +10:00