summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/MemoryViewWidget.cpp
AgeCommit message (Expand)Author
2025-01-19MemoryViewWidget: Add OnFrameEnd callback to auto-update memory while a game ...TryTwo
2025-01-08MemoryViewWidget: Refactor updates using a dispatch function. Isolate memory ...TryTwo
2025-01-07MemoryViewWidget: Refactor. Remove OnItemChanged signal and QSignalBlocker - ...TryTwo
2024-09-20DolphinQt: A Ubiquitous Signal For When Breakpoints Changemitaclaw
2024-05-03Replace Common::BitCast with std::bit_castPokechu22
2024-04-30DolphinQt: Properly Delete (Some) Widgetsmitaclaw
2024-04-08Core::GetState: Avoid Global System Accessormitaclaw
2024-03-22DolphinQt Settings: Signal Debug Font By Const Referencemitaclaw
2024-03-01Memory(View)Widget: Avoid Global System Accessormitaclaw
2023-08-21MemoryViewWidget: Fix some characters being truncatedSepalani
2023-06-08MemoryViewWidget: Use QStringView with ConvertTextToBytesLioncash
2023-05-16StringUtil: Move IsPrintableCharacter() into Common namespaceLioncash
2023-04-25DolphinQt: cache icons instead of single pixmapsShawn Hoffman
2023-04-25DolphinQt: assume QT_VERSION_CHECK >= 6.0.0Shawn Hoffman
2023-04-14Merge pull request #11687 from Minty-Meeo/warningsLéo Lam
2023-04-10Resolve [-Wunused-lambda-capture]Minty-Meeo
2023-04-09PowerPC: Refactor to class, move to System.Admiral H. Curtiss
2023-04-07DolphinQt: Prevent MemoryViewWidget updates when hiddensowens99
2023-03-08Core: Add System parameter to CPUThreadGuard.Admiral H. Curtiss
2023-02-17MemoryViewWidget: Fix memory leaksPokechu22
2023-02-14Follow-up fixes for "Properly lock CPU before accessing emulated memory"JosJuice
2023-02-12DolphinQt: Properly lock CPU before accessing emulated memoryJosJuice
2023-02-09MemoryViewWidget: Fix warning: enumeration value ‘Null’ not handled in sw...Pokechu22
2022-12-17Fix MemoryViewWidget background colourSketch
2022-12-04Expand conditional breakpoints to memory breakpointsTryTwo
2022-11-30MemoryViewWidget set target address as selected. Fix focus call. Always colo...TryTwo
2022-10-22MemoryViewWidget refactor memory table.TryTwo
2022-07-01Debugger MemoryViewWidget: Allow direct editing of memory cells.TryTwo
2022-06-20Qt/MemoryViewWidget: Don't elide textPokechu22
2022-05-10Qt/MemoryViewWidget: Fix resizing.Admiral H. Curtiss
2022-05-08Qt/MemoryViewWidget: Remove the behavior that clicking anywhere in the table ...Admiral H. Curtiss
2022-05-08Qt/MemoryViewWidget: Add a custom scrollbar.Admiral H. Curtiss
2022-05-08Qt/MemoryViewWidget: Convert into QWidget that has the table as a member.Admiral H. Curtiss
2022-05-08Qt/MemoryViewWidget: Keyboard navigation should observe the number of bytes p...Admiral H. Curtiss
2022-04-24Qt/MemoryViewWidget: Detect row breakpoint cell by cell data instead of cell ...Admiral H. Curtiss
2022-04-24Qt/MemoryViewWidget: Add option to copy the actually displayed cell value to ...Admiral H. Curtiss
2022-04-24Qt/MemoryViewWidget: Don't use a member variable to hold information about th...Admiral H. Curtiss
2022-04-23Dual View any size.TryTwo
2022-04-17MemoryWidget add dual views for two separate column types. Force first column...TryTwo
2022-04-15Debugger MemoryWidget: More display types, use combo box for display options....TryTwo
2022-03-29Debugger MemoryViewWidget: fixed, tighter spacingTryTwo
2022-01-16Use Common::ToLower and Common::ToUpperPokechu22
2021-07-22MemoryViewWidget: Remove unnecessary columnPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-02-17MemoryWidget: Add "Add to watch" actionSepalani
2020-08-23DolphinQt: resolve Qt5.15 deprecationsShawn Hoffman
2020-04-15Qt/Debugger: Refresh windows on savestate load.Admiral H. Curtiss
2020-01-16StringUtil: Add IsPrintableCharacter and use itLéo Lam
2019-11-22Fixed 11874 (leading 0s ignored by debugger)Matthew Foulds
2019-07-30DolphinQt: Replace QStringLiteral with alternatives where applicableLioncash