Holger's qtopia repo: Changes to 'master'

git at git.openmoko.org git at git.openmoko.org
Sat Aug 2 22:36:52 CEST 2008


 src/libraries/qtopiaphonemodem/qmodemsmsreader.cpp |   16 ++++++++++++-
 src/libraries/qtopiaphonemodem/qmodemsmsreader.h   |    1 +
 .../inputmethods/predictivekeyboard/keyboard.cpp   |   22 +++++++++++++++++++-
 .../gstreamer/gstreamerplaybinsession.cpp          |    4 +++
 .../phone/telephony/ringcontrol/ringcontrol.cpp    |   20 ++++++++++++-----
 5 files changed, 54 insertions(+), 9 deletions(-)

New commits:
commit 369f44feb7beb73c959d92cc8d68eb46c35a0128
Author: Holger Freyther <zecke at selfish.org>
Date:   Sat Aug 2 18:15:37 2008 +0200

    [predictivekeyoard] Make the whole AcceptWindow optional and do not use it on X11

commit 13cef6098406bb851a5c025de7c295f0cd54d6e0
Author: Holger Freyther <zecke at selfish.org>
Date:   Sat Aug 2 11:26:41 2008 +0200

    [predictivekeyboard] Never animate the AcceptWindow on X11
        We are unlikely to have ARGB visuals on the X server and we do not
        know the on screen position of the text input.
        With these two issues it is better to not animate the text on X11.

commit d262882990118f8b7d5d9a6a891e80447cba3da8
Author: Holger Freyther <zecke at selfish.org>
Date:   Sat Aug 2 00:39:27 2008 +0200

    [gstreamer] Fix the refcounting of the bus
        gst_element_get_bus will ref the bus and we need to unref this
        bus somewhere. Do it in the d'tor of the playbin session after
        having deleted the buswatcher.

commit 17df6c95506b0074bf85bbd88aa09cb13687af88
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Aug 1 23:49:10 2008 +0200

    [ringtone] Do not recreate the QSoundControl if it is not needed
        Do not recreate the QSoundControl if the new and old filename is matching.
        This is an improvements and works around a fd leak of gstreamer or the
        Qtopia gstreamer media engine.

commit 8806bbce12964bc78c3767e9f86844a8de307679
Author: Holger Freyther <zecke at selfish.org>
Date:   Fri Aug 1 22:46:11 2008 +0200

    [ti calypso] Retry +CMGL until it succeeds
        On init CMGL might fail and we should retry this. I assume that
        as CPMS succeeded CMGL will succeed sooner or later. Slightly
        delay the next CMGL command execution.
    
        In the best case we would want to delay the initialisation until
        the SIM is properly initialized. The TI Calypso is telling us
        with "%CSTAT: PHB, 1"  and "%CSTAT: RDY, 1"  that the SIM is ready
        and then we should start the init sequence. But the "simready" post
        is mostly unused by Qtopia...
    
    Aug  2 08:33:08 om-gta02 user.notice root: AtChat :  T : "AT+CMGL=4"
    Aug  2 08:33:08 om-gta02 user.notice root: AtChat :  F : "+CMS ERROR: 320"





More information about the commitlog mailing list