summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/Mapping/MappingWidget.cpp
AgeCommit message (Expand)Author
2025-06-14DolphinQt/InputCommon: Move some calibration logic to InputCommon and make th...Jordan Woyak
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-09Merge pull request #13702 from CostPerUnit/masterJMC47
2025-06-07DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event...Jordan Woyak
2025-05-29DolphinQt: Move the "Point (Passthrough)" "Enabled" checkbox below the mappin...Jordan Woyak
2025-05-29InputCommon/DolphinQt: Add advanced settings button for "Point" and "Point (P...CostPerUnit
2025-03-09Simplify `std::count_if` with `std::ranges::count` and projectionsmitaclaw
2025-02-15DolphinQt/Mapping: Clear and skip "Modifier" iterative input mappings when usingJordan Woyak
2025-02-15DolphinQt: Add setting to enable iterative input mappings.Jordan Woyak
2025-01-20DolphinQt: Remove MappingButton bold/italic text indication.Jordan Woyak
2025-01-20MappingWidget: Fix shadowed variable warning.Jordan Woyak
2025-01-20MappingIndicator: Add graphical indicators on the left of MappingButtonJordan Woyak
2025-01-01DolphinQt: Make input mapping and output testing non-blocking.Jordan Woyak
2024-11-24DolphinQt: Make mapping window spinboxes horizontally expanding.Jordan Woyak
2024-04-15DolphinQt/Mapping: Disable relative input when "Mouse Controlled Pointing" bu...Jordan Woyak
2024-04-12DolphinQt: Ensure controller settings show the game-controller indicator whil...Jordan Woyak
2024-03-11DolphinQt: Add IRPassthrough indicator.Jordan Woyak
2023-12-29DolphinQt/Mapping: Add "Use Mouse Controlled Pointing" button.luc-git
2023-08-12DolphinQt: Set window decorations for all top-level QWidgets.Admiral H. Curtiss
2023-06-12ControllerEmu: Convert Translatability to enum classDentomologist
2022-06-26DolphinQt: Don't show the advanced input settings on the main dialog.Jordan Woyak
2021-07-13MappingWidget: Support for boxes with multiple columnsBonta
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-04-28DolphinQt: Use qOverload where applicableLioncash
2020-04-27Android: Use touch emulation of IR by defaultJosJuice
2020-02-24DolphinQt: Clean up mapping indicator code and draw lines on "pixel centers".Jordan Woyak
2020-02-24DolphinQt: Break mapping indicators into separate classes. Ensure "state lock...Jordan Woyak
2020-02-08InputCommon: Allow Wii remote extension to be set with an input expression.Jordan Woyak
2020-02-08InputCommon: Allow controller settings specified with input expresions.Jordan Woyak
2020-02-08DolphinQt: Kill some unused member variables.Jordan Woyak
2019-11-15Merge pull request #8440 from rlnilsen/motion-input-tweaksJosJuice
2019-11-11Merge pull request #8456 from jordan-woyak/input-gate-race-fixConnor McLaughlin
2019-11-09DolphinQt: Add accelerometer/gyroscope mapping indicators.Jordan Woyak
2019-11-06InputCommon: Make the "input gate" not racey.Jordan Woyak
2019-11-03Input: Add optional "enable" setting to the ControlGroup class.rlnilsen
2019-10-18Qt/Mapping: Show current input states in advanced dialog.Jordan Woyak
2019-05-08WiimoteEmu/DolphinQt: Rename "IR" to "Point" and eliminate redundant Forward/...Jordan Woyak
2019-04-27DolphinQt: Move mapping indicators to top of UI.Jordan Woyak
2019-04-23Qt/Mapping: Remove iterative inputspycrab
2019-04-12WiimoteEmu: Allow shake frequency and intensity to be configured. Other minor...Jordan Woyak
2019-04-07InputCommon: Clean up how numeric settings are handled. Add units of measure ...Jordan Woyak
2019-03-15DolphinQ: Mapping UI cleanups.Jordan Woyak
2019-03-03WiimoteEmu: Reimplement tilt/swing/camera/orientation data using matrix math.Jordan Woyak
2019-02-13Merge pull request #7792 from jordan-woyak/auto-calibrationTilka
2019-02-10DolphinQt/ControllerEmu: Replace Input Radius/Shape settings with an input ca...Jordan Woyak
2019-02-06DolphinQt: Make the mapping window clear button use ControllerEmu's clear fun...Jordan Woyak
2018-07-07Move DolphinQt2 to DolphinQtspycrab