Commit graph

285 commits

Author SHA1 Message Date
dragonmacher
22cc232210 Tests - fixed test failing to improper dialog parenting; updated dialog
parenting to avoid transient parents
2020-02-06 18:09:00 -05:00
dragonmacher
cc6020736c Tests - fixed test timing issues 2020-02-06 18:08:21 -05:00
ghidravore
96e630e427 Merge remote-tracking branch 'origin/GT-0-dragonmacher-test-fixes' 2020-02-04 14:45:37 -05:00
dragonmacher
61af96034e Tests - fixed timing issue; fixed Swing thread access issue 2020-02-04 14:28:13 -05:00
ghidorahrex
5e9063c6b1 Merge remote-tracking branch 'origin/GT-3515-dragonmacher-column-constraints-docs' 2020-02-04 13:07:59 -05:00
ghidorahrex
92a1c0dccf Merge remote-tracking branch 'origin/GT-3498-rev308_GTable_Autolookup_fix' 2020-02-03 12:26:18 -05:00
dragonmacher
7a01b8b3e0 GT-3515 - Column constraint docs review fixes 2020-01-31 17:02:41 -05:00
ghidravore
16f050f901 Merge branch 'GT-3485-ghidravore_action_context' 2020-01-31 15:29:45 -05:00
ghidravore
75451921b2 GT-3485 fixed analysis actions to work on "global context" 2020-01-31 15:28:19 -05:00
dragonmacher
491c4e466a GT-3515 - Updated documentation for column constraints special text
filtering section; updated runtime type discovery to examine interfaces
2020-01-30 15:24:11 -05:00
ghidravore
ccd5030574 Merge remote-tracking branch 'origin/GT-0-dragonmacher-test-fixes' 2020-01-29 18:55:47 -05:00
dragonmacher
09503bfda9 Tests - fixed Function Comparison test failing due to blocking modal
dialogs and swing thread issues
2020-01-29 17:48:33 -05:00
ghidorahrex
dc16f297cc Merge remote-tracking branch
'origin/GT-3510_dragonmacher_PR-1478_io12_spelling-fix-2'

Fixes #1478
2020-01-29 14:56:12 -05:00
ghidorahrex
cecd9cf060 Merge remote-tracking branch
'origin/GT-3508_dragonmacher_PR-1483_astrelsky_docking-action-javadoc'

Fixes #1483
2020-01-29 14:53:57 -05:00
Benjamin Levy
74fae2f644 Merge branch 'master' of
https://github.com/NationalSecurityAgency/ghidra into spell
2020-01-29 11:37:23 -05:00
dragonmacher
0b121ca9b8 Docking Actions - fixed inception information to account for the new
builders
2020-01-28 16:10:14 -05:00
rev308
2b7af56c2d GT-3498: Fix for unchecked type casts in table auto-lookup 2020-01-28 07:35:32 -05:00
rev308
02a6c1365f Bugfix 2020-01-27 12:51:57 -05:00
astrelsky
d62de2497b
Removed non-existing link to validGlobalContextWhen 2020-01-27 11:49:15 -05:00
Benjamin Levy
a5efecea84 Fix spelling errors 2020-01-26 22:39:18 -05:00
dragonmacher
0ff6578d2c GT-3495 - Refactor tool hierarchy to remove old 'Tool'
GT-3495 - GT-3495 - Refactor tool hierarchy to rename DockingTool to
Tool
2020-01-24 18:35:11 -05:00
ghidravore
5dc7df71b3 Merge branch 'GT-3485_ghidravore_action_context'
Conflicts:
	Ghidra/Framework/Docking/src/main/java/docking/action/builder/AbstractActionBuilder.java
2020-01-24 17:28:47 -05:00
ghidravore
26d7d0da5f GT-3485 Removed Secondary "default" action context to prevent actions
from triggering unexpectedly
2020-01-24 17:23:57 -05:00
ghidravore
469ea3462f Merge branch 'ghidravore_action_builder_keybinding' 2020-01-24 17:20:44 -05:00
ghidravore
872b1df55d Added keybinding support to ActionBuilders 2020-01-24 17:20:08 -05:00
dev747368
8e5cd66d60 GT-3473 improve mouse wheel scrolling behavior
Improve scrolling to match row heights, less hard coded values.
2020-01-21 18:00:26 -05:00
ghidorahrex
bb4d24da3c Merge remote-tracking branch 'origin/GT-3459-dragonmacher-lost-dialogs' 2020-01-21 16:04:05 -05:00
ghidorahrex
060b06b688 Merge remote-tracking branch 'origin/GT-3457-dragonmacher-gtree-cannot-find-new-node' 2020-01-21 16:00:51 -05:00
ghidravore
13caf91a21 fixed excessive context changed calls by non visible windows 2020-01-21 14:06:50 -05:00
dragonmacher
e25c7d881a GT-3459 - Updated parentless dialogs to use a visible hidden parent 2020-01-17 18:51:32 -05:00
dragonmacher
bd362d9cf6 GT-3457 - GTree Edit Fix - fixed bug that would cause new namespace tree
nodes to not be in edit mode as intended
2020-01-17 14:27:13 -05:00
ghidorahrex
1d77647007 Merge remote-tracking branch 'origin/GT-3456-dragonmacher-toolbar-action-fixes' 2020-01-17 13:39:39 -05:00
dragonmacher
0fdb689588 GT-3456 - Toolbar action update review fixes 2020-01-16 17:52:43 -05:00
dragonmacher
d307623f67 GT-3455 - Update action key binding collision dialog to allow for mouse
double-click
2020-01-15 17:39:21 -05:00
dragonmacher
9f61911860 GT-3456 - Updated toolbar action misalignment 2020-01-15 17:28:37 -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
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
ghidravore
87839a58eb Merge remote-tracking branch 'origin/GT-3446-dragonmacher-refs-to-key-binding' 2020-01-10 18:53:49 -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
ghidravore
3ce8d3fa39 GT-3445 fixed bug when invoking column filters on keybindings table 2020-01-09 14:50:31 -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
068a2f455e Merge remote-tracking branch 'origin/GT-3432-dragonmacher-drag-n-drop'
(fixes #1396)
2020-01-08 09:34:07 -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