summaryrefslogtreecommitdiffstats
path: root/src/input/frontend
Commit message (Expand)AuthorAgeFilesLines
...
* Enable direct syncing on input aspectMike Krus2019-09-302-0/+9
* 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
* | 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
* | Merge remote-tracking branch origin/5.13 into devPaul Lemire2019-04-1530-31/+31
|\|
| * Switch export macros to standard formKai Koehne2019-04-0230-31/+31
* | 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
* 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
* | Merge branch '5.10' into devSean Harmer2018-01-171-1/+1
|\|
| * Iterate by const reference on handlesMike Krus2018-01-131-1/+1
* | 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-252-12/+12
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2518-33/+33
|/
* 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
* Doc: add basic doc to undocumented classesNico Vertriest2017-06-091-0/+5
* Normalize Q_ARG to avoid temporary memory allocationsSergio Martins2017-06-031-1/+1
* Fix build for -no-feature-wheeleventStephan Binner2017-04-274-0/+11
* 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-0254-96/+140
|\
| * Coding convention fix for Src/inputRobert Brock2017-03-1654-94/+137
* | Wrap QLibrary header inclusion inside QT_CONFIG(library)Kimmo Ollila2017-03-211-0/+2
* | Doc: added parameter specificationsNico Vertriest2017-03-211-1/+1
* | 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
* | Merge branch '5.8' into devSean Harmer2016-12-215-8/+68
|\|
| * Merge branch '5.8.0' into 5.8Sean Harmer2016-12-165-8/+68
| |\
| | * Fix warnings about unregistered metatypesSean Harmer2016-12-081-0/+3
| | * Add plumbing and process AxisAccumulators each frameSean Harmer2016-12-075-1/+58
| | * QAxisAccumulaor should be a componentSean Harmer2016-12-073-7/+7
* | | 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
|/