Gireesh
63d3acb8a2
Add "Documentation" button to the "help" menu ( #2381 )
2020-08-11 15:52:52 +03:00
Oriol Castejón
9e346275c5
Add new Analysis section to the Preferences widget ( #2332 )
2020-08-10 19:12:38 +03:00
karliss
724d3f26b4
Adjust r2 paths ( #2338 )
2020-08-08 18:43:43 +03:00
karliss
32adf0b5ba
Add examples for how not to use signals. ( #2377 )
2020-08-08 18:35:40 +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
c149f38f11
Output colors in rgb:nnnnnn format instead of #nnnnnn. ( #2376 )
...
ec name #nnnnnn can get mixed up with comment.
2020-08-07 17:01:50 +03:00
karliss
dcb9970f91
Fix an off by 1 bug during hexwidget cursor blinking. ( #2368 )
...
1 pixel line sometimes remained on during hexwidget cursor blinking.
2020-08-04 21:19:17 +03:00
Gireesh
2d95786f6e
Improve building documentation ( #2366 )
...
* small changes in documentation
* small documentation change
* documents change
* Update docs/source/building.rst
Co-authored-by: Itay Cohen
* changes done
Co-authored-by: gireeshvm <marathigireesh@gmail.com>
Co-authored-by: Itay Cohen
2020-08-04 14:10:56 +03:00
Radwan Selo
2cfa4916c3
Xrefs enhancement ( #2362 )
...
* Add number of found results to xrefs dialog
* Hide xref from if the item is not an VA
2020-08-03 20:11:02 +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
7c9c7e6fe4
Add symbol exports. ( #2345 )
...
* Add symbol exports required for external native plugins to work on Windows
* Make Linux build behave more like Windows so that missing export
annotations can be more easily detected.
2020-08-01 17:14:30 +03:00
karliss
e3aeb770ee
Create minimal widows CMake build job. ( #2356 )
...
* Create minimal widows CMake build job.
2020-08-01 17:07:19 +03:00
karliss
186ad03fdb
Use previos Appveyor image because shibokken doesn't work on latest one ( #2347 )
2020-07-30 11:56:47 +03:00
karliss
0a15b2f55a
Temporary workaround for brew problems in github actions. ( #2346 )
2020-07-29 23:16:42 +03:00
NIRMAL MANOJ C
f2a867ca28
Xref for function variables in disassembly view ( #2297 )
2020-07-28 22:49:50 +03:00
Surendrajat
cf96775b74
issue-template: add downloaded Cutter from website ( #2336 )
...
Co-authored-by: Itay Cohen <itaycohen23@gmail.com>
2020-07-27 09:48:25 +05:30
Itay Cohen
0c4f6cd024
Fix double jquery in docs ( #2335 )
2020-07-26 17:05:16 +03:00
Surendrajat
79b2314e5a
misc. documentation updates ( #2259 )
...
* move building errors to the troubleshooting section
* add submodule out of sync issue to troubleshooting
* changes to get cutter section
* move common issues to user docs
* add error related to submodule not in sync
* Grammarly scan on all the docs
* update contribution guide now that common-errors is split
2020-07-26 10:26:46 +05:30
Itay Cohen
e0bfcccb87
Change "Run Script" to "Run radare2 script" ( #2330 )
...
* Improve "Run script" title to make it more clear
* Update docs to reflect the change
2020-07-25 20:44:03 +03:00
Jan Deinhard
73f99c696f
Fix sorting resources by index, vaddr and size ( #2308 )
...
* Fix sorting resources by index, vaddr and size
2020-07-25 11:32:44 +03:00
karliss
00595da5ab
Update version to 1.11.0. ( #2327 )
2020-07-24 14:07:07 +03:00
karliss
7ca6a1eda0
Update translation submodule and add the new languages. ( #2320 )
2020-07-23 21:08:16 +03:00
karliss
781a7c6288
Install the python used for build scripts using pyenv ( #2323 )
2020-07-23 19:15:42 +03:00
karliss
a0eb9e3fa9
Remove debug output. ( #2315 )
2020-07-22 11:57:26 +02:00
maraflush
d3e5245441
Document the location of the documentation ( #2306 )
...
* add notes to explain the documentation is split in two on cutter.re repository and the Cutter repository
2020-07-22 11:05:21 +03:00
karliss
6ba1834f6d
Update version number to 1.11.0-rc1. ( #2313 )
2020-07-21 22:00:34 +03:00
Itay Cohen
6e0ed8142c
add SECURITY.md ( #2312 )
2020-07-21 17:12:35 +03:00
karliss
249ad7ad0e
Don't use @a: for listing cpus. ( #2307 )
...
For some architectures like 8051 doing @a: has sideeffects.
2020-07-21 14:08:35 +03:00
karliss
f92c42d09e
Reset last seen memory widget during layout switching. ( #2303 )
2020-07-21 12:40:53 +03:00
Itay Cohen
c923576b7e
Fix the "all green" navbar ( #2305 )
...
* Specify the search range for search.in
* Add config_set(key, const char*) overloads to prevent char* being automatically casted to bool and config_set(key, bool) being chosen unexpectedly.
2020-07-20 23:11:31 +03:00
karliss
e14d0d8ef6
Update r2 to 4.5 and fix renamed configuration variables. ( #2288 )
2020-07-20 15:47:48 +03:00
Itay Cohen
d964594498
Improve contribution guidelines ( #2293 )
...
* Improve contribution guidelines
2020-07-19 22:23:00 +03:00
karliss
65a668943a
Reorganize R2GraphWidget UI ( #2298 )
...
* Reorganize R2GraphWidget UI.
2020-07-19 22:00:05 +03:00
karliss
6294343e6e
IDE setup instructions and comparison ( #2290 )
2020-07-18 09:05:41 +03:00
karliss
caabf1c739
Switch Travis to newer macOS image and disable brew update ( #2292 )
...
Brew update takes almost half of the CI time pushing it close to time limit.
Newer macOS image contains newer hombrew which doesn't need to be updated.
2020-07-16 21:07:42 +03:00
karliss
313abbf50f
Run apt update to refresh package list. ( #2291 )
...
It seems that github action VMs have cached bad package list.
2020-07-16 13:40:26 +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
itayc0hen
ca84c3d1dc
Bye bye RenameDialog
2020-07-15 17:36:25 +03:00
itayc0hen
02ce60d1af
Use QInputDialog in Disassembly context menu
2020-07-15 17:36:25 +03:00
itayc0hen
447d2cfa20
Use QInputDialog in Functions widget
2020-07-15 17:36:25 +03:00
itayc0hen
21aef22c45
Use QInputDialog in Flags widget
2020-07-15 17:36:25 +03:00
itayc0hen
d6edae4ced
Remove redundant renaming function in Main Window
2020-07-15 17:36:25 +03:00
itayc0hen
9c0d5d72d1
Use QInputDialog in Classes widget
2020-07-15 17:36:25 +03:00
karliss
3b2abf4984
Use fixed meson version. Latest causing problems for r2. ( #2289 )
2020-07-15 11:16:11 +02:00
karliss
48b84bfa5c
Add links to Telegram and IRC in the issue template page ( #2280 )
2020-07-07 21:36:54 +03:00
karliss
2a10a7733f
Update r2 submodule. ( #2263 )
2020-07-04 17:54:23 +02: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
4685f4faaf
Rename a context menu item ( #2267 )
2020-06-27 21:51:05 +03:00
batuhanakcay
e88ad82968
Implemented No Results Found warning when search result is empty ( #2258 )
2020-06-24 10:50:51 +03:00