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. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
   3. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   4. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   5. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   6. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.asu.dev'
      ([EMAIL PROTECTED])
--- Begin Message ---
 packages/kobodeluxe/kobodeluxe_0.5.1.bb            |    3 +-
 packages/openmoko-projects/enlazar-qh_svn.bb       |    9 +++++--
 .../openmoko-community-repository.bb               |   21 ++++++++++++++++++++
 packages/tasks/task-openmoko-qtopia-x11.bb         |    3 +-
 4 files changed, 30 insertions(+), 6 deletions(-)

New commits:
commit 440b6b97e8a8c86397bec023d254b7c6ba2abc5f
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Fri Jun 6 23:15:40 2008 +0800

    [openmoko] add Openmoko community repository bbfile.
    It create a configure file in rootfs for opkg.

commit 73bf66217d7805f2ba81f7394a6c9bdf7276c9da
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Fri Jun 6 17:46:55 2008 +0800

    [openmoko] Remove Tag of enlazar-qh, kobodeluxe




--- End Message ---
--- Begin Message ---
 .../openmoko-community-repository.bb               |   21 ++++++++++++++++++++
 packages/tasks/task-openmoko-qtopia-x11.bb         |    3 +-
 2 files changed, 23 insertions(+), 1 deletions(-)

New commits:
commit b49d4895bc9961bd2d9c5be7e4b8e4a05e0012ac
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Fri Jun 6 23:15:40 2008 +0800

    [openmoko] add Openmoko community repository bbfile.
    It create a configure file in rootfs for opkg.




--- End Message ---
--- Begin Message ---
 src/server/core_server/applicationlauncher.cpp     |   31 -
 src/server/core_server/applicationlauncher.h       |    2 -
 .../media/volumemanagement/mediaservicestask.cpp   |    6 +-
 .../media/volumemanagement/mediaservicestask.h     |    2 +
 src/server/phone/callscreen/themed/callscreen.cpp  |   19 +-
 src/server/phone/callscreen/themed/callscreen.h    |    2 +
 .../phone/homescreen/themed/themedhomescreen.cpp   |    4 +
 src/server/phone/qabstracthomescreen.cpp           |   36 +-
 src/server/phone/qabstracthomescreen.h             |    6 +-
 .../phonelauncher/phonelauncher_illume.cpp         | 1371 ++++++++++++++++++++
 .../phonelauncher/phonelauncher_illume.h           |  189 +++
 .../telephony/dialercontrol/dialercontrol.cpp      |    2 +
 .../phone/telephony/ringcontrol/ringcontrol.cpp    |   14 +-
 src/server/phone/themecontrol/serverthemeview.cpp  |    2 +
 src/server/processctrl/qdsync/qdsynctask.cpp       |    1 -
 src/server/server.pro                              |  115 +--
 src/server/ui/standarddialogs.cpp                  |   10 +-
 17 files changed, 1651 insertions(+), 161 deletions(-)

New commits:
commit 0f3d70fcf9c6dbfefd9c5e02de430166a870ac81
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 18:14:55 2008 +0200

    [illume] Do not build the phonebrowser and homescreenwidgets

commit 707d9a7fc712daa536ebc0455d6ff131d5e2de33
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 14:28:41 2008 +0200

    [illume] No (sim, pin) locks for our illume launcher...

commit d48ffda3248b844c7ad32b60bd87ef547be3dba1
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 13:56:42 2008 +0200

    [illume] remove dead code

commit c6973ec431b9a69b19fdea17209780a787a20a58
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 13:55:44 2008 +0200

    [illume] Remove as much homescreen functionality as possible

commit 13f3a747b356be683da91018204050be07402ded
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 13:48:21 2008 +0200

    [illume] Remove unused foo

commit cb657cbe1499c297b9129694ab5facbab20d203a
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 13:46:22 2008 +0200

    [illume] Remove m_stack, it is unsued

commit f58ffb841a72c6806e78c3cb44bdaee617b3dcaa
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 13:44:59 2008 +0200

    [illume] We do not handle call and hangup key in illume => remove

commit f5abcad439f86473d14e81ffee86195ce423d9d6
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 13:44:42 2008 +0200

    fixup removed slot

commit 54ce4a534903fa3bdbef6406c938ef519917d6cd
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 13:42:00 2008 +0200

    [illume] Do not create a PhoneBrowser

commit 320d6047f9c8dd154ec0aac3dbada8ca53f40a47
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 13:32:43 2008 +0200

    [illume] Remove the speed dial for illume

commit 88e10c03f08b5ff761d61dcbbad8203211d79e15
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 13:29:17 2008 +0200

    [sanity] This code doesn't make any sense... it blocks before sending the 
message
        sleep(1) will block the process before having sent the envelope across 
the
        wire. So this sleep doesn't make any sense. It looks like one of the 
places
        where the Qtopia devs made assumption on completion time...

commit 3c778453f1f0aa07ea4d65833de108759e9fd733
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 13:25:45 2008 +0200

    [illume] Start shrinking the binary and runtime size
        Start disabling services, tasks, and features we are not going to use. 
This
        will create a smaller binary that will launch faster. Fork the 
phonelauncher
        to phonelauncher_illume to be able to get rid of certain things we are 
not
        going to use.
        The SystemSuspend task needs to stay due the way qtopiaTask is used. 
For some
        tasks people assume that these are going to be present.




--- End Message ---
--- Begin Message ---
 src/build/bin/installpic |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

New commits:
commit bfe93ae3be6dca9c2e974af385a3157e1ae665b9
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 20:25:32 2008 +0200

    [path] Cope with "+" in the path by properly escaping it
        Thanks to noha for naming quotemeta, qq, qw and various other
        regexps as solution to this problem. The "+" inside the picsSource
        got interpreted as sed control sequence. In our case we are sure that
        no escape sequences are inside the $picsSource string as it is a path




--- End Message ---
--- Begin Message ---
 src/server/server.pro                 |    4 ++--
 src/server/standarddevicefeatures.cpp |    4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 5ebafa877689d0abd73e5e0bb4a5fabab86c4e3b
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 23:44:01 2008 +0200

    [server] Disable more code, the cameramonitor is now gone

commit cdefc67ba63474bf53acd738cce229dc9c0ae628
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 22:59:15 2008 +0200

    [qtopia] Build taskmanagerentry again, it is needed for receiving window




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

New commits:
commit c1d7986cbcd823341624a26aaf62fca764000a6f
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 22:17:52 2008 +0200

    [qtopia] Qtopia upgrade. Various server changes, fix the installpic script
        The images were installed with a deeply nested structure. installpic
        of Qtopia was fixed in the git repository.

commit 1be30e75a78f3044411d49e45a0d2cf65d301d04
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Fri Jun 6 22:17:27 2008 +0200

    [srcrev] Stable kernel upgrade




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

Reply via email to