summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes to compile against 5.15Paul Lemire2021-02-011-0/+1
* Drop use of QVector in MovingAverageMike Krus2021-01-052-3/+4
* Enable compiling non-QML API against Qt 5.15Mike Krus2021-01-053-2/+2
* Restore use of QVector in private APIMike Krus2021-01-051-1/+1
* Fix plugin names for 3DInputMike Krus2020-12-151-1/+1
* Handle API changes for event handlingMike Krus2020-12-013-1/+20
* 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 deprecated API usage and compile warningsMike Krus2020-11-202-5/+5
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-11-022-3/+3
* Use internal CMake APIMike Krus2020-10-071-2/+2
* Fix compilation with newer qtbaseFabian Kosmale2020-08-251-0/+2
* InternalEventFilter: forward some missing eventsPaul Lemire2020-08-061-0/+10
* 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