cutter/src/dialogs
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
..
preferences Unify preferences layouts (#1670) 2019-07-18 23:02:13 +03:00
AboutDialog.cpp Added QtVersion inside AboutDialog 2019-07-18 22:24:32 +02:00
AboutDialog.h Added QtVersion inside AboutDialog 2019-07-18 22:24:32 +02:00
AboutDialog.ui Add Plugins Section to Preferences 2019-03-16 20:24:28 +01: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 Some micro optimizations (#1346) 2019-03-23 13:54:34 +03:00
AttachProcDialog.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01: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 Some micro optimizations (#1346) 2019-03-23 13:54:34 +03:00
EditFunctionDialog.h Some micro optimizations (#1346) 2019-03-23 13:54:34 +03:00
EditFunctionDialog.ui Edit Function Menu/Dialog (#528) (#765) 2018-10-22 12:16:55 +03:00
EditInstructionDialog.cpp Minor Header Optimizations (#1429) 2019-04-06 14:04:55 +02:00
EditInstructionDialog.h Minor Header Optimizations (#1429) 2019-04-06 14:04:55 +02:00
EditInstructionDialog.ui Add instruction preview to the bytes edit dialog (#696) 2018-09-09 19:55:13 +02:00
EditMethodDialog.cpp Minor Header Optimizations (#1429) 2019-04-06 14:04:55 +02:00
EditMethodDialog.h Minor Header Optimizations (#1429) 2019-04-06 14:04:55 +02:00
EditMethodDialog.ui Finish EditMethodDialog 2019-02-02 15:17:50 +01:00
EditVariablesDialog.cpp Some micro optimizations (#1346) 2019-03-23 13:54:34 +03:00
EditVariablesDialog.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
EditVariablesDialog.ui Cleanup EditVariablesDialog (#1007) 2018-12-19 09:39:23 +01:00
FlagDialog.cpp Minor Header Optimizations (#1429) 2019-04-06 14:04:55 +02:00
FlagDialog.h Minor Header Optimizations (#1429) 2019-04-06 14:04:55 +02:00
FlagDialog.ui Renamed files to CamelCase 2017-10-01 21:16:38 +02:00
HexdumpRangeDialog.cpp Seperate Widget showing grid of bytes from rest of the hexdump panel. (#1504) 2019-05-10 14:15:57 +03:00
HexdumpRangeDialog.h Seperate Widget showing grid of bytes from rest of the hexdump panel. (#1504) 2019-05-10 14:15:57 +03:00
HexdumpRangeDialog.ui Seperate Widget showing grid of bytes from rest of the hexdump panel. (#1504) 2019-05-10 14:15:57 +03:00
InitialOptionsDialog.cpp Added advanced options aao and avrr to the initial options dialog (#1513) 2019-05-10 19:47:08 +03:00
InitialOptionsDialog.h Removed max bbsize analysis option (#1424) 2019-04-14 12:36:13 +03:00
InitialOptionsDialog.ui Added advanced options aao and avrr to the initial options dialog (#1513) 2019-05-10 19:47:08 +03:00
LinkTypeDialog.cpp Rewrite raise memory widget functionality (#1654) 2019-07-19 22:21:12 +03:00
LinkTypeDialog.h Fallback to current offset in LinkTypeDialog (#1458) 2019-04-15 13:14:46 +02:00
LinkTypeDialog.ui Added feature to link a type to an address (#1219) 2019-03-04 23:45:17 +02:00
NewFileDialog.cpp Fix Qt 5.13 deprecations (#1641) 2019-07-09 20:55:07 +02:00
NewFileDialog.h Fix NewFileDialog leaking MainWindow 2019-03-11 10:42:22 +01:00
NewfileDialog.ui Fix io plugin listing. (#1544) 2019-05-17 10:09:10 +03:00
OpenFileDialog.cpp Prevent r2 injection when opening a file (#1125) 2019-02-05 19:35:54 +00:00
OpenFileDialog.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
OpenFileDialog.ui append layout to OpenFileDialog, so the dialog more flexible (#1293) 2019-03-16 14:39:15 +02:00
R2PluginsDialog.cpp R2PluginsDialog: Sort plugins by name in ascending order (#1431) 2019-04-06 13:45:15 +03:00
R2PluginsDialog.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
R2PluginsDialog.ui Add Plugins Section to Preferences 2019-03-16 20:24:28 +01:00
RenameDialog.cpp Rename dialog text is now preselected (#1635) 2019-07-03 08:52:06 +02:00
RenameDialog.h Modified documentation format (#1240) 2019-03-06 21:30:39 +01:00
RenameDialog.ui Use default margins and spacing in dialogs 2017-12-03 21:59:38 +01:00
SaveProjectDialog.cpp Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01: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 Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
SetToDataDialog.ui Add Set to Code/Data feature (#602) 2018-08-04 20:05:56 +02:00
TypesInteractionDialog.cpp Use KSyntaxHighlighting (#1645) 2019-07-11 15:21:54 +02:00
TypesInteractionDialog.h Use KSyntaxHighlighting (#1645) 2019-07-11 15:21:54 +02:00
TypesInteractionDialog.ui Implement Editing and Viewing of Types in the Types Widget (#1597) 2019-06-13 09:22:20 +03:00
VersionInfoDialog.cpp Rename src/utils to src/common 2018-10-17 15:24:56 +02:00
VersionInfoDialog.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
VersionInfoDialog.ui Add a button "Version Information" in Dashboard (iVj) #317 (#468) 2018-05-01 20:53:14 +02:00
WelcomeDialog.cpp refactor theme edit feature (#1461) 2019-05-01 19:15:33 +03:00
WelcomeDialog.h Auto update check (#1235) 2019-03-09 14:11:39 +01:00
WelcomeDialog.ui Light Theme (#1486) 2019-04-27 20:58:44 +03:00
XrefsDialog.cpp Rewrite raise memory widget functionality (#1654) 2019-07-19 22:21:12 +03:00
XrefsDialog.h Splitted Cutter.h and moved everything in core (#1201) 2019-02-22 17:50:45 +01:00
XrefsDialog.ui Fix XrefsDialog Preview Font (#1548) 2019-05-17 14:19:47 +02:00