Holger's qtopia repo: Changes to 'master'

git at git.openmoko.org git at git.openmoko.org
Sun Sep 21 22:25:08 CEST 2008


 src/applications/addressbook/contactlistpane.cpp |    1 +
 src/libraries/qtopia/qtextentryproxy.cpp         |   18 +++++++++++++++++-
 src/libraries/qtopia/qtextentryproxy.h           |    1 +
 src/libraries/qtopiapim/qcontactview.cpp         |   22 +++++++++++++++++++++-
 src/libraries/qtopiapim/qcontactview.h           |    3 +++
 5 files changed, 43 insertions(+), 2 deletions(-)

New commits:
commit d6b1877f90a3d97811eebeaac9910ff2a643c010
Author: Holger Freyther <zecke at selfish.org>
Date:   Sun Sep 21 22:15:03 2008 +0200

    [contact selector] Optionaly enable the searching in the contact selector as well
        https://docs.openmoko.org/trac/ticket/1966
    
        Thanks to the code duplication we only changed this in the addressbook
        application and thanks to the community the code duplication was spotted
        and we could change the code at one other place.
    
        This is mostly based on the patch of Treviño, the showEvent was added to
        transfer the focus to the ListView.

commit 0a264e6022b168d4e3db8b1c38d829c1d1c9b53f
Author: Holger Freyther <zecke at selfish.org>
Date:   Sun Sep 21 21:45:18 2008 +0200

    [qtopia] Trim the text for the contact searching
        From https://docs.openmoko.org/trac/ticket/1966#comment:13
    
        The virtual keyboard might add a space. When searching a contact
        Foo you might end up with " Foo" or "Foo " but they both should match
        Foo. So let us trim the space in the QTextEntryProxy (reciever of the
        keyboard input).




More information about the commitlog mailing list