summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-131-8/+8
|\
| * qlibinputtouch: bugfix: do not skip touch eventsUlrich Ölmann2019-11-061-8/+8
* | evdevtouch: Fix touch device count not being updatedJohan Klokkhammer Helsing2019-10-111-1/+1
* | Add qt.qpa.input.events logging to evdevtouchShawn Rutledge2019-10-101-0/+7
* | evdevtouch: Report stationary touchpoints that include pressure changesShawn Rutledge2019-10-081-1/+5
* | tslib plugin: remove debug print on old tslib versionsv5.14.0-beta1Rolf Eike Beer2019-10-011-0/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Joerg Bornemann2019-09-201-2/+5
|\|
| * evdevtouch: Add fallback definition of ABS_MT_PRESSURE; fix alignmentShawn Rutledge2019-09-171-2/+5
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-1/+1
| |\
| | * Deliver stationary touchpoints that have changed pressureShawn Rutledge2019-09-021-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-172-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-122-2/+2
| |\|
| | * Fix compilation with C++20Marc Mutz2019-07-062-2/+2
* | | Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-091-1/+1
* | | QEvdev: remove m_deviceDiscovery membersMarc Mutz2019-06-138-24/+16
* | | QEvdev: Extract Method parseSpecification()Marc Mutz2019-06-137-56/+174
* | | QEvdev: Replace manual memory management with unique_ptrMarc Mutz2019-06-1214-58/+145
* | | QEvdev: Extract Method updateDeviceCount()Marc Mutz2019-06-116-12/+29
* | | QEvdev: use printf-style qCDebug()/qWarning()Marc Mutz2019-06-117-51/+52
* | | QEvdevTouchScreenData: remove use of Java-style iteratorsMarc Mutz2019-05-241-11/+9
* | | QEvdevTouchScreenData: use a mutex locker instead of manual lock/unlock()Marc Mutz2019-05-211-4/+5
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-241-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-2/+2
| |\|
| | * tslib: fix detection of missing release coordinatesRolf Eike Beer2019-04-111-2/+2
* | | libinput: add support for LIBINPUT_EVENT_POINTER_MOTION_ABSOLUTEAlexander Kanavin2019-04-233-0/+22
* | | tslib: use ts_setup() to find the deviceRolf Eike Beer2019-04-151-21/+5
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-043-10/+11
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-311-2/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-301-2/+4
| | |\|
| | | * tslib: use new connect syntaxRolf Eike Beer2019-03-271-1/+1
| | | * tslib: avoid deprecated overloadRolf Eike Beer2019-03-271-1/+3
| * | | tslib: initialize members in declarationRolf Eike Beer2019-03-272-7/+6
| * | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-1/+1
| |\| |
| | * | qxkbcommon: use QMAKE_USE instead of QMAKE_USE_PRIVATEGatis Paeglis2019-03-251-1/+1
* | | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-042-5/+5
|/ / /
* / / More nullptr usage in headersKevin Funk2019-03-146-7/+7
|/ /
* | platforminputcontexts: use libxkbcommon compose key APIGatis Paeglis2019-03-012-0/+35
* | platformsupport/input: add xkbcommon utilities libGatis Paeglis2019-03-019-204/+1223
* | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-264-1/+20
|\|
| * Ability to switch language under platform eglfs/linuxfbElena Zaretskaya2019-01-254-1/+20
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
|/
* libinput: use QT_CONFIG(xkbcommon) macroGatis Paeglis2018-12-071-2/+4
* src/3rdparty: remove xkbcommonGatis Paeglis2018-11-302-12/+9
* Modernize the "textcodec" featureLiang Qi2018-11-071-2/+2
* Fix mouse-wheel handling for evdev devices with extended valuesChristian Muehlhaeuser2018-06-221-10/+4
* Fix evdevtouch input plugin crash when the device can't be openedRomain Pokrzywka2018-06-181-1/+1
* Fix for mouse with modifiers handlingKarim Pinter2018-05-025-14/+21
* Silence a GCC 8 warning in evdevtabletVille Voutilainen2018-02-271-1/+1