Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
   2. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   3. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   4. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   5. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
   6. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   7. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit c6e3826b484bb7da93823e04adf923af46b8193c
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 23 16:00:56 2008 +0200

    [srcrev] Upgrade exposure to get faster startup speed
        As of marek's request upgrade exposure to r37.




--- End Message ---
--- Begin Message ---
 .../phonevendors/ficgta01/vendor_ficgta01.cpp      |   24 ++++++++++++++++++++
 .../phonevendors/ficgta01/vendor_ficgta01_p.h      |    5 ++++
 .../qtopiaphonemodem/qmodemcallprovider.cpp        |   24 ++++++++++++-------
 .../qtopiaphonemodem/qmodemcallprovider.h          |    4 ++-
 4 files changed, 47 insertions(+), 10 deletions(-)

New commits:
commit 0f0db245478872d8b5c49fa69bf47834b0c6db7a
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Mon Jun 23 18:50:08 2008 +0200

    [gsm] Do not create a new call when a %CPI/CRING arrives during local hangup
    
    Currently Qtopia starts a timer to collect the call information from 
RING/CRING,
    CLIP and other services and then dispatches it. It looks like we can get 
rid of
    a call with HangupLocal, do not yet execute the AT command and treat the 
next
    CRING/CPI as a new call.
    
    This is a blind fix for the neo solely relying on %CPI for call indication. 
We will
    not start any timers, we will dispatch/announce a call on the right %CPI 
with all
    the information we need for that. The %CPI state 1 and 7 should not 
recreate a
    call when it was already hung up. Test pending.
    
    Make announceCall protected, attempt to override resetModem, make sure that 
it is
    not registering for the notifications that we don't want.
    
    attached log:
    
    PowerManagement :  Resume event [ 1562.585000] glamo-mci glamo-mci.0: 
glamo_mci_set_ios: power down.
    AtChat :  N : "%CPI: 1,0,1,0,1,0,"+886287514769",145"
    AtChat :  N : "+CRING: VOICE"
    AtChat :  N : "+CLIP: "+886287514769",145,,,,0"
    AtChat :  N : "%CPI: 1,4,1,1,1,0,"+886287514769",145"
    AtChat :   Ficgta01ModemService::wake()
    AtChat :  T : "ATE0"
    " Chat :  T : "
    Modem :  Qtopia detected an incoming call, notifying applications. 
QTime("23:21:12")
    Modem :  Qtopia detected an incoming call, notifying applications. 
QTime("23:21:12")
    
    ....
    
    Modem :  QModemCall::hangup()
    AtChat :  T : "ATE0"
    AtChat :  W : ""
    AtChat :  W : "OK"
    AtChat :  T : "AT+CHLD=0"
    AtChat :  N : "+CRING: VOICE"
    AtChat :  N : "+CLIP: "+886287514769",145,,,,0"
    AtChat :  N : "%CPI: 1,1,1,0,1,0,"+886287514769",145"
    AtChat :  F : "OK"
    AtChat :  N : "%CPI: 1,7,1,0,1,0,"+886287514769",145"
    AtChat :  setVibrateNow false
    Modem :  Qtopia detected an incoming call, notifying applications. 
QTime("23:21:27")
    Modem :  Qtopia detected an incoming call, notifying applications. 
QTime("23:21:27")




--- End Message ---
--- Begin Message ---
 .../qtopiaphonemodem/qmodemcallprovider.cpp        |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 62a23cb29ab5c50069f2bb0ae2a010c49109ffdf
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Tue Jun 24 04:39:49 2008 +0200

    [gsm] Correct the "API" description.
        This was the planned behaviour but then I decided that this
        shouldn't be the semantic of this flag and moved the
        notification registration to resetModem and reimplemented
        resetModem for the ti calypso.




--- End Message ---
--- Begin Message ---
 src/libraries/qtopiacomm/serial/qatchat.cpp |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

New commits:
commit c3da122d325107a8781abd655db99d0723667345
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Tue Jun 24 05:17:50 2008 +0200

    [gsm] Micro-optimasation to answer phonecalls faster
        The TI Calypso goes to sleep after a while and you need to send 
something to
        wake it up in order to process AT commands. Qtopia provides a
        registerWakeupCommand for this. Currently only the messages we send to
        the modem are taken into account. In case of an incoming call we get at
        least %CPI/RING and actually know that the modem is awake. So sending 
the
        wakeup command added another +500 msec delay on answering phone calls.
    
        Take everything we send to the modem and receive from the modem into
        account to determine when we should send the wakeup command.




--- End Message ---
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit 35d4b4c7c378ff0521c20607f87e465ab7ad184b
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Tue Jun 24 04:42:19 2008 +0200

    [srcrev] We want the experimental callhandling fixes from Qtopia




--- End Message ---
--- Begin Message ---
 BUGS.x11                                 |   14 +-------------
 src/libraries/qtopiaphone/qphonecall.cpp |    3 +++
 2 files changed, 4 insertions(+), 13 deletions(-)

New commits:
commit 5702e0ebfc6ba9694ba4756c386c34ac236456e0
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Tue Jun 24 06:46:31 2008 +0200

    [phone] Allow to use QPhoneCall with QueuedConnection signal and slots
        The other types should be exported as well but I leave this as task
        for Trolltech.

commit 3cb2fcb6c50ab559751817754cc3ce28045cf8ef
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Tue Jun 24 06:10:02 2008 +0200

    [bugs] Softmenu got reworked, seems to work now

commit cfd36f65f8af869c13700fba6c8b4dfdc7d50e5a
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Tue Jun 24 06:09:28 2008 +0200

    [bugs] apparently fixed in illume




--- End Message ---
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc       |    2 +-
 packages/openmoko-projects/exposure_svn.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8b590e7564e6cad78d26ccb708bcce8270345e0f
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Tue Jun 24 09:09:00 2008 +0200

    [srcrev] Upgrade exposure to be launchable again




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to