summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input
Commit message (Expand)AuthorAgeFilesLines
* Initial cleanup of qevent.h for Qt6Allan Sandfeld Jensen2020-03-051-0/+1
* Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-053-18/+5
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-246-31/+62
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-092-6/+41
| |\
| | * Add touch input device mapping support via QT_QPA_EGLFS_KMS_CONFIGPasi Petäjäjärvi2020-01-092-6/+41
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
| * | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-223-15/+11
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
| |/
| * 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
* | | Post merge fixesLeander Beernaert2019-11-252-13/+11
* | | Regenerate src/*Alexandru Croitor2019-11-142-13/+13
* | | Regenerate everything under ./srcAlexandru Croitor2019-11-121-1/+0
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-143-5/+21
|\| |
| * | 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
* | | | Regenerate platformsupport projectsAlexandru Croitor2019-10-083-42/+2
* | | | Use pre-compiled headers when building Qt with cmakeMårten Nordheim2019-09-112-2/+4
* | | | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-153-3/+3
|\| | |
| * | | 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
* | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-1120-201/+420
|\| | |
| * | | 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
* | | | Add support for private module .pri filesSimon Hausmann2019-06-053-0/+3
* | | | Re-generate the CMakeLists.txt and add the prev filesSimon Hausmann2019-06-052-1/+143
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-035-17/+38
|\| | |
| * | | 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
* | | | Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-021-4/+4
* | | | Merge remote-tracking branch 'gerrit/dev' into wip/cmakeTobias Hunger2019-04-161-21/+5
|\| | |
| * | | tslib: use ts_setup() to find the deviceRolf Eike Beer2019-04-151-21/+5
* | | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1622-247/+1363
|\| | |
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-043-10/+11
| |\ \ \