Commit graph

49 commits

Author SHA1 Message Date
Jean-Philip Desjardins
08f2d44a1d Fix disasm copy paste feature. 2024-03-22 17:18:50 -04:00
Jean-Philip Desjardins
956b1fa7e9 Fix some issues around setting breakpoints in debugger. 2024-03-22 13:16:37 -04:00
Jean-Philip Desjardins
6e9fa384d6 Rename files. 2024-03-21 14:24:08 -04:00
Jean-Philip Desjardins
d5f687a57d Windowed disassembly. 2024-03-21 12:59:49 -04:00
Jean-Philip Desjardins
2a16227256 Remove tag when inputing an empty string. 2024-01-15 10:46:05 -05:00
Jean-Philip Desjardins
5edde7b3d0 Add comments view. 2023-08-30 10:21:25 -04:00
Jean-Philip Desjardins
38d3775a07 Add proper "empty" return value to GetEffectiveAddress.
Zero is valid and cannot be used as "empty".
2022-12-07 14:48:20 -05:00
Jean-Philip Desjardins
b6c05d0375 Limit scope of Ctrl+C shortcut. 2022-08-07 17:26:52 -04:00
Jean-Philip Desjardins
5af4236c40 Allow changing monospace font used in debugger through config.
Only possible by directly changing config.xml for now.
2022-04-12 10:24:49 -04:00
rcaridade145
686af00ebe Include cmath due to use of ceil. 2021-03-03 20:23:38 +00:00
Jean-Philip Desjardins
82fa6b6205 Add single point of definition for monospaced font used in debugger. 2021-02-14 14:35:04 -05:00
Jean-Philip Desjardins
3c0bcdf2e2 Fix formatting. 2021-02-13 12:13:27 -05:00
Jean-Philip Desjardins
9389d6282a Improve size formulae once again. 2021-02-13 11:51:05 -05:00
Jean-Philip Desjardins
0d49d7b443 Remove some hardcoded values. 2021-02-12 12:00:53 -05:00
Jean-Philip Desjardins
0db825255c Update address when scroll position changes. 2021-02-12 12:00:38 -05:00
Jean-Philip Desjardins
372d168bff WIP: Use sizeHintForColumn to improve performance. 2021-02-12 12:00:30 -05:00
Jean-Philip Desjardins
a9a2d19eda Code style fixes. 2021-01-12 08:58:37 -05:00
Jean-Philip Desjardins
673df4fd48 Make VU's disassembly instruction columns resizable. 2021-01-12 08:28:06 -05:00
Mahmood - Zer0xFF
8f0d068592 syntax cleanup 2021-01-07 22:23:24 +00:00
Mahmood - Zer0xFF
7a5e3e6f76 cleanup 2021-01-07 22:23:16 +00:00
Mahmood - Zer0xFF
bfa16a6003 use instruction mapping to prepare disasm view 2021-01-07 22:23:08 +00:00
Mahmood - Zer0xFF
24b2aee982 limit EE dis view to instruction maps 2021-01-07 21:47:33 +00:00
Mahmood - Zer0xFF
537ffae5de allow unsetting comments 2021-01-07 21:47:33 +00:00
Mahmood - Zer0xFF
e78a80f163 give I-Mn & I-Op a fixed size 2021-01-07 21:47:32 +00:00
Mahmood - Zer0xFF
666e7984e6 disasmwnd dont scroll if address is in view 2021-01-07 21:47:32 +00:00
Mahmood - Zer0xFF
2e6aaa0913 use same font in disasm view 2021-01-07 21:47:32 +00:00
Mahmood - Zer0xFF
f20c5a08c7 cleanup 2021-01-07 21:47:32 +00:00
Mahmood - Zer0xFF
782b06967b simplify CDisAsmWnd to QTableView 2021-01-07 21:47:32 +00:00
Mahmood - Zer0xFF
694e590083 make CDisAsmWnd a QWidget to make it more re-usable 2021-01-07 21:47:32 +00:00
Mahmood - Zer0xFF
a1f43a7931 replace MessageBeep(); with Qt's equivalent QApplication::beep(); 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
a7eb2b8d44 cleanup 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
abc298f0f5 set correct memory size for disAsm 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
ccad826ba5 cleanup 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
664e55baf8 rename function for consistancy 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
c5ad74c7d8 cleanup 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
06962b61f0 Code style fixes. 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
3173ec115d fix: setup history before use 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
9f2aebd611 Add arrow key shortcuts to Disassembler view 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
bf0613d638 QtDisAsmTableModel cleanup 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
4bfcb3d131 DisAsmWnd.cpp cleanup 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
1b5d6c6c5a DisAsmWnd.cpp use QMessageBox 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
fef8570e61 cleanup 2021-01-07 21:47:31 +00:00
Mahmood - Zer0xFF
9a9a8f8732 DisAsm add breakpoint toggle 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
cebbea7651 add DisAsm OnCopy 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
38aee366eb Add DisAsmWnd selection 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
c47d9a5ec4 cleanup 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
f242499986 add context menu to DisAsmWnd 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
3180527b96 restructure DisAsm 2021-01-07 21:47:30 +00:00
Mahmood - Zer0xFF
1fa19c67e5 initial Qt DisAsm 2021-01-07 21:47:30 +00:00