summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/GBAWidget.cpp
AgeCommit message (Collapse)Author
2026-02-03Core: Make RunOnCPUThread always non-blocking.Jordan Woyak
2025-10-30libmgba: Fix build when disabledDentomologist
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-07DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an ↵Jordan Woyak
event filter.
2024-03-28Core::RunOnCPUThread: Avoid Global System Accessormitaclaw
2024-01-15Core/Movie: Refactor to class, move to System.Admiral H. Curtiss
A bit of global state remains (the `header` in `BeginRecordingInput()`) due to unclear lifetime requirements.
2023-12-13GBAWidget: Use std::span with SetVideoBuffer()Lioncash
Previously we were always taking the buffer by value, even if it wasn't being stored anywhere and only read from. We can use a std::span for the same thing.
2023-08-12DolphinQt: Set window decorations for all top-level QWidgets.Admiral H. Curtiss
2023-04-25DolphinQt: assume QT_VERSION_CHECK >= 6.0.0Shawn Hoffman
2022-11-27CoreTiming: Refactor to class.Admiral H. Curtiss
2022-08-31AudioCommon: Move sound stream variables to Core::System.Admiral H. Curtiss
2022-05-02Add support for building against Qt 6spycrab
2021-11-27DolphinQt: Add i18n comment for "Save Game"JosJuice
It's very easy to assume the "save" in this string is a verb.
2021-11-21GBA: Add import and export save options to context menu.Admiral H. Curtiss
2021-10-09Add wrapper function to disable hotkeys for QFileDialogsowens99
Previously, if you have "Hotkeys Require Window Focus" disabled, you could repeatedly use the "Open" hotkey, for example, to stack File Open windows over top of each other over and over. This commit allows the hotkey manager to disable/enable on QFileDialog creation and destruction.
2021-08-24GBAWidget: Add ellipses for option selections that require more inputLioncash
Makes the context menu selections consistent with the rest of the application.
2021-07-30Qt: Un-maximize GBA widget before resizing itPokechu22
2021-07-24Qt: Implement GBA Interframe BlendingBonta
2021-07-24Qt: AlwaysOnTop GBA widget optionBonta
2021-07-24Qt: Make GBA widgets movable with left click in borderless modeBonta
2021-07-24Qt: Borderless GBA windowsBonta
2021-07-24Qt/Core: Refactor GBA Core accessorsBonta
2021-07-22GBA: Add "Scan e-Reader Card(s)" context menu itemPokechu22
2021-07-13NetPlay: GBA SupportBonta
2021-07-13Qt: Implement GBA host and widgetBonta