NIRMAL MANOJ C
|
eef9baa300
|
Action to rename functions in the decompiler context menu (#2286)
|
2020-08-18 23:26:44 +05:30 |
|
karliss
|
8f5fbeddde
|
Refactor old style macro based signal connect. (#2360)
|
2020-08-03 12:13:39 +03:00 |
|
bartoszek
|
56c2e3741a
|
Fix qt>5.15 build (#2231)
|
2020-06-04 06:51:03 +03:00 |
|
karliss
|
3545f059f1
|
Rewrite layout management code (#2172)
* Use QDockWidget::toggleViewAction instead of custom solution.
* Improve new dock placement.
|
2020-05-22 14:49:34 +03:00 |
|
Itay Cohen
|
7a34cf2024
|
Improve seek backward and outside of function in Decompiler widget (#1916)
* Improve seek backward and outside of function
* Improve seekToReference
|
2019-12-14 14:57:36 +02:00 |
|
Properrr
|
3700bc63f5
|
Pressing Enter in disassembly will jump to the desired location (#1910)
* Implemented processing of 'Return' key in the disassembly widget
* renamed method in the DisasmWidget
|
2019-12-12 11:52:42 +02:00 |
|
Wesley King
|
83b1ce2c49
|
Add common zoom action for widgets using font from configuration (#1813)
|
2019-10-12 08:50:10 +03:00 |
|
karliss
|
b11ba240d2
|
Improve compatibility with cmake 3.5 and QT 5.5-5.11. (#1805)
|
2019-10-06 20:35:44 +03:00 |
|
xarkes
|
a15d104b45
|
Fixed zoom shortcuts to something more generic (#1781)
|
2019-09-27 19:16:05 +03:00 |
|
karliss
|
d49caae37b
|
Fix Disassembly widget focus detection. (#1720)
|
2019-08-28 14:37:52 +02: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
|
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 |
|
Kārlis Seņko
|
d78e43a403
|
Adjust arrow offset calculation.
|
2019-07-16 18:47:26 +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
|
7017c8a323
|
Sync PseudocodeWidget with Seek (#1648)
|
2019-07-12 10:57:07 +02:00 |
|
optizone
|
594896c06f
|
Fix crash on theme edition (#1614)
|
2019-06-20 16:28:35 +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 |
|
Itay Cohen
|
c141eb34cc
|
Implement Seek to start/end of function Shortcuts (#1589)
* fix ctrl+'+' to zoom in`
* Add '^' and '$' shortcuts
|
2019-05-30 11:41:14 +03:00 |
|
optizone
|
31838a3a35
|
Basic Block Highlight (#1533)
|
2019-05-23 18:22:31 +02:00 |
|
Florian Märkl
|
72eab68be1
|
Revert "Fix layout save and restore feature (#1515)" (#1537)
This reverts commit 2ba9e170c5 .
|
2019-05-15 20:45:16 +02:00 |
|
optizone
|
2ba9e170c5
|
Fix layout save and restore feature (#1515)
|
2019-05-14 23:30:10 +03:00 |
|
optizone
|
089be2b87c
|
refactor theme edit feature (#1461)
Refactor Theme Editor
|
2019-05-01 19:15:33 +03:00 |
|
Paul I
|
ce5c0f5d79
|
Fix highlighting bugs in DisasmWidget (#1477)
|
2019-04-22 11:48:06 +03:00 |
|
Anton Krasnokutskiy
|
5818998bb3
|
Fixed not switching Disassembly to not opened Graph view using <space> (#1370)
+ a bit refactor
|
2019-03-27 09:24:54 +01:00 |
|
Vanellope
|
96f6e062fc
|
Vane11ope/fix layout (#1308)
Refactoring and Fixes for the default layout.
|
2019-03-18 08:44:14 +02:00 |
|
Gaurav Kumar Ghildiyal
|
687ef2d799
|
Added feature to link a type to an address (#1219)
* Added feature to link a type to an address
|
2019-03-04 23:45:17 +02:00 |
|
Florian Märkl
|
9f31fd40b4
|
Move HTML Disasm formatting to Cutter
|
2019-02-15 18:39:47 +01:00 |
|
a1ext
|
1a748903e4
|
Fixed DisassemblyWidget's eventFilter crash (#1111)
* Fixed DisassemblyWidget's eventFilter crash (usage of a non-initialized member before assignment)
* Alignment fix, just to trigger appveyor build
|
2019-01-15 08:48:30 +02:00 |
|
Florian Märkl
|
9ef971263f
|
Fix DisassemblyWidget refreshing
|
2019-01-14 18:50:20 +01:00 |
|
Florian Märkl
|
d651a0d8be
|
Add createReplacingRefreshDeferrer for convenience
|
2019-01-14 18:50:20 +01:00 |
|
Florian Märkl
|
b8c92a460d
|
Add RefreshDeferrer
|
2019-01-14 18:50:20 +01:00 |
|
Florian Märkl
|
3728f977a2
|
Split isVisibleToUser and refreshing in Dock Widgets
|
2019-01-14 18:50:20 +01:00 |
|
xarkes
|
f4c720cffa
|
WIP First PoC to draw only visible after seek
|
2019-01-14 18:50:20 +01:00 |
|
xarkes
|
f385cf26d5
|
Refactored CutterSeekableWidget to CutterSeekable (#1099)
This commit refactors the CutterSeekableWidget class
and adds some documentation.
|
2019-01-13 16:20:07 +02:00 |
|
Itay Cohen
|
ea5dc6e594
|
Improve highlight colors (#1003)
|
2018-12-16 09:07:25 +02:00 |
|
Paul I
|
3096d24998
|
[WIP] Some cleanup (#958)
* Some cleanup
* Some more
* Some more
* Some more
|
2018-11-27 00:34:34 +02:00 |
|
a1ext
|
3fb67c9eac
|
Fixes #950 (#951)
`tr` evaluates at the early start even before `QCoreApplication` is instantiated and appropriate translators are set
related with commit a92fc9b
|
2018-11-21 07:42:37 +01:00 |
|
xarkes
|
a92fc9b83e
|
Changed not synced to unsynced (#911)
|
2018-11-08 23:20:49 +01:00 |
|
a1ext
|
84b70215ce
|
DisassemblyWidget: fixed extra characters highlighting (#899)
|
2018-11-02 10:34:15 +01:00 |
|
Florian Märkl
|
d4a77d9c97
|
Rename src/utils to src/common
|
2018-10-17 15:24:56 +02:00 |
|
Paul I
|
8d3e8a65e1
|
Remove useless begin-/end-ReloadModel methods (#793)
|
2018-10-10 13:33:55 +02:00 |
|
xarkes
|
ec815195cf
|
Astyle pass (cleaning) (#739)
|
2018-09-30 22:00:53 +02:00 |
|
xarkes
|
c3d029e5aa
|
Keep graph priority if the graph is empty (#734)
|
2018-09-30 19:46:36 +02:00 |
|