Commit graph

465 commits

Author SHA1 Message Date
Wiz
5c1ae47774 Typo fix: Lisetner -> Listener
No behavioral changes
2021-12-08 12:22:32 -05:00
dragonmacher
c3375b6b88 GP-1421 - Version Tracking - Converted 'command' to a 'task' and updated
the progress monitor to show continuous progress; fixed slow test

Closes #3221
2021-11-18 15:18:17 -05:00
ghidravore
9f2679a9f7 GP-1445 fixing issue with renaming a datatype that has the same name as a category at the same level 2021-11-15 11:38:19 -05:00
dragonmacher
9a9c1fc64a GP-1424 - remove 'refresh' action from data type manager 2021-10-22 09:11:29 -04:00
dev747368
5912d6bbea GP-1410 fix scroll bars in userlist of shared project 2021-10-18 13:02:15 -04:00
dragonmacher
04b48ce39e Fixed poorly formatted error message containing stack trace info 2021-09-14 13:51:57 -04:00
dragonmacher
89f9c9cce2 Test fixes: put dialog creation on the swing thread; put layout change
call into a task
2021-08-30 11:05:31 -04:00
dragonmacher
c0ecb797e7 GP-1200 - Fixed UI live lock when connecting to remote project 2021-08-18 15:42:38 -04:00
dev747368
bec0c51bc5 GP-1155 fix hang when "Set External Program" on large shared project.
Fixes issue #3245.
2021-07-22 19:03:25 -04:00
Pokechu22
34544c7632
Fix comma in exit Ghidra while actions are running prompt 2021-07-13 13:10:34 -07:00
ghidra1
e87574fb2c GP-0 task time reporting improvement 2021-07-06 22:05:55 -04:00
dragonmacher
9112a84f63 GP-1014 - Function Call Graph - add option to change background color;
consolidated graph options.
2021-06-30 16:48:51 -04:00
ghidra1
f3f403425d GP-0 tightened undo/redo enablement 2021-06-03 23:11:55 -04:00
ghidravore
54d81f06c5 GP-933 fixing gradle warnings to prepare for Gradle 8 2021-05-28 12:59:11 -04:00
Dan
4e33952b81 GP-0: Debugger test fixes 2021-05-20 16:56:01 -04:00
ghidra1
36b32721c6 Merge remote-tracking branch
'origin/GP-759_ghidravore_actions_on_secondary_windows--SQUASHED'
2021-05-19 12:24:40 -04:00
ghidravore
1f3f086ac9 GP-759 - providing control when using the ActionBuilder for actions to determine which windows they should appear on. Also, cleaned up various actions to take advantage of this. 2021-05-19 11:20:12 -04:00
Ryan Kurtz
3a0ae8ee39 GP-849: Gradle 7 support 2021-05-12 13:45:16 -04:00
caheckman
a5d4ca3cab Program specific, user-defined, cspec extensions
Documentation for spec extensions

Handle extensions with parse errors
Export button for spec extensions
Pop-up dialog for parse errors in user-defined specification extensions
GP-653 corrected some minor issues and established new ProgramDB version
make incremental initialization constructor for AddressSized private
Make AddressSized fields private
More adjustments to AddressSized
Review fixes for BasicCompilerSpec
Take restoreXml out of DataOrganization interface
Remove restoreXml from BitFieldPacking interface
More review fixes
Prevent callotherfixup extension with non-existent target
Suggested export name
More documentation for SpecExtension
Support for undo/redo with spec extensions
Documentation for ConstructTpl
Split out ProgramCompilerSpec and other changes for review
Changes after next round of reviews
2021-05-04 12:11:55 -04:00
ghidra1
a40370ab7a Revert "Merge remote-tracking branch 'origin/GP-653_UserDefinedCspec--SQUASHED'" 2021-04-30 10:34:54 -04:00
caheckman
ed82c2cb34 GP-653 added support for user-defined compiler spec extensions 2021-04-29 16:17:25 -04:00
ghidra1
d377d90e14 Merge remote-tracking branch 'origin/patch'
Conflicts:
	Ghidra/Features/GraphServices/certification.manifest
2021-03-17 19:38:50 -04:00
ghidra1
162f203395 Updated certification headers 2021-03-17 18:22:50 -04:00
ghidra1
f2e702d1b2 Merge remote-tracking branch 'origin/patch'
Conflicts:
	Ghidra/application.properties
2021-03-11 15:15:56 -05:00
ghidra1
470ef71ba8 Improve ApplicationLayout use for standalone apps 2021-03-11 14:47:57 -05:00
ghidra1
8e90dfda7e Merge remote-tracking branch 'origin/patch' 2021-02-23 12:56:10 -05:00
dragonmacher
1c0ad2c8df GP-705 - Gnu Demangler speed improvement 2021-02-22 19:23:06 -05:00
dragonmacher
b956870432 GP-628 - Dialogs - test of greatly simplified parenting code 2021-02-08 17:58:53 -05:00
dragonmacher
6e6f2641e2 Fixed incorrectly escaped line breaks; fixed bad loop check 2021-01-05 13:08:25 -05:00
ghidra1
db1e3d1b62 Renamed Record class to DBRecord 2020-12-28 13:30:36 -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
ghidravore
f37428dfd5 Merge remote-tracking branch 'origin/GP-462_dev747368_break_mem_refs_when_close_tool--SQUASHED' 2020-12-08 17:05:58 -05:00
dev747368
d3fb6b4758 GP-462 break memory pinning of closed tool 2020-12-08 15:59:00 -05:00
dragonmacher
8be90db260 Fixed table dispose not accounting for a wrapped model; Fixed missing
dispose calls of GTableFilterPanel
2020-12-07 17:28:24 -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
Austin Burk
cabfe2513f Update setText to replace newline with space 2020-12-01 15:27:27 -05:00
dragonmacher
d85e2c1c71 GP-443 - Tasks - Fixed potential unnecessary forced wait when using the
TaskLauncher
2020-12-01 09:36:49 -05:00
ghidra1
fcb3151f94 GT-3294 Added support for DB FixedField with improved indexing. 2020-11-23 14:30:38 -05:00
ghidravore
b88c949c6b Merge remote-tracking branch 'origin/Ghidra_9.2' 2020-11-02 14:44:34 -05:00
ghidravore
490bc9ffa9 GT-308 preserved graph satellite state between graph instantiations.
(also changed the timing for when preferences are loaded into the tool
so that they happen before plugins get initialized)
2020-10-29 15:13: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
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
ghidravore
85c5e13ecd Merge remote-tracking branch 'origin/GP-89-dragonmacher-json-all-the-things' 2020-09-18 15:59:14 -04:00
dragonmacher
e50ec90a07 GP-174 - Fixed FileNotFound exception when attempting to paste a file
after a parent folder had been renamed

Closes #1796
2020-09-17 17:50:04 -04:00
dragonmacher
8216440278 GP-89 - Scripting - added JSON support via GSON
Closes #1982
2020-09-17 14:17:24 -04:00
ghidravore
e890f4a54d changed 'save project' action to have the same 'save' behavior as closing the front end. 2020-09-15 15:50:10 -04:00
dragonmacher
49ac34e31e GP-148 - Fixed 'Rename' action in Front End table 2020-09-09 10:54:15 -04:00