Holger's qtopia repo: Changes to 'master'

git at git.openmoko.org git at git.openmoko.org
Mon Oct 6 10:48:28 CEST 2008


 src/general.pri                                    |    1 +
 .../qtopiainputmethod/qtopiainputmethod.pro        |   17 +
 .../qtopiainputmethod/qwsinputmethod_x11.cpp       |  463 +++++
 .../qtopiainputmethod/qwsinputmethod_x11.h         |   38 +
 src/plugins/inputmethods/keyboard/keyboard.cpp     |    7 +-
 src/plugins/inputmethods/keyboard/keyboard.h       |    7 +-
 src/plugins/inputmethods/keyboard/keyboard.pro     |    4 +
 .../inputmethods/keyboard/keyboardframe.cpp        |   35 +-
 src/plugins/inputmethods/keyboard/keyboardimpl.cpp |    6 +-
 src/plugins/inputmethods/keyboard/pickboardcfg.cpp |   27 +-
 .../inputmethods/predictivekeyboard/keyboard.cpp   | 2128 --------------------
 .../inputmethods/predictivekeyboard/keyboard.h     |  203 --
 .../predictivekeyboard/predictivekeyboard.cpp      |    2 +-
 .../predictivekeyboard/predictivekeyboard.pro      |    8 +-
 .../predictivekeyboard/predictivekeyboardimpl.cpp  |    4 +-
 .../predictivekeyboard/predkeyboard.cpp            | 2128 ++++++++++++++++++++
 .../inputmethods/predictivekeyboard/predkeyboard.h |  203 ++
 .../predictivekeyboard/qwsinputmethod_x11.cpp      |  463 -----
 .../predictivekeyboard/qwsinputmethod_x11.h        |   35 -
 src/server/server.pro                              |   29 +-
 20 files changed, 2953 insertions(+), 2855 deletions(-)

New commits:
commit e8abe57ad5b0ffaba39ecec31ac0889a22177da1
Author: Holger Freyther <zecke at selfish.org>
Date:   Mon Oct 6 09:06:35 2008 +0200

    [keyboard] Compile the other keyboard implementation into Qtopia

commit dfe5c86da3f92ef537dbaaf47bfbecf0379d122a
Author: Holger Freyther <zecke at selfish.org>
Date:   Mon Oct 6 09:59:32 2008 +0200

    [keyboard] Be able to build the normal keyboard on Qt/X11

commit a5603de097a8be8948304ee6a9510e1706323fbe
Author: Holger Freyther <zecke at selfish.org>
Date:   Sun Oct 5 17:39:02 2008 +0200

    [inputmethod] pred and keyboard have keyboard.{cpp,h}. stop to clash
        Currently the keyboard implementations get compiled into the server
        process. With VPATH and having the same filename this will not work. Move
        things around

commit c27140e0960898ceb7f825a10407ccd2d46cd6c3
Author: Holger Freyther <zecke at selfish.org>
Date:   Sun Oct 5 16:42:49 2008 +0200

    [keyboard] Add the normal keyboard to the build process

commit 860b7ea9a1616836ac1ccc922e1dd6fa33cb9b49
Author: Holger Freyther <zecke at selfish.org>
Date:   Sun Oct 5 16:39:04 2008 +0200

    [inputmethod] Move QWSInputmethod/X11 into a library to be shared with pred and normal keyboard
        Be able to share Qt -> X11 code to send key events




More information about the commitlog mailing list