summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/WiimoteControllersWidget.cpp
AgeCommit message (Expand)Author
2026-04-14DolphinQt: Remove the "supported Bluetooth device could not be found" label f...Jordan Woyak
2026-03-23Use more std::span argumentsSintendo
2025-11-25DolphinQt: Adjust capitalization of "Select A Bluetooth Device"JosJuice
2025-10-21DolphinQT: explicitly include QAction for older QT6 libscobalt2727
2025-10-12DolphinQt: Add buttons to create and reset Wii remote pairings on Windows.Jordan Woyak
2025-08-05USBDevicePicker: Modify USBDeviceAddToWhitelistDialog to be more generic, and...Joshua Vandaële
2025-07-23USBUtils: Refactor USB device handlingJoshua Vandaële
2025-07-12Fix various warningsJoshua Vandaële
2025-06-28BTReal: Improvements:Jordan Woyak
2025-06-07DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event...Jordan Woyak
2025-05-15WiimoteControllersWidget: Fix UI hang on openingDentomologist
2025-04-23Add a GUI option to select a bluetooth deviceJoshua Vandaële
2024-04-08Core::GetState: Avoid Global System Accessormitaclaw
2024-02-07Core: Move Emulation IOS instance to System.Admiral H. Curtiss
2024-01-31Migrate SConfig::bWii to System.Admiral H. Curtiss
2023-11-04DolphinQt: Remove unnecessary qOverloadsDentomologist
2023-08-12DolphinQt: Set window decorations for all top-level QWidgets.Admiral H. Curtiss
2023-02-24Qt/WiimoteControllersWidget: Add bluetooth unavailable messageDentomologist
2022-10-02Qt/WiimoteControllersWidget: Disable remote Wiimote configuration during netp...Admiral H. Curtiss
2022-10-02Qt/WiimoteControllersWidget: Disable potentially breaking stuff during netplay.Admiral H. Curtiss
2022-09-20Qt/WiimoteControllersWidget: Refresh GUI on settings change and refactor a bit.Admiral H. Curtiss
2022-05-02Add support for building against Qt 6spycrab
2022-03-08Add NonDefaultQPushButton to set autoDefault of buttons to falseMartin
2022-02-18Port Wiimote source settings to the new config systemJosJuice
2022-01-06Config: Port WiimoteControllerInterface setting to new config system.Admiral H. Curtiss
2022-01-06Config: Port WiimoteEnableSpeaker setting to new config system.Admiral H. Curtiss
2022-01-06Config: Port WiimoteContinuousScanning setting to new config system.Admiral H. Curtiss
2021-12-30Config: Port BluetoothPassthrough settings to new config system.Admiral H. Curtiss
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-04-12WiiUtils: Add helper functions to get emulated/real Bluetooth deviceLéo Lam
2021-02-12IOS: Use less ambiguous names for classesLéo Lam
2021-01-27DolphinQt: Move wiimote controller ui logic to its own widgetiwubcode