rpcsx/rpcs3/rpcs3qt
Silent e7ddc5187a Add a dialog to Batch PKG Install
Dialog allows users to preview the order in which PKG's will be installed
and allows users to move items around if needed.

Because clicking "Install" on this new dialog acts as a confirmation
and user has a second chance to eyeball what is to be installed,
"Install package X?" dialogs have been removed and instead user
is only notified of success. In case of failure, batch installation
aborts with a descriptive error.
2020-01-05 11:01:26 +01:00
..
_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: adjust custom context menu positions 2019-11-06 19:26:29 +01: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 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
cg_disasm_window.cpp Qt: adjust custom context menu positions 2019-11-06 19:26:29 +01:00
cg_disasm_window.h qt: rewrite syntax highlighter 2018-06-12 02:49:58 +04:00
cheat_manager.cpp Implement runtime PPU executable code modification via Cheat Manager 2019-12-31 18:57:14 +03:00
cheat_manager.h silence some annoying warnings 2019-12-28 15:40:57 +01:00
CMakeLists.txt Add a dialog to Batch PKG Install 2020-01-05 11:01:26 +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 C-style cast cleanup VII 2019-12-05 02:10:15 +03: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 Disable AA for renderers which do not support it 2020-01-04 18:58:33 +01:00
emu_settings.h Disable AA for renderers which do not support it 2020-01-04 18:58:33 +01: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: connect compat error handling to error signal 2019-10-27 08:02:45 +01: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: repaint all related icons for custom configs 2020-01-02 11:35:51 +01:00
game_list_frame.h Qt: repaint all related icons for custom configs 2020-01-02 11:35:51 +01: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 C-style cast cleanup VII 2019-12-05 02:10:15 +03:00
gl_gs_frame.h Qt: spawn Confirmation Dialog on exit 2019-01-05 01:50:42 +01:00
gs_frame.cpp rsx: Make X11 optional on Linux 2019-12-20 10:48:03 +00:00
gs_frame.h Input: avoid exception while no keyboard is registered 2019-10-18 09:20:51 +02:00
gui_application.cpp C-style cast cleanup VII 2019-12-05 02:10:15 +03:00
gui_application.h overlays: add dynamic switch for perf overlay 2019-11-27 10:34:03 +01:00
gui_settings.cpp C-style cast cleanup VII 2019-12-05 02:10:15 +03:00
gui_settings.h Qt: add plaintext log and more log options 2019-12-24 13:06:06 +01: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 silence some annoying warnings 2019-12-28 15:40:57 +01:00
kernel_explorer.h qt: Use #pragma once, Q_SIGNALS, Q_SLOTS 2017-06-24 14:25:11 +03:00
log_frame.cpp Qt: add plaintext log and more log options 2019-12-24 13:06:06 +01:00
log_frame.h Qt: add plaintext log and more log options 2019-12-24 13:06:06 +01:00
main_window.cpp Add a dialog to Batch PKG Install 2020-01-05 11:01:26 +01:00
main_window.h Add a dialog to Batch PKG Install 2020-01-05 11:01:26 +01:00
main_window.ui Cheat engine 2019-11-13 00:53:31 +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 C-style cast cleanup VII 2019-12-05 02:10:15 +03:00
memory_viewer_panel.h [Qt] style adjustments 3 2017-09-08 19:23:34 +01:00
msg_dialog_frame.cpp C-style cast cleanup VII 2019-12-05 02:10:15 +03:00
msg_dialog_frame.h Qt: add --no-gui mode 2019-08-31 17:08:03 +02:00
osk_dialog_frame.cpp C-style cast cleanup VII 2019-12-05 02:10:15 +03:00
osk_dialog_frame.h cellOskDialog: fixes for multi-line dialog 2019-01-10 13:05:48 +01:00
pad_settings_dialog.cpp Slight cleanup of mousewheel pr 2020-01-04 18:58:33 +01:00
pad_settings_dialog.h Add support for mousewheel movement 2019-12-29 12:45:03 +01:00
pad_settings_dialog.ui Pad settings dialog improvements 2019-09-15 22:48:39 +02: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 Add progress_dialog::SignalFailure() 2019-12-31 19:24:19 +03:00
progress_dialog.h Add progress_dialog::SignalFailure() 2019-12-31 19:24:19 +03:00
qt_utils.cpp C-style cast cleanup VII 2019-12-05 02:10:15 +03:00
qt_utils.h Fix deprecation warnings 2019-09-07 22:01:12 +02:00
register_editor_dialog.cpp C-style cast cleanup VII 2019-12-05 02:10:15 +03:00
register_editor_dialog.h Qt: fix register editor 2018-01-13 23:38:23 +04:00
rsx_debugger.cpp silence some annoying warnings 2019-12-28 15:40:57 +01:00
rsx_debugger.h Qt: remove unused rsx debugger code 2019-11-19 16:04:03 +01:00
save_data_dialog.cpp Add Emu.HasGui() to properly hide Qt dialogs in no-gui mode 2019-12-03 09:12:51 +01: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 C-style cast cleanup VII 2019-12-05 02:10:15 +03:00
save_data_list_dialog.h fix some warnings 2019-08-10 15:13:36 +02:00
save_manager_dialog.cpp Qt: adjust custom context menu positions 2019-11-06 19:26:29 +01:00
save_manager_dialog.h Qt: don't update the gui from QtConcurrent 2019-10-24 00:26:07 +02:00
settings_dialog.cpp Disable AA for renderers which do not support it 2020-01-04 18:58:33 +01:00
settings_dialog.h Microphone implementation 2019-07-11 20:13:12 +01:00
settings_dialog.ui settings: Add relaxed zcull toggle to advanced tab 2019-12-29 13:49:46 +03:00
skylander_dialog.cpp C-style cast cleanup VII 2019-12-05 02:10:15 +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: only ignore highlights on specified tables 2018-07-27 07:41:05 +02:00
trophy_manager_dialog.cpp Qt: add platinum relevance to trophy_manager_dialog 2019-12-18 15:41:15 +01: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 rsx/overlays: Implement trophy notification queue 2020-01-04 16:36:49 +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 C-style cast cleanup VII 2019-12-05 02:10:15 +03:00
update_manager.h Auto-updater 2019-10-22 01:51:50 +02: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 Add Emu.HasGui() to properly hide Qt dialogs in no-gui mode 2019-12-03 09:12:51 +01: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 Create emulator directories after changing dev_*** directories (#6707) 2019-10-05 16:23:12 +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 Qt: use Qt standard button layout in vfs_dialog 2019-10-04 23:06:05 +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