remove obsolete qudevhelper and adopt mouse and touch plugins
authorJohannes Zellner <johannes.zellner@nokia.com>
Mon, 12 Mar 2012 16:52:27 +0000 (17:52 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 14 Mar 2012 08:45:07 +0000 (09:45 +0100)
commit3a47c13fa655674aa1d3ff8e82bf67b83d42b285
treed9fcb13583336b5e6665ec1d42fdb193d044fb80
parentf4dfb55243cccf8bbf4176fee856f945f8564171
remove obsolete qudevhelper and adopt mouse and touch plugins

The QUDevHelper class is now replaced by QUDeviceHelper class.
All evdev input plugins are using the new udev helper now to enable
hotplugin for keyboard and mouse input.

EvdevTouch plugin still only uses the first detected device by udev,
this cannot be tested on my side, due to the lack of multiple touch input devices.

Change-Id: I01a4cfe1a80000bfb27c67a2f53faf560906b73c
Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
src/platformsupport/udev/qudevhelper.cpp [deleted file]
src/platformsupport/udev/udev.pri
src/plugins/generic/evdevkeyboard/qevdevkeyboardhandler.cpp
src/plugins/generic/evdevkeyboard/qevdevkeyboardhandler.h
src/plugins/generic/evdevmouse/evdevmouse.pro
src/plugins/generic/evdevmouse/main.cpp
src/plugins/generic/evdevmouse/qevdevmousehandler.cpp [moved from src/plugins/generic/evdevmouse/qevdevmouse.cpp with 81% similarity]
src/plugins/generic/evdevmouse/qevdevmousehandler.h [moved from src/plugins/generic/evdevmouse/qevdevmouse.h with 87% similarity]
src/plugins/generic/evdevmouse/qevdevmousemanager.cpp [new file with mode: 0644]
src/plugins/generic/evdevmouse/qevdevmousemanager.h [moved from src/platformsupport/udev/qudevhelper_p.h with 69% similarity]
src/plugins/generic/evdevtouch/qevdevtouch.cpp