adelikat
|
52658aa41c
|
website - attempt at making adds async so they dont' affect page load times
|
2020-09-19 13:52:44 -05:00 |
mjbudd77
|
debdf6cfa7
|
Merge pull request #173 from mjbudd77/master
Qt GUI debugger window
|
2020-09-17 23:58:55 -04:00 |
Matthew Budd
|
fdd246fcd6
|
Updates to README and SDL TODO files.
|
2020-09-17 23:12:01 -04:00 |
Matthew Budd
|
e70eb49bf9
|
Added logic for ASM view horizontal scroll. Set debugger bookmark buttons to insensitive until code can be added.
|
2020-09-17 22:59:56 -04:00 |
Matthew Budd
|
b319273765
|
Added logic for auto debug file load/save checkbox option.
|
2020-09-17 21:54:47 -04:00 |
Matthew Budd
|
90e67b4ebb
|
Added logic to selectively load/save breakpoint data from/to files only if a debugger window is open.
|
2020-09-17 20:44:33 -04:00 |
Matthew Budd
|
63dbda4b35
|
Added logic to load/save breakpoint data into game specific files.
|
2020-09-16 21:02:43 -04:00 |
Matthew Budd
|
c62dfd464f
|
Updates to debug symbol loader.
|
2020-09-15 22:53:36 -04:00 |
Matthew Budd
|
b37fb45172
|
Added symbolic debug edit window logic.
|
2020-09-15 21:32:54 -04:00 |
Matthew Budd
|
cef4ad4e1d
|
Added logic for breakpoint tree view enable checkbox.
|
2020-09-15 20:11:17 -04:00 |
Matthew Budd
|
d5b6c28df6
|
Added logic to save game debug symbols when closed.
|
2020-09-15 19:53:47 -04:00 |
Matthew Budd
|
ced49bebc7
|
Added logic for debug window reload symbols button.
|
2020-09-14 21:42:10 -04:00 |
Matthew Budd
|
097aaa3214
|
Hooked up symbolic debug asm view checkbox.
|
2020-09-14 21:18:54 -04:00 |
Matthew Budd
|
a4df1e3c06
|
Added logic to load debug symbols from files.
|
2020-09-14 21:08:38 -04:00 |
Matthew Budd
|
f442404149
|
Added initial framework for symbolic debug feature in Qt port.
|
2020-09-13 21:43:50 -04:00 |
Matthew Budd
|
d1f689ef61
|
Minor updates to Qt breakpoint add/edit and display functionality.
|
2020-09-12 09:31:24 -04:00 |
Matthew Budd
|
bb29b73af5
|
Added initial framework for Qt debug window's asm view context menu.
|
2020-09-12 08:53:51 -04:00 |
Matthew Budd
|
1a05b2d7d0
|
Added ASM view cursor position label logic to Qt debug window.
|
2020-09-11 22:56:04 -04:00 |
Matthew Budd
|
fc81335cc0
|
Added a emulator status label to debugger window.
|
2020-09-11 21:26:40 -04:00 |
Matthew Budd
|
6b79d20037
|
Added logic to set flags register when resuming from a breakpoint.
|
2020-09-11 20:29:45 -04:00 |
Matthew Budd
|
823e7948c0
|
Debug window breakpoint highlighting when hit in work.
|
2020-09-09 23:13:53 -04:00 |
Matthew Budd
|
1403ab607d
|
More widget logic added to Qt debug window.
|
2020-09-09 21:58:09 -04:00 |
Matthew Budd
|
473ef5b7dc
|
Added a little more logic to Qt debug window.
|
2020-09-09 20:22:31 -04:00 |
Matthew Budd
|
dd7aa8fc2c
|
Added initial framework for adding, editing, and removing breakpoints.
|
2020-09-08 22:18:49 -04:00 |
Matthew Budd
|
4e3e4d2e54
|
Added logic to update PPU labels on debug window.
|
2020-09-04 06:48:29 -04:00 |
Matthew Budd
|
abf863a6a2
|
Debugger window functionality in work.
|
2020-09-04 06:37:22 -04:00 |
Matthew Budd
|
e688ebe23b
|
ASM view port in work.
|
2020-09-03 22:39:01 -04:00 |
Matthew Budd
|
fc201b5ff7
|
Created custom widget for ASM viewport.
|
2020-09-03 22:21:53 -04:00 |
Matthew Budd
|
254a1a1d37
|
ASM display window changed to use QPlainTextEdit instead of QTextEdit.
|
2020-09-02 22:16:41 -04:00 |
Matthew Budd
|
ccbcab5e77
|
Initial port of ASM window code.
|
2020-09-02 21:31:54 -04:00 |
Matthew Budd
|
7001b55569
|
Added initial framework for console breakpoint debugger window.
|
2020-09-01 22:04:59 -04:00 |
mjbudd77
|
2524c1d88e
|
Merge pull request #169 from mjbudd77/master
Added hex editor fore and back ground color options to config file. O…
|
2020-08-30 19:20:57 -04:00 |
Matthew Budd
|
0349bb3a86
|
Added hex editor fore and back ground color options to config file. Options are now also saved when using the editor color picker.
|
2020-08-30 10:35:00 -04:00 |
mjbudd77
|
6d88d3df4c
|
Merge pull request #168 from mjbudd77/master
SDL Qt5 GUI Hex Editor Bookmark Functionality
|
2020-08-28 22:24:56 -04:00 |
Matthew Budd
|
e6369e142e
|
Updated Mac OSX build web page. Provided instructions on how to install the necessary dependencies to run the appveyor pipeline autobuild.
|
2020-08-28 21:40:51 -04:00 |
Matthew Budd
|
e711b21ee4
|
Added hex editor remove all bookmarks question acknowledgement box.
|
2020-08-28 20:23:20 -04:00 |
Matthew Budd
|
ca59812e97
|
Added hex editor bookmark auto load/save functionality.
|
2020-08-27 22:43:13 -04:00 |
Matthew Budd
|
1032e6f443
|
Bookmark menu action memory management fix. QMenu will only delete QActions if it has ownership of the widget.
|
2020-08-26 22:53:39 -04:00 |
Matthew Budd
|
114e22c48f
|
Added hex editor bookmark functionality. Still TODO save bookmarks to file based on ROM name.
|
2020-08-26 22:44:11 -04:00 |
mjbudd77
|
36c39aa0e9
|
Merge pull request #167 from mjbudd77/master
Added QT GUI Hex Editor
|
2020-08-25 22:18:34 -04:00 |
Matthew Budd
|
51019a6e06
|
Cleanup up old commented out code in QT GUI main window.
|
2020-08-25 21:24:34 -04:00 |
Matthew Budd
|
c23fa5dc60
|
Memory management fix for QT dialog windows. Ensure that window is marked for deletion when it is closed.
|
2020-08-25 20:59:36 -04:00 |
Matthew Budd
|
a624278fca
|
Added native menu option to hex editor.
|
2020-08-25 18:41:58 -04:00 |
Matthew Budd
|
67f6be539a
|
Added TODO comments to hex editor context menu. These menu options can not be finished until other debug features such as the debugger and code/data trace/log functionality has been created.
|
2020-08-24 20:50:06 -04:00 |
Matthew Budd
|
1f09ecca2c
|
Added hex editor window close menu option.
|
2020-08-24 20:27:12 -04:00 |
Matthew Budd
|
14f0da12c7
|
Added save ROM as hex editor functionality
|
2020-08-24 20:06:36 -04:00 |
Matthew Budd
|
08feb4710b
|
Added utility function to strip out a base file name from a full path.
|
2020-08-24 19:52:28 -04:00 |
Matthew Budd
|
e8f1ffdf8d
|
Added hex editor horizontal scroll logic.
|
2020-08-23 22:24:54 -04:00 |
Matthew Budd
|
a93af6f821
|
Cleanup of hex editor code, consolidated as much as possible into QHexEdit custom widget.
|
2020-08-23 10:00:54 -04:00 |
Matthew Budd
|
832a6b0a64
|
Setting up framework for hex editor bookmarks
|
2020-08-22 22:01:53 -04:00 |