summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/input
Commit message (Expand)AuthorAgeFilesLines
* libinput: Allow setting touchscreen matrix via env varShawn Rutledge2024-04-091-0/+28
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Introduce NO_GENERATE_CPP_EXPORTS argument for qt_internal_add_moduleAlexey Edelev2024-02-091-0/+1
* tslib: generate event with correct buttons and event typeSamuli Piippo2023-11-081-3/+6
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+2
* QEvdevTouchScreenData: use string view types moreAnton Kudryavtsev2023-09-071-4/+4
* QtGui: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-282-2/+2
* Div. private RAII/smart ptr classes: mark ctors [[nodiscard]]Marc Mutz2023-06-211-1/+1
* QXkbCommon: set Qt::KeypadModifier when keypad button is pressedMario Roessel2023-04-201-1/+1
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-9/+4
* Add eglfs touch logging in qt.qpa.input.eventsShawn Rutledge2022-12-161-0/+8
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-115-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-042-5/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-1635-1332/+72
* Add missing header files to the module sourcesAlexey Edelev2022-05-121-0/+1
* QtInputSupportPrivate: includemocsMarc Mutz2022-04-293-0/+6
* Platformsupport: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-269-25/+43
* Platformsupport: stop using QLatin1Char() for creating char literalsSona Kurazyan2022-04-265-7/+7
* Fix unused variables in qtbaseAndrei Golubev2022-04-251-2/+0
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-2411-5/+15
* evdev: Prevent race condition in touch events processingJungi Byun2022-01-261-1/+38
* evdevkeyboard: Try opening as read-write firstLaszlo Agocs2021-12-082-1/+6
* Test for nullptr before dereferencing the screenVolker Hilsheimer2021-12-082-2/+2
* evdevtouch: Fix loading screen name for output mappingDavid Rosca2021-10-121-1/+1
* High resolution wheel-event support from libinputAllan Sandfeld Jensen2021-09-182-2/+18
* Fix button type to update coordinates when draggingCathy Park2021-08-111-1/+4
* Add the 'Private' suffix to the internal module namesAlexey Edelev2021-05-311-12/+12
* evdevtouch: Fix wrong addTouchPoint for "mtdev"Valery Volgutov2021-02-231-3/+7
* evdevtouch: Fix normalizedPositionValery Volgutov2021-01-271-0/+6
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-98/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0710-127/+0
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-232-4/+2
* CMake: Regenerate qtbase projects to use correct CONFIG_MODULE_NAMEsAlexandru Croitor2020-10-302-0/+2
* CMake: Regenerate qtbase projectsAlexandru Croitor2020-10-301-1/+1
* webOS: Support mapping evdev keyboard and touchscreen to specific windowElvis Lee2020-10-278-31/+104
* QHighDpi: window geometry scaling functionsMorten Johan Sørvig2020-10-201-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-072-3/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-22/+22
* Make xkb a private dependency of QtGuiJoerg Bornemann2020-09-163-0/+11
* Properly free m_mtdev when mtdev_open() returns an errorSteffen Kieß2020-08-261-0/+1
* Refactor pointer event hierarchyShawn Rutledge2020-07-102-38/+36
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use QList instead of QVector in platformsupportJarek Kobus2020-07-061-2/+2
* Move xkbcommon to QtGuiFriedemann Kleint2020-07-0410-1254/+3
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-166-44/+42