summaryrefslogtreecommitdiffstats
path: root/src/input/frontend
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes to compile against 5.15Paul Lemire2021-02-011-0/+1
* Enable compiling non-QML API against Qt 5.15Mike Krus2021-01-051-0/+2
* Handle API changes for event handlingMike Krus2020-12-011-0/+5
* Fix Qt 5.15 usageMike Krus2020-11-262-2/+6
* CMake: Build docs for Qt 3DTopi Reinio2020-11-262-0/+4
* Handle fallout from QEvent loosing it's copy constructorMike Krus2020-11-234-40/+49
* Fix compilation with newer qtbaseFabian Kosmale2020-08-251-0/+2
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-0911-22/+22
* Use QList instead of QVectorJarek Kobus2020-07-0718-37/+37
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-023-9/+12
* Input Aspect: Dispatch events directlyMike Krus2020-07-012-4/+20
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-2/+2
* Clean input event handlingMike Krus2020-06-231-2/+1
* Update dependenciesPaul Lemire2020-06-121-2/+2
* Fix build for Qt6Mike Krus2020-05-066-8/+5
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-3/+4
|\
| * Implement Mouse Click and Double Click on MouseHandlerMike Krus2020-03-191-3/+4
* | Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-03-101-4/+4
|\|
| * Doc: Fix incorrect use of \default QDoc commandTopi Reinio2020-03-051-4/+4
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-2/+2
|\|
| * Doc: Fix typo in updateAxesContinuouslyKai Koehne2020-02-261-2/+2
* | Add QBackendNode::syncFromFrontEnd to public APIMike Krus2020-02-272-8/+0
* | Remove deprecated classes and functionsPaul Lemire2020-02-1140-545/+32
|/
* QMouseDevice: add updateAxesContinuously propertyPaul Lemire2020-01-283-0/+43
* Revert "Fix post FF API changes"Mike Krus2019-12-031-19/+19
* Doc: Fix documentation warningsTopi Reinio2019-11-134-8/+8
* Fix post FF API changesMike Krus2019-10-221-19/+19
* Restore sceneChangeEvent overload that were removedPaul Lemire2019-10-2212-0/+50
* QMouseEvent: fix BIC issue following Modifier/Modifiers changePaul Lemire2019-10-222-11/+10
* Clean up old property update codeMike Krus2019-10-208-18/+0
* Restore use of Added/Removed messages for aspects not supporting syncMike Krus2019-10-146-14/+14
* Update MouseEventDispatcherJob to use direct syncMike Krus2019-10-112-19/+0
* Update LoadProxyDeviceJob to use direct syncMike Krus2019-10-113-32/+24
* Update keyboard handling jobs to use direct syncMike Krus2019-10-112-20/+0
* Update AxisAccumulatorJob to use direct syncMike Krus2019-10-112-14/+0
* Update UpdateAxisActionJob to use direct syncMike Krus2019-10-094-26/+0
* Clean up includesMike Krus2019-10-014-10/+0
* Update QGamepadInput to use direct syncMike Krus2019-10-011-1/+1
* Update QPhysicalDeviceProxy to use direct syncMike Krus2019-10-011-1/+1
* Update QInputSettings to use direct syncMike Krus2019-10-011-1/+1
* Update QLogicalDevice to use direct syncMike Krus2019-10-012-22/+5
* Update input action classes to use direct syncMike Krus2019-10-013-30/+7
* Update Axis Input classes to use direct syncMike Krus2019-10-011-2/+2
* Update QMouseHandler to use direct syncMike Krus2019-10-011-1/+1
* Update QAxisAccumulator to use direct syncMike Krus2019-10-011-1/+1
* Update QKeyboardHandler to use direct syncMike Krus2019-10-011-1/+1
* Update device nodes to use direct syncMike Krus2019-10-013-25/+12
* Update QAxisSetting to use direct syncMike Krus2019-10-011-1/+1
* Update QAction to use direct syncingMike Krus2019-10-012-11/+3
* Update QAxis to use direct syncMike Krus2019-09-302-12/+3