rpcsx/rpcs3/rpcs3qt
Megamouse 553f67d7e3 Qt: improve gamelist refresh, fix some more scroll issues
despite earlier efforts with modelindex and so on the annoying scroll jump still surfaced sometimes, so we only scrollTo index on selected occasions from now on.
Furthermore we don't need to refresh the gamelist if no custom config has been applied, so this will only be needed on accept from now on
2017-09-11 23:17:32 +03:00
..
about_dialog.cpp [Qt] Delete "ui" pointer in destructor 2017-09-09 20:29:42 +01:00
about_dialog.h [Qt] Delete "ui" pointer in destructor 2017-09-09 20:29:42 +01:00
about_dialog.ui [Qt] add scrollbar to about dialog (#3417) 2017-09-10 14:03:24 +03:00
auto_pause_settings_dialog.cpp [Qt] style adjustments 1 2017-09-06 17:15:38 +01:00
auto_pause_settings_dialog.h [Qt] style adjustments 1 2017-09-06 17:15:38 +01:00
cg_disasm_window.cpp [Qt] style adjustments 1 2017-09-06 17:15:38 +01:00
cg_disasm_window.h cg_disasm: fix frame by removing parent 2017-08-20 17:32:30 +03:00
debugger_frame.cpp [Qt] style adjustments 5 2017-09-08 19:23:34 +01:00
debugger_frame.h [Qt] style adjustments 5 2017-09-08 19:23:34 +01:00
emu_settings.cpp [Qt] style adjustments 4 2017-09-08 19:23:34 +01:00
emu_settings.h [Qt] style adjustments 4 2017-09-08 19:23:34 +01:00
game_list.h [Qt] style adjustments 1 2017-09-06 17:15:38 +01:00
game_list_frame.cpp Qt: improve gamelist refresh, fix some more scroll issues 2017-09-11 23:17:32 +03:00
game_list_frame.h [Qt] style adjustments 6 2017-09-08 19:23:34 +01:00
game_list_grid.cpp [Qt] style adjustments 1 2017-09-06 17:15:38 +01:00
game_list_grid.h clean up some unused / redundant includes 2017-07-13 16:38:50 +03:00
game_list_grid_delegate.cpp [Qt] style adjustments 1 2017-09-06 17:15:38 +01:00
game_list_grid_delegate.h [Qt] style adjustments 1 2017-09-06 17:15:38 +01:00
gamepads_settings_dialog.cpp Qt: add Refresh button to gamepad settings, minor cleanup 2017-09-09 19:46:10 +01:00
gamepads_settings_dialog.h Qt: add Refresh button to gamepad settings, minor cleanup 2017-09-09 19:46:10 +01:00
gl_gs_frame.cpp Qt / OpenGL: fix delete_context 2017-09-09 19:46:10 +01:00
gl_gs_frame.h GUI: add custom config indicator (#3108) 2017-07-28 23:03:48 +03:00
gs_frame.cpp [Qt] style adjustments 1 2017-09-06 17:15:38 +01:00
gs_frame.h [Qt] style adjustments 1 2017-09-06 17:15:38 +01:00
gui_settings.cpp [Qt] style adjustments 5 2017-09-08 19:23:34 +01:00
gui_settings.h [Qt] style adjustments 5 2017-09-08 19:23:34 +01:00
instruction_editor_dialog.cpp [Qt] style adjustments 4 2017-09-08 19:23:34 +01:00
instruction_editor_dialog.h [Qt] style adjustments 4 2017-09-08 19:23:34 +01:00
kernel_explorer.cpp Simplify qstr function 2017-08-15 21:34:16 +03:00
kernel_explorer.h qt: Use #pragma once, Q_SIGNALS, Q_SLOTS 2017-06-24 14:25:11 +03:00
log_frame.cpp [Qt] style adjustments 5 2017-09-08 19:23:34 +01:00
log_frame.h [Qt] style adjustments 5 2017-09-08 19:23:34 +01:00
main_window.cpp [Qt] fix small buttons/missing icons in the toolbar (Doppelgänger) (#3413) 2017-09-10 20:46:39 +03:00
main_window.h [Qt] style adjustments 6 2017-09-08 19:23:34 +01:00
main_window.ui [Qt] fix small buttons/missing icons in the toolbar (Doppelgänger) (#3413) 2017-09-10 20:46:39 +03:00
memory_string_searcher.cpp [Qt] style adjustments 3 2017-09-08 19:23:34 +01:00
memory_string_searcher.h [Qt] style adjustments 3 2017-09-08 19:23:34 +01:00
memory_viewer_panel.cpp [Qt] style adjustments 3 2017-09-08 19:23:34 +01:00
memory_viewer_panel.h [Qt] style adjustments 3 2017-09-08 19:23:34 +01:00
msg_dialog_frame.cpp [Qt] style adjustments 4 2017-09-08 19:23:34 +01:00
msg_dialog_frame.h [Qt] style adjustments 4 2017-09-08 19:23:34 +01:00
pad_settings_dialog.cpp Qt: add Refresh button to gamepad settings, minor cleanup 2017-09-09 19:46:10 +01:00
pad_settings_dialog.h Qt: add Refresh button to gamepad settings, minor cleanup 2017-09-09 19:46:10 +01:00
pad_settings_dialog.ui rename controls to keyboard 2017-07-14 17:45:47 +03:00
register_editor_dialog.cpp [Qt] style adjustments 3 2017-09-08 19:23:34 +01:00
register_editor_dialog.h [Qt] style adjustments 3 2017-09-08 19:23:34 +01:00
rsx_debugger.cpp [Qt] style adjustments 5 2017-09-08 19:23:34 +01:00
rsx_debugger.h [Qt] style adjustments 5 2017-09-08 19:23:34 +01:00
save_data_dialog.cpp Save Data Note (#3054) 2017-07-23 10:55:08 +03:00
save_data_dialog.h Basic Save Manager (#2924) 2017-07-01 21:42:09 +03:00
save_data_info_dialog.cpp [Qt] style adjustments 2 2017-09-06 17:15:38 +01:00
save_data_info_dialog.h Save Data Note (#3054) 2017-07-23 10:55:08 +03:00
save_data_list_dialog.cpp [Qt] style adjustments 4 2017-09-08 19:23:34 +01:00
save_data_list_dialog.h [Qt] style adjustments 4 2017-09-08 19:23:34 +01:00
save_manager_dialog.cpp [Qt] style adjustments 4 2017-09-08 19:23:34 +01:00
save_manager_dialog.h [Qt] style adjustments 4 2017-09-08 19:23:34 +01:00
settings_dialog.cpp Qt: Remove duplicate gui repaints in settings dialog 2017-09-11 23:17:32 +03:00
settings_dialog.h [Qt] Delete "ui" pointer in destructor 2017-09-09 20:29:42 +01:00
settings_dialog.ui Pad Refactoring 2017-09-09 00:55:03 +01:00
table_item_delegate.h Remove about 100 warnings from rpcs3qt code. 2017-08-09 22:11:28 +03:00
vfs_dialog.cpp [Qt] style adjustments 4 2017-09-08 19:23:34 +01:00
vfs_dialog.h [Qt] style adjustments 4 2017-09-08 19:23:34 +01:00
vfs_dialog_tab.cpp [Qt] style adjustments 3 2017-09-08 19:23:34 +01:00
vfs_dialog_tab.h [Qt] style adjustments 3 2017-09-08 19:23:34 +01:00
welcome_dialog.cpp [Qt] Delete "ui" pointer in destructor 2017-09-09 20:29:42 +01:00
welcome_dialog.h [Qt] Delete "ui" pointer in destructor 2017-09-09 20:29:42 +01:00
welcome_dialog.ui Point forums URLs to the new one 2017-08-27 01:27:38 +03:00