summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qinputdevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Show decimal device IDs in QInputDevice qDebug outputShawn Rutledge2023-06-201-1/+1
* doc: Reduce expectations for QInputDevice::devices()Shawn Rutledge2023-05-231-0/+7
* Move nullptr check to beginning of QInputDevice::operator<<Axel Spoerl2023-03-211-8/+13
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Fix versioning of PixelScrollKai Köhne2022-05-131-1/+1
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-1/+3
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* gui: return first default device when seatName isNullLiang Qi2022-03-131-3/+5
* De-duplicate vtables, 2022 editionMarc Mutz2022-02-151-0/+3
* gui: add QInputDevice::seatNames()Liang Qi2021-11-281-0/+19
* doc: Add the PixelScroll device capability (new in 6.2)Shawn Rutledge2021-09-041-0/+5
* QInputDevice: Parent default keyboard to core app singletonFabian Kosmale2020-12-041-1/+1
* Move QEventPoint and QPointingDeviceUniqueId out of qeventVolker Hilsheimer2020-11-071-3/+1
* Address API review comments for QInput/QPointingDeviceVolker Hilsheimer2020-11-031-3/+3
* Doc: Fix documentation issues for event and input device classesTopi Reinio2020-09-101-5/+66
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-071-12/+16
* Add QInputDevice::availableVirtualGeometry()Shawn Rutledge2020-07-061-0/+23
* Make QDebug operator<< polymorphic for QPointingDeviceShawn Rutledge2020-07-011-0/+4
* Replace "no devices registered" warnings with qCDebugShawn Rutledge2020-06-221-3/+6
* Make QInputDevice::devices() return a QListShawn Rutledge2020-06-171-5/+5
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-161-0/+293