summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/Mapping
AgeCommit message (Collapse)Author
2026-02-15DolphinQt: Add Triforce tab to main settings window.Jordan Woyak
2026-02-15Added Triforce supportcrediar
2026-01-25Remove unused importsMartino Fontana
Yellow squiggly lines begone! Done automatically on .cpp files through `run-clang-tidy`, with manual corrections to the mistakes. If an import is directly used, but is technically unnecessary since it's recursively imported by something else, it is *not* removed. The tool doesn't touch .h files, so I did some of them by hand while fixing errors due to old recursive imports. Not everything is removed, but the cleanup should be substantial enough. Because this done on Linux, code that isn't used on it is mostly untouched. (Hopefully no open PR is depending on these imports...)
2026-01-24Common/FileSearch: Refactor DoFileSearchSintendo
2026-01-17Fix various typos and spelling mistakesSintendo
2025-11-23DolphinQt: Add "Poll Rate" display to GCAdapter config window. The window ↵Jordan Woyak
now refreshes every 500ms. SetAdapterCallback is no longer used.
2025-11-04feat(profiles): add "open profiles folder" button + add dropdown button for ↵iTrooz
profile actions Co-Authored-By: iTrooz <hey@itrooz.fr> Co-Authored-By: Max Chateau <maxban.chateau@gmail.com> Co-Authored-By: Damien R. <rodriguezdamien1677@gmail.com>
2025-07-19fix Qt6 deprecation warningsoltolm
2025-06-24DolphinQt: Make Calibration autocomplete when data is "sensible" and stick ↵Jordan Woyak
is returned to neutral position.
2025-06-14DolphinQt/InputCommon: Move some calibration logic to InputCommon and make ↵Jordan Woyak
the "Calibrate" button also map inputs.
2025-06-14InputCommon: Make InputDetector::Start take a span instead of a vector.Jordan Woyak
2025-06-14InputCommon: Fix occasional misidentification of analog input detection.Jordan Woyak
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-09Merge pull request #13702 from CostPerUnit/masterJMC47
MappingWidget: Add Advanced Configuration Button to Point And Point Passthrough "Enable" boxes
2025-06-07Merge pull request #13665 from jordan-woyak/dark-mode-filterJordan Woyak
DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event filter.
2025-06-07Merge pull request #13522 from ↵Jordan Woyak
tygyh/Enforce-overriding-destructor-style-Core&UnitTests Core & UnitTests: Make overriding explicit and remove redundant virtual specifiers on overriding destructors
2025-06-07DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an ↵Jordan Woyak
event filter.
2025-06-06DolphinQt: Remove redundant window hintsDentomologist
Remove window hints clearing the flag Qt::WindowContextHelpButtonHint, which is already off by default in Qt 6. In Qt 5 this flag was set by default for QDialogs, and on Windows put a ? button in the corner of the title bar allowing users to activate Qt's QWhatsThis help system for a given widget. Since we don't set that text the ? button was useless and so we hid it manually.
2025-05-29DolphinQt: Move the "Point (Passthrough)" "Enabled" checkbox below the ↵Jordan Woyak
mapping indicator.
2025-05-29InputCommon/DolphinQt: Add advanced settings button for "Point" and "Point ↵CostPerUnit
(Passthrough)" "Enabled" checkboxes.
2025-05-26DolphinQt: Make WrapInScrollArea and GetWrappedWidget less hacky.Jordan Woyak
2025-05-15DolphinQt/Mapping: Replace Motion Input "WARNING: " text with a warning icon.Jordan Woyak
2025-05-15DolphinQt: Add utility function for creating label text with a standard icon.Jordan Woyak
2025-05-01Make overriding explicit and remove redundant virtual specifiers on ↵Dr. Dystopia
overriding destructors - Core & UnitTests
2025-03-28Merge pull request #13456 from jordan-woyak/mapping-window-blank-square-fixJMC47
DolphinQt: Fix blank square in MappingWindow's top-left corner.
2025-03-25DolphinQt: Fix blank square in MappingWindow's top-left corner.Jordan Woyak
2025-03-23Merge pull request #13093 from mitaclaw/ranges-modernization-4-projectionJMC47
Ranges Algorithms Modernization - Projection
2025-03-22Core / DolphinQt / InputCommon: reduce the number disk writes when using ↵iwubcode
DynamicInputTextures
2025-03-09Simplify `std::count_if` with `std::ranges::count` and projectionsmitaclaw
2025-03-02InputCommon: Use Clock from CommonTypes.Jordan Woyak
2025-02-24DolphinQt: Fix MappingButton not updating text on middle-click clear.Jordan Woyak
2025-02-15Merge pull request #13343 from jordan-woyak/dark-theme-indicator-gate-colorsJMC47
DolphinQt/Mapping: Adjust dark theme indicator gate color calculation.
2025-02-15DolphinQt/Mapping: Clear and skip "Modifier" iterative input mappings when usingJordan Woyak
analog inputs.
2025-02-15DolphinQt: Add setting to enable iterative input mappings.Jordan Woyak
2025-02-15Merge pull request #13320 from jordan-woyak/detect-alternationsJMC47
DolphinQt/Mapping: Add setting to enable waiting for alternate mappings.
2025-02-10DolphinQt/Mapping: Adjust dark theme indicator gate color calculation.Jordan Woyak
2025-02-02Merge pull request #13280 from jordan-woyak/input-expressions-highlightingJMC47
InputCommon/DolphinQt: Fix sometimes broken syntax highlighting in IOWindow.
2025-02-01DolphinQt/Mapping: Add setting to enable waiting for alternate mappingsJordan Woyak
using the OR-operator.
2025-01-27Merge pull request #13297 from jordan-woyak/config-ext-btnJMC47
DolphinQt: Add a "Configure Extension" button under the extension selection combo box.
2025-01-27Merge pull request #13178 from jordan-woyak/input-expressions-conditional-opJMC47
InputCommon: Add ternary conditional operator to input expressions.
2025-01-22DolphinQt: Add a "Configure Extension" button under the extensionJordan Woyak
selection combo box.
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
that don't have a large indicator.
2025-01-17DolphinQt: Fix QObject::connect: signal not found in IOWindow error.Jordan Woyak
2025-01-17DolphinQt: Make input expression syntax highlighting less hacky.Jordan Woyak
2025-01-17ExpressionParser: Remove RemoveInertTokens.Jordan Woyak
2025-01-15DolphinQt: Fix ASSERT failure in IOWindow in debug build.Jordan Woyak
2025-01-08Merge pull request #13158 from jordan-woyak/wiiu-renameTilka
DolphinQt: Rename "GameCube Adapter for Wii U".
2025-01-01DolphinQt: Make input mapping and output testing non-blocking.Jordan Woyak