summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-6/+8
|\
| * Avoid providing bad pixelDeltas on X11Allan Sandfeld Jensen2018-01-091-6/+8
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-2/+3
|\|
| * xcb: update libXi version requirement in the README fileGatis Paeglis2017-12-131-2/+3
* | xcb: fix regression with missing XI_PropertyEventGatis Paeglis2017-12-041-12/+18
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-1/+1
|\|
| * Xinput: Avoid misdetecting certain trackballs as tabletsEirik Aavitsland2017-11-051-1/+1
| * Add missing #ifdef for isTouchScreen() implementationAndy Shaw2017-08-251-0/+2
* | xcb: use XInput2 for mouse starting from 2.0 not 2.2Gatis Paeglis2017-08-091-75/+126
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-11/+17
|\|
| * xcb: fix freeze when (un)plugging input devicesGatis Paeglis2017-07-191-11/+17
* | xcb: use default member initialization in structGatis Paeglis2017-07-221-3/+0
* | xcb: fix build failure when XCB_USE_XINPUT22 is not definedGatis Paeglis2017-07-181-6/+14
* | xcb: allow to change XInput device properties at runtimeGatis Paeglis2017-07-181-146/+174
* | xcb: fix spelling error in xi2HandleHierarchyEvent()Gatis Paeglis2017-07-171-2/+2
* | xcb: fix logic in QXcbConnection::initializeXInput2()Gatis Paeglis2017-07-131-18/+25
* | xcb: cleanup updating of scrolling device valuatorsGatis Paeglis2017-07-131-53/+39
* | xcb: don't keep objects for disconnected touch devicesGatis Paeglis2017-07-131-180/+153
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-19/+13
|\|
| * xcb: Replace XCB_USE_XINPUT define by QT_CONFIG macroAlexander Volkov2017-06-291-6/+0
| * Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-13/+13
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-6/+5
|\|
| * QXcbConnection::xi2ReportTabletEvent: use fixed1616ToRealShawn Rutledge2017-04-261-5/+3
| * xcb: include keyboard modifiers with every touch eventShawn Rutledge2017-04-251-1/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-3/+4
|\|
| * xcb: send keyboard modifiers with every QTabletEventShawn Rutledge2017-03-141-3/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-4/+20
|\|
| * xcb: stringify enums for tablet qt.qpa.input.events qCDebugShawn Rutledge2017-03-031-4/+18
| * Make "finger touch" not be a tabletAlbert Astals Cid2017-03-031-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-021-6/+3
|\|
| * xcb: correct conversion of AbsX/AbsY to tablet width and heightShawn Rutledge2017-02-271-2/+2
| * handle TabletMove events during stylus hoverShawn Rutledge2017-02-231-4/+1
* | xcb: Move QXcbConnection::xi2*() methods() to qxcbconnection_xi2.cppAlexander Volkov2017-02-221-0/+44
|/
* xcb: support graphics tablets with the "uc-logic" nameDmitry Kazakov2017-02-171-0/+3
* XCB: Use member initializationFriedemann Kleint2017-01-271-10/+4
* Fix build without feature.tableteventTasuku Suzuki2017-01-151-1/+1
* xcb: Ignore XI2 LMB mouse events from touch screensAlexander Volkov2016-12-281-0/+7
* xcb: Adapt QXcbWindow::startSystemResize() for touch eventsAlexander Volkov2016-12-081-2/+38
* xcb: Drop libXi version checkLaszlo Agocs2016-10-101-20/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-13/+14
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-13/+14
| |\
| | * xcb: Add qt.qpa.input.events and guard mouse event logs tooLaszlo Agocs2016-08-151-13/+14
* | | Improve library version handlingLars Knoll2016-08-191-3/+6
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-7/+14
|\|
| * xcb: don't compress tablet motion eventsShawn Rutledge2016-05-041-7/+14
* | xcb: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-281-2/+2
* | xcb: don't iterate over .keys()Marc Mutz2016-04-271-3/+2
* | xcb: remove tablet->mouse event synth; harmonize handle/report methodsShawn Rutledge2016-04-191-32/+24
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-1/+1
|\|
| * xcb: mark mouse events from tablet devices as synthesizedShawn Rutledge2016-03-091-1/+1