Commit graph

469 commits

Author SHA1 Message Date
ghidra1
108d3c6209 Merge remote-tracking branch 'origin/GP-723-dragonmacher-dialog-location-fix' 2021-02-26 11:46:34 -05:00
dragonmacher
04939dab09 GP-723 - Fixed bad parent of confirmation dialog 2021-02-25 14:09:07 -05:00
dragonmacher
bd98beb1f2 GP-722 - updated error dialog to handle unchecked error text 2021-02-25 11:07:35 -05:00
ghidra1
c3c4e15d73 Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fix-2-19-21' 2021-02-22 13:44:05 -05:00
dragonmacher
aaf3bcef17 Test fix for splash screen test 2021-02-19 18:19:50 -05:00
ghidra1
591773ca55 Merge remote-tracking branch 'origin/GP-672-dragonmacher-pulldown-action-checkboxes-2' 2021-02-19 16:24:37 -05:00
dragonmacher
b0769bd805 GP-672 - fixed 'wait forever' bug 2021-02-17 19:01:18 -05:00
dragonmacher
b956870432 GP-628 - Dialogs - test of greatly simplified parenting code 2021-02-08 17:58:53 -05:00
dragonmacher
d8166ff6ec GP-628 - Dialogs - fixed timing bug that caused the progress dialog to
sometimes not show progress
2021-02-04 14:40:34 -05:00
dragonmacher
a20d77a27b GP-628 - Dialogs - fixed issue of non-modal dialog appearing over modal
dialog; marked many input dialogs as transient
2021-02-04 14:40:32 -05:00
ghidra1
165d9221c4 Merge remote-tracking branch 'origin/GP-473_DecompilerComments--SQUASHED' 2021-02-01 18:06:31 -05:00
ghidra1
7c5e0e868b GP-473 Pass breakOnWhiteSpace param thru to wrap function. Don't let decompiler layout add extra line breaks based on white space. Adjust prettyprint overflow in the middle of comments 2021-01-29 10:30:00 -05:00
ghidra1
cd17734924 Merge remote-tracking branch 'origin/GP-639_ghidra1_DTArchiveSearchPaths--SQUASHED' 2021-01-28 16:21:51 -05:00
dev747368
b38880eaef GP-639 corrected broken archive search path preference retention 2021-01-28 16:15:10 -05:00
ghidra1
3ceaa7fd31 Merge remote-tracking branch 'origin/patch' 2021-01-28 12:03:42 -05:00
ghidra1
d6612902d8 Merge remote-tracking branch 'origin/GP-626-dragonmacher-bad-error-dialog-title' into patch 2021-01-28 11:53:40 -05:00
ghidra1
03e2f35a73 Merge remote-tracking branch 'origin/patch' 2021-01-28 09:48:59 -05:00
dragonmacher
c8626eec1d Fixed potential timing-based stack trace 2021-01-28 09:40:54 -05:00
dragonmacher
f0474b13be Fixed bug in recent update that prevents dialogs from closing 2021-01-26 15:36:08 -05:00
dragonmacher
6e77720f7f GP-626 - Fixed bad title text appending
Closes #2506
2021-01-25 15:21:11 -05:00
dragonmacher
c11246634d Added temp debug code to prevent exception related to reusing disposed
ComponentPlaceholders
2021-01-19 17:11:36 -05:00
dragonmacher
ca89ec0f14 Added the ability to specify sort column and direction 2021-01-19 13:49:44 -05:00
dragonmacher
d68e9bbab8 Fixed the GFilterTable to have the selection notification include when
the selection is cleared
2021-01-19 13:49:43 -05:00
ghidra1
7ba3dc048d Merge remote-tracking branch 'origin/patch' 2021-01-14 09:56:21 -05:00
ghidra1
a2515e9657 Merge remote-tracking branch 'origin/GP-582-dragonmacher-function-graph-key-bindings' into patch 2021-01-14 09:25:53 -05:00
dragonmacher
1bc881df66 GP-582 - Key Bindings - fix broken Function Graph key bindings when
docked in the main tool

Closes #589
2021-01-13 18:16:45 -05:00
ghidra1
fb5ab7569d Merge remote-tracking branch 'origin/patch' 2021-01-11 23:06:39 -05:00
Jason P. Leasure
9464d37104 GP-521 - Fixed broken animation that shows status text on an error
GP-521 - Updated Data Type Chooser dialog work the same as the drag/drop data types
2021-01-08 17:17:06 -05:00
dragonmacher
3c16d304ee Fixed potential NPE when disposing 2021-01-05 18:17:15 -05:00
ghidra1
0aca0689fa Fixed a few cases of SwingUpdateManager not getting disposed 2021-01-04 18:26:14 -05:00
dragonmacher
6e8811d087 Fixed a few cases of SwingUpdateManager not getting disposed; introduced
speed improvements to the tests' waitForSwing() call
2020-12-30 13:06:14 -05:00
dragonmacher
8eb66dc9b0 Fixed a few cases of SwingUpdateManager not getting disposed 2020-12-29 15:24:20 -05:00
dragonmacher
fdce159302 Merge branch 'GP-497-dragonmacher-api-list-selection-dialog' 2020-12-28 14:14:28 -05:00
dragonmacher
4385f53a19 Fixed odd error where using a script keybinding could change a component
provider's key binding
2020-12-23 14:24:44 -05:00
caheckman
a037650cfd clean up analysis enablement table panel in preparation for functional changes. 2020-12-22 12:33:46 -05:00
dragonmacher
b6c29a6928 fixed bug recently introduced when updating the table dispose method 2020-12-16 10:36:07 -05:00
dragonmacher
a33e294857 GP-497 - Deprecated broken method on ListSelectionTableDialog 2020-12-15 17:25:30 -05:00
dragonmacher
6139b081f3 Test fixes due to table dispose changes 2020-12-14 16:00:17 -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
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
ghidravore
02912db641 Merge remote-tracking branch 'origin/GP-443-dragonmacher-task-launcher-slowness' into patch 2020-12-02 15:40:35 -05:00
Jason P. Leasure
b5a121407b fix #2536, don't fire redundant property change 2020-12-02 13:59:48 -05:00
dragonmacher
d85e2c1c71 GP-443 - Tasks - Fixed potential unnecessary forced wait when using the
TaskLauncher
2020-12-01 09:36:49 -05:00
ghidravore
b23c8ca435 Merge remote-tracking branch 'origin/patch' 2020-11-30 16:52:08 -05:00
dragonmacher
4300bec382 Fixed slightly broken animation option referenced in #2519 2020-11-24 14:18:37 -05:00
dragonmacher
a3dee57e37 Fixed exception in byte viewer during table construction 2020-11-17 14:20:26 -05:00