Commit graph

549 commits

Author SHA1 Message Date
dragonmacher
30db29d1ce GT-3542 - Symbol Tree - fixed flashing of the symbol tree while
analyzing; fixed bad progress of Decompiler Parameter ID analyzer; fixed
odd progress updating of ConcurrentQ
2020-03-20 12:56:56 -04:00
ghidravore
1d0340d83e GT-3485 review changes 2020-03-12 14:38:56 -04:00
ghidravore
83e0ce4091 Merge remote-tracking branch 'origin/GT-0-dragonmacher-test-fixes' 2020-03-10 17:50:28 -04:00
ghidra1
2936493408 Merge remote-tracking branch 'origin/patch' 2020-03-10 16:32:39 -04:00
dragonmacher
6b468e196a Tests - fixes related to recent dialog actions update 2020-03-10 16:29:28 -04:00
ghidra1
66cc2ed90a GT-3588 corrected duplicate front-end action error on server connect.
Minor cleanup of server code.
2020-03-10 16:24:46 -04:00
rev308
dc2109a760 Deferring TableColumnDescriptor initialization until required.
This enables DynamicTableColumns to set state in their constructors that
can be used in the initialization of the TableColumnDescriptor.

Previously, the TableColumnDescriptor was initialized as part of the
super-class construction, and performed prior to any class-local state
variables could be assigned.
2020-02-25 10:30:50 -05:00
ghidorahrex
9f66126cef Merge remote-tracking branch 'origin/GT-3547-dragonmacher-patch-dir-fix' 2020-02-24 13:47:12 -05:00
dragonmacher
87bda2b34d GT-3547 - Patch dir fix - review fixes 2020-02-19 18:50:52 -05:00
dragonmacher
712d116de6 Tests - updated the tool to not fire context changed events if the tool
is in the process of disposing (this causes some less talented plugins
to throw exceptions after being disposed)
2020-02-18 11:56:38 -05:00
ghidra1
0a74b2b063 Corrected version display when disconnected 2020-02-12 16:19:12 -05:00
ghidra1
ea45a04ee5 Merge remote-tracking branch 'origin/patch' 2020-02-11 16:21:40 -05:00
ghidra1
687ce7f529 GT-3531 corrected DomainFile.isVersioned() for checked-out file.
Revised language upgrade support to facilitate optional context reset.
2020-02-11 15:52:10 -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
Benjamin Levy
74fae2f644 Merge branch 'master' of
https://github.com/NationalSecurityAgency/ghidra into spell
2020-01-29 11:37:23 -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
26d7d0da5f GT-3485 Removed Secondary "default" action context to prevent actions
from triggering unexpectedly
2020-01-24 17:23:57 -05:00
dragonmacher
e25c7d881a GT-3459 - Updated parentless dialogs to use a visible hidden parent 2020-01-17 18:51:32 -05:00
ghidorahrex
1d77647007 Merge remote-tracking branch 'origin/GT-3456-dragonmacher-toolbar-action-fixes' 2020-01-17 13:39:39 -05:00
dragonmacher
638befbfd1 GT-3461 - fix for recent drag-n-drop break 2020-01-15 18:06:44 -05:00
dragonmacher
9f61911860 GT-3456 - Updated toolbar action misalignment 2020-01-15 17:28:37 -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
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
a682ef31ea added domain object listener for function remove events 2020-01-03 14:55:21 -05:00
dragonmacher
74b67be5ed GT-3430 - Key Bindings - Updated the Function Call Trees Plugin's
actions key bindings so users can set the bindings separately
2019-12-30 12:02:46 -05:00
Ryan Kurtz
cf4328bda4 Merge remote-tracking branch
'origin/GT-3302-dragonmacher-front-end-ui-lockup'

Conflicts:
	Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/datamgr/DataTypeManagerPlugin.java
2019-12-19 15:30:21 -05:00
Ryan Kurtz
ccca215ef8 Merge branch 'GT-3416_ryanmkurtz_PR-1354_agatti_plugindetailhtml' 2019-12-19 14:17:27 -05:00
Alessandro Gatti
fd3b1b28cc Use StringBuilder to build the menu path string. 2019-12-17 21:58:48 +01:00
Alessandro Gatti
0d82026555 Don't escape menupath separator in plugin details. 2019-12-17 20:56:57 +01:00
Ryan Kurtz
49a9f145c1 Merge remote-tracking branch
'origin/GT-3403-dragonmacher-front-end-copy-name' (fixes #1257)
2019-12-17 13:08:58 -05:00
dragonmacher
ae512986d0 GT-3403 - Front End copy action - review fixes 2019-12-17 12:53:58 -05:00
dragonmacher
a5836f57a2 GT-3403 - Front End copy action now supports copying program name as a
string
2019-12-16 18:22:00 -05:00
astrelsky
3bdf049d44
javadoc html5 2019-12-16 15:31:29 -05:00
dragonmacher
1d135b7ab8 GT-3302 - Front-end UI freeze - review fixes 2019-12-12 17:25:25 -05:00
dragonmacher
467c51ea0e GT-3302 - Front-end UI freeze - review fixes: removed unusual 'tracker'
concept
2019-12-12 17:22:06 -05:00
Ryan Kurtz
e91d6a832c Merge remote-tracking branch 'origin/GT-3354_ryanmkurtz_guava' 2019-12-09 13:58:24 -05:00
Ryan Kurtz
e53e4c99fc GT-3354: Code review fixes 2019-12-09 09:06:33 -05:00
dragonmacher
adedcde30f Tests - fixed exception seen sporadically in tests due to improper Data
type Manager disposal
2019-12-05 17:36:20 -05:00
Ryan Kurtz
2a64cf2a77 GT-3354: Removing some Guava 2019-12-05 14:34:03 -05:00
ghidra1
e07c83334d Merge remote-tracking branch 'origin/patch' 2019-12-05 11:48:31 -05:00
ghidra1
7c7e05b19a Corrected dialog parenting issue 2019-12-05 11:45:33 -05:00
ghidra1
1c7a5ed1db Merge remote-tracking branch 'origin/GT-0-dragonmacher-vc-actions-12-5' into patch 2019-12-05 11:33:10 -05:00
ghidra1
e9c8f906f6 Corrected context issue for Find Checkouts dialog 2019-12-05 11:30:24 -05:00
dragonmacher
725bdee15e Tests - fixed tests for Version Control actions in the 'Find Checkouts'
dialog
2019-12-05 11:28:27 -05:00
ghidra1
67f3bb2b79 Merge remote-tracking branch 'origin/patch'
Conflicts:
	Ghidra/Framework/Project/src/main/java/ghidra/framework/main/datatree/FindCheckoutsDialog.java
2019-12-04 13:19:21 -05:00
ghidra1
238db120e3 GT-3370 eliminate duplicate actions for Find Checkouts display. Prompt
for repository connection if no-connected.
2019-12-04 13:14:52 -05:00