summaryrefslogtreecommitdiff
path: root/src/input/backend/keyboarddevice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Coding convention fix for Src/inputRobert Brock2017-03-161-3/+5
| | | | | | | | Reordering the header includes to comply with Qt coding conventions Task-number: QTBUG-56185 Change-Id: I1d1b61c2fac42505f85a1c4421e1292259270568 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* KeyboardDevice: do not store handles/ids of input devicesPaul Lemire2016-06-301-14/+0
| | | | | | | | To avoid having cases where the id is valid but the node is not yet created returning an invalid handle and breaking behavior. Change-Id: I0f24eac89a62a9febe7dcac814cb91332ad0905b Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Remove QBackendNode::updateFromPeer()Sean Harmer2016-05-031-5/+0
| | | | | | | | | | Implemented a few missing initializeFromPeer() implementations along with the corresponding frontend node creation change creation functions. Adapted unit tests. Change-Id: I571e53a7b68a5544bd0e308df0baf7e52533306e Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Remove virtual QBackendNode *create(QNode *frontend) constSean Harmer2016-05-011-10/+0
| | | | | | | | from QBackendNodeMapper and subclasses. No longer needed now we have disabled cloning. Change-Id: I261fa7bccfa9a4019d479079e2ff7c19154e5e72 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-1/+1
| | | | | | Task-number: QTBUG-52736 Change-Id: I58f9cbcdf018e7b672d33dd865067485412b79fe Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Add Mouse Wheel event handling in the backendPaul Lemire2016-04-211-1/+1
| | | | | | Change-Id: If567e20140b80f12611a815703b75f3b7c5115fb Task-number: QTBUG-52243 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* KeyboardDeviceFunctor handles creationSean Harmer2016-03-301-0/+9
| | | | | Change-Id: I3cd3f067d7ca0d54ad1c4484e277056692c4dc4a Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Class QKeyboardController rename to QKeyboardDeviceFranck Arrecot2016-03-161-0/+482
Task-number: QTBUG-51441 Change-Id: I030d7d60be0c4d543f773090eb866e8f8729512c Reviewed-by: Sean Harmer <sean.harmer@kdab.com>