diff options
author | Robert Griebl <rgriebl@trolltech.com> | 2009-11-10 22:33:18 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-11 17:34:41 (GMT) |
commit | e8a1fa70deca221b4dd9540fdabf609778050c61 (patch) | |
tree | db3680197cfaa465ce985ac0b1ac244a0de599ff /dist/changes-4.6.0 | |
parent | 86dc11d741d74fbd2512ce7d048340937d99e184 (diff) | |
download | Qt-e8a1fa70deca221b4dd9540fdabf609778050c61.zip Qt-e8a1fa70deca221b4dd9540fdabf609778050c61.tar.gz Qt-e8a1fa70deca221b4dd9540fdabf609778050c61.tar.bz2 |
QWS keymap changes
Reviewed-by: TrustMe
Diffstat (limited to 'dist/changes-4.6.0')
-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 |