summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-0934-90/+83
* Use QList instead of QVectorJarek Kobus2020-07-0718-37/+37
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-025-12/+15
* Input Aspect: Dispatch events directlyMike Krus2020-07-0118-965/+221
* Add ; to Q_UNUSEDLars Schmertmann2020-06-245-7/+7
* Clean input event handlingMike Krus2020-06-238-233/+54
* Fix handling of SSE/AVX sourceMike Krus2020-06-171-1/+3
* MouseEventFilter: use QMouseEvent::position for move eventsPaul Lemire2020-06-161-1/+1
* Update dependenciesPaul Lemire2020-06-122-5/+5
* Add support for building with CMakeMike Krus2020-05-221-0/+106
* QResourcesManager: switch to std::vectorPaul Lemire2020-05-201-1/+1
* Fix build for Qt6Mike Krus2020-05-067-8/+6
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-272-3/+5
|\
| * Implement Mouse Click and Double Click on MouseHandlerMike Krus2020-03-192-3/+5
* | 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-273-9/+1
* | Remove custom deprecation macroPaul Lemire2020-02-121-1/+0
* | Remove deprecated classes and functionsPaul Lemire2020-02-1159-575/+62
|/
* QMouseDevice: add updateAxesContinuously propertyPaul Lemire2020-01-285-2/+54
* Fix deprecation handlingMike Krus2020-01-141-0/+1
* Revert "Fix post FF API changes"Mike Krus2019-12-031-19/+19
* Revert "Update jobs to remove post FF changes"Mike Krus2019-12-0312-7/+19
* Doc: Fix documentation warningsTopi Reinio2019-11-134-8/+8
* Update jobs to remove post FF changesMike Krus2019-10-2212-19/+7
* 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
* Fix Coverity warningsMike Krus2019-10-212-0/+2
* Clean up old property update codeMike Krus2019-10-2010-20/+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-116-63/+45
* Update LoadProxyDeviceJob to use direct syncMike Krus2019-10-116-44/+65
* Update keyboard handling jobs to use direct syncMike Krus2019-10-118-53/+78
* Update AxisAccumulatorJob to use direct syncMike Krus2019-10-115-37/+40
* Update UpdateAxisActionJob to use direct syncMike Krus2019-10-098-51/+63
* Clean up includesMike Krus2019-10-0115-30/+0
* Update QGamepadInput to use direct syncMike Krus2019-10-011-1/+1
* Update QPhysicalDeviceProxy to use direct syncMike Krus2019-10-013-12/+19
* Update QInputSettings to use direct syncMike Krus2019-10-013-21/+11
* Update QLogicalDevice to use direct syncMike Krus2019-10-014-60/+17
* Update input action classes to use direct syncMike Krus2019-10-0111-145/+41
* Update Axis Input classes to use direct syncMike Krus2019-10-017-68/+32
* Update QMouseHandler to use direct syncMike Krus2019-10-013-25/+14
* Update QAxisAccumulator to use direct syncMike Krus2019-10-013-33/+18
* Update QKeyboardHandler to use direct syncMike Krus2019-10-013-30/+22
* Update device nodes to use direct syncMike Krus2019-10-0112-134/+69
* Update QAxisSetting to use direct syncMike Krus2019-10-013-28/+14