frmdstryr
7418f9c76c
Show disassembly var tooltips ( #3206 )
2023-07-30 16:37:52 +08:00
Giovanni
3ccccae291
Fix broken English in UI ( #3184 )
2023-05-13 10:22:05 +08:00
billow
06c8f15ce0
Convert Rizin command calls to the API ( #2968 )
...
* `es`
* `il`
* `wcr`
* `.ar-`
* `aets-`
* `drp`
* `ahts`
* `e <val>=?`
* `fo`
2022-06-16 07:28:43 +08:00
billow
c9e8686ecb
Convert Rizin commands to the API calls
2022-05-22 16:51:54 +08:00
Giovanni
1ed19e7fc4
Fixed formatting ( #2917 )
2022-03-30 10:41:37 +02:00
Petros S
d85383fcfc
Support for previewing in the Graph widget ( #2797 )
...
Common functionality has been moved to the DisassemblyPreview namespace.
2021-12-05 08:53:45 +00:00
Petros S
552cd6dff6
Add option to disable the preview when hovering over the assembly ( #2795 )
2021-10-09 18:17:52 +02:00
Anton Kochkov
5595193b70
Minor renames of analysis-related things ( #2761 )
2021-09-15 20:48:02 +02:00
Maria
40fa86c8ca
Fix Restoring "Show Disassembly as" in Preferences ( Fix #2726 , #2748 )
2021-09-11 13:19:05 +02:00
Kārlis Seņko
8da572d6ec
Fix crash due to language handling when opening settings.
...
Qt doesn't have native language name for some of them. Trying to
capitalize it caused crash.
Use `QLocale(QString)` constructor instead of manually looping and
comparing. The old code incorrectly matched "tr" as "trv".
Don't try to capitalize language name:
* In many cases Qt already returns it capitalized
* capitalization doesn't make sense for some scripts
* in general case splitting first "character" is a hard problem
* in some languages even with latin based scripts name of language isn't
a proper noun which needs to be capitalized
2021-04-24 13:13:36 +03:00
yossizap
de234e600e
Add dbg.trace_continue to debug options ( #2613 )
2021-02-26 19:03:28 +02:00
ITAYC0HEN
48ae2150a9
Apply clang-format
2021-01-24 18:34:16 +02:00
Florian Märkl
ac8c0e4175
Add Setting for Minimum Font Size in Graphs ( #2524 )
2020-12-19 16:04:48 +02:00
Anton Kochkov
70cef2c1af
More R2/Radare -> Rizin renames ( #2516 )
2020-12-16 11:59:23 +01:00
xarkes
00f6d47357
First iteration at renaming remains of radare2
2020-12-14 19:39:29 +01:00
Florian Märkl
7541c8910d
Update Rizin
2020-12-08 10:46:30 +01:00
Florian Märkl
2b8ac6ecf7
Port to Rizin
2020-12-07 09:17:56 +01:00
Pulak Malhotra
ef9b1328f4
Adding Labels to Graph Blocks in Disassembly ( #2482 )
2020-11-29 16:41:13 +02:00
karliss
503907909f
Create SyntaxHighlighter based on RAnnotatedCode. ( #2409 )
2020-08-31 09:00:55 +03:00
Oriol Castejón
2c84e07bfa
Add more options to the Analysis widget ( #2405 )
2020-08-30 16:17:14 +03:00
Oriol Castejón
9e346275c5
Add new Analysis section to the Preferences widget ( #2332 )
2020-08-10 19:12:38 +03:00
karliss
d6d2e90028
Clazy warnings ( #2371 )
...
* Refactor some of the connect calls.
* Refactor more old style signal connect calls.
2020-08-07 17:18:42 +03:00
karliss
8f5fbeddde
Refactor old style macro based signal connect. ( #2360 )
2020-08-03 12:13:39 +03:00
karliss
45daf2d1d5
Prevent potential crash when opening theme editor dialog. ( #2359 )
2020-08-02 17:32:17 +03:00
karliss
e14d0d8ef6
Update r2 to 4.5 and fix renamed configuration variables. ( #2288 )
2020-07-20 15:47:48 +03:00
karliss
e5d7bd660a
Add more graph widgets ( #2273 )
...
* Add generic r2 graph.
* Add Callgraph widgets
* Add more graphviz layouts.
* Fix some edge cases in graphGridLayout that were more likely to appear in callgraphs
* Refactor the code moving some of the logic out of disassemblyGraphWidget making it more reusable
2020-07-16 11:05:10 +03:00
karliss
8c52627312
Graph optimize placment ( #2255 )
...
Add optional placement optimization pass which tries to push everything together and ignores the grid.
2020-07-03 20:09:37 +03:00
Surendrajat
7736088ea9
Expose asm.reloff.flags in Preferences ( #2244 )
2020-06-16 13:54:36 +03:00
karliss
e28ee3bebd
Add options for tweaking graph layout. ( #2246 )
...
* Fix overview refresh when switching layout.
2020-06-16 13:43:45 +03:00
Surendrajat
498d2076c8
Expose asm.reloff in configuration ( #2243 )
...
* Expose asm.reloff in configuration
2020-06-11 19:43:32 +03:00
NIRMAL MANOJ C
1181f7ff5c
Cutter RC Editor - Part B (basic editor) ( #2162 )
2020-05-20 23:38:20 +03:00
itayc0hen
1f41983923
Use cmdRaw and cmdRawAt in ColorThemeEditDialog
2020-03-25 19:12:18 +02:00
NIRMAL MANOJ C
5fb7fa5b99
fixed - a word not clearly was not clearly visible in preferences-debug ( #2106 )
2020-03-21 19:45:35 +02:00
NIRMAL MANOJ C
d12aae2ac0
Add scaling and background transparency options to graph export ( #2089 )
2020-03-09 22:59:03 +02:00
karliss
1ae78655fa
Simplify and move Plugin context menu gui code out of core. ( #2039 )
2020-01-31 11:13:28 +01:00
karliss
63ae6e665e
Make user plugin path in settings a link. ( #2034 )
...
Closes #1793
2020-01-25 21:26:41 +02:00
Itay Cohen
e3f7036de7
Improve default line-width values on graph ( #2026 )
2020-01-23 13:09:47 +02:00
Itay Cohen
1c39aa6d41
Add asm.flags.real to preferences and enable by default ( #2014 )
2020-01-21 11:00:38 +01:00
karliss
b3776a6b73
Set zoom factor when opening appearance settings. ( #2003 )
2020-01-11 00:02:28 +02:00
Itay Cohen
653cefc2b1
set Style tab to default view ( #1986 )
2020-01-04 20:43:05 +02:00
yossizap
519cd5dabd
Add debug dialogs ( #1903 )
2019-12-14 16:44:57 +02:00
itayc0hen
c15cac1cba
Make labels selectable by mouse
2019-12-14 16:44:57 +02:00
karliss
55017f6ba0
Replace hardcoded system plugin directories with list from Qt. ( #1814 )
2019-12-12 08:35:25 +01:00
Sergei Z
f64972fda2
Show bytes has been renamed and moved ( #1841 )
...
* Show bytes has been renamed and moved
2019-10-14 14:24:32 +03:00
Jochen Bauer
b81eed7f22
Replacing all QRegExp with QRegularExpression ( #1820 )
...
* Replacing all QRegExp with QRegularExpression
2019-10-13 17:59:12 +03: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
optizone
59161e633f
Add search color option feature + sort color options by name ( #1803 )
2019-10-01 10:39:59 +03:00
Adam Zambrzycki
d22769ee9c
Unify preferences layouts ( #1670 )
...
* Unify preferences layout
2019-07-18 23:02:13 +03:00
Itay Cohen
4e0d899f68
fix asm.describe typo ( #1629 )
2019-06-29 19:38:43 +03:00