karliss
23561f4337
Add addressable item context menu to stack widget ( #1779 )
...
* Use addresableItemContextMenu in stack widget.
* Show hexwidget when seeking to stack.
2019-09-25 17:18:30 +03:00
karliss
8287e426ba
Graph export without graphviz ( #1773 )
2019-09-19 08:19:50 +03:00
Florian Märkl
b866e16b26
Fix Segfault on Theme Editor Preview Click
2019-09-09 16:36:39 +02:00
Itay Cohen
1d692db261
Rename PseudoCode widget to Decompiler ( #1728 )
2019-09-06 07:40:20 +02:00
Florian Märkl
77ab80a5b2
Fix unnecessary Auto-Decompile on Seek ( #1734 )
2019-09-03 16:25:28 +02:00
karliss
89e87dbbf2
Read global offset when opening a new hexdump widget. ( #1732 )
2019-09-02 22:51:35 +03:00
karliss
a4ba6f8b2b
Allow seeking in unsynchronized widgets using 'g'. ( #1731 )
2019-09-02 10:34:41 +03:00
karliss
567f852c3a
Common behaviour for lists with items that have address part 2 ( #1718 )
...
* Seperate addressable item list widget from ListDockWidget.
* Convert ResourceWidget, strings widget, flags widget, search widget, MemoryMapWidget, xrefs dialog
* Don't silently overwrite comment in add comment action.
2019-09-02 00:30:25 +03:00
Florian Märkl
86473e3465
Decompiler Auto-Refresh ( #1724 )
...
* Implement Decompiler Auto-Refresh
2019-09-01 12:06:54 +03:00
Florian Märkl
76b9354673
Make Decompilation asynchronous ( #1721 )
2019-08-28 19:01:12 +02:00
karliss
d49caae37b
Fix Disassembly widget focus detection. ( #1720 )
2019-08-28 14:37:52 +02:00
Florian Märkl
13e18f77de
Refactor Decompiled Code Structure ( #1717 )
2019-08-27 17:27:39 +02:00
Florian Märkl
448350c83d
Fix Segfault after changing Decompiler ( Fix #1705 ) ( #1715 )
2019-08-23 22:06:44 +02:00
karliss
0aa91c328c
Common behaviour for lists with items that have address ( #1700 )
2019-08-19 15:35:25 +02:00
karliss
cd2dbc4a29
Restore cursor after making empty selection. ( #1714 )
2019-08-19 08:23:42 +03:00
Itay Cohen
d3f91a5ed6
Add context menu to PseudocodeWidget ( #1702 )
2019-08-07 14:38:22 +03:00
karliss
2f0c0ddc23
Graphviz based graph layout ( #1691 )
2019-08-03 15:10:44 +02:00
karliss
1fd06a26c5
Fix out of bounds memory access. ( #1697 )
2019-08-03 13:18:05 +03:00
karliss
a5dc85c3c5
Graph edge highlight ( #1693 )
...
* Highlight edges to and from current block in graph.
2019-07-30 21:35:00 +03:00
karliss
64d0d6b00d
Allow returning to top level in sdb widget. ( #1696 )
2019-07-29 07:56:23 +03:00
Florian Märkl
329a9b6da1
Update r2 and Fix for /c -> /a change ( #1689 )
2019-07-24 21:21:25 +02:00
Adam Zambrzycki
a6e03d4195
Fix ClassesWidget sorting by vtable offset ( #1686 )
...
* Fix ClassesWidget sorting by vtable offset
* Force showing base above methods
2019-07-24 09:14:14 +02:00
karliss
c2a7fd85a4
Transfer zoom events from overview to main graph. ( #1685 )
2019-07-22 22:28:11 +03:00
karliss
239fde50be
Fix arrow offset when scrolling with arrows or zooming in. ( #1677 )
2019-07-20 16:10:49 +03:00
karliss
6c40191cce
Rewrite raise memory widget functionality ( #1654 )
...
* Seperate seek from seeking and changing focused widget.
* Change memory widget priorities
* Add Show in context menu
2019-07-19 22:21:12 +03:00
karliss
6ee6b41786
Use more specific stylesheet selecters. ( #1668 )
...
Prevents unintend application of style to internal subwidgets.
2019-07-18 09:05:29 +03:00
xarkes
f830fc17fb
Updated DisasWidget zoom shortcuts
...
Now the shortcuts are consistent with the GraphView widget.
2019-07-17 09:23:14 +02:00
Florian Märkl
dee24b861d
Remember last selected Decompiler
2019-07-17 09:08:26 +02:00
Kārlis Seņko
d78e43a403
Adjust arrow offset calculation.
2019-07-16 18:47:26 +02:00
Florian Märkl
4487564f7d
Add a generic Decompiler interface and remove pdc ( #1659 )
2019-07-15 14:08:44 +02:00
adikso
736d3e1f1d
Add scrolling to DisassemblyWidget left panel
2019-07-15 09:13:17 +02:00
ITAYC0HEN
4b9a4ff2e2
Make penSizePix thinner
2019-07-13 10:54:37 +02:00
Unknown
77a7710daf
Improve arrow widget
2019-07-13 10:54:37 +02:00
xarkes
33dca54176
First implementation of new disassembly widget
2019-07-13 10:54:37 +02:00
Florian Märkl
7c605e3fed
Make Syntax Highlighter react to Theme Changes ( #1650 )
2019-07-12 15:37:19 +02:00
Florian Märkl
7017c8a323
Sync PseudocodeWidget with Seek ( #1648 )
2019-07-12 10:57:07 +02:00
Florian Märkl
db3c34a9cd
Use KSyntaxHighlighting ( #1645 )
2019-07-11 15:21:54 +02:00
Florian Märkl
78ff1459c9
Fix Qt 5.13 deprecations ( #1641 )
2019-07-09 20:55:07 +02:00
karliss
552021c38d
Move graph header to GraphWidget. ( #1628 )
...
* prevents layout problems
* fix header change when doubleclicking in unsynchronized function
2019-06-29 09:28:35 +03:00
Itay Cohen
f712038de4
Case Insensitive ASM search + Update radare2 submodule ( #1612 )
2019-06-23 10:29:44 +02:00
optizone
594896c06f
Fix crash on theme edition ( #1614 )
2019-06-20 16:28:35 +02:00
Florian Märkl
6762f4c153
Fix Console Font for some Platform Themes ( #1610 )
2019-06-19 13:49:29 +02:00
karliss
dba42e7cd8
Don't raise unsynced widgets. ( #1609 )
2019-06-19 00:59:24 +02:00
Florian Märkl
c96c72a147
Remove Memory Widget Pointers and Toggle Actions
2019-06-18 20:24:17 +02:00
Florian Märkl
ede98df6ac
Fix initial objectName for Memory Widgets
2019-06-18 20:24:17 +02:00
optizone
06aceaf9b1
Refactor Layout Save and Restore Feature ( #1538 )
...
#1515
2019-06-18 15:02:41 +02:00
karliss
bb80cbd862
Use correct character width for hexwidget ( #1607 )
2019-06-18 10:34:30 +02:00
karliss
69748d064c
Improve hex selection painting and right click behavior. ( #1602 )
...
* Improve hex selection painting and right click behavior.
* Do not remove selection when right clicking outside selection
* Indicate active hex widget side by painting selection differently
* Add horizontal padding and indicate partial selection.
2019-06-17 15:13:34 +03:00
Itay Cohen
5fb2c8ac6f
Implement Editing and Viewing of Types in the Types Widget ( #1597 )
...
* Implemet Edit and View for types
* Rename LoadNewTypes to TypesInteraction
2019-06-13 09:22:20 +03:00
optizone
228d3a454a
Interface theme and theme features refactoring ( #1598 )
...
* init commit
* use hex
* delete obsolete code
* alpha channel feature update
* enhance pattern painting
* remove useless code
* add comment
2019-06-12 20:46:07 +03:00