Ryan Kurtz
10372c2e13
Merge remote-tracking branch 'origin/GT-2925-dragonmacher-window-menu-key-bindings'
2019-07-15 16:12:09 -04:00
Ryan Kurtz
f09dfe2cab
Merge remote-tracking branch 'origin/GT-2976-dragaonmacher-vt-npe'
2019-07-15 16:03:50 -04:00
Ryan Kurtz
12c165243f
Merge remote-tracking branch 'origin/GT-2951-dragonmacher-table-edit-exception'
2019-07-15 14:35:36 -04:00
dragonmacher
4885e5f8a9
GT-2976 - Fixed NPE in Version Tracking hashing
2019-07-15 13:24:04 -04:00
Ryan Kurtz
4813960784
Merge remote-tracking branch 'origin/GT-2972_ryanmkurtz_MapLoader'
2019-07-15 08:32:10 -04:00
Ryan Kurtz
1b8ce70622
GT-2972: Fixing MapLoader ( closes #762 ).
2019-07-15 08:28:27 -04:00
ghidra1
e0e2c58eb7
Merge remote-tracking branch 'origin/ghidra1_Emulator'
...
Conflicts:
gradle/root/eclipse.gradle
2019-07-12 16:14:17 -04:00
adamopolous
60b1f36c98
GT-2977: fixed function code compare bug
2019-07-10 16:09:30 -04:00
dragonmacher
a88ecfe6b5
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
...
test and review fixes
2019-07-09 18:56:48 -04:00
Ryan Kurtz
96cb3f4d37
Merge remote-tracking branch 'origin/GT-2970_dev747368_flatapi_javadoc_misc'
2019-07-09 07:59:09 -04:00
dragonmacher
6015650079
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
...
test and review fixes
2019-07-08 17:41:56 -04:00
dev747368
f68ccd6115
GT-2700 handle invalid filename characters during batch import
2019-07-05 16:08:58 -04:00
dragonmacher
46e270339b
GT-2951 - fixed exception when closing Reference Editor dialog with an
...
active edit in the table
2019-07-05 09:16:58 -04:00
dragonmacher
f94e451d6b
GT-2949 - Scripting - removed old deprecated methods
2019-07-05 08:31:17 -04:00
dragonmacher
704c66461a
Tests - fixed failing test
2019-07-05 08:05:20 -04:00
dev747368
e2ec9e39b4
GT-2970 tweak Flat api javadoc and fix usage of deprecated number stuff
2019-07-03 17:38:56 -04:00
Ryan Kurtz
633049d83b
GT-2495: Fixing Python Interpreter OutOfMemoryError when reading in
...
large strings longer than 8192 characters.
2019-07-03 14:42:57 -04:00
dev747368
ced97b941c
GT-2963 - fix DWARF to handle programs with changed base address.
...
Also fix problem when DWARF tries to create a string type in
uninitialized memory.
2019-07-02 16:04:17 -04:00
Ryan Kurtz
c2c9ac21c0
GT-2966: SymbolType is missing a LABEL static field ( closes #712 ).
2019-07-02 10:25:34 -04:00
dragonmacher
10621008e0
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
...
Step - Added 'snapshot' concept to base Component Provider to fix how
actions are added to the toolbar and menu; fixed bugs and tests
2019-06-28 18:40:47 -04:00
dragonmacher
3946a05ded
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
...
Step 7 - Untangled and removed the key binding management from the
ActionToGuiMapper; fixed bugs and tests
2019-06-28 15:20:13 -04:00
dragonmacher
d684ee3ce6
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
...
Step 6 - added action to 'Go To Last Provider'; cleanup for review
2019-06-28 07:56:40 -04:00
dragonmacher
115243801e
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
...
Step 5 - cleanup of old key binding support constructor parameter; start
of cleanup of DockingActionProviderIf
2019-06-27 15:38:06 -04:00
dragonmacher
ff4b3736b9
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
...
Step 4 - cleanup of old getIcon() overridden methods
2019-06-26 16:31:50 -04:00
dragonmacher
fa75f7dff6
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
...
Step 3 - removed old plugin pattern of creating special actions to show
their respective providers; updated inception information for new action
2019-06-26 15:30:34 -04:00
Ryan Kurtz
69788968ed
Merge remote-tracking branch 'origin/patch'
2019-06-26 13:54:55 -04:00
Ryan Kurtz
6468f2c00f
Merge remote-tracking branch 'origin/GT-2906_emteere' into patch
2019-06-26 13:52:05 -04:00
Ryan Kurtz
5e3ea43c12
Merge remote-tracking branch 'origin/GT-2893_ghidra007_terminateCheckoutScript'
2019-06-26 13:26:53 -04:00
ghidra007
8fcfbdf8ae
GT-2893 New script to allow multi file checkout terminations.
2019-06-26 13:16:03 -04:00
Ryan Kurtz
cf09b6443f
Merge remote-tracking branch 'origin/GT-2741_ghidra1_ElfProgramProperties'
2019-06-26 09:44:14 -04:00
ghidra1
dd15435371
Added P-Code Test framework to facilitate semantic verification through
...
emulation
2019-06-25 09:37:15 -04:00
Ryan Kurtz
e0d5d1e5e5
GT-2343: Fixing DYLD symbol address issue.
2019-06-24 10:44:33 -04:00
dragonmacher
f510ddf338
GT-2925 - Key Bindings - Support Window Menu Provider Key Bindings -
...
Step 2 - fixed bug that allowed dummy actions into the toolbar; updated
DockingAction to handle null keybindings the same way as null menu and
toolbar data
2019-06-21 18:37:46 -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
Ryan Kurtz
13ae0b4c30
Merge remote-tracking branch 'origin/GT-2939_dev747368_PR_690_fergofrog_fix_empty_DWARF_compunit'
2019-06-20 08:02:11 -04:00
Ryan Kurtz
a1bd43172d
Merge remote-tracking branch 'origin/GT-2932-dragonmacher-decompiler-external-nav'
2019-06-20 07:54:30 -04:00
Ryan Kurtz
a52b6199bd
Merge remote-tracking branch 'origin/GT-2947-dragonmacher-focus-placement'
2019-06-20 07:52:26 -04:00
Ryan Kurtz
c7277311bb
Merge remote-tracking branch 'origin/GT-2942-dragonmacher-seach-text-preview-pieces'
2019-06-20 07:49:32 -04:00
dragonmacher
a77efd2524
GT-2947 - updated Edit Function dialog to put focus in the signature
...
field by default; added undo/redo support
2019-06-19 17:44:34 -04:00
dragonmacher
fb3e941959
Demangler - fixed potential NPE when failing to set a return type on the
...
DemangledFunctionPointer
2019-06-19 14:56:40 -04:00
dragonmacher
194addac9d
GT-2932 - Decompiler - review fixes
2019-06-18 17:48:41 -04:00
dragonmacher
f5f6b7c18b
GT-2942 - Search Text Preview - fixed bug that causes some separator
...
tokens to not appear in the Search Text Preview column
2019-06-18 15:27:57 -04:00
dev747368
f8f694ad4e
GT-2939 closes #690 : handle empty DWARF compilation units.
...
Pulled-from: FergoFrog <45412+fergofrog@users.noreply.github.com>
2019-06-18 11:07:25 -04:00
ghidra1
afc772c87c
Do not constrain stack variable datatype selection
2019-06-17 14:13:54 -04:00
FergoFrog
ed4019fcbe
Handle DWARF compilation units without a compile unit DIE
2019-06-15 11:55:15 +10:00
ghidra1
7c5523362c
Emulator - added simplified program emulation API via EmulatorHelper
2019-06-14 15:54:44 -04:00
ghidra1
8377f8394b
Eliminate use of jcalendar. Replaced DateEditor with non-editable
...
display for Options use.
2019-06-13 15:36:26 -04:00
Ryan Kurtz
a524ae4d7c
Merge remote-tracking branch 'origin/GT-2921-dragonmacher-data-settings-exception'
2019-06-13 14:00:27 -04:00
Ryan Kurtz
96e860856d
Merge remote-tracking branch 'origin/GT-2629-dragonmacher-decompiler-type-hovers'
2019-06-13 13:58:08 -04:00
dragonmacher
a3bf602de7
Updated 'Apply Enum...' action to only work when there is a program
...
selection in order to reduce confusion about the correct context for
this action.
2019-06-12 18:26:06 -04:00