summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/RegisterWidget.cpp
AgeCommit message (Expand)Author
2025-11-02Call JitInterface::UpdateMembase from PowerPC::MSRUpdatedJosJuice
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-07DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event...Jordan Woyak
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
2023-11-30Jit: Replace "msrBits" with "featureFlags"JosJuice
2023-08-12DolphinQt: Set window decorations for all top-level QWidgets.Admiral H. Curtiss
2023-04-24Common: Move CodeTrace.cpp/.h into CoreLioncash
2023-04-09PowerPC: Refactor to class, move to System.Admiral H. Curtiss
2023-04-05DolphinQt: Avoid ppcState global.Admiral H. Curtiss
2023-03-08Core: Add System parameter to CPUThreadGuard.Admiral H. Curtiss
2023-02-12DolphinQt: Properly lock CPU before accessing emulated memoryJosJuice
2023-01-27PowerPC: Move a few functions to PowerPCState.Admiral H. Curtiss
2023-01-27PowerPC: Remove rPS macro.Admiral H. Curtiss
2023-01-27PowerPC: Remove GPR macro.Admiral H. Curtiss
2023-01-04HW/ProcessorInterface: Refactor to class, move to Core::System.Admiral H. Curtiss
2022-10-06MemoryView auto updateDebugger. Implement base codetrace logic. Add register ...TryTwo
2022-07-01RegisterWidget: Fix crash when right-clicking when there is no selected cellPokechu22
2022-04-29Debugger RegisterWidget: Add context options to change entire column's displa...TryTwo
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-02-17RegisterWidget: Fix add to watch actionSepalani
2021-01-13DolphinQt: Explicitly include <QActionGroup> where applicableLioncash
2020-10-29DolphinQt: Update register view font when Debug Font changesDentomologist
2020-09-29DolphinQt/Debugger: Fix DBAT and IBAT registers in RegisterWidgetSammi Husky
2020-09-12DolphinQt: fix other widgets that use lambdas (capturing this) without settin...iwubcode
2020-02-09DolphinQt/Debugger: Fix crash with floating debugger windowsLuke Street
2020-02-06DolphinQt: setTabKeyNavigation(false) on QTableWidget and QTableView.Jordan Woyak
2020-01-08Require clang-format 9 and reformat source codeLéo Lam
2019-10-06RegisterWidget: Fix view in code/memorySepalani
2019-07-30DolphinQt: Replace QStringLiteral with alternatives where applicableLioncash
2019-07-06DolphinQt: Don't update debug widgets when hiddenJosJuice
2019-05-05Qt/Debugger: Vertically align text in register cellsLéo Lam
2019-05-04Merge pull request #7887 from lioncash/hidLéo Lam
2019-04-23Debugger: Move hiding logic via setHidden() to before setFloating()chargeflux
2019-03-13DolphinQt/Debugger/RegisterColumn: Add HID registers to the register paneLioncash
2019-03-08PowerPC: Factor out CR helpers into POD classCrystalGamma
2018-12-25PowerPC: Remove separate macros for paired singlesLioncash
2018-09-08Re-add i18n comments that were lost in the DolphinWX removalJosJuice
2018-08-15Qt/Debugger: Make spacing more compactspycrab
2018-07-09Qt: Remove ActionHelperspycrab
2018-07-07Move DolphinQt2 to DolphinQtspycrab