Holger's qtopia repo: Changes to 'master'

git at git.openmoko.org git at git.openmoko.org
Sun Aug 3 15:21:12 CEST 2008


 BUGS.x11                                           |   22 ++++---
 .../phonevendors/ficgta01/vendor_ficgta01.cpp      |   69 ++++++++++----------
 .../phonevendors/ficgta01/vendor_ficgta01_p.h      |    8 +-
 etc/SystemRingTones/alarm.wav                      |  Bin
 .../qtopiaphonemodem/qmodempinmanager.cpp          |   16 ++++-
 src/libraries/qtopiaphonemodem/qmodempinmanager.h  |    2 +
 .../gstreamer/gstreamerplaybinsession.cpp          |    4 +-
 7 files changed, 70 insertions(+), 51 deletions(-)

New commits:
commit 22e899b30302f831c064f691824cb7aa0af7297c
Author: Holger Freyther <zecke at selfish.org>
Date:   Sun Aug 3 14:41:51 2008 +0200

    [gstreamer] Set the element/pipeline to READY instead of PAUSED to avoid some fd leaks
        There is still something fishy with the refcounting of GStreamer itself or
        the way it is used. If we set the element to paused the pulse element will use
        two new file descriptors that are never freed.. if we set it to READY we should
        still get our preroll ("speed improvement") without leaking the fd's.

commit d4b1e0c76796a4759ad9e273fa743c536908f212
Author: Holger Freyther <zecke at selfish.org>
Date:   Sun Aug 3 12:42:18 2008 +0200

    [ringtone] Replace the alarm.wav with junggle_btn402.mp3 of freesound.org
        Repeath the sample four more times and export to wave using audacity. This
        sounds better on a neo as alarm sound.
    
        http://www.freesound.org/samplesViewSingle.php?id=26777
        This work is licensed under a Creative Commons Sampling Plus 1.0 License.

commit 8380a8534e802c152c160e6699634ad9c66b1951
Author: Holger Freyther <zecke at selfish.org>
Date:   Sun Aug 3 12:34:23 2008 +0200

    [modem] Allow to postpone "simready" until %CSTAT notifications arrived
        Do not directly send "simready" in QModemPinManager but allow to postpone
        sending this message. For the TI Calypso I want to delay it until the
        modem reports that the SMS and Phonebook is ready. This should help
        with the various failures I see on initialisation with my base card.
    
        Possible breakage might happen when RDY never gets emitted. I have no
        idea if that is ever going to happen but we will have to find that out
        the hardway.
    
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  T : "AT+COPS=3,0"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  F : "+CME ERROR: 100"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  T : "AT+CPBS=?"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  N : "%CSTAT: PHB, 1"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  N : "%CSTAT: RDY, 1"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  F : "+CPBS: ("EN","BD","FD","DC","LD","RC","LR","MT","AD","SM","SD","MC","LM","AF","ON","UD")"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  F : "OK"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  T : "AT+CPBS="EN""
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  F : "OK"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  T : "AT+CPBR=?"
    Aug  2 08:33:19 om-gta02 user.notice root: AtChat :  F : "+CME ERROR: 100"

commit 835a5359da73f8b4daf9e44bfe5c1b94842a4f2d
Author: Holger Freyther <zecke at selfish.org>
Date:   Sat Aug 2 23:42:10 2008 +0200

    [bugs] Add some more known bugs

commit 1813466ef7f0460f517988b44450e232c6d9292f
Author: Holger Freyther <zecke at selfish.org>
Date:   Sat Aug 2 23:33:52 2008 +0200

    [bugs] Remove scroll indicator and mediaserver from the list
        - Scrollindicator should be resolved due the major changes in the
          Qt/X11 backingstore handling
        - mediaserver. We have exchanged the ringtone and played a bit
          with the GStreamer backend..





More information about the commitlog mailing list