cutter/src
Philip Nelson 277a0ada2f Adding #685 (Adding a report issue button) (#1165)
* Added GUI elements for automatically opening Github issues

* Made the UI button for reporting issues a little more concise

* Added URL opener, in debugging stages of getting relevant OS details

* Fixed the url to fill in the OS info and Cutter version parameters

* Removed some .orig files that astyle made and I pushed

* Made the title of the issue empty so the User has to enter it

* Removed extra new lines

* Removed my astyle silliness

* Report button will now give information about the file being analyzed.

* Fixed indentation

* Added meaningful names to variables, added a method to determine if certain items exist before accessing them. Also fixed some camelCasing issues :D

* URL declaration is now done once, fixed if/else formatting
2019-02-07 10:52:08 +00:00
..
cmake CutterConfig.h (#663) 2018-08-26 20:37:11 +02:00
common Fixed asm.xrefs checkbox in Asm Options (#1167) 2019-02-05 20:51:39 +01:00
dialogs Use REvent for classes (#1169) 2019-02-07 11:42:53 +01:00
fonts First code commit 2017-03-29 12:18:37 +02:00
img Add Icons to ClassWidget 2019-02-02 15:17:50 +01:00
macos Disable NSRequiresAquaSystemAppearance 2018-12-21 22:24:52 +01:00
menus Cleanup EditVariablesDialog (#1007) 2018-12-19 09:39:23 +01:00
plugins Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
python Wrap Python API 2019-01-09 19:24:37 +01:00
themes/qdarkstyle add continue until call/syscall to toolbar 2018-07-26 12:57:05 +02:00
translations@a58bb69792 Updated translations module (#1118) 2019-01-19 22:16:50 +01:00
widgets Use REvent for classes (#1169) 2019-02-07 11:42:53 +01:00
AnalTask.cpp [WIP] Some cleanup (#958) 2018-11-27 00:34:34 +02:00
AnalTask.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
CMakeLists.txt Disabled QtWebEngine by default. (#728) 2018-09-28 09:40:55 +02:00
Cutter.astylerc Add --keep-one-line-blocks to astyle 2018-03-21 23:10:52 +01:00
Cutter.cpp Use REvent for classes (#1169) 2019-02-07 11:42:53 +01:00
Cutter.h Use REvent for classes (#1169) 2019-02-07 11:42:53 +01:00
Cutter.pro Basic Display of Anal Classes in ClassesWidget 2019-02-02 15:17:50 +01:00
CutterApplication.cpp Force context menu to show shortcuts fix. Closes #1154 (#1163) 2019-02-05 09:46:39 +02:00
CutterApplication.h Force context menu to show shortcuts fix. Closes #1154 (#1163) 2019-02-05 09:46:39 +02:00
CutterConfig.h.in CutterConfig.h (#663) 2018-08-26 20:37:11 +02:00
CutterConfig.h.meson.in CutterConfig.h (#663) 2018-08-26 20:37:11 +02:00
lib_radare2.pri Fixed build.sh constantly updating r2 and added *BSD support (#994) 2018-12-13 13:23:03 +01:00
Main.cpp Translations deployment for MAC & Linux has fixed (#1119) 2019-01-20 19:00:23 +02:00
MainWindow.cpp Adding #685 (Adding a report issue button) (#1165) 2019-02-07 10:52:08 +00:00
MainWindow.h Adding #685 (Adding a report issue button) (#1165) 2019-02-07 10:52:08 +00:00
MainWindow.ui Adding #685 (Adding a report issue button) (#1165) 2019-02-07 10:52:08 +00:00
meson_options.txt Meson: move some code from meson.py to src/meson.build (#588) 2018-07-22 14:10:52 +02:00
meson.build Fix meson version to 0.48.2; updated Qt to 5.10.1 (#996) 2018-12-11 19:22:45 +01:00
org.radare.Cutter.appdata.xml Release bump 2019-01-21 22:29:42 +01:00
org.radare.Cutter.desktop Updated Appstream metadata file and desktop name (#854) 2018-10-20 10:10:00 +02:00
resources.qrc Add Icons to ClassWidget 2019-02-02 15:17:50 +01:00
RunScriptTask.cpp Added dialog to show infinite progress-bar while running script (#1145) 2019-01-28 15:37:20 +02:00
RunScriptTask.h Added dialog to show infinite progress-bar while running script (#1145) 2019-01-28 15:37:20 +02:00