..
_discord_utils.cpp
Add missing Discord guard after 27a94308a7
2018-06-21 01:07:05 +01:00
_discord_utils.h
Discord fixes
2018-06-19 20:45:00 +04:00
about_dialog.cpp
Fix code relying on initialization order
2020-01-31 11:23:55 +03:00
about_dialog.h
[Qt] Delete "ui" pointer in destructor
2017-09-09 20:29:42 +01:00
about_dialog.ui
Qt: make text labels in about dialog selectable
2019-07-21 20:07:19 +02:00
auto_pause_settings_dialog.cpp
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
auto_pause_settings_dialog.h
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
breakpoint_handler.cpp
Refactor debugger_frame into subclasses. Mostly trying to simplify
2018-04-21 22:21:51 +04:00
breakpoint_handler.h
Refactor debugger_frame into subclasses. Mostly trying to simplify
2018-04-21 22:21:51 +04:00
breakpoint_list.cpp
Qt: adjust custom context menu positions
2019-11-06 19:26:29 +01:00
breakpoint_list.h
Refactor debugger_frame into subclasses. Mostly trying to simplify
2018-04-21 22:21:51 +04:00
category.h
Qt: do not use localized filenames for default current config and default stylesheet
2020-02-06 17:41:50 +01:00
cg_disasm_window.cpp
Silence deprecation warning (implicit capture of this on [=])
2020-02-10 14:47:12 +03:00
cg_disasm_window.h
qt: rewrite syntax highlighter
2018-06-12 02:49:58 +04:00
cheat_manager.cpp
cheat_manager: minor fix for T to be_t transition
2020-02-17 22:00:32 +03:00
cheat_manager.h
silence some annoying warnings
2019-12-28 15:40:57 +01:00
CMakeLists.txt
Qt: do not use localized filenames for default current config and default stylesheet
2020-02-06 17:41:50 +01:00
custom_dialog.cpp
split MsgDialogBase
2019-01-10 13:05:48 +01:00
custom_dialog.h
split MsgDialogBase
2019-01-10 13:05:48 +01:00
custom_dock_widget.h
Qt: make dockwidget title bars optional
2019-01-10 12:14:38 +01:00
custom_table_widget_item.h
Qt: trophy manager overhaul
2018-05-18 23:17:10 +04:00
debugger_frame.cpp
Fix signed-unsigned comparisons and mark warning as error (part 2).
2020-02-19 22:54:58 +03:00
debugger_frame.h
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
debugger_list.cpp
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
debugger_list.h
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
emu_settings.cpp
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
emu_settings.h
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
find_dialog.cpp
Fixed behaviour of buttons in Welcome, Find, Settings, VFS and Debugger dialogs - now reacting to button click, not press
2019-07-10 13:14:05 +03:00
find_dialog.h
Qt: add counters to the find dialog
2018-06-11 16:24:51 +03:00
game_compatibility.cpp
Qt: only add version update hint to bootable applications
2020-02-15 11:36:01 +01:00
game_compatibility.h
Qt: only add version update hint to bootable applications
2020-02-15 11:36:01 +01:00
game_list.h
Refactor debugger_frame into subclasses. Mostly trying to simplify
2018-04-21 22:21:51 +04:00
game_list_frame.cpp
game_list_frame.cpp: Fix progress dialog constructor arguments
2020-02-23 09:38:04 +03:00
game_list_frame.h
Qt: fix game grid regression
2020-02-06 19:58:19 +01:00
game_list_grid.cpp
Qt: icon overhaul
2020-02-10 17:38:19 +01:00
game_list_grid.h
Qt: Use pointer to game info instead of index in game list
2018-05-17 14:27:45 +04:00
game_list_grid_delegate.cpp
Qt: icon overhaul
2020-02-10 17:38:19 +01:00
game_list_grid_delegate.h
Qt: icon overhaul
2020-02-10 17:38:19 +01:00
gl_gs_frame.cpp
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
gl_gs_frame.h
Qt: spawn Confirmation Dialog on exit
2019-01-05 01:50:42 +01:00
gs_frame.cpp
GUI: add custom title format to settings dialog
2020-02-15 20:33:02 +01:00
gs_frame.h
GUI: implement custom title format
2020-02-13 21:24:52 +03:00
gui_application.cpp
GUI: implement custom title format
2020-02-13 21:24:52 +03:00
gui_application.h
Only start the playtime clock if it makes sense
2020-02-08 07:13:29 +01:00
gui_settings.cpp
Qt: fix game grid regression
2020-02-06 19:58:19 +01:00
gui_settings.h
Qt: do not use localized filenames for default current config and default stylesheet
2020-02-06 17:41:50 +01:00
input_dialog.cpp
GUI: add custom title format to settings dialog
2020-02-15 20:33:02 +01:00
input_dialog.h
GUI: add custom title format to settings dialog
2020-02-15 20:33:02 +01:00
instruction_editor_dialog.cpp
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
instruction_editor_dialog.h
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
kernel_explorer.cpp
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
kernel_explorer.h
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
localized.cpp
Qt: do not use localized filenames for default current config and default stylesheet
2020-02-06 17:41:50 +01:00
localized.h
Qt: do not use localized filenames for default current config and default stylesheet
2020-02-06 17:41:50 +01:00
log_frame.cpp
Fix signed-unsigned comparisons and mark warning as error (part 2).
2020-02-19 22:54:58 +03:00
log_frame.h
Qt: add plaintext log and more log options
2019-12-24 13:06:06 +01:00
main_window.cpp
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
main_window.h
Only start the playtime clock if it makes sense
2020-02-08 07:13:29 +01:00
main_window.ui
Qt: add language menu
2020-02-06 17:41:50 +01:00
memory_string_searcher.cpp
memory_string_searcher: Change to std strings
2020-02-23 09:38:04 +03:00
memory_string_searcher.h
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
memory_viewer_panel.cpp
Silence deprecation warning (implicit capture of this on [=])
2020-02-10 14:47:12 +03:00
memory_viewer_panel.h
[Qt] style adjustments 3
2017-09-08 19:23:34 +01:00
msg_dialog_frame.cpp
Fix signed-unsigned comparisons and mark warning as error (part 2).
2020-02-19 22:54:58 +03:00
msg_dialog_frame.h
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
osk_dialog_frame.cpp
Silence deprecation warning (implicit capture of this on [=])
2020-02-10 14:47:12 +03:00
osk_dialog_frame.h
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
pad_settings_dialog.cpp
Qt: icon overhaul
2020-02-10 17:38:19 +01:00
pad_settings_dialog.h
Qt: icon overhaul
2020-02-10 17:38:19 +01:00
pad_settings_dialog.ui
Pad settings dialog improvements
2019-09-15 22:48:39 +02:00
persistent_settings.cpp
Qt: fix gamelist sorting for playtimes
2020-02-03 21:22:11 +01:00
persistent_settings.h
Qt: use current locale for last played in gamelist
2020-02-04 09:18:05 +01:00
pkg_install_dialog.cpp
Add a dialog to Batch PKG Install
2020-01-05 11:01:26 +01:00
pkg_install_dialog.h
Add a dialog to Batch PKG Install
2020-01-05 11:01:26 +01:00
progress_dialog.cpp
Qt: smoother batch package installation
2020-01-14 09:27:09 +01:00
progress_dialog.h
Qt: smoother batch package installation
2020-01-14 09:27:09 +01:00
qt_utils.cpp
Qt: icon overhaul
2020-02-10 17:38:19 +01:00
qt_utils.h
Qt: set min version to 5.14
2020-02-10 14:05:36 +03:00
register_editor_dialog.cpp
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
register_editor_dialog.h
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
rsx_debugger.cpp
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
rsx_debugger.h
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
save_data_dialog.cpp
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
save_data_dialog.h
fix some warnings
2019-08-10 15:13:36 +02:00
save_data_info_dialog.cpp
C-style cast cleanup VII
2019-12-05 02:10:15 +03:00
save_data_info_dialog.h
Rsx: rewrite address translation
2018-08-13 16:16:34 +03:00
save_data_list_dialog.cpp
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
save_data_list_dialog.h
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
save_manager_dialog.cpp
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
save_manager_dialog.h
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
settings.cpp
Qt: use persistent_settings for playtimes
2020-01-17 07:43:10 +01:00
settings.h
Qt: use config to load translation file on startup
2020-02-06 17:41:50 +01:00
settings_dialog.cpp
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
settings_dialog.h
Qt: add apply button to settings dialog
2020-02-21 10:08:22 +01:00
settings_dialog.ui
Qt: add apply button to settings dialog
2020-02-21 10:08:22 +01:00
skylander_dialog.cpp
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
skylander_dialog.h
sys_usbd implementation
2019-09-17 01:17:48 +03:00
stylesheets.h
Qt: Use QT_ENABLE_HIGHDPI_SCALING starting with Qt 5.14 ( #7090 )
2019-12-14 12:48:34 +01:00
syntax_highlighter.cpp
Qt: cleanup syntax_highlighter a bit
2018-06-14 18:35:21 +04:00
syntax_highlighter.h
Qt: cleanup syntax_highlighter a bit
2018-06-14 18:35:21 +04:00
table_item_delegate.h
Qt: icon overhaul
2020-02-10 17:38:19 +01:00
tooltips.cpp
Qt: do not use localized filenames for default current config and default stylesheet
2020-02-06 17:41:50 +01:00
tooltips.h
RSX/SPU: Accurate reservation access
2020-02-19 18:11:30 +00:00
trophy_manager_dialog.cpp
Fix signed-unsigned comparisons and mark warning as error (part 2).
2020-02-19 22:54:58 +03:00
trophy_manager_dialog.h
Qt: add platinum relevance to trophy_manager_dialog
2019-12-18 15:41:15 +01:00
trophy_notification_frame.cpp
C-style cast cleanup VII
2019-12-05 02:10:15 +03:00
trophy_notification_frame.h
Rsx: rewrite address translation
2018-08-13 16:16:34 +03:00
trophy_notification_helper.cpp
Silence deprecation warning (implicit capture of this on [=])
2020-02-10 14:47:12 +03:00
trophy_notification_helper.h
Add Emu.HasGui() to properly hide Qt dialogs in no-gui mode
2019-12-03 09:12:51 +01:00
update_manager.cpp
Fix signed-unsigned comparisons and mark warning as error (part 2).
2020-02-19 22:54:58 +03:00
update_manager.h
Auto-updater
2019-10-22 01:51:50 +02:00
user_account.cpp
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
user_account.h
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
user_manager_dialog.cpp
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
user_manager_dialog.h
Remove -Wno-reorder and make it an error
2020-02-21 15:20:34 +03:00
vfs_dialog.cpp
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
vfs_dialog.h
Qt: use Qt standard button layout in vfs_dialog
2019-10-04 23:06:05 +02:00
vfs_dialog_tab.cpp
Qt: Add tooltips to Virtual File System buttons
2020-01-04 17:10:28 +01:00
vfs_dialog_tab.h
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
welcome_dialog.cpp
move config structs to own files and clean up some headers
2020-02-17 15:08:17 +03:00
welcome_dialog.h
[Qt] Delete "ui" pointer in destructor
2017-09-09 20:29:42 +01:00
welcome_dialog.ui
[Qt] fix experimental build warning layout and smoothen gamelist scrolling ( #3532 )
2017-10-05 05:22:02 +03:00