summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update QAction to use direct syncingMike Krus2019-10-014-42/+14
* Update QAxis to use direct syncMike Krus2019-09-304-47/+17
* Enable direct syncing on input aspectMike Krus2019-09-305-0/+164
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-0/+4
|\
| * Reset input axis changes when enabling camera controllerMike Krus2019-09-301-0/+4
* | Remove the Aspect ThreadPaul Lemire2019-08-074-35/+17
* | Revert "QWheelEvent: temporarily disable deprecation warnings around x(), y()"Marc Mutz2019-07-311-3/+0
* | QMouseEvent: port away from deprecated QWheelEvent::x/y()Marc Mutz2019-07-311-2/+2
* | QWheelEvent: temporarily disable deprecation warnings around x(), y()Marc Mutz2019-07-311-0/+3
* | Eradicate Q_FOREACH loops and mark the module cleanMarc Mutz2019-05-221-3/+0
* | Merge remote-tracking branch origin/5.13 into devPaul Lemire2019-04-1534-37/+37
|\|
| * Switch export macros to standard formKai Koehne2019-04-0234-37/+37
* | Fix MouseEvent/WheelEvent to properly forward all keyboard modifiersPaul Lemire2019-03-062-32/+39
|/
* Fix GCC warning about cv qualifiers in castThiago Macieira2019-02-271-1/+1
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-194-4/+4
* Fix bad use of QEvent::TimerThiago Macieira2018-05-011-1/+1
* Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-208-163/+238
* Revert "Doc: Divide documentation into submodules"Topi Reinio2018-04-203-124/+0
* Document state of the Qt 3D modulesKai Koehne2018-03-121-0/+3
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-151-1/+1
|\
| * Doc: add doc to undocumented methods and properties qt3dNico Vertriest2018-02-061-1/+1
* | Doc: Divide documentation into submodulesTopi Reinio2018-02-093-0/+121
* | Merge branch '5.10' into devSean Harmer2018-01-176-54/+38
|\|
| * Iterate by const reference on handlesMike Krus2018-01-134-6/+6
| * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-132-48/+32