diff options
author | Robert Griebl <rgriebl@trolltech.com> | 2009-11-10 22:33:18 (GMT) |
---|---|---|
committer | Robert Griebl <rgriebl@trolltech.com> | 2009-11-10 22:33:18 (GMT) |
commit | 0cceb16fd915a5f9d7d05d38c6508025999c187d (patch) | |
tree | 49de0f042e5b3f975cf82d23441269e62a2d89fd | |
parent | 543cceb53795a1af8a3515a18025998f24ff4ca0 (diff) | |
download | Qt-0cceb16fd915a5f9d7d05d38c6508025999c187d.zip Qt-0cceb16fd915a5f9d7d05d38c6508025999c187d.tar.gz Qt-0cceb16fd915a5f9d7d05d38c6508025999c187d.tar.bz2 |
QWS keymap changes
Reviewed-by: TrustMe
-rw-r--r-- | dist/changes-4.6.0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0 index 06fe500..02dc2a3 100644 --- a/dist/changes-4.6.0 +++ b/dist/changes-4.6.0 @@ -788,6 +788,12 @@ Qt for Embedded Linux * Remove surface holder, which never worked all that well. * Implement screen rotations. +- Mouse and keyboard drivers + * Removed obsolete drivers (vr41xx, yopy, sl5000, bus mouse). + * Added a new LinuxInput driver for both mouse and keyboard. + * Added keymap support for QWS via standard Linux .kmap files. + (complete with dead-keys, compose-key and LED handling) + - Remove obsolete OpenGL/ES screen drivers: hybrid, ahigl. - Send enter/leave events also to child widgets |