summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Debugger/ThreadWidget.cpp
AgeCommit message (Expand)Author
2024-10-04Partially revert "Revert "Audit uses of IsRunning and GetState""JosJuice
2024-06-26Revert "Audit uses of IsRunning and GetState"JosJuice
2024-06-21Audit uses of IsRunning and GetStateJosJuice
2024-05-03Replace Common::BitCast with std::bit_castPokechu22
2024-04-30DolphinQt: Properly Delete (Some) Widgetsmitaclaw
2024-04-13PPCSymbolDB: GetDescription by std::string_viewmitaclaw
2024-04-08Core::GetState: Avoid Global System Accessormitaclaw
2023-04-09PowerPC: Refactor to class, move to System.Admiral H. Curtiss
2023-03-28PowerPC/MMU: Refactor to class, move to System.Admiral H. Curtiss
2023-03-08Core: Add System parameter to CPUThreadGuard.Admiral H. Curtiss
2023-02-12DolphinQt: Properly lock CPU before accessing emulated memoryJosJuice
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-01-13DolphinQt: Replace usages of QLatin1Literal with QStringLiteralLioncash
2020-09-12DolphinQt: fix other widgets that use lambdas (capturing this) without settin...iwubcode
2020-08-08Fix various -Wshadow warningsTillmann Karras
2020-07-24DolphinQt: fix -Wsign-compare warningTillmann Karras
2020-07-24DolphinQt: fix -Wunused-but-set-variable warningTillmann Karras
2020-06-08DolphinQt: Use QFontMetrics::boundingRect instead of QFontMetrics::widthJosJuice
2020-05-18DolphinQt: Remove another usage of QFontMetrics::widthJosJuice
2020-05-03Debugger: Add a Thread widgetSepalani