summaryrefslogtreecommitdiffstats
path: root/tests/auto/input
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Linear scaling for key controlled axisColin Ogilvie2016-05-122-0/+169
* Rename QNodeRemovedPropertyChange -> QPropertyNodeRemovedChangeSean Harmer2016-05-105-11/+11
* Rename QNodeAddedPropertyChange -> QPropertyNodeAddedChangeSean Harmer2016-05-105-11/+11
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-1012-36/+36
* Remove QSceneChange::SenderTypeSean Harmer2016-05-107-13/+13
* Remove ChangeFlag from NodeUpdated change type ctorsSean Harmer2016-05-107-13/+13
* Rename NodeAdded/NodeRemoved ChangeFlagsSean Harmer2016-05-103-8/+8
* Rename NodeUpdated ChangeFlag to PropertyUpdatedSean Harmer2016-05-1011-21/+21
* Change QList<int> properties to QVector<int>Kevin Ottens2016-05-043-14/+14
* Remove QBackendNode::updateFromPeer()Sean Harmer2016-05-035-12/+7
* Bring more type safety to the buttons propertiesKevin Ottens2016-05-023-27/+15
* Turn QAxisInput into QAbstractAxisInputKevin Ottens2016-05-027-68/+74
* Split QAnalogAxisInput out of QAxisInputKevin Ottens2016-05-029-73/+297
* Splitting of QAxisInputRobert Brock2016-05-027-83/+372
* Remove QbackendNode::setPeer(QNode *)Sean Harmer2016-05-026-6/+12
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-1/+1
* QNodeRemovedChange: contains QNodeIdTypePairPaul Lemire2016-05-012-2/+2
* QNodeAddedChange: contains a QNodeIdTypePairPaul Lemire2016-05-012-4/+24
* QNodeCreation overhaulPaul Lemire2016-04-293-0/+12
* Strip out cloning subsystemSean Harmer2016-04-296-112/+97
* QLogicalDevice/LogicalDevice use new added/removed change typesSean Harmer2016-04-271-16/+21
* QAxis/Axis use new added/removed change typesSean Harmer2016-04-272-14/+18
* QAction/Action use new added/removed change typesSean Harmer2016-04-272-14/+18
* QNode: make cleanup a private slotPaul Lemire2016-04-236-30/+0
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-218-35/+35
* QBackendNode::peerUuid() renamed to peerId()Paul Lemire2016-03-053-9/+9
* QAxis: remove name propertyPaul Lemire2016-03-052-31/+2