Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
--- Begin Message ---
 src/libraries/qtopiaprediction/wordprediction.cpp  |    4 ++--
 .../inputmethods/predictivekeyboard/pred.cpp       |   16 ++++++++--------
 src/plugins/inputmethods/predictivekeyboard/pred.h |    5 +++--
 3 files changed, 13 insertions(+), 12 deletions(-)

New commits:
commit 7f8d1b48f3e4606cea96a4533181b8744dff1ec8
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Thu Apr 24 16:45:31 2008 +0200

    [prediction] Begin describing the key positions in terms of rects and not 
as center of a square
        The weight function needs updating but they are the core of the 
prediction
        so a lot of thought and testing must be applied.
        E.g. we could draw a line from the point to the center of the layout 
and see
        where the line intersects with the border of the rect and then use the 
length
        of this line for the distance. This probably means one has to reduce 
the size
        exclude sizes as the border of the rects are nearer to the point than 
the center
        of it.

commit bb2704b0466f17e892c0b266e68b6438231d969c
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Thu Apr 24 16:25:34 2008 +0200

    [prediction] Use the center of the points and update the todo item
        We need to take the prediction code to work with not equally sized
        keys. A press on a bigger is always more far away from the center
        than small keys, this discriminates big keys.




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to