summaryrefslogtreecommitdiffstats
path: root/tests/auto/input
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix spurious sequence trigger on first key pressKevin Ottens2016-08-241-7/+4
| * Fix timeout handling in input chordsKevin Ottens2016-08-241-2/+2
| * Fix spurious chord trigger on first key pressKevin Ottens2016-08-241-4/+2
| * Move input, chord and sequence logic out of jobKevin Ottens2016-08-245-2/+441
| * Complete the test harness around physical devicesKevin Ottens2016-08-247-5/+110
| * Tests for ActionInput, InputChord & InputSequenceKevin Ottens2016-08-247-0/+463
* | Adjust to qtConfig() changes in qtbaseLiang Qi2016-08-211-1/+1
* | tst_qaxisaccumulator: replace QCOMPARE by QVERIFYPaul Lemire2016-08-131-1/+1
* | Long live QAxisAccumulator!Sean Harmer2016-08-113-1/+239
|/
* tst_QKeyboardHandler: add test for keyboard device bookkeepingPaul Lemire2016-06-291-0/+34
* tst_QLogicalDevice: add tests for axis and actions bookkeepingPaul Lemire2016-06-291-0/+68
* tst_QAction: add test for input bookkeepingPaul Lemire2016-06-291-0/+34
* tst_QAxis: add tests for input bookkeepingPaul Lemire2016-06-291-0/+34
* tst_QActionInput: add test for sourceDevice bookkeepingPaul Lemire2016-06-291-0/+34
* tst_QAbstractAxisInput: add test for sourceDevice bookkeepingPaul Lemire2016-06-291-0/+34
* Unit tests for QKeyboardHandlerKevin Ottens2016-05-235-1/+300
* Avoid crash in QML app shutdown and actually send events in C++ appSean Harmer2016-05-207-7/+14