Holger's qtopia repo: Changes to 'master'

git at git.openmoko.org git at git.openmoko.org
Tue May 27 09:58:24 CEST 2008


 .../phonevendors/ficgta01/vendor_ficgta01.cpp      |   11 ++++---
 src/libraries/qtopia/qtopiaapplication.cpp         |   11 +++++++
 .../qtopiaphonemodem/qmodemcallprovider.cpp        |   30 ++++++++++++++++++--
 .../qtopiaphonemodem/qmodemcallprovider.h          |    5 +++
 4 files changed, 49 insertions(+), 8 deletions(-)

New commits:
commit 097dc77994fd9b5be9899f1e39bef5bbb60b9595
Author: Holger Freyther <zecke at selfish.org>
Date:   Mon May 26 23:46:29 2008 +0200

    [telephony] Disable unsolicited result code for network registration
        Eek. Our TI Calypso is sending us a +CREG: 1 (registered to home network)
        and will wake us up but we are already connected. So disable any CREG
        usc when suspend to stay suspended.
    
        The issue with that is a user can specify manual operator selection (COPS), lose
        the network and we might not be able to reconnect as we stay suspended (and the
        manually selected provider is not available anymore). But for now we don't
        support "call options", so the automatic operator selection is default and
        it is best the idea to support this well.

commit 81e1bcb0d16d9b1072d40bcabc2aa76ee322da27
Author: Holger Freyther <zecke at selfish.org>
Date:   Mon May 26 23:42:07 2008 +0200

    [telephony] We don't parse %CREG, no need to enable that on resume
        We don't parse it, and we only enable it on suspend. So let us
        not enable it at all.
        Paranoia to actually send a =0, the other option would be to just
        remove the code as the command is not enabled anywhere else

commit 1c8d2dd4a06c171f7cef15505bc9e8f3d895e771
Author: Holger Freyther <zecke at selfish.org>
Date:   Mon May 26 21:53:23 2008 +0200

    [telephony] Stop guessing when a call is missed, rely soley on %CPI
        For the TI Calypso we have a pretty good idea when the call is missed. In
        fact judging from the code the %CPI is supposed to tell us that the call
        was missed. There is no need to make QModemCallProvider wrongly guess when
        a call might have been missed. This should fix some of the weirdness with
        the callscreen. The result has been tested yet.

commit 5da5add88176e4e054916d90c8ae5d637156d54d
Author: Holger Freyther <zecke at selfish.org>
Date:   Mon May 26 21:52:40 2008 +0200

    [ficgta01] Remove unused variable, make the compiler happy

commit 01850811d706311e5430cfcc7801baf17e459b20
Author: Holger Freyther <zecke at selfish.org>
Date:   Mon May 26 19:05:23 2008 +0200

    [lifecycle] If the last window is closed and we don't have a running task quit
        This allows to quit applications from illume with the remove button





More information about the commitlog mailing list