Commit graph

355 commits

Author SHA1 Message Date
ghidra1
8fbdec4eca Merge remote-tracking branch 'origin/patch' 2019-12-18 11:02:47 -05:00
ghidra1
40fb5596e3 GT-0 Corrected test failures 2019-12-17 15:33:39 -05:00
Ryan Kurtz
77f659c84d Removing impossible to reach code. 2019-12-16 08:30:17 -05:00
ghidra1
e07c83334d Merge remote-tracking branch 'origin/patch' 2019-12-05 11:48:31 -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
dragonmacher
725bdee15e Tests - fixed tests for Version Control actions in the 'Find Checkouts'
dialog
2019-12-05 11:28:27 -05:00
ghidra1
88a19c81d4 Corrected Find Checkouts help and incorrect regex in UserManager 2019-12-05 10:56:49 -05:00
dragonmacher
474780e245 GT-0 - Tests - added better toString() methods to track threading issue
exposed by tests
2019-12-04 13:50:05 -05:00
dragonmacher
dece22fd8c Tests - fixed typo in test 2019-11-25 15:18:08 -05:00
adamopolous
bddb1a5518 GT-3054: Updated function tag panel to include table showing all
functions using a tag
2019-11-19 15:18:18 -05:00
dragonmacher
86c1d4b3c6 GT-3302 - Front-end UI freeze when performing checkout of multiple files 2019-11-08 14:51:07 -05:00
Ryan Kurtz
f5aeb0c70d Merge remote-tracking branch
'origin/GT-3233-dragonmacher-fg-navigation-history' (closes #1115)
2019-11-06 13:40:51 -05:00
dragonmacher
bbe4b89a0d GT-3155 - Copy Special - allow the Copy Special action to work on the
current address when there is no selection
2019-10-30 11:46:30 -04:00
Ryan Kurtz
3051601206 Merge remote-tracking branch
'origin/GT-3226-dragonmacher-tables-slow-sorting' (closes #500)
2019-10-29 13:04:51 -04:00
Ryan Kurtz
7b76afee93 Merge remote-tracking branch 'origin/GT-3225_ghidravore_tree_filtering' 2019-10-24 08:40:24 -04:00
ghidravore
5c6b32714c Changes to the GTree code to improve performance. Completely changed
GTreeNode base implementations and filtering code.
2019-10-23 15:45:00 -04:00
dragonmacher
fc67c6aaeb GT-3226 - Symbol Table - Performance improvements - disable filtering on
some columns; turn on 'Name Only' filtering by default; disable sorting
by default; remove use of column mapping where not needed; fixed caching
for name column
2019-10-22 18:36:41 -04:00
dragonmacher
8eef7ddc0a Tests - fixed ToolActionsManagerTest 2019-10-09 11:51:56 -04:00
ghidra1
bb27721a1f GT-3208 Corrected ability to cancel versioned file checkin/checkout.
Strip domain prefix from default user name if present.  Other minor
usability adjustments.
2019-10-02 16:28:12 -04:00
dragonmacher
16a6b4eb52 GT-3193 - Tool - Fixed bug that caused exported tool to exclude plugin
config settings
2019-09-27 15:21:57 -04:00
adamopolous
15af121bea created resources folder in integrationTest project; made test resources
in Base available to IntegrationTest project
2019-09-18 09:18:27 -04:00
adamopolous
047404c80d fixing test problems 2019-08-28 10:46:12 -04:00
Ryan Kurtz
23c9319151 Merge remote-tracking branch 'origin/GT-3086_ghizard_update_help_screenshots_for_GT-3076' 2019-08-20 14:08:17 -04:00
dragonmacher
dfcba5f39e GT-3035 - Restore Integration Tests - test fixes 2019-08-15 18:32:23 -04:00
ghizard
264f63b758 GT-3086 check-in of changes 2019-08-15 17:08:46 -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
dragonmacher
822e5a0610 GT-3035 - Restore Integration Tests - converted groovy tests to java 2019-08-14 14:36:23 -04:00
Ryan Kurtz
70757b658e Fixing merge build issue. 2019-08-07 09:49:55 -04:00
Ryan Kurtz
6530398f6a Merge remote-tracking branch 'origin/GT-3062_adamopolous_screen_shot_fixes' 2019-08-07 09:44:42 -04:00
adamopolous
c5c3bc80f6 GT-3062: added comment to ambiguous build code 2019-08-07 06:42:30 -04:00
adamopolous
aee9b170eb GT-3062: code review fixes (closes #875) 2019-08-06 16:45:18 -04:00
Ryan Kurtz
0f33a90bad Fixing Integration Test build when top-level source directory is not
named "ghidra" (fixes #876).
2019-08-06 14:13:15 -04:00
adamopolous
54f61b03c5 GT-3062: updated screenshot config to extend test/integrationTest 2019-08-05 13:31:31 -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
380d863c96 GT-2971 - Key Bindings - Added the ability to set a key binding for the
close button for all Component Providers
2019-07-19 11:00:43 -04:00
ghidra1
486ce82586 BitFields - additional refinements and added help content 2019-07-17 11:55:59 -04:00
ghidra1
fab75940bd BitFields - corrections to structure editor actions and some packing
fixes
2019-07-17 11:55:51 -04:00
ghidravore
0792417979 GT-2845: Storing original program bytes in the program database. 2019-07-16 11:31:30 -04:00
Ryan Kurtz
10372c2e13 Merge remote-tracking branch 'origin/GT-2925-dragonmacher-window-menu-key-bindings' 2019-07-15 16:12:09 -04:00
adamopolous
c098180d90 GT-2997: made sshkeyutil methods public 2019-07-12 07:59:58 -04:00
dragonmacher
8c11c1eebd GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
Step 1 - basic plumbing and tests
2019-06-21 18:16:10 -04:00
dragonmacher
2de5c40cd6 GT-2869 - Key Bindings - review fixes 2019-06-12 14:43:32 -04:00
dragonmacher
43fa7e3f92 GT-2869 - Key Bindings - refactor of methods to provide all actions 2019-06-12 14:43:31 -04:00
ghidra1
25894ff9ae Merge remote-tracking branch 'origin/GT-2685_ghidra1_ServerChanges' 2019-06-03 11:33:21 -04:00
ghidra1
17bb619048 GT-2685 Improved Ghidra Server interface binding and remote address
identification.  Minor fixes to database cleanup and project conversion.
2019-05-31 12:55:51 -04:00
dragonmacher
7bc4d9e381 GT-2891 - Option Dialog - Updated to not build components off the Swing
thread
2019-05-30 08:44:35 -04:00
ghidravore
45222ad4d3 Merge remote-tracking branch
'origin/dev747368_GT-2698_hostile_html_whack_a_mole_UI_stuff'

Conflicts:
	Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/analysis/AnalysisPanel.java
2019-05-02 14:24:37 -04:00
ghidravore
ae8e6302f3 a few more gradle tweaks 2019-04-29 15:48:35 -04:00
ghidra1
1cae5552f6 Merge branch 'patch'
Conflicts:
	gradleScripts/distribution.gradle
2019-04-25 17:32:19 -04:00