summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/evdevkeyboard
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move evdev to platformsupportGirish Ramakrishnan2012-06-017-1697/+2
* Prevent evdevkeyboard file opening from failingLaszlo Agocs2012-05-311-1/+1
* Add QObject parent parameter to constructorsGirish Ramakrishnan2012-05-312-2/+3
* evdev: Cleanup mouse and keyboard pluginsJohannes Zellner2012-05-303-20/+9
* udev: UDevHelper becomes DeviceDiscoveryJohannes Zellner2012-05-242-23/+9
* input: Use UDev or specific device pathsJohannes Zellner2012-05-151-3/+2
* Fix warnings in evdevkeyboard-plugin.Friedemann Kleint2012-05-103-8/+9
* Fixed broken logic in evdev input plugins.Samuel Rødal2012-04-151-7/+11
* Remove input plugins hard libudev dependencyBhooshan Supe2012-04-123-1/+13
* remove obsolete qudevhelper and adopt mouse and touch pluginsJohannes Zellner2012-03-142-5/+4
* Query udev build parameters from pkg-configDonald Carr2012-03-071-2/+2
* Add UDev helper class for evdev pluginsJohannes Zellner2012-02-243-168/+43
* Migrate evdev plugins to the new plugin systemLaszlo Agocs2012-02-223-2/+11
* Fix another typo in the evdev keyboard plugin.Friedemann Kleint2012-02-171-1/+1
* Fixed typo.Rohan McGovern2012-02-151-1/+1
* Fixed compile with -qtnamespaceRohan McGovern2012-02-132-0/+6
* Add evdev based generic linux keyboard pluginJohannes Zellner2012-02-117-0/+1910