summaryrefslogtreecommitdiffstats
path: root/tests/auto/input
Commit message (Expand)AuthorAgeFilesLines
* QMouseEvent: fix BIC issue following Modifier/Modifiers changePaul Lemire2019-10-223-1/+106
* Clean up old property update codeMike Krus2019-10-2012-16/+0
* Update LoadProxyDeviceJob to use direct syncMike Krus2019-10-114-57/+6
* Update AxisAccumulatorJob to use direct syncMike Krus2019-10-112-79/+0
* Update UpdateAxisActionJob to use direct syncMike Krus2019-10-094-99/+1
* Clean up includesMike Krus2019-10-0117-41/+4
* Update QPhysicalDeviceProxy to use direct syncMike Krus2019-10-012-6/+6
* Update QLogicalDevice to use direct syncMike Krus2019-10-012-55/+38
* Update input action classes to use direct syncMike Krus2019-10-013-79/+65
* Update Axis Input classes to use direct syncMike Krus2019-10-014-69/+49
* Update QAxisAccumulator to use direct syncMike Krus2019-10-012-22/+15
* Update QKeyboardHandler to use direct syncMike Krus2019-10-011-24/+19
* Update device nodes to use direct syncMike Krus2019-10-012-29/+23
* Update QAxisSetting to use direct syncMike Krus2019-10-011-2/+2
* Update QAction to use direct syncingMike Krus2019-10-012-25/+18
* Update QAxis to use direct syncMike Krus2019-09-302-25/+18
* Use sync method when initializing new backend nodesMike Krus2019-08-291-1/+0
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-287-119/+50
* Replace Q_DECL_FINAL with finalKevin Funk2017-09-252-20/+20
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-254-16/+16
* Use QSharedPointer::create() moreMarc Mutz2017-07-2211-22/+22
* Deliver all events by default unless marked as intermediateSean Harmer2017-02-094-8/+0
* Set the final flag on scene changes coming from the backendPaul Lemire2017-01-264-0/+11
* Add plumbing and process AxisAccumulators each frameSean Harmer2016-12-075-1/+235
* Add backend class for AxisAccumulator and testsSean Harmer2016-12-073-1/+214
* Add unit tests for Input::UtilsPaul Lemire2016-11-193-1/+241
* PhysicalDeviceProxy: store id of loaded devicePaul Lemire2016-11-191-0/+4
* Unit tests for mouse devicePaul Lemire2016-11-193-1/+266
* Add unit tests for QMouseDevicePaul Lemire2016-11-193-1/+204
* Input testdevice: add missing include guardsPaul Lemire2016-11-181-0/+5
* Add unit tests for LoadProxyDeviceJobPaul Lemire2016-11-183-1/+199
* Input tests common: specify proxy device namePaul Lemire2016-11-181-4/+4
* Add unit tests for PhysicalDeviceProxyPaul Lemire2016-11-183-1/+164
* Tests: move TestArbiter into core commonPaul Lemire2016-11-1811-11/+4
* Add unit tests for QAbstractPhysicalDeviceProxyPaul Lemire2016-11-185-2/+290
* LogicalDevice: add unit testsPaul Lemire2016-11-183-1/+201
* ButtonAxisInput shouldn't process when disabledKevin Ottens2016-10-291-0/+42
* AnalogAxisInput shouldn't process when disabledKevin Ottens2016-10-291-0/+35
* Axes shouldn't change value when disabledKevin Ottens2016-10-291-0/+17
* InputSequences shouldn't process when disabledKevin Ottens2016-10-291-0/+47
* InputChords shouldn't process when disabledKevin Ottens2016-10-291-0/+39
* ActionInputs shouldn't process when disabledKevin Ottens2016-10-291-0/+24
* Actions should not activate when disabledKevin Ottens2016-10-291-0/+17
* Move all axis input logic in the relevant classesKevin Ottens2016-10-293-13/+73
* Merge branch '5.7' into 5.8Sean Harmer2016-10-104-1/+271
|\
| * Unit Tests for QAbstractPhysicalDeviceBackendNodePaul Lemire2016-10-103-1/+259
| * Have sane default for QButtonAxisInput::scaleKevin Ottens2016-09-281-0/+12
* | Merge branch '5.7' into 5.8Sean Harmer2016-08-2513-5/+1007
|\|
| * Frontend is in ms but backend in nsKevin Ottens2016-08-252-38/+38
| * Fix order handling in input sequencesKevin Ottens2016-08-241-1/+1