cutter/src/dialogs
Florian Märkl 40274e4bf4 Kill CutterPythonPlugin and use Bindings instead
Simplify CutterPlugin Interface

Pull Python Plugin Metadata from class vars

Also kill cutter_plugin.py

Fix Python Plugin Module Loading
2019-02-21 22:57:26 +01:00
..
preferences Added a checkbox in the preferences dialog for asm.indent (#1175) 2019-02-07 22:55:24 +00:00
AboutDialog.cpp Fixed about dialog text (#1126) 2019-01-21 22:26:22 +01:00
AboutDialog.h Add update check(#684) (#704) 2018-09-13 08:32:14 +02:00
AboutDialog.ui make text in About Dialog selectable (#871) 2018-10-23 09:09:56 +02:00
AsyncTaskDialog.cpp Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
AsyncTaskDialog.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
AsyncTaskDialog.ui fix progress bar alignment (#1185) 2019-02-12 13:43:19 +00:00
AttachProcDialog.cpp Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
AttachProcDialog.h Attach update (#603) 2018-10-03 22:16:57 +02:00
AttachProcDialog.ui Attach update (#603) 2018-10-03 22:16:57 +02:00
BreakpointsDialog.cpp Added new buttons to breakpoint widget (#548) 2018-07-26 12:57:05 +02:00
BreakpointsDialog.h Added new buttons to breakpoint widget (#548) 2018-07-26 12:57:05 +02:00
BreakpointsDialog.ui Added new buttons to breakpoint widget (#548) 2018-07-26 12:57:05 +02:00
CommentsDialog.cpp Changing coding style 2018-03-21 21:33:40 +01:00
CommentsDialog.h More c++11 (#478) 2018-05-04 09:58:32 +02:00
CommentsDialog.ui Fixes #157: Add support for multiline comments. (#200) 2017-12-10 19:13:37 +01:00
EditFunctionDialog.cpp Edit Function Menu/Dialog (#528) (#765) 2018-10-22 12:16:55 +03:00
EditFunctionDialog.h Edit Function Menu/Dialog (#528) (#765) 2018-10-22 12:16:55 +03:00
EditFunctionDialog.ui Edit Function Menu/Dialog (#528) (#765) 2018-10-22 12:16:55 +03:00
EditInstructionDialog.cpp Change edit dialog to allow no preview (#869) 2018-10-23 08:06:26 +03:00
EditInstructionDialog.h Change edit dialog to allow no preview (#869) 2018-10-23 08:06:26 +03:00
EditInstructionDialog.ui Add instruction preview to the bytes edit dialog (#696) 2018-09-09 19:55:13 +02:00
EditMethodDialog.cpp Add Actions to Create/Rename/Delete Classes 2019-02-07 14:53:14 +01:00
EditMethodDialog.h Fix Seek to VTable and add some docs 2019-02-02 15:17:50 +01:00
EditMethodDialog.ui Finish EditMethodDialog 2019-02-02 15:17:50 +01:00
EditVariablesDialog.cpp Cleanup EditVariablesDialog (#1007) 2018-12-19 09:39:23 +01:00
EditVariablesDialog.h Cleanup EditVariablesDialog (#1007) 2018-12-19 09:39:23 +01:00
EditVariablesDialog.ui Cleanup EditVariablesDialog (#1007) 2018-12-19 09:39:23 +01:00
FlagDialog.cpp Use Core() everywhere (#440) 2018-04-12 08:33:30 +02:00
FlagDialog.h More c++11 (#478) 2018-05-04 09:58:32 +02:00
FlagDialog.ui Renamed files to CamelCase 2017-10-01 21:16:38 +02:00
HexdumpRangeDialog.cpp Right click -> Select block in hexdump widget (#1006) 2018-12-18 18:26:38 +01:00
HexdumpRangeDialog.h Right click -> Select block in hexdump widget (#1006) 2018-12-18 18:26:38 +01:00
HexdumpRangeDialog.ui Right click -> Select block in hexdump widget (#1006) 2018-12-18 18:26:38 +01:00
InitialOptionsDialog.cpp Add Methods to fetch Anal class attrs 2019-02-02 15:17:50 +01:00
InitialOptionsDialog.h Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
InitialOptionsDialog.ui disable "aan" from advanced options (#1190) 2019-02-13 08:07:08 +00:00
LoadNewTypesDialog.cpp Implement highlight in Types dialog (#1186) 2019-02-12 15:09:45 +01:00
LoadNewTypesDialog.h Implement highlight in Types dialog (#1186) 2019-02-12 15:09:45 +01:00
LoadNewTypesDialog.ui Added load, delete and export features in the Types Widget (#1158) 2019-02-11 09:34:15 +00:00
NewFileDialog.cpp Fixed AboutDialog leaking (#1168) 2019-02-06 17:30:29 +03:00
NewFileDialog.h adding Open Shellcode function to the New menu mode (Fix #547) (#609) 2018-08-10 19:12:00 +02:00
NewfileDialog.ui Implement Welcome Dialog (#1116) 2019-01-19 21:54:02 +01:00
OpenFileDialog.cpp Prevent r2 injection when opening a file (#1125) 2019-02-05 19:35:54 +00:00
OpenFileDialog.h Made a quick open file dialog (#543) 2018-06-20 11:24:28 +02:00
OpenFileDialog.ui Prevent r2 injection when opening a file (#1125) 2019-02-05 19:35:54 +00:00
R2PluginsDialog.cpp Kill CutterPythonPlugin and use Bindings instead 2019-02-21 22:57:26 +01:00
R2PluginsDialog.h More c++11 (#478) 2018-05-04 09:58:32 +02:00
R2PluginsDialog.ui Make Plugin window bigger for readability (#1044) 2018-12-28 09:31:15 +01:00
RenameDialog.cpp Add Actions to Create/Rename/Delete Classes 2019-02-07 14:53:14 +01:00
RenameDialog.h Add Actions to Create/Rename/Delete Classes 2019-02-07 14:53:14 +01:00
RenameDialog.ui Use default margins and spacing in dialogs 2017-12-03 21:59:38 +01:00
SaveProjectDialog.cpp Related to #865 issue (#900) 2018-11-02 08:48:17 +02:00
SaveProjectDialog.h [Fix] Fixed issue #805 - wrong handling of Close button in Save Project dialog which had a Discard meaning (#806) 2018-10-12 10:08:04 +03:00
SaveProjectDialog.ui Use prj.simple by default 2017-11-26 14:17:20 +01:00
SetToDataDialog.cpp Add Set to Code/Data feature (#602) 2018-08-04 20:05:56 +02:00
SetToDataDialog.h Add Set to Code/Data feature (#602) 2018-08-04 20:05:56 +02:00
SetToDataDialog.ui Add Set to Code/Data feature (#602) 2018-08-04 20:05:56 +02:00
VersionInfoDialog.cpp Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
VersionInfoDialog.h More c++11 (#478) 2018-05-04 09:58:32 +02:00
VersionInfoDialog.ui Add a button "Version Information" in Dashboard (iVj) #317 (#468) 2018-05-01 20:53:14 +02:00
WelcomeDialog.cpp set ayu default for dark interface (#1174) 2019-02-07 20:39:14 +00:00
WelcomeDialog.h Implement Welcome Dialog (#1116) 2019-01-19 21:54:02 +01:00
WelcomeDialog.ui Fix overlap qlabel and icon in WelcomeDialog (#1123) 2019-01-20 13:14:19 +01:00
XrefsDialog.cpp Improved xref widget performances (#1112) 2019-01-16 13:50:27 +02:00
XrefsDialog.h Improved xref widget performances (#1112) 2019-01-16 13:50:27 +02:00
XrefsDialog.ui Improve XREF window size and locations (#1049) 2019-01-02 21:58:02 +02:00