| .. |
|
_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: use setAttribute(AA_DisableWindowContextHelpButton) instead of flags
|
2018-02-22 00:18:14 +04:00 |
|
about_dialog.h
|
[Qt] Delete "ui" pointer in destructor
|
2017-09-09 20:29:42 +01:00 |
|
about_dialog.ui
|
Update supporters
|
2018-08-12 15:42:47 +03: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
|
Refactor debugger_frame into subclasses. Mostly trying to simplify
|
2018-04-21 22:21:51 +04: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 |
|
custom_dock_widget.h
|
Qt: enable background images for floating dock widgets
|
2018-03-02 21:50:48 +04:00 |
|
custom_table_widget_item.h
|
Qt: trophy manager overhaul
|
2018-05-18 23:17:10 +04:00 |
|
debugger_frame.cpp
|
Mega-cleanup for atomic_t<> and named bit-sets bs_t<>
|
2018-09-03 21:40:36 +03:00 |
|
debugger_frame.h
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
debugger_list.cpp
|
Mega-cleanup for atomic_t<> and named bit-sets bs_t<>
|
2018-09-03 21:40:36 +03:00 |
|
debugger_list.h
|
Refactor debugger_frame into subclasses. Mostly trying to simplify
|
2018-04-21 22:21:51 +04:00 |
|
emu_settings.cpp
|
vk: Improve logging of device names and driver versions
|
2018-09-03 18:24:20 +03:00 |
|
emu_settings.h
|
Add the accurate xfloat option to the CPU tab
|
2018-08-13 20:44:08 +04:00 |
|
find_dialog.cpp
|
Qt: add counters to the find dialog
|
2018-06-11 16:24:51 +03:00 |
|
find_dialog.h
|
Qt: add counters to the find dialog
|
2018-06-11 16:24:51 +03:00 |
|
game_compatibility.cpp
|
Qt: move ReadJSON in game compat to its own function
|
2018-06-22 22:30:02 +04:00 |
|
game_compatibility.h
|
Qt: move ReadJSON in game compat to its own function
|
2018-06-22 22:30:02 +04: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
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
game_list_frame.h
|
Qt: format category maps. they were ugly af
|
2018-07-28 23:10:45 +02:00 |
|
game_list_grid.cpp
|
Qt: update table item delegates
|
2018-07-05 23:22:33 +04: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: update table item delegates
|
2018-07-05 23:22:33 +04:00 |
|
game_list_grid_delegate.h
|
Qt: update table item delegates
|
2018-07-05 23:22:33 +04:00 |
|
gl_gs_frame.cpp
|
Compilation fixes for Mingw64 (MSYS2) (#4899)
|
2018-08-29 14:27:10 +03:00 |
|
gl_gs_frame.h
|
rsx: Async shader compilation
|
2018-07-14 15:19:56 +03:00 |
|
gs_frame.cpp
|
Cleanup semaphore<> (sema.h) and mutex.h (shared_mutex)
|
2018-09-03 23:00:36 +03:00 |
|
gs_frame.h
|
Qt/RSX: reset gs_frame taskbar progr. when closing native progr. dialogs
|
2018-06-19 21:58:09 +03:00 |
|
gui_settings.cpp
|
Qt: fix gui settings options
|
2018-07-28 23:10:45 +02:00 |
|
gui_settings.h
|
Qt: fix gui settings options
|
2018-07-28 23:10:45 +02:00 |
|
instruction_editor_dialog.cpp
|
Qt: use setAttribute(AA_DisableWindowContextHelpButton) instead of flags
|
2018-02-22 00:18:14 +04:00 |
|
instruction_editor_dialog.h
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
kernel_explorer.cpp
|
Implement vm::find_map; improve memory allocation
|
2018-08-14 15:14:06 +03:00 |
|
kernel_explorer.h
|
qt: Use #pragma once, Q_SIGNALS, Q_SLOTS
|
2017-06-24 14:25:11 +03:00 |
|
log_frame.cpp
|
Cleanup semaphore<> (sema.h) and mutex.h (shared_mutex)
|
2018-09-03 23:00:36 +03:00 |
|
log_frame.h
|
HLE/Qt: implement sys_tty_read
|
2018-07-16 00:05:30 +04:00 |
|
main_window.cpp
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
main_window.h
|
Qt: Add rrc capture replay per drag and drop
|
2018-07-19 22:37:27 +04:00 |
|
main_window.ui
|
user_manager: megamouse fixes 3
|
2018-07-26 03:16:51 +04:00 |
|
memory_string_searcher.cpp
|
Qt: enable custom fonts for stylesheets and add random object names
|
2018-02-28 23:44:06 +04: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
|
Qt: clamp progress bar values
|
2018-06-11 22:41:38 +03:00 |
|
msg_dialog_frame.h
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
pad_settings_dialog.cpp
|
Qt: implement first Mouse Movement for keyboard pad handler
|
2018-08-30 07:38:11 +02:00 |
|
pad_settings_dialog.h
|
Qt: implement first Mouse Movement for keyboard pad handler
|
2018-08-30 07:38:11 +02:00 |
|
pad_settings_dialog.ui
|
Qt: merge pad settings
|
2018-07-22 12:50:52 +02:00 |
|
progress_dialog.cpp
|
Qt: fix crash in progress dialog
|
2018-06-22 22:30:02 +04:00 |
|
progress_dialog.h
|
Qt: clamp progress bar values
|
2018-06-11 22:41:38 +03:00 |
|
qt_utils.cpp
|
Qt: Restrict trophy manager combo box size
|
2018-05-20 14:29:56 +04:00 |
|
qt_utils.h
|
Qt: Restrict trophy manager combo box size
|
2018-05-20 14:29:56 +04:00 |
|
register_editor_dialog.cpp
|
Make register editor dialog work
|
2018-06-19 14:06:26 +03:00 |
|
register_editor_dialog.h
|
Qt: fix register editor
|
2018-01-13 23:38:23 +04:00 |
|
rsx_debugger.cpp
|
Update GSL and yaml-cpp submodules
|
2018-08-25 01:15:47 +03:00 |
|
rsx_debugger.h
|
rsx-debugger: bugfixes and improvements
|
2018-08-22 13:19:07 +03:00 |
|
save_data_dialog.cpp
|
Native UI refactored (#4623)
|
2018-05-20 23:05:00 +03:00 |
|
save_data_dialog.h
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
save_data_info_dialog.cpp
|
user-manager: squash all commits for this feature.
|
2018-07-26 03:16:51 +04:00 |
|
save_data_info_dialog.h
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
save_data_list_dialog.cpp
|
Qt: fix minor bug in save_manager that occurred when sorting the tables
|
2018-06-22 22:30:02 +04:00 |
|
save_data_list_dialog.h
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
save_manager_dialog.cpp
|
user_manager: megamouse fixes 3
|
2018-07-26 03:16:51 +04:00 |
|
save_manager_dialog.h
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
settings_dialog.cpp
|
Qt: fix stylesheet warning
|
2018-08-18 22:00:37 +04:00 |
|
settings_dialog.h
|
Discord fixes
|
2018-06-19 20:45:00 +04:00 |
|
settings_dialog.ui
|
Add the accurate xfloat option to the CPU tab
|
2018-08-13 20:44:08 +04: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
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
trophy_manager_dialog.h
|
user-manager: squash all commits for this feature.
|
2018-07-26 03:16:51 +04:00 |
|
trophy_notification_frame.cpp
|
Qt: enable custom fonts for stylesheets and add random object names
|
2018-02-28 23:44:06 +04:00 |
|
trophy_notification_frame.h
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
trophy_notification_helper.cpp
|
Native UI refactored (#4623)
|
2018-05-20 23:05:00 +03:00 |
|
trophy_notification_helper.h
|
Rsx: rewrite address translation
|
2018-08-13 16:16:34 +03:00 |
|
user_account.cpp
|
Qt: fix user manager localusername and add textvalue to the inputdialog
|
2018-07-27 07:41:05 +02:00 |
|
user_account.h
|
user_manager: megamouse fixes 3
|
2018-07-26 03:16:51 +04:00 |
|
user_manager_dialog.cpp
|
Qt: fix user manager localusername and add textvalue to the inputdialog
|
2018-07-27 07:41:05 +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
|
Restore /dev_flash/ config
|
2018-06-23 09:26:11 +03:00 |
|
vfs_dialog.h
|
Qt: improve VFS dialog a bit
|
2018-02-22 00:18:14 +04:00 |
|
vfs_dialog_tab.cpp
|
Qt: Fix vfs dialog reset and add some translations
|
2018-04-15 15:49:01 +01:00 |
|
vfs_dialog_tab.h
|
Qt: Fix vfs dialog reset and add some translations
|
2018-04-15 15:49:01 +01:00 |
|
welcome_dialog.cpp
|
Qt: use setAttribute(AA_DisableWindowContextHelpButton) instead of flags
|
2018-02-22 00:18:14 +04: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 |