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.dev'
      ([EMAIL PROTECTED])
   2. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   3. r4498 - developers/werner/bin ([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.dev'
      ([EMAIL PROTECTED])
   6. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.stable'
      ([EMAIL PROTECTED])
   7. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
   8. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
--- Begin Message ---
 packages/s3c24xx-utils/sjf2410-linux-native_svn.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ed20cf60b310c8005ee51022ed1825e29fc66b0b
Author: Graeme Gregory <[EMAIL PROTECTED]>
Date:   Tue Jun 24 16:56:59 2008 +0100

    [sjf25410] deploy into DEPLOY_DIR_NATIVE




--- End Message ---
--- Begin Message ---
 src/libraries/qtopia/themedview.cpp                |   17 +++++++------
 src/libraries/qtopia/themedview.h                  |    6 ++--
 src/server/phone/callscreen/themed/callscreen.cpp  |   10 ++++----
 .../phone/contextlabel/base/contextlabel.cpp       |    4 +-
 src/server/phone/dialer/touch/dialer.cpp           |   12 +++++-----
 .../phone/homescreen/nohomescreen/nohomescreen.cpp |   19 +++++++++++++++
 .../phone/homescreen/nohomescreen/nohomescreen.h   |   24 ++++++++++++++++++++
 src/server/server.pro                              |    8 ++----
 8 files changed, 71 insertions(+), 29 deletions(-)

New commits:
commit 26c87ba6fe671da2f0b11bfa9f3281fb77f9d59e
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Tue Jun 24 19:33:44 2008 +0200

    [theme] Attempt to minimize the calls to ThemedView::layout
        Currently calling ThemedView::findItem would end with many calls
        to ThemedView::layout. Try to postpone calling layout until we
        have our proper size. Currently getTemplateInstance will force a
        layout. This is as best as it can get for now.

commit cd163b0185f7fb179ceb73f6761bf8e6edee411b
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Tue Jun 24 13:15:18 2008 +0200

    [homescreen] Provide a dummy homescreen that replaces themed one
        This should be more efficient. We can not get rid of the
        HomeScreenControl completely but we can use a homescreen that
        is not loading any additional theme files which should be good
        for performance.

commit a779f74b7572daf3f2b5123057b9e92c47aba74d
Merge: a59652d8a9e3c6b08d617edb5fad4da8d60c95d5 
5995160a419f49de48f0b844bee02d88b10f1205
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Tue Jun 24 13:04:48 2008 +0200

    Merge branch 'master' of git+ssh://[EMAIL PROTECTED]/var/cache/git/qtopia

commit a59652d8a9e3c6b08d617edb5fad4da8d60c95d5
Merge: c908a52fd5303cc8f44d660063f9fbc8443a51cb 
5b433744b51c9c94fe2033cc125126cef5394ae4
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Tue Jun 24 12:02:41 2008 +0200

    Merge branch 'master' of git+ssh://[EMAIL PROTECTED]/var/cache/git/qtopia

commit c908a52fd5303cc8f44d660063f9fbc8443a51cb
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Tue Jun 24 08:15:24 2008 +0200

    [server] Remove the shutdown task from the server
        The appshutdown seems to be used to shutdown the QPE process. We have 
other
        means to shutdown.




--- End Message ---
--- Begin Message ---
Author: werner
Date: 2008-06-24 22:33:29 +0200 (Tue, 24 Jun 2008)
New Revision: 4498

Modified:
   developers/werner/bin/mdflt
Log:
Header:<EOL> appears in real life and is RFC822-compliant, so we better
  support it.



Modified: developers/werner/bin/mdflt
===================================================================
--- developers/werner/bin/mdflt 2008-06-24 16:00:23 UTC (rev 4497)
+++ developers/werner/bin/mdflt 2008-06-24 20:33:29 UTC (rev 4498)
@@ -85,6 +85,9 @@
        if (/^(\S+):\s+/) {
            $last = uc $1;
            $hdr{$last} = $';
+       } elsif (/^(\S+):$/) {
+           $last = uc $1;
+           $hdr{$last} = "";
        } elsif (/^\s+/) {
            die "unexpected continuation in $name:\n$_\n" unless defined $last;
            $hdr{$last} .= " ".$';
@@ -98,6 +101,7 @@
        ($base = $name) =~ s|^.*/||;
        &move($name, $folder[$i]."/".$base);
        $cnt[$i]++;
+       last;
     }
     close FILE;
 }




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

New commits:
commit 498fca7d621880b7a1ab22312591288ad1804bdc
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Jun 25 05:45:28 2008 +0200

    [srcrev] Build a Qtopia version with Theme performance improvements
        Try to layout ThemedView less often, try to avoid doing a layout
        when we simply want to see if a item is present.




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

New commits:
commit 44339e945cba90b5fff24deb84a30964fe67627c
Merge: fef3a528c3c66ea0abd6c83ddb77ac11fa6f0797 
498fca7d621880b7a1ab22312591288ad1804bdc
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Wed Jun 25 15:08:12 2008 +1000

    Merge branch 'org.openmoko.asu.dev' of git+ssh://[EMAIL 
PROTECTED]/var/cache/git/openmoko into org.openmoko.asu.dev

commit fef3a528c3c66ea0abd6c83ddb77ac11fa6f0797
Author: Carsten Haitzler <[EMAIL PROTECTED]>
Date:   Wed Jun 25 15:07:19 2008 +1000

    update config to make use of aux ANd power as desired and enable lock screen




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

New commits:
commit d5188d6389fdf8c4adeb03b9ae0ad908a92c365b
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Jun 25 05:45:28 2008 +0200

    [srcrev] Build a Qtopia version with Theme performance improvements
        Try to layout ThemedView less often, try to avoid doing a layout
        when we simply want to see if a item is present.

commit 0a6ead2d1572ecaa2fced3c4636b730817fe7d72
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 ---
 conf/distro/include/sane-srcrevs.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit cb548cc96ea4719858c1850158f9e65782e4f9f5
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Jun 25 10:49:38 2008 +0200

    [srcrev] Upgrade xglamo, it got a fix for extended keycodes.




--- End Message ---
--- Begin Message ---
 packages/connman/connman_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit c4ad5b97f18b8144c50e729f95a4a0aed7ac3c90
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Jun 25 11:01:57 2008 +0200

    [connman] Make sure that connman gets started, do that after dbus is running




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

Reply via email to