Commit graph

639 commits

Author SHA1 Message Date
ghidra1
ddbfbfe198 Merge remote-tracking branch 'origin/patch'
Conflicts:
	Ghidra/Features/GraphServices/src/main/java/ghidra/graph/visualization/DefaultGraphDisplay.java
2020-12-11 19:13:08 -05:00
ghidra1
e1e9dc0f8f GP-0 ignore reserved SaveState key when restoring AnalysisStateInfo 2020-12-11 19:06:10 -05:00
dragonmacher
e4fac450f0 Fixed tests broken due to the flush() call buffering and not executing
immediately
2020-12-11 18:01:28 -05:00
ghidra1
066a7d0305 Merge remote-tracking branch 'origin/patch'
Conflicts:
	Ghidra/Features/Base/src/main/java/ghidra/app/util/bin/format/pe/cli/blobs/CliAbstractSig.java
	Ghidra/Framework/DB/src/main/java/db/DBHandle.java
2020-12-09 15:05:16 -05:00
ghidra1
bae897b0c1 Corrected javadoc errors/warnings 2020-12-07 14:37:28 -05:00
dragonmacher
f69546e508 Merge branch 'GP-463_dragonmacher_PR-2534_sudofox_exclusive-checkout-typo-fix' 2020-12-07 12:34:43 -05:00
dragonmacher
07bac7eb3c GP-463 - Fixed Front End log message display; added the idea of a
SwingBuffer class to work similarly to the SwingUpdateManager
2020-12-04 13:12:17 -05:00
dragonmacher
fa18866fa8 Merge remote-tracking branch 'origin/patch'
Conflicts:
	Ghidra/Framework/Docking/src/main/java/ghidra/util/task/TaskDialog.java
	Ghidra/Framework/Docking/src/main/java/ghidra/util/task/TaskRunner.java
	Ghidra/Framework/Generic/src/main/java/ghidra/util/timer/GTimer.java
2020-12-03 10:42:37 -05:00
dragonmacher
d85e2c1c71 GP-443 - Tasks - Fixed potential unnecessary forced wait when using the
TaskLauncher
2020-12-01 09:36:49 -05:00
dragonmacher
0fcdb7c6c3 Function Tags - updated DB to have a tag count cache; added service
interface
2020-11-04 16:35:31 -05:00
dragonmacher
8ec3f786ff Merge branch 'GP-266-dragonmacher-function-tags-ui-lockup' 2020-10-21 13:46:54 -04:00
dragonmacher
77ee698797 GP-266 - Function Tags - updated function tags to load tags in a
background thread

Closes #2366
2020-10-21 13:40:03 -04:00
dragonmacher
822dc240b5 Merge remote-tracking branch 'origin/GP-249-dragonmacher-task-launcher-sleep--SQUASHED' 2020-10-16 15:59:43 -04:00
dragonmacher
dc7e45762d GP-249 - Task Dialog - fixed issue with task dialog appearing over user input dialog; fixed spin/sleep code 2020-10-15 18:06:36 -04:00
ghidra1
341f07f1a2 Merge remote-tracking branch 'origin/Ghidra_9.2' 2020-10-08 12:58:19 -04:00
ghidra1
3cd26120a3 Corrected issue with Program metadata which included CustomerOption.
Cleanup PDB analyzer related error reporting.
2020-10-08 12:44:41 -04:00
dragonmacher
9dd458e9e1 GP-224 - Modal Dialogs - fixed modal dialogs not being parented to
active window in default case
2020-10-06 11:09:28 -04:00
ghidra1
6927b8e0f5 Corrected certification issues 2020-10-01 14:32:01 -04:00
dragonmacher
0f4c9cf355 Fixed recent breaking of task dialog that caused the chomping bits to go
not get shown
2020-09-30 16:16:36 -04:00
ghidra1
b816f4a939 PDB Refinements - integrated new PDB Universal with Load/Download
actions and corrected PDB age related issue.
2020-09-30 12:04:12 -04:00
dragonmacher
480cbcfafd Merge branch 'GP-205-dragonmacher-structure-edit-action-fix' into Ghidra_9.2 2020-09-28 16:08:27 -04:00
ghidravore
cce9b16c2c Merge remote-tracking branch 'origin/GP-206_dragonmacher_PR-2306_astrelsky_ProgramBuilder' 2020-09-28 13:31:02 -04:00
dragonmacher
42dd992a85 Fixed bug in tests that allowed for ConcurrentModificationException 2020-09-28 12:46:10 -04:00
Jason P. Leasure
edd85aac97 binjo's patch from #2302 2020-09-25 17:16:55 -04:00
dragonmacher
a703304bb4 GP-205 - Structure Editor - fixed 'Edit Component' action to unroll the
edited data type

Closes #1633
2020-09-25 15:51:20 -04:00
dragonmacher
e5358323d8 Tests - cleanup of stack traces in test log file 2020-09-25 13:37:34 -04:00
dragonmacher
de83e4507e Class Searcher - fixed bug that allowed 3rd-party jars to be searched in
dev mode
2020-09-21 16:00:07 -04:00
ghidra1
8af6deefb5 Merge remote-tracking branch 'origin/GP-126_ghidra1_StoreCumulativeAnalaysisTimes' 2020-09-18 16:28:59 -04:00
ghidravore
349194563a Merge remote-tracking branch 'origin/GP-179_dragonmacher_PR-1824_Learath2_pr_taskdialog' 2020-09-18 16:00:56 -04:00
ghidravore
85c5e13ecd Merge remote-tracking branch 'origin/GP-89-dragonmacher-json-all-the-things' 2020-09-18 15:59:14 -04:00
dragonmacher
8216440278 GP-89 - Scripting - added JSON support via GSON
Closes #1982
2020-09-17 14:17:24 -04:00
ghidravore
b23e3a9047 Merge remote-tracking branch 'origin/GP-134_DebuggerMainlineChanges--SQUASHED' 2020-09-16 13:21:56 -04:00
ghidravore
724df5a44c GP-134: Mainline changes cherry-picked from Debugger branch 2020-09-16 13:20:45 -04:00
dragonmacher
316e32820d Test fix for recent test framework change. Allow re-entrant Swing
thread calls
2020-09-10 11:09:54 -04:00
ghidra1
9d759a0e7d GP-126 improve resiliance to missing custom option support 2020-09-08 14:45:01 -04:00
Jason P. Leasure
fc3349b5ac fix for GP-142 - configure log4j in OSGi with system property 2020-09-04 16:17:55 -04:00
dragonmacher
68399ff336 Test Fixes for error dialog changes 2020-09-04 11:56:46 -04:00
ghidravore
fc994cda95 Merge remote-tracking branch 'origin/GP-65-dragonmacher-error-dialog' 2020-09-02 14:37:55 -04:00
dragonmacher
fc247aa499 GP-65 - Error Dialog - updated the error dialog to accumulate errors
while it is open instead of repeatedly showing new dialogs
2020-09-02 14:25:05 -04:00
ghidravore
1964607594 Tweaked the registerOption code. 2020-08-31 16:15:38 -04:00
ghidra1
79c99b01fd GP-126 added cumulative analysis task times to stored Program
Information
2020-08-28 19:54:42 -04:00
ghizard
26a36ab643 GT-2895 global/public syms + more 2020-08-25 19:11:49 -04:00
ghidravore
d34d2cfa8d fixed recently introduced options bug 2020-08-25 16:31:43 -04:00
ghidravore
f84300819b Merge remote-tracking branch 'origin/program_graph_updates2--SQUASHED' 2020-08-25 13:02:59 -04:00
Tom Nelson
2f447ae0d0 added javadoc and updated jungrapht versions to 1.0-RC9
fixed vertex naming to create labels if no label at address.
removed local vertex renaming
vertex-only selection enabled and grow selection
made yellow edges darker
fix initial layout scaling for subgraph display
address warnings and increase stroke size for vertices
comments and adjusting initial layout area size calculation
multiselection strategy
moved buttons out of function so they can be re-enabled in popup menu
cleaned up and documented selection menus
improve selection following by sending only one event, filtering hidden elements, and disabliing the butten when selection is complete
improve grow selection to grow from all selected vertices
better generics, simplified root predicate. added flag so multiaction does not have to fire an action on the first item
support renaming from the graph view
added rename popup. corrected some errors
use function to control mincross work based on graph size
fixed LayoutWorkingDialog close issue a better way.
use toggle button for magnifier and connect with Lens kill switch
html escape the attributes in case they include things like < and >
changed thread stop and added initial dimension function
2020-08-25 15:21:57 +00:00
ghidravore
765bd8aa3d Revert "GP-65 - Error Dialog - updated the error dialog to accumulate errors while it is open instead of repeatedly showing new dialogs"
This reverts commit 6d3ff619fd.
2020-08-24 15:34:17 -04:00
ghidravore
0e2f48607a Merge remote-tracking branch 'origin/GP-65-dragonmacher-error-dialog' 2020-08-21 11:19:51 -04:00
ghidravore
64da286d3d Merge remote-tracking branch 'origin/GP-61-dragonmacher-clear-keybindings' 2020-08-21 11:15:31 -04:00
dragonmacher
6d3ff619fd GP-65 - Error Dialog - updated the error dialog to accumulate errors
while it is open instead of repeatedly showing new dialogs
2020-08-20 19:14:26 -04:00
dragonmacher
aa11179cf1 GT-61 - Key Bindings - updated to allow for clearing of default key
bindings
2020-08-19 17:13:38 -04:00