summaryrefslogtreecommitdiffstats
path: root/tests/auto/input
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated classes and functionsPaul Lemire2020-02-1121-638/+101
* Merge remote-tracking branch 5.15 into devMike Krus2020-02-0717-21/+220
|\
| * QMouseDevice: add updateAxesContinuously propertyPaul Lemire2020-01-282-4/+114
| * QMouseEvent: fix BIC issue following Modifier/Modifiers changePaul Lemire2019-10-223-1/+106
| * Clean up old property update codeMike Krus2019-10-2012-16/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1926-587/+246
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-122-25/+18
|\|
| * Update QAxis to use direct syncMike Krus2019-09-302-25/+18
* | Remove usages of deprecated APIsSona Kurazyan2019-09-101-15/+23
|/
* 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