summaryrefslogtreecommitdiffstats
path: root/src/input/frontend
Commit message (Expand)AuthorAgeFilesLines
* Unify license header usageAntti Kokko2016-01-2658-638/+812
* QInputAspect: create EventSourceSetterHelper in main threadPaul Lemire2016-01-221-7/+2
* QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-222-4/+4
* QInputSettings: add missing export and clone macrosPaul Lemire2016-01-191-1/+3
* QInputAspect: hookup EventSourceHelper/InputSetingsPaul Lemire2016-01-191-0/+2
* QInputAspect/InputHandler: add EventSourceSetterHelper memberPaul Lemire2016-01-191-1/+10
* QInputAspect: register backend type for QInputSettingsPaul Lemire2016-01-191-0/+4
* QInputSettings addedPaul Lemire2016-01-194-2/+224
* Aggregate action functionalityColin Ogilvie2016-01-191-1/+1
* QAxisActionHandler: properly set parent on QLogicalDevicePaul Lemire2016-01-191-0/+5
* Move QCamera/QCameraLens to Qt3DRenderPaul Lemire2016-01-163-28/+0
* Added link for inputs between sequential front and back endColin Ogilvie2016-01-161-2/+23
* Backend Nodes for Aggregate ActionsColin Ogilvie2016-01-161-0/+6
* Added initial parameters to input sequence and inputchordColin Ogilvie2016-01-164-0/+96
* Say hello to GenericDeviceBogDan Vatra2016-01-168-11/+260
* Merge branch '5.6' into devSean Harmer2016-01-155-10/+10
|\
| * Make axisIdentifier & buttonIdentifier constBogDan Vatra2016-01-145-10/+10
* | Don't use deprecated API for plugin loadingSean Harmer2016-01-151-2/+2
* | Use a more suitable name for qt3d input devices.BogDan Vatra2016-01-141-1/+1
* | Added front end classes as a start to support aggregate actionsColin Ogilvie2016-01-128-2/+533
* | Start at implementing QAbstractAction InputColin Ogilvie2016-01-127-16/+135
|/
* Stop using enum references that require C++11.Raphael Kubo da Costa2015-12-302-27/+27
* Allow device integration impls to see the aspectKevin Ottens2015-12-212-0/+9
* Move services() and jobManager() to the pimplKevin Ottens2015-12-171-1/+1
* QInputDeviceIntegration can register backend typesKevin Ottens2015-12-173-2/+24
* Make QInputDeviceIntegration::initialize() saferKevin Ottens2015-12-173-1/+14
* Add missing pimpl to QInputeDeviceIntegrationKevin Ottens2015-12-174-2/+91
* Remove useless reimplementationsKevin Ottens2015-12-162-10/+0
* Only aspect subclasses register backend typesKevin Ottens2015-12-161-0/+2
* Implement dead zone supportSean Harmer2015-12-161-2/+2
* Turn all services private for nowKevin Ottens2015-12-121-2/+2
* Rename Q3D*Event to Q*Event and handle namespaceMike Krus2015-12-1010-148/+149
* Use lists of ints for axes on axis settingsSean Harmer2015-12-092-8/+8
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-0914-39/+46
* Add sensitivity property to QMouseControllerSean Harmer2015-12-073-1/+36
* MouseController: various fixesPaul Lemire2015-12-071-0/+2
* QMouseController: converted to QAbstractPhysicalDevicePaul Lemire2015-12-073-9/+72
* Input: make KeyboardController a physical devicePaul Lemire2015-12-075-7/+208
* QAxisInput/QActionInput: use list of int rather than int maskPaul Lemire2015-12-044-14/+12
* QAbstractPhysicalDevice: Remove axis/buttons methodsPaul Lemire2015-12-041-3/+0
* Further improve axis/action dispatchPaul Lemire2015-12-041-12/+14
* Transmit axis/action updates to QAxisActionHandlerPaul Lemire2015-12-043-11/+41
* Store vector of active AxisActionHandlersPaul Lemire2015-12-041-4/+9
* QAxisActionHandler: make ctor explicitPaul Lemire2015-12-041-1/+1
* Add backend class for axis-action handlerSean Harmer2015-12-041-0/+3
* Add signal and normalise signatures in QAxisActionHandlerSean Harmer2015-12-041-2/+3
* Rename QActionHandler to QAxisActionhandlerSean Harmer2015-12-044-28/+28
* Store logical device in QActionHandlerSean Harmer2015-12-043-19/+5
* Add started() and finished() signals to QActionSean Harmer2015-12-041-0/+3
* Store logical device in QActionHandlerSean Harmer2015-12-043-4/+46