Duckstation/src/duckstation-qt
2020-07-31 03:32:48 +10:00
..
resources Qt: Add theme selection and dark theme 2020-06-25 01:33:00 +10:00
translations Qt: Update Portuguese (Br) translation 2020-07-31 03:32:48 +10:00
aboutdialog.cpp Qt: Make about dialog more translation-friendly 2020-07-29 02:38:04 +10:00
aboutdialog.h Qt: Add about dialog 2020-06-11 09:26:04 -07:00
aboutdialog.ui Qt: Make about dialog more translation-friendly 2020-07-29 02:38:04 +10: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: Mark individual setting help as translatable 2020-07-28 20:33:09 +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: Add Portuguese translation 2020-07-28 20:33:09 +10: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 Qt: Add Portuguese translation 2020-07-28 20:33:09 +10:00
duckstation-qt.vcxproj.filters Qt: Add Portuguese translation 2020-07-28 20:33:09 +10:00
gamelistsettingswidget.cpp Qt: Add context menu and open directory to game directory list 2020-07-29 02:51:52 +10:00
gamelistsettingswidget.h Qt: Add context menu and open directory to game directory list 2020-07-29 02:51:52 +10:00
gamelistsettingswidget.ui Qt/GameListSettings: Use push button for all buttons 2020-07-18 01:33:36 +10:00
gamelistwidget.cpp Qt: Make gmae list headings translatable 2020-07-28 20:33:09 +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: Mark individual setting help as translatable 2020-07-28 20:33:09 +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/Settings: Add recommended resolution to scale 2020-07-28 20:33:09 +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
inputbindingdialog.cpp Qt: Support binding multiple buttons/axis to controllers 2020-07-23 02:35:15 +10:00
inputbindingdialog.h Qt: Support binding multiple buttons/axis to controllers 2020-07-23 02:35:15 +10:00
inputbindingdialog.ui Qt: Support binding multiple buttons/axis to controllers 2020-07-23 02:35:15 +10:00
inputbindingwidgets.cpp Qt: Support binding multiple buttons/axis to controllers 2020-07-23 02:35:15 +10:00
inputbindingwidgets.h Qt: Support binding multiple buttons/axis to controllers 2020-07-23 02:35:15 +10:00
main.cpp Qt: Switch to Windows instead of Console subsystem 2020-05-01 00:58:46 +10:00
mainwindow.cpp Qt: Add translation support and language setting 2020-07-28 19:14:44 +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 translation support and language setting 2020-07-28 19:14:44 +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 Qt: Display Portuguese language as Portuguese (Br) 2020-07-29 02:38:04 +10:00
qthostinterface.h Qt: Add translation support and language setting 2020-07-28 19:14:44 +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: Mark individual setting help as translatable 2020-07-28 20:33:09 +10:00
settingsdialog.h Qt: Mark individual setting help as translatable 2020-07-28 20:33:09 +10:00
settingsdialog.ui Qt: Improve auto-sizing for settings dialog 2020-07-29 02:38:04 +10:00
settingwidgetbinder.h Qt: Remove usage of QString where possible for settings 2020-07-21 20:10:06 +10:00
update_translations.bat Qt: Add Portuguese translation 2020-07-28 20:33:09 +10:00