summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-132-2/+2
|\|
| * Make m_pressAndHoldTimer into a raw pointer to avoid deleting it twiceSvenn-Arne Dragly2017-09-282-2/+2
* | Improve plugin loading with -no-feature-libraryUlf Hermann2017-10-202-17/+12
* | Replace Q_NULLPTR with nullptrKevin Funk2017-09-252-2/+2
* | Replace Q_DECL_FINAL with finalKevin Funk2017-09-2522-49/+49
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2540-86/+86
|/
* Get rid of the AllocationPolicy template argument in the ResourceManagerLars Knoll2017-09-111-32/+16
* Doc: add doc to undocumented methods/propertiesNico Vertriest2017-08-283-0/+9
* QMouseHandler: Add a parent to the internal timerGuilhem Vallat2017-08-252-0/+9
* Complete QML documentation for QAxisAccumulatorPaul Lemire2017-08-181-0/+18
* Fix qml signal documentation for QMouseHandlerPaul Lemire2017-08-181-25/+49
* Doc: add doc to undocumented methodsNico Vertriest2017-08-111-0/+3
* Use QSharedPointer::create() moreMarc Mutz2017-07-222-3/+3
* Doc: add basic doc to undocumented classesNico Vertriest2017-06-091-0/+5
* Normalize Q_ARG to avoid temporary memory allocationsSergio Martins2017-06-032-2/+2
* Fix container detachments detected by clazySergio Martins2017-05-261-1/+2
* Fix build for -no-feature-wheeleventStephan Binner2017-04-2713-8/+57
* Fix build for -no-feature-gesturesStephan Binner2017-04-272-1/+9
* Fix build for -no-feature-shortcutStephan Binner2017-04-271-0/+2
* Fix warnings for -no-feature-libraryStephan Binner2017-04-271-0/+5
* Fix spelling in comments and docsAndy Maloney2017-04-061-1/+1
* Merge branch '5.8' into 5.9Sean Harmer2017-04-02105-210/+310
|\
| * Coding convention fix for Src/inputRobert Brock2017-03-16105-208/+307
* | Wrap QLibrary header inclusion inside QT_CONFIG(library)Kimmo Ollila2017-03-211-0/+2
* | Doc: added parameter specificationsNico Vertriest2017-03-211-1/+1
* | Deliver all events by default unless marked as intermediateSean Harmer2017-02-096-15/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-11/+5
|\|
| * Doc: corrected several qdoc errors qt3dNico Vertriest2017-01-251-10/+4
| * Doc: minor spelling mistakeNico Vertriest2017-01-251-1/+1
* | Set the final flag on scene changes coming from the backendPaul Lemire2017-01-266-0/+15
* | Merge branch '5.8' into devSean Harmer2016-12-2115-11/+512
|\|
| * Merge branch '5.8.0' into 5.8Sean Harmer2016-12-1615-11/+512
| |\
| | * Fix warnings about unregistered metatypesSean Harmer2016-12-081-0/+3
| | * Add plumbing and process AxisAccumulators each frameSean Harmer2016-12-0715-4/+294
| | * QAxisAccumulaor should be a componentSean Harmer2016-12-073-7/+7
| | * Add backend class for AxisAccumulator and testsSean Harmer2016-12-073-2/+210
* | | Add missing emit keyword when calling signalsSergio Martins2016-12-183-3/+3
|/ /
* | Doc: removed superfluous (double) documentation + link errorNico Vertriest2016-12-071-8/+3
* | Doc: Specify #include path for each \classTopi Reinio2016-12-075-0/+6
|/