summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input
Commit message (Expand)AuthorAgeFilesLines
* Add missing dead key symbolsMatt Whitlock2018-01-151-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-023-2/+16
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-303-2/+19
| |\
| | * Report modifiers correctly in mouse events with evdev and libinputLaszlo Agocs2017-12-123-5/+25
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-0/+2
| |\|
| | * Add missing math.h include (for sqrt function)Jake Petroules2017-09-221-0/+2
* | | qpa: enhance mouse event with type and button dataGatis Paeglis2017-10-105-7/+24
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2620-81/+60
|\| |
| * | libinput: make scrolling consistent with other platformsGatis Paeglis2017-09-051-8/+15
| * | libinput: remove unused signalsGatis Paeglis2017-09-052-14/+0
| * | evdev*,libinput: use functor-based connectionsGatis Paeglis2017-09-0518-59/+43
| * | evdevtablet: don't use qpa compatibility functionGatis Paeglis2017-09-041-2/+4
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-198-27/+27
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-193-7/+7
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-1/+1
|\|
| * Fix a race condition in QEvdevTabletHandler::readData()Romain Pokrzywka2017-08-141-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-3/+3
|\|
| * QIntegrityHIDManager: Fix syncqt warningsFriedemann Kleint2017-07-071-3/+3
* | xcb,evdevmouse: don't use qpa compatibility functionsGatis Paeglis2017-06-084-9/+18
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-074-0/+343
|\|
| * Add USB HID device feature to INTEGRITYKimmo Ollila2017-05-304-0/+343
* | Fix another race in the filtered touch implementationGunnar Sletta2017-03-031-1/+1
|/
* evdevtouch: Replace LPGL21 with LGPL license headerKai Koehne2017-02-281-12/+18
* evdevtouch: Add missing we mean it noteLaszlo Agocs2017-02-101-0/+11
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-1/+3
|\
| * Fix build without feature.tableteventTasuku Suzuki2017-01-151-1/+3
* | A few fixes to evdev touch filteringGunnar Sletta2017-01-091-3/+10
* | Add support for filtering in the qevdevtouch pluginGunnar Sletta2016-12-133-37/+412
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-026-6/+16
|\|
| * Replace PKGCONFIG+=foo usages with QMAKE_USELars Knoll2016-10-261-2/+1
| * create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-155-4/+15
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-131-1/+1
|\|
| * Migrate libinput support away from QT_LIBRARY_VERSIONLaszlo Agocs2016-10-101-1/+1
* | Add evdev support for FreeBSDOleksandr Tymoshenko2016-10-065-0/+20
|/
* eglfs: Add missing virtual layout setting for DRM/KMSLaszlo Agocs2016-09-223-19/+27
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-222-18/+33
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-212-18/+33
| |\
| | * QEvdevKeyboardHandler: use RAII in create()/ctorMarc Mutz2016-09-182-18/+33
* | | Modularize configure.json/.priLars Knoll2016-09-151-0/+1
* | | platformsupport: eradicate some easy Q_FOREACH loopsMarc Mutz2016-08-264-10/+8
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-196-16/+11
* | | Rework privateFeatureLars Knoll2016-08-192-9/+9
* | | Improve library version handlingLars Knoll2016-08-192-3/+1
* | | employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-191-1/+1
* | | employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-195-8/+6
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-2/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-2/+6
| |\|
| | * evdevtouch: Avoid crashing on exitLaszlo Agocs2016-08-101-2/+6
* | | evdevtouch: Enable touch in multi-screen eglfs environmentsLaszlo Agocs2016-08-118-9/+218