summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/devicediscovery
Commit message (Expand)AuthorAgeFilesLines
* More nullptr usage in headersKevin Funk2019-03-142-2/+2
* Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-193-3/+3
* Disable precompiled headers for small modulesThiago Macieira2017-04-201-1/+0
* Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-021-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-022-13/+25
|\
| * create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-152-13/+25
* | Add evdev support for FreeBSDOleksandr Tymoshenko2016-10-061-0/+4
|/
* Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-1/+1
* platformsupport: eradicate some easy Q_FOREACH loopsMarc Mutz2016-08-261-2/+4
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-2/+2
* employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-2/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-13/+9
|\
| * Remove linux only-dependency from devicediscoveryRalf Nolden2016-05-191-13/+9
* | OpenGL, PlatformSupport: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-071-2/+2
* | Updated license headersJani Heikkinen2016-01-157-98/+140
* | Fix resource leak/fix broken file open checkFrank Meerkoetter2015-12-221-2/+4
* | QDeviceDiscovery: Add static discovery support for new-style multitouch devices.Robin Burchell2015-10-271-44/+54
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-142-3/+3
|\|
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-132-3/+3
* | udev: Do not overwrite original device pointerMikko Harju2015-08-181-3/+3
|/
* Add joystick/gamepad recognition to device discoveryLaszlo Agocs2015-03-093-55/+37
* Update copyright headersJani Heikkinen2015-02-117-49/+49
* Reorganize devicediscovery headerLaszlo Agocs2014-11-268-67/+235
* Update license headers and add new license filesMatti Paaso2014-09-244-76/+44
* Add missing private headers warningSamuel Gaist2014-09-041-0/+11
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-12/+16
|\
| * Checking input mask before scanning evdev devicesCedric Chedaleux2014-02-051-12/+16
* | eglfs: Move reusable functionality to eglconvenienceLaszlo Agocs2014-01-173-8/+86
|/
* Support discovery of key evdev devices.Robin Burchell2014-01-061-1/+6
* eglfs: Show the mouse cursor when a mouse is connectedLaszlo Agocs2013-10-111-1/+1
* Find primary GPU onlyPier Luigi Fiorini2013-08-062-3/+12
* mark private dependencies as suchOswald Buddenhagen2013-05-201-1/+1
* Introducing the Qt Android portPaul Olav Tvete2013-03-051-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223-72/+72
* android: work around android's linux/input.h being retarded.Robin Burchell2012-07-061-0/+14
* Don't try build devicediscovery if evdev is not available.Robin Burchell2012-06-261-1/+1
* evdevtablet pluginLaszlo Agocs2012-06-043-1/+12
* Fix int-long mismatch in device discoveryLaszlo Agocs2012-05-311-1/+1
* Only build devicediscovery on linux systemsHolger Hans Peter Freyther2012-05-291-1/+1
* devicediscovery: add more sophisticated discoveryJohannes Zellner2012-05-261-11/+75
* udev: UDevHelper becomes DeviceDiscoveryJohannes Zellner2012-05-244-0/+496