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. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   2. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   3. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   4. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
   5. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.stable'
      ([EMAIL PROTECTED])
   6. r4507 - trunk/feeds/community-repository ([EMAIL PROTECTED])
--- Begin Message ---
 etc/themes/finxi/callscreen.xml                    |    2 +-
 .../phone/callscreen/semithemed/callscreen.cpp     |   28 +++++++++++++++-----
 .../phone/callscreen/semithemed/callscreen.h       |    1 +
 3 files changed, 23 insertions(+), 8 deletions(-)

New commits:
commit ed4f9aa6e7730ca15ab9aa19731fded31a1c9bb0
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jul 4 12:33:17 2008 +0200

    [callscreen] Fix state transition on multiparty call I
        If we have a call that is hold. A new call arrives and we press
        "Send Busy" the entered state was wrong. Fix that.

commit dfe70a664356ff5963038883fb919cfe5d3cb95a
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jul 4 12:28:43 2008 +0200

    [callscreen] Fix state transition on multiparty call I
        If we have an active call (not on hold) and we get a new one
        and "Send Busy" the callDropped slot gets dropped. After this
        the buttons said "Answer" and "Send Busy". It should say
        "Hold" and "End Call".

commit fa50399e60066c09723fb94e08e0bf4ab0097b49
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jul 4 12:01:53 2008 +0200

    [callscreen] Stop guessing when a call is hold/resumed and wait for the 
signal
        Stop guessing when and if a call is put into hold/resume. Wait for the 
state
        change and then update the theme. This also makes it synchronize with 
the
        actions we have in the options menu.
        Set the resume button to "Swap" when we can only swap calls.




--- End Message ---
--- Begin Message ---
 src/libraries/qtopiaphonemodem/qmodemcall.cpp |   47 +++++++++++-------------
 1 files changed, 22 insertions(+), 25 deletions(-)

New commits:
commit f8a74033327e06818c61f4a17ec347707e506ee2
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jul 4 13:00:19 2008 +0200

    [gsm] Stop guessing when a call has been answered.
        Instead of saying we are connected wait until the AT command has been
        executed and then do the transition if we managed to connect.




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

New commits:
commit bbff5d3838d2790e12f04115202cdc17b1b84f87
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jul 4 13:55:13 2008 +0200

    Revert "[gsm] Micro-optimasation to answer phonecalls faster"
    
    The calypso modem disagrees on this. It is the case on wakeup and my tests 
back
    then but now we do see issues when going to suspend and issueing commands. 
Revert
    this and go back to testing another fix. This will add a small delay on 
answering
    phone calls again.
    
    This reverts commit c3da122d325107a8781abd655db99d0723667345.




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

New commits:
commit c3022c9a7602c15207307f96af46d303954982fc
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Fri Jul 4 14:06:41 2008 +0200

    [srcrev] Upgrade Qtopia. Revert micro optimisation and improved callhandling
        The TI Calypso is going to deep sleep after a while. So we have to send
        a dummy command once it is sleeping. This dummy command will be lost. To
        improve call handling/answering the phonecall faster I changed the 
timeout
        handling to restart the timeout whenever we get something from the 
modem.
        So in CPI the modem is really fully awake but for signal strength 
messages
        this is not the case. So I had to revert this "optimisation" for now.
    
        The symptoms of this bug are not suspending after a while, not being 
able
        to dial or take phone calls (at least that is the assumption). This is 
not
        yet fully verified.

commit f6649165523c4f735667114fe3601535bb6e4521
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Fri Jul 4 12:41:15 2008 +0200

    [srcrev] Get the callscreen state transition fixes from Qtopia

commit 2b0f1c7ef733a5f9f33667851bd964a2430f487f
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Fri Jul 4 07:14:50 2008 +0200

    [srcrev] Upgrade Qtopia to get the various callscreen improvements

commit 344d50f29e507fcebce8965036397f70c27dcdcf
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Fri Jul 4 07:14:24 2008 +0200

    [srcrev] Upgrade the kernel to the latest stable kernel




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

New commits:
commit f41dc0c4522a81fcaf53d63ed17b91434748ecf8
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Fri Jul 4 14:06:41 2008 +0200

    [srcrev] Upgrade Qtopia. Revert micro optimisation and improved callhandling
        The TI Calypso is going to deep sleep after a while. So we have to send
        a dummy command once it is sleeping. This dummy command will be lost. To
        improve call handling/answering the phonecall faster I changed the 
timeout
        handling to restart the timeout whenever we get something from the 
modem.
        So in CPI the modem is really fully awake but for signal strength 
messages
        this is not the case. So I had to revert this "optimisation" for now.
    
        The symptoms of this bug are not suspending after a while, not being 
able
        to dial or take phone calls (at least that is the assumption). This is 
not
        yet fully verified.

commit dcb80f67d7c8c3f83116fb70c629e92d438c40e3
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Fri Jul 4 12:41:15 2008 +0200

    [srcrev] Get the callscreen state transition fixes from Qtopia

commit 52b0741ff69b4ee140eda248c6af62b5a8f64ac8
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Fri Jul 4 07:14:50 2008 +0200

    [srcrev] Upgrade Qtopia to get the various callscreen improvements

commit 6048f4476beb143681493bf0e4a1a541310ff308
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Fri Jul 4 07:14:24 2008 +0200

    [srcrev] Upgrade the kernel to the latest stable kernel




--- End Message ---
--- Begin Message ---
Author: roh
Date: 2008-07-05 02:22:38 +0200 (Sat, 05 Jul 2008)
New Revision: 4507

Modified:
   trunk/feeds/community-repository/file-index.txt
Log:
 - add comic reader to repository


Modified: trunk/feeds/community-repository/file-index.txt
===================================================================
--- trunk/feeds/community-repository/file-index.txt     2008-07-04 08:13:32 UTC 
(rev 4506)
+++ trunk/feeds/community-repository/file-index.txt     2008-07-05 00:22:38 UTC 
(rev 4507)
@@ -1 +1,2 @@
+/var/lib/gforge/download/comicreader/community-repository/comicreadersvn43/comic-reader_svnr43.ipk
 
/var/lib/gforge/download/siteadmin/community-repository/0.2/tangogps_0.9.0.3-r1_armv4t.ipk




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

Reply via email to