summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/Mapping
AgeCommit message (Expand)Author
2024-12-15Modernize `std::any_of` with rangesmitaclaw
2024-12-07Merge pull request #13196 from jordan-woyak/expanding-numeric-settingsJosJuice
2024-11-25DolphinQt: Update mapping indicators at screen refresh rate.Jordan Woyak
2024-11-25DolphinQt: Make mapping indicators compatible with a variable update frequency.Jordan Woyak
2024-11-24DolphinQt: Make mapping window spinboxes horizontally expanding.Jordan Woyak
2024-11-07InputCommon: Add ternary conditional operator to input expressions.Jordan Woyak
2024-10-31DolphinQt: Rename "GameCube Adapter for Wii U" to "GameCube Controller Adapter".Jordan Woyak
2024-10-15Merge pull request #13090 from mitaclaw/ranges-modernization-1-trivialJosJuice
2024-10-12Merge pull request #13125 from jordan-woyak/mapping-tab-bar-auto-hideTilka
2024-10-11DolphinQt: Auto hide the mapping window tab bar.Jordan Woyak
2024-10-11DolphinQt/MappingIndicator: Use Settings::IsThemeDark instead of reimplementi...Jordan Woyak
2024-10-10Modernize `std::max_element` with rangesmitaclaw
2024-06-23DolphinQt: fix -Wunused-const-variable warningTillmann Karras
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-14ControllerInterface: Add IsHidden function to Control interface.Jordan Woyak
2024-03-11DolphinQt: Add IRPassthrough indicator.Jordan Woyak
2024-03-11WiimoteEmu: Add user-accessible controls that report the desired state of the...Admiral H. Curtiss
2024-02-04InputCommon: Unify GetProfileName and GetProfileDirectoryNameJosJuice
2023-12-29DolphinQt/Mapping: Add "Use Mouse Controlled Pointing" button.luc-git
2023-11-04DolphinQt: Remove unnecessary qOverloadsDentomologist
2023-08-12DolphinQt: Adjust panel-specific colors and syntax highlighting for dark theme.Admiral H. Curtiss
2023-08-12DolphinQt: Set window decorations for all top-level QWidgets.Admiral H. Curtiss
2023-06-12ControllerEmu: Convert Translatability to enum classDentomologist
2023-05-26Add Hotkeys for Skylanders Portal and Infinity Base Menusjnaidu360
2023-04-13Common/IniFile: Move interface into Common namespaceLioncash
2022-12-04Merge pull request #11268 from jordan-woyak/ascii-controllerMai
2022-11-11DolphinQt: Allow mapping buttons to expand horizontally.Jordan Woyak
2022-11-11DolphinQt: Rename "Keyboard" to "Keyboard Controller" and add warning text.Jordan Woyak
2022-10-29Merge pull request #11150 from jordan-woyak/all-devices-less-confusingAdmiral H. Curtiss
2022-10-11Input: Add "abs" input expression function.Jordan Woyak
2022-10-09DolphinQt: Make "All Devices" mapping hopefully less confusing.Jordan Woyak
2022-09-11Add emulated Shinkansen controllerTillmann Karras
2022-07-07Merge pull request #10710 from jordan-woyak/rename-rangeAdmiral H. Curtiss
2022-06-26DolphinQt: Renamed "Range" to "Multiplier" in advanced mapping window. Remove...Jordan Woyak
2022-06-26DolphinQt: Don't show the advanced input settings on the main dialog.Jordan Woyak
2022-05-21Added double click to add expressions when mappingSage King
2022-03-27Merge pull request #10497 from martinD2014/masterAdmiral H. Curtiss
2022-03-08Add NonDefaultQPushButton to set autoDefault of buttons to falseMartin
2022-03-06Move parts of MappingCommon out of DolphinQtJosJuice
2022-01-05Config: Port GC Adapter settings to new config system.Admiral H. Curtiss
2021-12-10Treewide: Adjust order of includesPokechu22
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-10-07MappingWindow: disable hotkeys while window is activesowens99
2021-10-06Merge pull request #10131 from malleoz/hotkey-syntax-fixLéo Lam
2021-10-05Update MappingWindow.cppPPLToast
2021-09-27Do not update hotkey assignments on window closesowens99
2021-09-27Do not accept on hotkey syntax errorssowens99
2021-08-03Preserve spaces in mapping preview of control namesFilippo Tarpini
2021-07-13Qt/Core: Implement GBA HotkeysBonta