Holger's qtopia repo: Changes to 'master'

git at git.openmoko.org git at git.openmoko.org
Tue Jul 15 20:31:09 CEST 2008


 src/libraries/qtopia/qsoftmenubar.cpp              |   93 ++++++++++++++++++--
 .../phone/callscreen/semithemed/callscreen.cpp     |   87 ++++++++-----------
 .../phone/callscreen/semithemed/callscreen.h       |    8 +--
 3 files changed, 126 insertions(+), 62 deletions(-)

New commits:
commit a2808905d337db85b0cb6e2c7844ef1e9df24db6
Author: Holger Freyther <zecke at selfish.org>
Date:   Tue Jul 15 20:23:57 2008 +0200

    [softmenu] Disable/Enable the "Options" entry depending on having options
        Do not show the "Options" entry if we have no options at all. Also
        update this when we get options. E.g. by adding, removing or making
        actions visible. A performance optimisation could be to check if we
        are already showing the right thing. This might be done as deep as
        in the ContextKeyManager helper implementation.
    
        (Semi tested)

commit 9de6c2b5db5a43da8ae120d42806bb0fe472ed71
Author: Holger Freyther <zecke at selfish.org>
Date:   Tue Jul 15 18:58:02 2008 +0200

    [softmenu] Move the widget type check up
        Move the isWidgetType() check into the big guard. This will
        make the following changes look better.

commit 741502c038067d485ed574c66235ffc55a1752a9
Author: Holger Freyther <zecke at selfish.org>
Date:   Tue Jul 15 17:35:43 2008 +0200

    [softmenu] Do not show empty menus
        Do not show a QMenu that has no visible content. When there is no
        help entry some menu's will be completely empty. Never show an empty
        menu. The other part will be to remove the "Options" caption as well
        but clicking this button would still send a default keycode anyway
        and we would still show the empty menu.

commit bfd1f6cfb604e8ca52d4685542f50ceee13f460d
Author: Holger Freyther <zecke at selfish.org>
Date:   Tue Jul 15 17:18:58 2008 +0200

    [power management] Do not suspend the device when we have active calls
        Communicate with the ompower application. Request the CPU if we have
        call activity and release the CPU when the calls are all gone.
    
        (untested)

commit c5e172dc8df8438efe9c9bc7c646a07f82658e30
Author: Holger Freyther <zecke at selfish.org>
Date:   Tue Jul 15 16:19:10 2008 +0200

    [qtopia] Do not launch a command on call changes. We will use dbus...





More information about the commitlog mailing list