| .. |
|
_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
|
Qt: Minor Visual Fixes (#5899)
|
2019-05-04 22:56:55 +02: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
|
Qt: enable custom fonts for stylesheets and add random object names
|
2018-02-28 23:44:06 +04:00 |
|
auto_pause_settings_dialog.h
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +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
|
Implement vm::page_executable (#6330)
|
2019-08-11 21:04:17 +03:00 |
|
breakpoint_list.h
|
Refactor debugger_frame into subclasses. Mostly trying to simplify
|
2018-04-21 22:21:51 +04:00 |
|
cg_disasm_window.cpp
|
qt: rewrite syntax highlighter
|
2018-06-12 02:49:58 +04:00 |
|
cg_disasm_window.h
|
qt: rewrite syntax highlighter
|
2018-06-12 02:49:58 +04:00 |
|
CMakeLists.txt
|
rename rpcs3_app to headless_application
|
2019-08-14 23:54:09 +02: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
|
Assume go to address to be hexadecimal
|
2019-01-05 04:03:18 +01:00 |
|
debugger_frame.h
|
Fix some "-Wpedantic" warnings
|
2019-06-01 22:59:23 +03:00 |
|
debugger_list.cpp
|
Qt warnings cleanup
|
2019-08-10 16:15:24 +02:00 |
|
debugger_list.h
|
Refactor debugger_frame into subclasses. Mostly trying to simplify
|
2018-04-21 22:21:51 +04:00 |
|
emu_settings.cpp
|
Improve unknown settings values dialog text message
|
2019-08-16 09:45:24 +02:00 |
|
emu_settings.h
|
Add option for keyboard layout
|
2019-08-18 08:18:15 +02: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: fix a crash when closing rpcs3 after downloading the compat database
|
2019-05-28 21:47:49 +02:00 |
|
game_compatibility.h
|
Qt: fix a crash when closing rpcs3 after downloading the compat database
|
2019-05-28 21:47:49 +02: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
|
Qt: Fall back to VERSION in game list
|
2019-08-21 07:57:44 +02:00 |
|
game_list_frame.h
|
Qt: simplify game list icon resize
|
2019-07-27 15:29:05 +02:00 |
|
game_list_grid.cpp
|
Qt: smoother game grid icons
|
2019-05-06 20:00:36 +02: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
|
silence some warnings
|
2019-08-10 11:02:20 +02:00 |
|
game_list_grid_delegate.h
|
Qt: update table item delegates
|
2018-07-05 23:22:33 +04:00 |
|
gl_gs_frame.cpp
|
Qt: spawn Confirmation Dialog on exit
|
2019-01-05 01:50:42 +01:00 |
|
gl_gs_frame.h
|
Qt: spawn Confirmation Dialog on exit
|
2019-01-05 01:50:42 +01:00 |
|
gs_frame.cpp
|
Screenshot function
|
2019-08-14 19:24:42 +02:00 |
|
gs_frame.h
|
Screenshot function
|
2019-08-14 19:24:42 +02:00 |
|
gui_application.cpp
|
Qt: move default stylesheet to stylesheets.h
|
2019-08-14 23:54:09 +02:00 |
|
gui_application.h
|
update some comments
|
2019-08-14 23:54:09 +02:00 |
|
gui_settings.cpp
|
Qt: force always on top to fix dialogs appearing behind the game window
|
2019-04-24 21:48:36 +02:00 |
|
gui_settings.h
|
Qt: add setting for trophy manager icon background color
|
2019-08-10 15:13:36 +02:00 |
|
input_dialog.cpp
|
Qt: implement custom titles
|
2018-12-10 18:50:23 +01:00 |
|
input_dialog.h
|
Qt: implement custom titles
|
2018-12-10 18:50:23 +01:00 |
|
instruction_editor_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 |
|
instruction_editor_dialog.h
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
kernel_explorer.cpp
|
kernel explorer typo fix
|
2019-07-15 15:50:40 +03:00 |
|
kernel_explorer.h
|
qt: Use #pragma once, Q_SIGNALS, Q_SLOTS
|
2017-06-24 14:25:11 +03:00 |
|
log_frame.cpp
|
Use empty() instead of comparing size() with 0
|
2019-06-01 22:59:23 +03:00 |
|
log_frame.h
|
HLE/Qt: implement sys_tty_read
|
2018-07-16 00:05:30 +04:00 |
|
main_window.cpp
|
Qt warnings cleanup
|
2019-08-10 16:15:24 +02:00 |
|
main_window.h
|
Better Support For Game Collections (#4450)
|
2019-06-01 01:12:30 +03:00 |
|
main_window.ui
|
Qt: add more filters to the decryption file dialog and fix file endings
|
2019-06-23 21:08:58 +03:00 |
|
memory_string_searcher.cpp
|
Fix some "-Wpedantic" warnings
|
2019-06-01 22:59:23 +03:00 |
|
memory_string_searcher.h
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
memory_viewer_panel.cpp
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
memory_viewer_panel.h
|
[Qt] style adjustments 3
|
2017-09-08 19:23:34 +01:00 |
|
msg_dialog_frame.cpp
|
cellSaveData/cellMsgDialog: implement cellSaveDataDelete
|
2019-08-22 08:05:12 +02:00 |
|
msg_dialog_frame.h
|
Emu: msg_dialog_frame fixup: don't reject on Close to prevent Emu.Stop()
|
2019-05-05 16:29:50 +02:00 |
|
osk_dialog_frame.cpp
|
handle some more warnings
|
2019-05-28 21:47:49 +02:00 |
|
osk_dialog_frame.h
|
cellOskDialog: fixes for multi-line dialog
|
2019-01-10 13:05:48 +01:00 |
|
pad_settings_dialog.cpp
|
Qt: Fix small controller icon in pad settings for high dpi modes
|
2019-07-14 16:19:02 +02:00 |
|
pad_settings_dialog.h
|
Fix some "-Wpedantic" warnings
|
2019-06-01 22:59:23 +03:00 |
|
pad_settings_dialog.ui
|
important fix (#6067)
|
2019-06-10 13:03:55 +03:00 |
|
progress_dialog.cpp
|
Emu/Qt: Fix Boot Recent when using BootGame(add_only=true)
|
2019-05-05 16:29:50 +02:00 |
|
progress_dialog.h
|
Emu/Qt: Fix Boot Recent when using BootGame(add_only=true)
|
2019-05-05 16:29:50 +02:00 |
|
qt_utils.cpp
|
Minor fixes
|
2019-07-01 04:33:23 +03:00 |
|
qt_utils.h
|
Qt/input: add LED color picker to pad settings dialog
|
2019-05-09 22:02:00 +02:00 |
|
register_editor_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 |
|
register_editor_dialog.h
|
Qt: fix register editor
|
2018-01-13 23:38:23 +04:00 |
|
rsx_debugger.cpp
|
Refactoring (#6143)
|
2019-06-29 01:27:49 +03:00 |
|
rsx_debugger.h
|
rsx-debugger: bugfixes and improvements
|
2018-08-22 13:19:07 +03:00 |
|
save_data_dialog.cpp
|
Use g_fxo for display_manager
|
2019-08-27 03:50:15 +03:00 |
|
save_data_dialog.h
|
fix some warnings
|
2019-08-10 15:13:36 +02:00 |
|
save_data_info_dialog.cpp
|
Explicitly downcast integers
|
2019-07-01 04:33:23 +03:00 |
|
save_data_info_dialog.h
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
save_data_list_dialog.cpp
|
cellSaveData/overlays/Qt: fix some warnings and a possible nullptr deref
|
2019-08-22 08:05:12 +02:00 |
|
save_data_list_dialog.h
|
fix some warnings
|
2019-08-10 15:13:36 +02:00 |
|
save_manager_dialog.cpp
|
Qt warnings cleanup
|
2019-08-10 16:15:24 +02:00 |
|
save_manager_dialog.h
|
Qt: add setting for save manager background icon colors + fix icon size
|
2019-08-10 15:13:36 +02:00 |
|
settings_dialog.cpp
|
Add option for keyboard layout
|
2019-08-18 08:18:15 +02:00 |
|
settings_dialog.h
|
Microphone implementation
|
2019-07-11 20:13:12 +01:00 |
|
settings_dialog.ui
|
Add option for keyboard layout
|
2019-08-18 08:18:15 +02:00 |
|
stylesheets.h
|
Qt: move default stylesheet to stylesheets.h
|
2019-08-14 23:54:09 +02: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: only ignore highlights on specified tables
|
2018-07-27 07:41:05 +02:00 |
|
trophy_manager_dialog.cpp
|
Qt warnings cleanup
|
2019-08-10 16:15:24 +02:00 |
|
trophy_manager_dialog.h
|
Qt: add setting for trophy manager icon background color
|
2019-08-10 15:13:36 +02:00 |
|
trophy_notification_frame.cpp
|
Explicitly downcast integers
|
2019-07-01 04:33:23 +03:00 |
|
trophy_notification_frame.h
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
trophy_notification_helper.cpp
|
Use g_fxo for display_manager
|
2019-08-27 03:50:15 +03:00 |
|
trophy_notification_helper.h
|
Remove redundant semicolons
|
2019-05-12 18:32:11 +03:00 |
|
user_account.cpp
|
Access class static methods with "::"
|
2019-06-01 22:59:23 +03:00 |
|
user_account.h
|
Remove redundant semicolons
|
2019-05-12 18:32:11 +03:00 |
|
user_manager_dialog.cpp
|
header shuffling
|
2019-08-14 23:54:09 +02:00 |
|
user_manager_dialog.h
|
Qt: add some hotkeys to some user account interactions
|
2018-07-27 07:41:05 +02:00 |
|
vfs_dialog.cpp
|
Improvements to Virtual File System dialog:
|
2019-07-21 13:25:43 +02:00 |
|
vfs_dialog.h
|
Qt: improve VFS dialog a bit
|
2018-02-22 00:18:14 +04:00 |
|
vfs_dialog_tab.cpp
|
Improvements to Virtual File System dialog:
|
2019-07-21 13:25:43 +02:00 |
|
vfs_dialog_tab.h
|
Improvements to Virtual File System dialog:
|
2019-07-21 13:25:43 +02:00 |
|
welcome_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 |
|
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 |