Commit graph

169 commits

Author SHA1 Message Date
dragonmacher
982c63f488 GT-3179 - Help - review fixes 2019-10-07 17:34:31 -04:00
dragonmacher
05b23fb9b4 GT-3179 - Help - addressed missing help for tool options; found more
missing help; updated test
2019-10-07 13:13:13 -04:00
dragonmacher
66198876e5 GT-3179 - Help - addressed missing help for tool options; fixed bug that
caused help find dialog to be stuck behind Tool Options dialog; fixed
bug that caused the Help Find Dialog keybinding to trigger an exception
2019-10-04 15:43:13 -04:00
Ryan Kurtz
e87653a6d9 Merge remote-tracking branch 'origin/GT-3197-dragonmacher-call-trees-navigation' into Ghidra_9.1 2019-10-03 14:13:45 -04:00
dragonmacher
da90d2f800 GT-3197 - Call Trees - review fixes
Fixes #1087
2019-10-03 12:02:35 -04:00
dragonmacher
ea8e2a81c6 GT-3197 - Call Trees - fixed bugs: multiple icons appearing in the
toolbar; custom icons were not rendering in the help content
2019-10-02 16:00:07 -04:00
dragonmacher
53ba79ea94 GT-3207 - Fixed NPE in table header settings 2019-10-02 13:00:09 -04:00
dragonmacher
0fc85177d8 GT-3205 - Tests - updated test framework to reflect how 'testFailed()'
is now called
2019-10-02 10:41:51 -04:00
dragonmacher
cbf4c9d34a Tests - MultiTabPluginTest; ExternalCodeBrowserNavigationTest 2019-09-20 15:18:59 -04:00
dragonmacher
a87b65b758 GT-3165 - Tables - Fixed Ctrl-A conflict between tables and the Listing 2019-09-19 14:52:00 -04:00
dragonmacher
25bfa2b6ad Tests - fixes for file chooser timing issue 2019-09-17 15:53:13 -04:00
dragonmacher
3b36a1cd57 GT-3142 - Tables - fixed bug that causes some tables to be sorted twice
during initial load
2019-09-10 15:00:30 -04:00
ghidra1
e6cbefc706 Merge remote-tracking branch
'origin/GT-3116-dragonmacher-edit-data-type-action'
2019-09-06 17:34:52 -04:00
dragonmacher
1a22f97bbe GT-3116 - Updated decompiler 'Edit Data Type' action to work on more
fields; fixed a bug in Location References provider to enable data type
selection when focused; fixed a NullPointerException in DockingAction
2019-09-04 14:27:18 -04:00
ghidravore
42448fbfa6 changes from review 2019-08-29 17:22:18 -04:00
ghidravore
7b7e730844 fixed bug where listing would jump when opening/closing large structures
or arrays
2019-08-29 15:53:59 -04:00
Ryan Kurtz
5f19814d48 Merge remote-tracking branch 'origin/GT-3115-dragonmacer-decompiler-find-actions' 2019-08-28 16:37:57 -04:00
dragonmacher
bedf644dc7 GT-3115 - Decompiler - added actions for finding/showing uses of symbols
- review fixes
2019-08-28 16:16:58 -04:00
dragonmacher
51f06a8688 GT-3115 - Decompiler - added actions for finding/showing uses of symbols
and datatypes; added a find action to the structure editor
2019-08-28 14:05:28 -04:00
dragonmacher
54781dc7f5 GT-3103 - Look and Feel - review fix 2019-08-28 11:41:28 -04:00
Ryan Kurtz
156294d6fd Merge remote-tracking branch 'origin/GT-3110-dragonmacher-function-signature-dt-chooser' 2019-08-28 09:02:37 -04:00
Ryan Kurtz
28538695f6 Merge remote-tracking branch 'origin/GT-3103-dragonmacher-linux-nimbus-ui-fixes' 2019-08-28 08:56:37 -04:00
dragonmacher
30af00c608 GT-3110 - updated function signature dialog's data type chooser to allow
for keyboard usage
2019-08-26 18:20:39 -04:00
dragonmacher
314274f70a GT-3103 - Look and Feel - fixed Linux Nimbus LaF issues with painting so
that fixups are isolated to individual components
2019-08-26 14:03:44 -04:00
dragonmacher
b6765e539d GT-3103 - Look and Feel - fixed Linux Nimbus LaF issues with painting in
some support tools
2019-08-26 13:24:18 -04:00
dragonmacher
667c17499f GT-3103 - Look and Feel - fixed Linux Nimbus LaF issues with painting
list item backgrounds
2019-08-26 10:17:28 -04:00
ghidra1
f5a366fa5c Merge remote-tracking branch
'origin/GT-3105_dragonmacher_PR-451_Escapingbug_Fix_horizontal_scrolling_in_Field_Panels'

Conflicts:
	Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/codebrowser/CodeBrowserPlugin.java
2019-08-23 19:18:03 -04:00
dragonmacher
cc138893a1 GT-3015 - PR-451 - Field Panel horizontal scrolling fixup for Byte
Viewer; added option; updated help
2019-08-23 19:02:23 -04:00
dragonmacher
aa71d84620 GT-3103 - Look and Feel - fixed Linux Nimbus LaF issues with painting
tree row backgrounds
2019-08-23 14:11:38 -04:00
dragonmacher
fac5b0e13b Review Tool - 3.1.1 - updated comments table to use column filters;
fixed build to not error when building the review tool
2019-08-21 18:38:18 -04:00
dragonmacher
554bce2407 GT-3035 - Restore Integration Tests - more missing test files; updated
test environment to install a default tool
2019-08-15 14:58:43 -04:00
dragonmacher
4dc8e77172 GT-3035 - Restore Integration Tests - restored missing test files; fast
tests
2019-08-14 15:08:37 -04:00
Ryan Kurtz
351cf56e6e Merge remote-tracking branch 'origin/GT-3044-dragonmacher-table-popup-cleanup' 2019-08-09 08:15:26 -04:00
dragonmacher
e9c0921cfe GT-3044 - Table Actions - test and review fixes 2019-08-08 16:34:09 -04:00
dev747368
bcba73fdce GT-2383 - tree focus, code review tweaks 2019-08-06 16:55:21 -04:00
dev747368
8461e91758 GT-2383 tree focus when clicking on already selected node. 2019-08-06 16:02:40 -04:00
dragonmacher
28f6500039 GT-3044 - Table Actions - updated table actions to use the modern action
system
2019-08-02 19:41:30 -04:00
Ryan Kurtz
291abeb789 Merge remote-tracking branch 'origin/GT-3019-dragonmacher-function-graph-edge-routing' 2019-08-02 10:00:05 -04:00
dragonmacher
d536c261f9 GT-3019 - Function Graph - Edge Routing - review fixes:
-fixed broken edge labels (labels were not offset correctly)
-fixed complex edge routing for edges going upward
-fixed bug that allowed toolbar multi-state actions to fire twice when
clicked
2019-08-01 17:02:14 -04:00
Ryan Kurtz
0aa413c956 Merge remote-tracking branch 'origin/GT-3045_adamopolous' 2019-08-01 15:09:34 -04:00
adamopolous
45091316fc GT-3045: fixed problem causing incorrect cursor position to be set 2019-08-01 15:06:37 -04:00
dragonmacher
e6a85f9b1b GT-2960 - Docking Actions - review fixes; test fixes 2019-07-31 16:55:46 -04:00
dragonmacher
d8c234d5d0 GT-2960 - Docking Actions - review fixes 2019-07-30 18:33:30 -04:00
dragonmacher
85a4677312 GT-2960 - Docking Actions - test fixes 2019-07-30 11:44:07 -04:00
dragonmacher
ab2a390fca GT-2960 - Docking Actions - Consolidated the multiple methods of adding
dynamic popup actions
2019-07-29 18:20:00 -04:00
dragonmacher
a04185e942 GT-3019 - Function Graph - Added option for edge routing around vertices 2019-07-25 18:40:21 -04:00
dragonmacher
8f13b601d8 Component Provider - fixed bug that prevented some providers' close
button from working
2019-07-25 14:10:09 -04:00
Ryan Kurtz
fa20ba3762 GT-2913: launch.properties can now take platform-specific VMARGS. 2019-07-25 11:31:08 -04:00
Ryan Kurtz
c7f934c9d1 GT-2971: Fixing merge issues. 2019-07-19 14:07:18 -04:00
Ryan Kurtz
479f595af8 Merge remote-tracking branch 'origin/GT-2971-dragonmacher-close-button-key-binding' 2019-07-19 13:53:37 -04:00