summaryrefslogtreecommitdiffstats
path: root/src/platformsupport
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-094-0/+4
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-231-4/+4
* 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
* kms: Print the screen virtual position in the logsLaszlo Agocs2023-09-251-0/+1
* QEvdevTouchScreenData: use string view types moreAnton Kudryavtsev2023-09-071-4/+4
* Fix link to platform window in QAndroidPlatformBackingStore::flush()Axel Spoerl2023-08-043-11/+2
* Implement virtual void QPlatformWindow::setBackingStore()Axel Spoerl2023-07-143-2/+11
* 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-105-28/+5
* fbconvenience: use smart pointer for QFbCursorLiang Qi2023-02-102-2/+2
* 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-032-3/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-115-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-044-10/+10
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-235-5/+5
* QDeviceDiscoveryUDev: use NSDMIMarc Mutz2022-08-152-4/+4
* Add license headers to cmake filesLucie Gérard2022-08-035-0/+15
* Fix crash in QKmsDevice::createScreenForConnectorJoni Poikelin2022-07-071-1/+1
* Fix typos in docs and commentsKai Köhne2022-06-152-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-1654-2058/+114
* Add missing header files to the module sourcesAlexey Edelev2022-05-121-0/+1
* QtDeviceDiscoverySupportPrivate: includemocsMarc Mutz2022-04-291-0/+2
* QtFbSupportPrivate: includemocsMarc Mutz2022-04-293-0/+6
* QtInputSupportPrivate: includemocsMarc Mutz2022-04-293-0/+6
* Platformsupport: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-2612-39/+63
* Platformsupport: stop using QLatin1Char() for creating char literalsSona Kurazyan2022-04-268-13/+13
* 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-2414-6/+19
* 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-314-21/+21
* 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-125-198/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0714-209/+0
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-232-4/+2
* Support customized device discovery with udevElvis Lee2020-11-091-1/+3
* Mark changed regions dirty instead of bounding box of changesJoni Poikelin2020-11-041-3/+3
* CMake: Regenerate qtbase projects to use correct CONFIG_MODULE_NAMEsAlexandru Croitor2020-10-308-2/+8