summaryrefslogtreecommitdiffstats
path: root/src/input
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* LCOV exclusion comments squashedPaul Lemire2016-11-234-10/+10
* QInputAspect: register functor to create PhysicalDeviceProxyPaul Lemire2016-11-191-0/+2
* ActionInput: remove {} for single line ifPaul Lemire2016-11-191-3/+2
* UpdateAxisActionJob: handle proxy physical devicesPaul Lemire2016-11-195-27/+6
* Input: add utils header with helpersPaul Lemire2016-11-192-1/+105
* PhysicalDeviceProxy: store id of loaded devicePaul Lemire2016-11-192-1/+12
* MouseDevice: make testablePaul Lemire2016-11-192-20/+50
* QMouseDevice: add buttonIdentifier method which was missingPaul Lemire2016-11-192-0/+18
* UpdateAxisAxtionJob: typedef should be using a QSharedPointerPaul Lemire2016-11-181-1/+1
* QInputAspect: use the load device wrapper jobPaul Lemire2016-11-181-0/+11
* Input: add LoadProxyDeviceJobPaul Lemire2016-11-183-2/+190
* Input: move createPhysicalDevice into input handlerPaul Lemire2016-11-183-7/+15
* Input JobCommons: add entry for device proxy jobPaul Lemire2016-11-181-1/+2
* Add PhysicalDeviceProxy: backend for QAbstractPhysicalDeviceProxyPaul Lemire2016-11-187-2/+267
* Add QAbstractPhysicalDeviceProxyPaul Lemire2016-11-184-2/+432
* QInputSettings: store connection in dptrPaul Lemire2016-11-143-6/+5
* ButtonAxisInput shouldn't process when disabledKevin Ottens2016-10-291-0/+3
* AnalogAxisInput shouldn't process when disabledKevin Ottens2016-10-291-0/+3
* Axes shouldn't change value when disabledKevin Ottens2016-10-292-1/+3
* InputSequences shouldn't process when disabledKevin Ottens2016-10-291-0/+3
* InputChords shouldn't process when disabledKevin Ottens2016-10-291-0/+3
* ActionInputs shouldn't process when disabledKevin Ottens2016-10-291-0/+3
* Actions should not activate when disabledKevin Ottens2016-10-292-1/+3
* Respect logical devices enabled stateKevin Ottens2016-10-291-0/+4
* Move all axis input logic in the relevant classesKevin Ottens2016-10-298-62/+90
* Merge branch '5.7' into 5.8Sean Harmer2016-10-104-4/+9
|\
| * Export AxisSetting for unit testsPaul Lemire2016-10-101-1/+1