dolphin/Source/Core/DolphinQt/Debugger
Dentomologist 0093ed1ac8 MemoryWidget: Fix "Hex Byte String" validation failures
Fix the input string failing to validate when the "Hex Byte
String" input type is selected and either the user adds a 0x prefix or
the "Hex" box is checked (or both).

The latter failure was particularly troublesome because when "Hex Byte
String" is selected the "Hex" checkbox is disabled. Users would have to
switch to a data type that enabled the box, toggle it, then switch back
to "Hex Byte String" to fix it.

Fix these errors by not adding a prefix when the "Hex" box is checked,
and removing the "0x" prefix from the user's input if present.
2025-06-30 11:34:20 -07:00
..
AssembleInstructionDialog.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
AssembleInstructionDialog.h
AssemblerWidget.cpp
AssemblerWidget.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
AssemblyEditor.cpp
AssemblyEditor.h
BranchWatchDialog.cpp DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter. 2025-06-07 16:15:34 -05:00
BranchWatchDialog.h
BranchWatchTableModel.cpp
BranchWatchTableModel.h
BreakpointDialog.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
BreakpointDialog.h
BreakpointWidget.cpp i18n: Add comments 2025-06-28 21:41:44 +02:00
BreakpointWidget.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
CodeViewWidget.cpp Merge pull request #13691 from TryTwo/PR_Notes 2025-06-22 01:05:42 -04:00
CodeViewWidget.h Debugger CodeViewWidget: Add context options for making and managing Notes. Add popup dialog for editing functions and notes. 2025-06-19 18:00:10 -07:00
CodeWidget.cpp Merge pull request #13765 from TryTwo/CodeWidget_clear_unused 2025-06-22 01:05:59 -04:00
CodeWidget.h Merge pull request #13691 from TryTwo/PR_Notes 2025-06-22 01:05:42 -04:00
EditSymbolDialog.cpp i18n: Add comments 2025-06-28 21:41:44 +02:00
EditSymbolDialog.h Debugger CodeViewWidget: Add context options for making and managing Notes. Add popup dialog for editing functions and notes. 2025-06-19 18:00:10 -07:00
GekkoSyntaxHighlight.cpp Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
GekkoSyntaxHighlight.h
JitBlockTableModel.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
JitBlockTableModel.h
JITWidget.cpp linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00
JITWidget.h
MemoryViewWidget.cpp [Debugger] CTRL+G support in code and memory view 2025-03-29 12:43:15 -07:00
MemoryViewWidget.h [Debugger] CTRL+G support in code and memory view 2025-03-29 12:43:15 -07:00
MemoryWidget.cpp MemoryWidget: Fix "Hex Byte String" validation failures 2025-06-30 11:34:20 -07:00
MemoryWidget.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
NetworkWidget.cpp
NetworkWidget.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
PatchInstructionDialog.cpp DolphinQt: Remove redundant window hints 2025-06-06 19:35:13 -07:00
PatchInstructionDialog.h
RegisterColumn.cpp
RegisterColumn.h
RegisterWidget.cpp Source: Remove redundant lambda parameter lists 2025-06-14 10:19:31 +02:00
RegisterWidget.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
ThreadWidget.cpp ThreadWidget: Don't set fixed width on QLineEdits 2025-06-16 22:33:20 -07:00
ThreadWidget.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
WatchWidget.cpp
WatchWidget.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00