Commit graph

3940 commits

Author SHA1 Message Date
Ryan Kurtz
a524ae4d7c Merge remote-tracking branch 'origin/GT-2921-dragonmacher-data-settings-exception' 2019-06-13 14:00:27 -04:00
dragonmacher
f8bd49b4be GT-2869 - Key Bindings - review fixes 2019-06-12 14:44:14 -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
dragonmacher
c1de98304a GT-2869 - Shared Key Bindings - review fixes 2019-06-12 14:43:29 -04:00
dragonmacher
5a9067832a GT-2869 - Shared Key Bindings - removed Dummy Key Binding class 2019-06-12 14:43:28 -04:00
dragonmacher
3705ac3d1f GT-2869 - Shared Key Bindings - created new shared keybinding concept
that replaces the DummyKeyBindingsOptionsAction
2019-06-12 14:43:27 -04:00
dragonmacher
c9bd3a8b2b GT-2869 - Shared Key Bindings - created new shared keybinding concept
that replaces the DummyKeyBindingsOptionsAction
2019-06-12 14:43:26 -04:00
dragonmacher
2d0b9dd787 GT-2921 - Fixed exception in Data Settings Dialog related to recent
refactoring
2019-06-12 13:09:05 -04:00
Ryan Kurtz
398db09cec GT-2585: Fixing bad windows path when project lives in root windows
directory.
2019-06-11 14:48:21 -04:00
dragonmacher
4919d6ec54 Tests - fix for threading issue involving weakly consistent cache 2019-06-11 10:46:59 -04:00
nicolaas
3813583689 Fix equals method in VarnodeAST 2019-06-10 16:17:53 -07:00
emteere
5ecce280b8 GT-2905_emteere Putting out correct constructor line-number for nop
sleigh compiler argument '-n'
2019-06-10 18:38:20 -04:00
ghidra1
cd9a666ac6 Merge remote-tracking branch 'origin/patch' 2019-06-10 16:57:46 -04:00
ghidra1
89a4496a2e GT-2903 corrected terminate checkout from viewed checkouts list. Was
terminating incorrect checkout.
2019-06-10 16:55:41 -04:00
dragonmacher
0e83fdbe70 Tests - fixed timing issue in path highlighting test 2019-06-06 15:46:46 -04:00
dragonmacher
23a05a4177 Screenshots - fixed broken screenshot generators 2019-06-06 15:35:13 -04:00
dragonmacher
60be8e151b Fixed NPE possible when background thread is mutating the function 2019-06-06 14:42:08 -04:00
Ryan Kurtz
5e2748837b Merge remote-tracking branch 'origin/GT-2894-dragonmacher-structure-editor-keys' 2019-06-06 11:23:36 -04:00
dragonmacher
2f2c2ca8b0 GT-2136 - Fixed NPE in program data type manager 2019-06-05 10:01:53 -04:00
dragonmacher
9737653be6 GT-2894 - Key Bindings - review fixes 2019-06-03 17:44:44 -04:00
ghidra1
25894ff9ae Merge remote-tracking branch 'origin/GT-2685_ghidra1_ServerChanges' 2019-06-03 11:33:21 -04:00
Ryan Kurtz
f3a7cb0490 Merge remote-tracking branch 'origin/GT-2891-dragonmacher-optiondialog-to-swing' 2019-06-03 08:12:11 -04:00
ghidra1
5c1127b085 GT-2685 minor text revisions 2019-05-31 17:51:11 -04:00
dragonmacher
28c5218f18 GT-2894 - Key Bindings - fixed bug in Structure Editor that prevented
toolbar action keybinding from working; updated all keybindings to work
with focus in text components when the binding is modified, as long as
the component does itself not have an action registered for that binding
2019-05-31 17:35:01 -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
Ryan Kurtz
272ed4e1cb Merge remote-tracking branch 'origin/GT-2892-dragonmacher-default-column-value-sorting' 2019-05-31 07:51:17 -04:00
dragonmacher
7c45b684b5 Tests - added code for timing issue with incremental table models 2019-05-30 17:53:40 -04:00
dragonmacher
2df2963f09 GT-2892 - Tables - updated default sorting to use the column's rendered
value when possible
2019-05-30 15:51:16 -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
Ryan Kurtz
e883885687 Merge remote-tracking branch 'origin/dragonmacher-class-seacher-cleanup' 2019-05-30 08:07:38 -04:00
dragonmacher
1162b27c04 Tests - fixed timing issue 2019-05-29 17:37:07 -04:00
dragonmacher
ff7759166b Tests - fix for timing issue; fixed potential deadlock in TaskDialog 2019-05-29 14:45:39 -04:00
dragonmacher
8a7a58a297 GT-2872 - Search - review fixes 2019-05-29 12:03:12 -04:00
dragonmacher
96788aa7fc GT-2872 - Search - updated the search dialog to show itself during a
'repeat' search if the task monitor is needed; updated the progress of
the memory search to show progress
2019-05-29 12:03:11 -04:00
dragonmacher
bfe89551de Tests - fixed tests failing due to recent merges 2019-05-28 18:17:29 -04:00
ghidra1
8495cc68ee ChainedBuffer - corrected issues related to buffer obfuscation and use
of source data buffer
2019-05-28 15:17:12 -04:00
Ryan Kurtz
41cdb53593 Fixing minor issue with finding old preference files in development
mode.
2019-05-24 13:00:19 -04:00
dragonmacher
8cdfe79def Merge branch 'dragonmacher-task-launcher-backgrounding-update' 2019-05-23 18:26:53 -04:00
dragonmacher
a30b65bba5 Task Launcher - fixed synchronization - review fixes 2019-05-23 18:13:45 -04:00
dragonmacher
3765dd0afe Task Launcher - fixed synchronization issues 2019-05-23 17:19:29 -04:00
dragonmacher
d74c392101 Task Launcher - updated synchronization for consistency 2019-05-23 15:11:48 -04:00
dragonmacher
27f21edba7 Task Launcher - changed launcher to always start the background thread
before creating the dialog
2019-05-23 14:16:06 -04:00
dragonmacher
454ce9c817 Task Launcher - refactored odd use-case 2019-05-23 14:14:58 -04:00
ghidra1
86bc0cc80b minor cleanup 2019-05-23 13:41:07 -04:00
Ryan Kurtz
c5fdf6f9ec GT-2865: ApplicationIdentifer now removes spaces from application name
and release name.
2019-05-23 12:22:09 -04:00
Ryan Kurtz
f9a1652974 Merge remote-tracking branch 'origin/GT-2886-dragonmacher-beep-npe'
Conflicts:
	Ghidra/Framework/Project/src/main/java/ghidra/framework/plugintool/PluginTool.java
2019-05-23 12:08:34 -04:00
Ryan Kurtz
f190ad3635 Merge branch 'GT-2865_ryanmkurtz_settingsdir' 2019-05-23 11:52:45 -04:00
Ryan Kurtz
dfd5e26376 GT-2865: Incorporating release name into setting directory name. 2019-05-23 11:51:59 -04:00
dragonmacher
2cf9f7dded Task Launcher - updated timeout feature to ignore interruptions 2019-05-23 10:42:58 -04:00