Commit graph

2440 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
e9ac056f90 GT-3485 fixed bug in save action enablement 2020-03-17 11:47:39 -04:00
ghidravore
53912fe9b1 fix to swing update manager 2020-03-16 18:52:50 -04:00
ghidravore
b30657cd83 put in changed to WindowActionManager that was supposed to be in commit
bb28af6 "Improved the per..." Also added null check in
AbstractDecompilerAction
2020-03-16 15:16:52 -04:00
ghidorahrex
baba200286 Merge remote-tracking branch 'origin/GT-3574_dev747368_datatypeurl' 2020-03-16 14:14:17 -04:00
ghidravore
b66577c4dc GT-3485 - fixed a few miscellaneous problems relating to recent action
context changes
2020-03-16 13:55:49 -04:00
ghidravore
42db5154f9 Merge branch 'GT-3485_action_context'
Conflicts:
	Ghidra/Framework/Docking/src/main/java/docking/action/MultipleKeyAction.java
2020-03-16 13:22:53 -04:00
ghidravore
f259890eec Revert "fix to pass job type to ext-u branch"
This reverts commit af98815709.
2020-03-16 13:07:06 -04:00
ghidravore
6ac9a1d0aa GT-3485 review changes 2020-03-16 13:01:32 -04:00
ghidorahrex
47b71c4740 Merge remote-tracking branch 'origin/GT-3579_rev308_integer_spinner_fixes' 2020-03-16 08:11:43 -04:00
ghidravore
061a9e8ab2 Merge branch 'GT-3601_ghidravore_gtree_bug' 2020-03-13 18:08:50 -04:00
ghidravore
70ab3e5fbf GT-3601 review changes 2020-03-13 18:07:52 -04:00
ghidravore
ea5cba599b Merge remote-tracking branch 'origin/GT-0-dragonmacher-test-fixes-3-13' 2020-03-13 17:57:57 -04:00
ghidravore
c574911362 GT-3601 review fixes 2020-03-13 17:56:16 -04:00
dragonmacher
5c5e5588e4 Fixed test failing due to inconsistent history state between tests 2020-03-13 17:49:08 -04:00
ghidravore
a11f47a7ef GT-3601 fixed GTree bug that caused a stack trace when clearing the text
filter while nodes being added continuously
2020-03-13 16:57:13 -04:00
dragonmacher
69c3437e1e Documentation - fixed minor typo 2020-03-13 16:51:17 -04:00
dragonmacher
3f62f91a2e Fixed tests failing due to focus timing issues by allowing the test
framework to specify the source of key bindings
2020-03-13 16:50:54 -04:00
ghidorahrex
f1782a7629 Merge remote-tracking branch
'origin/GT-3545-dragonmacher-gnu-demangler-parsing-bugs'

Fixes #1457 Fixes #1569
2020-03-13 12:51:40 -04:00
adamopolous
a554b8d0be gitlab ci update for ghidra repo 2020-03-13 12:23:45 -04:00
adamopolous
c6e4a03dd1 fixing syntax error in gitlab config 2020-03-13 11:06:58 -04:00
adamopolous
6386fdc299 fixed syntax error in gitlab config 2020-03-13 11:04:37 -04:00
adamopolous
01f0d50937 fixing gitlab configuration issues with ghidra repo 2020-03-13 10:57:50 -04:00
adamopolous
af98815709 fix to pass job type to ext-u branch 2020-03-12 16:20:21 -04:00
adamopolous
3418492a8c fix to correctly pass job type to ext-u pipeline 2020-03-12 16:09:28 -04:00
ghidravore
a016531a02 Merge remote-tracking branch 'origin/GT-3-dragonmacher-review-tool-fixes' 2020-03-12 15:31:25 -04:00
dragonmacher
6299030718 Small doc fix and added a method to the column descriptor 2020-03-12 15:02:03 -04:00
ghidravore
1d0340d83e GT-3485 review changes 2020-03-12 14:38:56 -04:00
ghidorahrex
d9701df6d3 Merge remote-tracking branch
'origin/GT-3593_adamopolous_PR-1619_ofa-anssi_fix_idapython7_readme'

Fixes #1619
2020-03-12 12:01:41 -04:00
ghidorahrex
4ee3c59c08 Merge remote-tracking branch
'origin/GT-3589_adamopolous_PR-1542_rickyz_hide_single_tab'

Fixes #1542
2020-03-12 10:31:40 -04:00
ghidorahrex
766aa10cab Merge remote-tracking branch
'origin/GT-3224_adamopolous_PR-1101_jimbowhales_whales_cabextract-build'

Fixes #1101
2020-03-12 10:30:16 -04:00
dragonmacher
cb234b09a9 GT-3545 - GNU Demangler - Fix Parsing Issues - review fixes; bug fixes 2020-03-11 16:58:51 -04:00
adamopolous
bb1e06575d minor tweaks; replaced ant move with gradle copy 2020-03-11 16:46:42 -04:00
Jimbo Whales
ca24cd52e5 Make cabextract build incremental. 2020-03-11 16:24:21 -04:00
ghidorahrex
069a0bbb3a Merge remote-tracking branch 'origin/GT-10000-dragonmacher-analyzer-option-fix' 2020-03-11 14:13:04 -04:00
ghidravore
bb28af64d8 Improved the performance of action updating at the expense of possibly
doing the update twice
2020-03-11 12:43:41 -04:00
Ricky Zhou
ae1a9f3ee6 Do not show the listing tab bar when there is only one program open. 2020-03-11 08:54:41 -04:00
ghidravore
79a12c3fc1 removed unused code 2020-03-10 18:38:58 -04:00
ghidravore
641745c6e0 GT-3485 fixed issue where some global listing and navigation actions
were not enabled when providers other than the listing had focus.  This
was unintentionally broken with the original ticket
2020-03-10 18:22:13 -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
ofa-anssi
dc954e9161 Fix typo in the README file 2020-03-10 18:58:22 +01:00
ghidra1
f94c76c7f5 GT-3587 corrected creating structure from selection. 2020-03-10 11:02:05 -04:00
dragonmacher
2ecee32a13 Updated analysis options to only show options that still have valid
analyzers.   This keeps old analyzer options saved in a program from
appearing after the analyzer has been removed.
2020-03-09 17:41:23 -04:00
ghidravore
cd084aee7b Merge remote-tracking branch 'origin/GT-3567-dragonmacher-table-chooser-actions' 2020-03-09 15:44:40 -04:00
dragonmacher
a2a9ade24f GT-3567 - Dialog Keybindings - review fixes 2020-03-09 15:41:29 -04:00
ghidorahrex
546e93386e Merge remote-tracking branch 'origin/caheckman_SmallVarsCleanup' 2020-03-09 12:52:40 -04:00
caheckman
ea83aa6d5c added RulePiecePathology 2020-03-09 12:06:22 -04:00