summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic
Commit message (Expand)AuthorAgeFilesLines
...
* Update evdevtouch readmeLaszlo Agocs2014-03-251-8/+5
* Tslib plugin: also apply missing release coordinate code to non-raw modeRolf Eike Beer2014-03-061-7/+6
* Cleanup TSLib pluginSamuel Gaist2014-02-111-12/+7
* mtdev: Change to use configure detection instead of requiring source hacking.Robin Burchell2013-12-301-2/+3
* tslib: Derive default device value from TSLIB_TSDEVICE environment variableDaniel Giurcanu2013-12-181-1/+4
* Fix typosFrederik Gladhorn2013-08-062-2/+2
* Add how to create a udev rule for the evdev pluginsJorgen Lind2013-08-022-0/+15
* Correct location of mtdev define.Robin Burchell2013-04-031-1/+1
* Allow tslib to be specified at configure time.Michael Brasser2013-03-261-0/+4
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-292-8/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1812-12/+12
* Add PLUGIN_CLASS_NAME to qtbase pluginsMiikka Heikkinen2012-12-106-0/+6
* beef up qt_plugin.prfOswald Buddenhagen2012-11-016-25/+12
* Fix initial window orientation with Qt on MeeGo 1.2 HarmattanSimon Hausmann2012-09-262-1/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2212-288/+288
* Make maemo scope syntax in project files more genericLaszlo Papp2012-09-141-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-032-2/+2
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-192-2/+2
* meego: normalize signals/slotsMarc Mutz2012-07-131-2/+2
* Make QGenericPlugin and QGenericPluginFactory public APIGirish Ramakrishnan2012-07-046-6/+6
* Suppress QWindowSystemInterface inclusion warnings.Girish Ramakrishnan2012-07-032-2/+2
* Use the new plugin systemLars Knoll2012-06-251-2/+1
* Add gui-private to generic pluginsGirish Ramakrishnan2012-06-226-5/+7
* Remove QFactoryInterface from the generic pluginsLars Knoll2012-06-085-33/+0
* evdevtablet pluginLaszlo Agocs2012-06-045-1/+140
* Fix touchpads with evdevmouseLaszlo Agocs2012-06-041-1/+4
* Add QEvdev prefix in evdevtouch and update readmeLaszlo Agocs2012-06-012-14/+19
* Migrate tslib to new plugin formatLaszlo Agocs2012-06-014-6/+17
* Move evdev to platformsupportGirish Ramakrishnan2012-06-0117-2902/+6
* Prevent evdevkeyboard file opening from failingLaszlo Agocs2012-05-311-1/+1
* Add QObject parent parameter to constructorsGirish Ramakrishnan2012-05-316-8/+9
* evdev: Cleanup mouse and keyboard pluginsJohannes Zellner2012-05-306-47/+20
* udev: UDevHelper becomes DeviceDiscoveryJohannes Zellner2012-05-245-56/+24
* input: Synchronize multiple mice handled through evdevmouse pluginJohannes Zellner2012-05-214-32/+54
* Input: evdevmouse plugin cleanupJohannes Zellner2012-05-212-22/+13
* input: Use UDev or specific device pathsJohannes Zellner2012-05-153-19/+23
* QGuiApplication::activeWindow() is deprecatedThiago Macieira2012-05-111-1/+1
* Fix warnings in evdevkeyboard-plugin.Friedemann Kleint2012-05-103-8/+9
* Enable float coords in evdevtouchLaszlo Agocs2012-05-091-4/+4
* Initialize membersLars Knoll2012-05-011-1/+2
* Made the evdev mouse plugin clamp coordinates to screen.Samuel Rødal2012-04-162-4/+23
* Fixed broken logic in evdev input plugins.Samuel Rødal2012-04-153-29/+41
* Fix compiler warning in evdevmouse plugin.Friedemann Kleint2012-04-131-1/+3
* Remove input plugins hard libudev dependencyBhooshan Supe2012-04-1210-7/+34
* remove obsolete qudevhelper and adopt mouse and touch pluginsJohannes Zellner2012-03-149-50/+299
* Query udev build parameters from pkg-configDonald Carr2012-03-073-2/+6
* Fix the bit test for ABS_MT_SLOT to detect protocol BShawn Rutledge2012-03-071-1/+1
* Support 16+4 mouse buttons within the generic/evdevmouse plugin.Rick Stockton2012-03-021-4/+19
* Add protocol type B support to the evdevtouch pluginLaszlo Agocs2012-03-024-11/+102
* Add UDev helper class for evdev pluginsJohannes Zellner2012-02-243-168/+43