Holger's qtopia repo: Changes to 'master'

git at git.openmoko.org git at git.openmoko.org
Wed Apr 23 17:23:30 CEST 2008


 .../qtopiaprediction/qtopiaprediction.pro          |   17 ++++
 src/libraries/qtopiaprediction/wordprediction.cpp  |   89 ++++++++++++++++++++
 src/libraries/qtopiaprediction/wordprediction.h    |   71 ++++++++++++++++
 .../inputmethods/predictivekeyboard/pred.cpp       |    2 +-
 4 files changed, 178 insertions(+), 1 deletions(-)

New commits:
commit f39ac37db3b13d1c32c8166b986a6744c7d1b8ea
Author: Holger Freyther <zecke at selfish.org>
Date:   Wed Apr 23 16:44:30 2008 +0200

    [prediction] Fix a wtf. Converting is a char to string is not guaranteed to be null terminated
        the call converted char to char* and boxed that into QByteArray(char*) which
        will read anything until the first \0. The alternatives are
        QByteArray(char*, int) or QByteArray(int, char), I have settled for the later
        one.

commit 3019cc28cb1c5bc33acc61c9433cb40a6f930963
Author: Holger Freyther <zecke at selfish.org>
Date:   Wed Apr 23 16:33:56 2008 +0200

    [prediction] First implementation of the C Interface, untested

commit 42ff2ca73828eaf31c0b9a8c74f69331ceed5a30
Author: Holger Freyther <zecke at selfish.org>
Date:   Wed Apr 23 15:09:20 2008 +0200

    [prediction] Start with the header file

commit 0ff5de564e253fad4d9779c2858a63a3c9423aa0
Author: Holger Freyther <zecke at selfish.org>
Date:   Wed Apr 23 13:44:04 2008 +0200

    [prediction] Start extracting the prediction into a library used by other processes





More information about the commitlog mailing list