Holger's qtopia repo: Changes to 'master'

git at git.openmoko.org git at git.openmoko.org
Mon Oct 6 19:41:18 CEST 2008


 .../qtopiainputmethod/qwsinputmethod_x11.cpp       |   26 ++++-
 .../inputmethods/keyboard/keyboardframe.cpp        |    6 +-
 src/server/keyboardhandler.cpp                     |  128 ++++++++++++++++++++
 src/server/keyboardhandler.h                       |   55 +++++++++
 .../phonelauncher/phonelauncher_illume.cpp         |   17 +--
 src/server/server.pro                              |    4 +
 6 files changed, 217 insertions(+), 19 deletions(-)

New commits:
commit a0a6cbd1d8eb507052cd47bf89d3437e37fb3747
Author: Holger Freyther <zecke at selfish.org>
Date:   Mon Oct 6 19:32:29 2008 +0200

    [keyboard] Allow to switch the key on the fly using a dbus interface
        - Allow to switch between predictive and non predictive stylus keyboard

commit 71f36234789dd720c229458d0e531137d2b88cb6
Author: Holger Freyther <zecke at selfish.org>
Date:   Mon Oct 6 17:48:14 2008 +0200

    [keyboard] Fix caption on the keyboard for X11
        Remove #ifdef block. This used to contain QWS stuff but it does not
        contain it anymore. This gives us a caption/label on the alpha keys

commit fd4357317f5926cd39422debdfcd96f305a1609f
Author: Holger Freyther <zecke at selfish.org>
Date:   Mon Oct 6 17:46:59 2008 +0200

    [keyboard] Properly map the escape keycode
        Use Qt::Key_Escape and Qt/X11 stops complaining that it can not map
        the "keycode" to keysym. This needs to be tested on a device.

commit 22aa39760c310d12c6aaf1fd4c8463a6fb1e4020
Author: Holger Freyther <zecke at selfish.org>
Date:   Mon Oct 6 17:43:23 2008 +0200

    [inputmethod] Map a key if it is not known to X
        Inspired by Ecore_X use XChangeKeyboardMapping when KeySym->KeyCode
        mapping is failing. Try to find a free keycode index and then set it. The
        information about the calculation can be found in the man page.




More information about the commitlog mailing list