summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input
Commit message (Expand)AuthorAgeFilesLines
* Replace PKGCONFIG+=foo usages with QMAKE_USELars Knoll2016-10-261-2/+1
* create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-155-4/+15
* Migrate libinput support away from QT_LIBRARY_VERSIONLaszlo Agocs2016-10-101-1/+1
* 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
* | | libinput: Fix high dpi scaling supportLaszlo Agocs2016-08-101-1/+3
|/ /
* | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-063-7/+24
|\|
| * evdev: Stop reading on ENODEVLaszlo Agocs2016-06-033-7/+24
* | OpenGL, PlatformSupport: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-073-7/+8
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-3/+10
|\|
| * evdevtouch: ensure touchpoints released with typeB mtdev driversRomain Pokrzywka2016-03-021-3/+10
* | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-122-8/+2
* | Updated license headersJani Heikkinen2016-01-1527-378/+540
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-233-4/+12
|\|
| * Input: Convert QScreen geometry to native pixelsMorten Johan Sørvig2015-11-183-4/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-1/+0
|\|
| * Fix crash on process exit when the evdevtouch plugin is loadedRomain Pokrzywka2015-10-281-1/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-142-1/+12
|\|
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
| * Fix missing "We mean it" in qtbase private headersThiago Macieira2015-10-011-0/+11
* | qevent.h: Add fixme comments to remove include directives for Qt 6.Friedemann Kleint2015-10-022-0/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-256-41/+120
|\|
| * Synchronize QInputDeviceManager touch device count with QTouchDeviceRomain Pokrzywka2015-09-234-32/+100
| * Fix evdevtouch coordinates when high DPI scaling is in useMitch Curtis2015-09-211-2/+4
| * libinput: Fix key mappingLaszlo Agocs2015-08-211-4/+7
| * libinput: Rename logging category to prevent clashesLaszlo Agocs2015-08-182-3/+9
* | Improve evdevtablet plugin with support for multiple tablet devicesRomain Pokrzywka2015-09-035-120/+306
|/
* Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-184-4/+6
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-8/+14
|\
| * Map Shift+Tab to Shift+Backtab in evdevkeyboardLaszlo Agocs2015-07-171-8/+14
* | evdevtouch driver: fix indentation.Andreas Hartmetz2015-06-121-5/+5
|/
* evdevtouch: Add hotplug supportLaszlo Agocs2015-04-095-61/+227
* libinput: Reorganize touch frame handlerLaszlo Agocs2015-03-251-11/+15
* Support QCursor::setPos() properly for eglfsLaszlo Agocs2015-03-146-10/+46
* QPA plugins: Fix const correctness in old style castsThiago Macieira2015-03-091-1/+1