summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/CommonControllersWidget.cpp
AgeCommit message (Collapse)Author
2025-06-07DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an ↵Jordan Woyak
event filter.
2023-08-12DolphinQt: Set window decorations for all top-level QWidgets.Admiral H. Curtiss
2022-09-20Qt/CommonControllersWidget: Refresh GUI on settings change.Admiral H. Curtiss
2022-05-02Add support for building against Qt 6spycrab
2022-03-08Add NonDefaultQPushButton to set autoDefault of buttons to falseMartin
2021-12-30Config: Port Input setting to new config system.Admiral H. Curtiss
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel.
2021-01-23DolphinQt: Move common controller interface logic to its own widgetiwubcode