Holger's qtopia repo: Changes to 'master'

git at git.openmoko.org git at git.openmoko.org
Sat Sep 6 23:04:08 CEST 2008


 src/applications/addressbook/addressbook.cpp     |    1 +
 src/applications/addressbook/contactlistpane.cpp |   11 ++++++++---
 src/libraries/qtopia/qtextentryproxy.cpp         |    4 +++-
 3 files changed, 12 insertions(+), 4 deletions(-)

New commits:
commit 906a00fdcb89fdcc8252f84a76625eb42c8fe302
Author: Holger Freyther <zecke at selfish.org>
Date:   Sat Sep 6 23:00:08 2008 +0200

    [addressbook] Allow to show the Findbar to find contacts
        - Make showing the findbar configurable and default to
          the current defaults. (Not shown in thumb style mode)
        - Make ContactListPane have the default focus
        - Set the input method hint on the QTextEntryProxy so that
          with a click to focus policy the findbar gets focus and
          the keyboard is shown. So by default most of the screen
          is available for the contacts and only with a click the
          keyboard comes up..
    
        Put the following into ~/.config/Trolltech/Contacts.conf
        or /opt/Qtopia/etc/default/Trolltech/Contacts.conf
        [default]
        EnableFindBar=1

commit a1d8c1294df28136452eb5645eb90f6b1820af73
Author: Holger Freyther <zecke at selfish.org>
Date:   Sat Sep 6 22:58:13 2008 +0200

    [qtopia] Abuse the QTextEntryProxy to get input itself
        If the text entry proxy gets input itself it should handle it as well. By
        default QTextEntryProxy is setting the focus policy to NoFocus but if a
        consumer of the API is changing that it will continue to work. It will get
        text input the Target and itself.




More information about the commitlog mailing list