summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp
AgeCommit message (Expand)Author
2026-01-17Fix various typos and spelling mistakesSintendo
2025-06-14InputCommon: Make InputDetector::Start take a span instead of a vector.Jordan Woyak
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-06-07DolphinQt: Replace widespread SetQWidgetWindowDecorations calls with an event...Jordan Woyak
2025-06-06DolphinQt: Remove redundant window hintsDentomologist
2025-02-02Merge pull request #13280 from jordan-woyak/input-expressions-highlightingJMC47
2025-01-27Merge pull request #13178 from jordan-woyak/input-expressions-conditional-opJMC47
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-01DolphinQt: Make input mapping and output testing non-blocking.Jordan Woyak
2024-11-07InputCommon: Add ternary conditional operator to input expressions.Jordan Woyak
2024-03-14ControllerInterface: Add IsHidden function to Control interface.Jordan Woyak
2023-11-04DolphinQt: Remove unnecessary qOverloadsDentomologist
2023-08-12DolphinQt: Adjust panel-specific colors and syntax highlighting for dark theme.Admiral H. Curtiss
2022-10-11Input: Add "abs" input expression function.Jordan Woyak
2022-06-26DolphinQt: Renamed "Range" to "Multiplier" in advanced mapping window. Remove...Jordan Woyak
2022-05-21Added double click to add expressions when mappingSage King
2022-03-06Move parts of MappingCommon out of DolphinQtJosJuice
2021-10-13Fix all uninitialized variable warnings (C26495)Pokechu22
2021-09-27Do not update hotkey assignments on window closesowens99
2021-09-27Do not accept on hotkey syntax errorssowens99
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-07Qt: Fix IOWindow keeping a shared ptr to devices even after them being remove...Filoppi
2021-05-24Expose Control Expression variables to mappings UIFiloppi
2021-02-09Config: Fix expression window scroll wheel spamDentomologist
2020-11-26Qt/IOWindow: Remove Apply button.Admiral H. Curtiss
2020-11-26Qt/IOWindow: Show the current value of the expression.Admiral H. Curtiss
2020-11-26Qt/IOWindow: Apply expressions immediately so we can query the current value ...Admiral H. Curtiss
2020-08-02Qt/IOWindow: Add a handful of math functions to the function dropdown.Admiral H. Curtiss
2020-04-28DolphinQt: Use qOverload where applicableLioncash
2020-02-24DolphinQt: Break mapping indicators into separate classes. Ensure "state lock...Jordan Woyak
2020-02-06DolphinQt: setTabKeyNavigation(false) on QTableWidget and QTableView.Jordan Woyak
2019-11-08DolphinQt: Hide unused buttons in the advanced mapping dialog.Jordan Woyak
2019-11-08Merge pull request #8396 from jordan-woyak/mapping-input-list-statesLéo Lam
2019-10-20ExpressionParser: Add XOR operator.Jordan Woyak
2019-10-18DolphinQt/Mapping: Explicitly specify parents of conditionally added widgets ...Jordan Woyak
2019-10-18Qt/Mapping: Show current input states in advanced dialog.Jordan Woyak
2019-10-12ExpressionParser: Add support for /* */ style comments.Jordan Woyak
2019-10-11ExpressionParser: Remove ! character from function syntax. Remove unused seri...Jordan Woyak
2019-10-11ExpressionParser: Remove !while and add optional 2nd argument to !smooth.Jordan Woyak
2019-10-11ExpressionParser/DolphinQt: Added parse results to UI.Jordan Woyak
2019-10-11DolphinQT: Add syntax highlighting from tokenizer data.Jordan Woyak
2019-10-11DolphinQT/IOWindow: Add combo boxes to insert the new operators and functions...Jordan Woyak
2019-04-27DolphinQt: Fix "Default" and "Clear" buttons not updating the displayed exten...Jordan Woyak
2019-03-15DolphinQ: Mapping UI cleanups.Jordan Woyak
2019-03-03ControllerInterface/DolphinQt: Make mapping "all devices" way less hacky.Jordan Woyak
2019-02-13Use empty instead of sizeFilip Gawin
2018-10-07IOWindow: append new text at the end by defaultmazes-80