Commit Graph

644 Commits

Author SHA1 Message Date
Nav
accea6a08c Prevented unnecessary refreshing in Insight window on target reset and resumed events. 2022-06-04 21:53:13 +01:00
Nav
d24ffd4ebc Replaced QLabel with derived Label widget - for plain text formatting being configured as a default 2022-05-03 20:00:52 +01:00
Nav
680f85bf50 Improved logging in InsightWorker 2022-05-02 18:56:31 +01:00
Nav
fad9ac3e5a Ignore TargetReset event in Insight, if target execution has resumed since the event was triggered 2022-05-02 18:56:17 +01:00
Nav
f5170fd9f0 Handled errors in TargetReset event handler (in the InsightWorker) 2022-05-01 21:17:55 +01:00
Nav
2c58103208 Used new TargetControllerConsole::getProgramCounter() member function to retrieve the PC upon a TargetReset event being fired (as opposed to just hard-coding the PC) 2022-05-01 19:40:50 +01:00
Nav
e6cd1faef1 Removed EventManager and EventListener dependency from TargetControllerConsole class 2022-05-01 18:57:45 +01:00
Nav
e98f37bfeb Changed GPIO pin direction label positioning, in QFP target package widget 2022-04-30 13:24:49 +01:00
Nav
75d18b45fb Adjusted QFP pin body widget size 2022-04-30 13:24:24 +01:00
Nav
2f80690d27 Changed my mind RE pin direction label text 2022-04-30 12:39:16 +01:00
Nav
1c1c00190f Changed pin direction label positioning and text, for DIP target widgets 2022-04-30 02:38:38 +01:00
Nav
e113ce296b Tweak to Registers tool button margins 2022-04-30 02:38:08 +01:00
Nav
80405057f6 Tidying 2022-04-28 21:21:59 +01:00
Nav
178df2d9e0 Fixed that very annoying label bug, where the 'g' in the Registers label (in the Target Registers tool button) was being clipped. 2022-04-28 21:08:31 +01:00
Nav
fa037a81b1 Replaced nasty onInsightStateChangedEvent event handler in TargetController with new GetTargetState command 2022-04-28 21:06:57 +01:00
Nav
687e28718c Replaced ReportTargetControllerState event with TC command and renamed TargetControllerStateReported event 2022-04-27 22:07:14 +01:00
Nav
6e4364b43a Corrected unnecessary reloading of target pin states upon writing to a pin register (via Insight) 2022-04-24 17:46:35 +01:00
Nav
55b363cc58 Corrected memory inspection panel UI bug where refresh button would remain disabled when it shouldn't 2022-04-24 16:12:46 +01:00
Nav
e61d651a24 Defined new finished() signal in InsightWorkerTask 2022-04-24 15:31:38 +01:00
Nav
2f2fbfcd0f Tidying 2022-04-23 17:41:28 +01:00
Nav
7ba997572a Fixed bug with Insight GUI failing to properly process the TargetExecutionResumed event 2022-04-23 17:30:22 +01:00
Nav
bc47b1546f These changes should have been in a previous commit, for tidying the SyncSafe class 2022-04-15 14:32:26 +01:00
Nav
8be1446e72 Moved TargetController components into new 'TargetController' namespace. 2022-04-09 15:57:24 +01:00
Nav
99447b7d6d Tidied Insight worker header 2022-04-08 22:15:25 +01:00
Nav
7fa93936aa Added handling of target reset events in Insight 2022-04-08 22:15:08 +01:00
Nav
76fed8df72 Created subdirectory CMakeLists.txt files and moved source specifications from root CMakeLists.txt file 2022-04-04 22:21:42 +01:00
Nav
ffd57c94fa Tidying 2022-04-04 22:21:42 +01:00
Nav
a0c493abaa Small tweaks to Insight hex viewer address labels 2022-04-04 22:21:42 +01:00
Nav
2aa240a680 Renamed GdbRsp directory to Gdb 2022-04-04 22:21:42 +01:00
Nav
db51d5e4c5 Removed unused EventManager class member from Insight and InsightWorker 2022-04-04 22:21:42 +01:00
Nav
8d089a750e Removed unused EventManager class member from TargetControllerConsole 2022-04-04 22:21:42 +01:00
Nav
7437f0a31e Made EventManager class static 2022-04-04 22:21:42 +01:00
Nav
2e47f53e47 Enforced an absolute maximum when calculating minimum size for Insight window.
The absolute maximum takes the user's screen size into account.
2022-04-04 21:35:58 +01:00
Nav
f6b331c447 Tweaked register inspection window to display three bitset widgets on a single row (instead of two) 2022-03-11 19:29:27 +00:00
Nav
f7fed74f29 Tweak to size and layout spacing in register inspection window 2022-03-09 22:40:46 +00:00
Nav
3893187aed Tidying - using scoped enums 2022-03-01 20:39:04 +00:00
Nav
d88e545496 Updated register inspection window appearance to be consistent with the Manage Memory Regions window 2022-02-14 18:00:04 +00:00
Nav
97695b91d2 Back to fixed window size for the register inspector window 2022-02-14 17:56:05 +00:00
Nav
ac759b9290 Styling for QPlainTextEdit widget 2022-02-14 17:55:40 +00:00
Nav
3d4d0d2aef Moved QScrollArea bg styling to global QSS 2022-02-14 17:55:22 +00:00
Nav
e0df4c58f3 Removed fixed window size for the register inspection window 2022-02-13 14:14:56 +00:00
Nav
a465b9b58a Updated register value graphic style to match that of annotations in the memory hex viewer 2022-02-13 14:08:32 +00:00
Nav
56dc870b8e Updated Insight component to use the main thread's event listener, as opposed to constructing its own. 2022-02-09 17:47:05 +00:00
Nav
69ee785edd Tidying 2022-02-08 18:37:25 +00:00
Nav
6b79dd7ca2 Wording tweak 2022-02-06 23:33:26 +00:00
Nav
56fae9e0a8 Fixed bug with Insight window close event being issued twice 2022-02-06 20:29:31 +00:00
Nav
d20db03311 Tidying 2022-02-06 20:29:06 +00:00
Nav
3dcdc4b90b Persisted panel and pane states 2022-02-06 20:28:46 +00:00
Nav
7e992f781e Enforced absolute minimum Insight window size 2022-02-06 20:26:31 +00:00
Nav
53a3c815d7 Removed using namespace directive for class member function definitions in source files 2022-02-05 15:32:08 +00:00