summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/evdevtouch
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-152-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-5/+4
|\
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+4
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QPA plugins: Use _iid macros instead of strings in Q_PLUGIN_METADATA.Friedemann Kleint2015-05-131-1/+1
* evdevtouch: Add hotplug supportLaszlo Agocs2015-04-091-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* make cmake registration of qt plugins make use of PLUGIN_EXTENDSOswald Buddenhagen2014-04-091-0/+1
* Update evdevtouch readmeLaszlo Agocs2014-03-251-8/+5
* mtdev: Change to use configure detection instead of requiring source hacking.Robin Burchell2013-12-301-2/+3
* Correct location of mtdev define.Robin Burchell2013-04-031-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-101-0/+1
* beef up qt_plugin.prfOswald Buddenhagen2012-11-011-4/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make QGenericPlugin and QGenericPluginFactory public APIGirish Ramakrishnan2012-07-041-1/+1
* Add gui-private to generic pluginsGirish Ramakrishnan2012-06-221-1/+1
* Remove QFactoryInterface from the generic pluginsLars Knoll2012-06-081-6/+0
* Add QEvdev prefix in evdevtouch and update readmeLaszlo Agocs2012-06-012-14/+19
* Move evdev to platformsupportGirish Ramakrishnan2012-06-014-628/+2
* Add QObject parent parameter to constructorsGirish Ramakrishnan2012-05-312-3/+3
* udev: UDevHelper becomes DeviceDiscoveryJohannes Zellner2012-05-241-9/+5
* input: Use UDev or specific device pathsJohannes Zellner2012-05-151-13/+19
* QGuiApplication::activeWindow() is deprecatedThiago Macieira2012-05-111-1/+1
* Enable float coords in evdevtouchLaszlo Agocs2012-05-091-4/+4
* Initialize membersLars Knoll2012-05-011-1/+2
* Fixed broken logic in evdev input plugins.Samuel Rødal2012-04-151-15/+19
* Remove input plugins hard libudev dependencyBhooshan Supe2012-04-122-1/+7
* remove obsolete qudevhelper and adopt mouse and touch pluginsJohannes Zellner2012-03-141-2/+12
* Query udev build parameters from pkg-configDonald Carr2012-03-071-0/+2
* Fix the bit test for ABS_MT_SLOT to detect protocol BShawn Rutledge2012-03-071-1/+1
* Add protocol type B support to the evdevtouch pluginLaszlo Agocs2012-03-024-11/+102
* Migrate evdev plugins to the new plugin systemLaszlo Agocs2012-02-223-2/+11
* Reorganize evdev pluginsLaszlo Agocs2012-02-086-0/+640