Commit Graph

2047 Commits

Author SHA1 Message Date
dragonmacher
d307623f67 GT-3455 - Update action key binding collision dialog to allow for mouse
double-click
2020-01-15 17:39:21 -05:00
ghidorahrex
cf0c434d51 Merge remote-tracking branch 'origin/GT-3414_dev747368_slow_stringtable'
Fixes #1259
2020-01-15 13:33:01 -05:00
dev747368
66fc367b18 GT-3414 revert Iterable change. 2020-01-15 13:23:44 -05:00
dev747368
5a66f68e47 GT-3414 code review, unit tests for DefinedDataIterator. 2020-01-15 13:15:13 -05:00
dev747368
4fbbe989be GT-3414, issue #1259 - fix GUI lockup when defined strings table loads
A large binary with lots of strings can cause the "Defined Strings"
table to fight with the Listing view over database locks.

This change eases some of the issues by making the defined strings table
be nicer by yielding to the swing thread before starting its query loop
(which allows a Listing view which is also doing its full rendering at
the same time to finish before the loop starts) and making the
DefinedDataIterator a bit smarter about what elements it needs to
recurse into.

The Listing can still be quite a bit laggy when the Defined Strings
table is loading.

Also fixed a logic error in StringDataInstance that caused it to return
a empty string for arrays of character elements.
2020-01-15 13:15:11 -05:00
ghidorahrex
4d29a3820d Merge remote-tracking branch 'origin/GT-3330_dev747368_DWARF_relocated_addresses_mode' 2020-01-15 13:00:14 -05:00
ghidorahrex
79588bd3e5 Merge remote-tracking branch
'origin/GT-3450_ghidorahrex_PR-1429_ahroach_fix-typo-AVR8.idx'

Fixes #1429
2020-01-15 12:39:54 -05:00
ghidorahrex
3872904b3a Merge remote-tracking branch
'origin/GT-3451_dev747368_PR-1403_agatti_iso9660fixes'

Fixes #1403
2020-01-15 09:53:36 -05:00
ghidorahrex
84fda704b0 Merge remote-tracking branch 'origin/GT-3347_dev747368_PR-1241_agatti_convert_char_seq' 2020-01-15 09:44:27 -05:00
ghidorahrex
d2fc8cd6b5 Merge remote-tracking branch
'origin/GT-3425_ghidorahrex_PR-1414_gdeldago_m6809_manual'

Fixes #1414
2020-01-15 07:03:16 -05:00
ghidorahrex
5f1213ecd6 GT-3425: Accepting pull request 2020-01-15 06:37:57 -05:00
dev747368
3718edc935 GT-3347 string / charsequences code review fixes
Fixed problem with picking between ArrayStringable elements and char
sequence for the string layout.
2020-01-14 18:32:15 -05:00
ghidravore
25cb235aaf Merge remote-tracking branch 'origin/GT-1-dragonmacher-documentation-fixup' 2020-01-14 18:24:48 -05:00
dragonmacher
d0dc082967 GT-1 - Documentation - review fix 2020-01-14 17:12:23 -05:00
ghidravore
04e49ee46a fixes to action builder 2020-01-14 14:50:41 -05:00
ghidorahrex
2ad6dd6f54 Merge remote-tracking branch 'origin/caheckman_MapState_fix' 2020-01-14 14:21:16 -05:00
Alessandro Gatti
42b4e6653b Display proper volume descriptor timestamp. 2020-01-14 19:43:55 +01:00
Austin Roach
2dd6b50a38 Fix typo in AVR8.idx 2020-01-14 07:46:05 -05:00
caheckman
a1c1898624 fixed memory leak 2020-01-13 16:59:41 -05:00
dragonmacher
341f1008f1 GT-1 - Documentation - fixup docs for new action builder 2020-01-13 14:16:35 -05:00
ghidorahrex
d66027e27a Merge remote-tracking branch
'origin/GT-3447-dragonmacher-test-timeout-override'

Fixes #1424
2020-01-13 13:25:00 -05:00
ghidorahrex
38a533c899 Merge remote-tracking branch
'origin/GT-3438-dragonmacher-vt-function-instruction-exception'

Fixes #1352
2020-01-13 13:21:31 -05:00
ghidravore
87839a58eb Merge remote-tracking branch 'origin/GT-3446-dragonmacher-refs-to-key-binding' 2020-01-10 18:53:49 -05:00
dragonmacher
8ebfd61348 GT-3446 - Review fixes 2020-01-10 18:52:47 -05:00
ghidravore
c21bfa2975 Merge remote-tracking branch 'origin/ghidravore_gtree_improvements' 2020-01-10 18:47:09 -05:00
ghidravore
4cab252ff5 changs from review 2020-01-10 18:45:19 -05:00
dragonmacher
142ed19e84 GT-3446 - Added key binding to trigger the Show Xrefs dialog 2020-01-10 17:13:01 -05:00
ghidravore
7cfa80f8ac Added some convenience methods to GTree nodes. 2020-01-10 16:43:59 -05:00
dragonmacher
8cb4ee8f60 GT-3447 - Tests - timeout override property 2020-01-10 14:02:46 -05:00
ghidorahrex
decb362234 Merge remote-tracking branch 'origin/GT-3376_ryanmkurtz_AutoImporter'
(Fixes #1311)
2020-01-10 11:51:32 -05:00
Ryan Kurtz
4c34b1e5b7 GT-3376: Review fixes 2020-01-10 09:19:25 -05:00
Ryan Kurtz
73b018fd84 GT-3376: Design improvements 2020-01-10 08:02:57 -05:00
Ryan Kurtz
a46e788706 GT-3376: Headless now properly honors -processor flag, even if the
specified processor is not a valid opinion.
2020-01-10 08:02:54 -05:00
ghidravore
3ce8d3fa39 GT-3445 fixed bug when invoking column filters on keybindings table 2020-01-09 14:50:31 -05:00
ghidravore
3c2c23d8ce GT-3440 fixed bug where finding words in strings wasn't handling tabs
correctly
2020-01-09 13:07:04 -05:00
Ryan Kurtz
b487ce7eba Improved documentation of ByteProvider classes 2020-01-09 08:58:37 -05:00
Ryan Kurtz
d2db19cff7 Methods in headless were wrongly synchronized. Could lead to deadlock. 2020-01-09 08:05:27 -05:00
Ryan Kurtz
14b1e663f0 Merge remote-tracking branch 'origin/GT-2229_adamopolous_function-comparison-fixes' 2020-01-08 09:40:22 -05:00
Ryan Kurtz
7bf041cd9d Merge remote-tracking branch
'origin/GT-3439-dragonmacher-script-bookmark-docs' (fixes #1291)
2020-01-08 09:36:15 -05:00
Ryan Kurtz
81f6750f76 Merge remote-tracking branch
'origin/GT-3437-dragonmacher-vt-options-exception' (fixes #1143)
2020-01-08 09:35:13 -05:00
Ryan Kurtz
068a2f455e Merge remote-tracking branch 'origin/GT-3432-dragonmacher-drag-n-drop'
(fixes #1396)
2020-01-08 09:34:07 -05:00
gus
c88faf567c Add Motorola 6809 Processor's manual index file. 2020-01-06 12:46:23 -03:00
gus
be4df6d526 Add Motorola 6809 Processor's manual index file. 2020-01-06 12:43:20 -03:00
dragonmacher
b34091b244 GT-3439 - Fixed javadoc for createBookmark() 2020-01-03 19:30:44 -05:00
dragonmacher
b9143a6265 GT-3438 - Version Tracking - removed exception being thrown by the Exact
Function Instructions Match correlator when the number of instructions
of the functions differed.
2020-01-03 18:19:18 -05:00
dragonmacher
fe18fff635 GT-3437 - Version Tracking - fixed exception when changing options
without a comparison loaded
2020-01-03 17:54:57 -05:00
dragonmacher
68de43307e GT-3436 - Fixed symbol tree navigation - review fixes 2020-01-03 17:38:27 -05:00
dragonmacher
14ee95c395 GT-3436 - Fixed symbol tree navigation to work on already selected node 2020-01-03 17:19:27 -05:00
dragonmacher
adbbc25542 GT-3432 - Fixed recently broken drag-n-drop from the Front End to a
running Tool
2020-01-03 15:42:21 -05:00
adamopolous
496408f2b7 GT-2999: fixed how comparison action is set to SHARED 2020-01-03 14:56:31 -05:00