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. 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.dev'
      ([EMAIL PROTECTED])
   5. Holger's qtopia repo: Changes to 'holger/keyboard'
      ([EMAIL PROTECTED])
   6. Holger's qtopia repo: Changes to 'holger/keyboard'
      ([EMAIL PROTECTED])
   7. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
   8. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   9. r4693 - developers/werner/bin ([EMAIL PROTECTED])
  10. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
--- Begin Message ---
 packages/squeak/files/configure-fixes.patch |24113 +++++++++++++++++++++++++++
 packages/squeak/squeakvm_3.10.1.bb          |   78 +-
 2 files changed, 24181 insertions(+), 10 deletions(-)

New commits:
commit aef1f04780a91e8b35d1ba6ae211f1268b94508f
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 12:15:00 2008 +0200

    [squeak] Use a regenrated configure file, build against ffi
        Various fixes to the buildsystem. Sadly we have to use a regenerated
        configure file as something does not work from within OE (using OE's
        autoreconf does work though)
    
        Change mkconfig.in to use the right tail syntax, build with libffi




--- End Message ---
--- Begin Message ---
 src/applications/clock/alarm.cpp        |   28 +++++++++----
 src/applications/clock/alarm.h          |   14 ++++++-
 src/applications/datebook/alarmview.cpp |   21 ++++++++++
 src/applications/datebook/alarmview.h   |    4 ++
 src/libraries/qtopia/odeviceusage.cpp   |   67 +++++++++++++++++++++++++++++++
 src/libraries/qtopia/odeviceusage.h     |   45 +++++++++++++++++++++
 src/libraries/qtopia/qtopia.pro         |    5 ++
 7 files changed, 174 insertions(+), 10 deletions(-)

New commits:
commit bc3319c6f1331750d54079fa8907ae950cc84507
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 12:15:47 2008 +0200

    [suspend/resume] Do not suspend while we show an alarm
        Introduce ODeviceUsage which is talking with the ompowerd
        to lock any kind of resource.
    
        Switch clock and datebook over to this class. Be friendly when
        we try to unlock more often than it was locked, unlock on
        destruction of ODeviceUsage.
    
        Specially in alarmview.cpp it is hard to figure out when to
        lock/unlock. Everytime we start/stop mAlarmTimer I added a
        lock/unlock.
    
        (untested)

commit 740c29dc4e8a022f410278b61acfe8b7cd67b9a1
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 05:50:07 2008 +0200

    [clock] Play the alarm until the user is doing something with the device
        Instead of only ringing a couple of times and then giving up
        try the best to wake up the user. This involves ringing until the
        user clicks ok. In the worse case the battery will go empty while
        it is attempted to wake up the user but at least we tried. In the
        majority of cases the alarm is set because it is important.




--- End Message ---
--- Begin Message ---
 src/applications/addressbook/abeditor.cpp |   40 ++--------------------------
 1 files changed, 3 insertions(+), 37 deletions(-)

New commits:
commit 80ada4bb9b8cfe400250bd9126130b949f51e53b
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 14:59:26 2008 +0200

    [addressbook] Change AbSimEditor to look better in fullscreen mode
        Switch to QFormLayout, this adds the proper spaceritem to the
        end of the dialog and should keep everything else like it is.




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

New commits:
commit 483c4454de209618dfbc60bf32493ffb2e636222
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 14:47:03 2008 +0200

    [srcrev] Upgrade Qtopia to get two bugfixes
        - Fixes #1562, #1984
        - Change the clock to play the alarm as long as the user does
          not ack it.




--- End Message ---
--- Begin Message ---
New branch 'holger/keyboard' available with the following commits:
commit fe81c116658dc49a53544d56f7225b9e786ade4b
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 18:00:56 2008 +0200

    WIP make keyboardframe.cpp work on X11

commit 5da68d1a6b59cfb67027548173bd772308cc40ad
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 17:47:35 2008 +0200

    WIP build the new lib

commit 98ab6784785517e142553cfce6d9a54487b0d0f8
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 17:39:02 2008 +0200

    [inputmethod] pred and keyboard have keyboard.{cpp,h}. stop to clash
        Currently the keyboard implementations get compiled into the server
        process. With VPATH and having the same filename this will not work. 
Move
        things around

commit 1908f6e9c559cdb2bfc0fadae3cb1752f975cdad
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 17:29:51 2008 +0200

    WIP export the class as well

commit 09e63201ec29d7ad0106616b381d8862a85ea272
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 16:42:49 2008 +0200

    [keyboard] Add the normal keyboard to the build process

commit b6820c60837f38a1b91c704ac3a66d0027c3e66d
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 16:39:04 2008 +0200

    [inputmethod] Move QWSInputmethod/X11 into a library to be shared with pred 
and normal keyboard
        Be able to share Qt -> X11 code to send key events

commit 000c5f4d479953cba821373d3250325f73a02412
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 16:16:05 2008 +0200

    Revert "[keyboard] Bypass X11 for the various helper widgets/windows of the 
keyboard"
        http://docs.openmoko.org/trac/ticket/1762
    
        This revert should make e more happy. Let us see what is going to break.
        With the remaining window flags we should still be able to fully control
        these windows.
    
    This reverts commit 6c764ac608993e16a04d500af28534005add29dd.




--- End Message ---
--- Begin Message ---
New branch 'holger/keyboard' available with the following commits:
commit fe81c116658dc49a53544d56f7225b9e786ade4b
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 18:00:56 2008 +0200

    WIP make keyboardframe.cpp work on X11

commit 5da68d1a6b59cfb67027548173bd772308cc40ad
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 17:47:35 2008 +0200

    WIP build the new lib

commit 98ab6784785517e142553cfce6d9a54487b0d0f8
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 17:39:02 2008 +0200

    [inputmethod] pred and keyboard have keyboard.{cpp,h}. stop to clash
        Currently the keyboard implementations get compiled into the server
        process. With VPATH and having the same filename this will not work. 
Move
        things around

commit 1908f6e9c559cdb2bfc0fadae3cb1752f975cdad
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 17:29:51 2008 +0200

    WIP export the class as well

commit 09e63201ec29d7ad0106616b381d8862a85ea272
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 16:42:49 2008 +0200

    [keyboard] Add the normal keyboard to the build process

commit b6820c60837f38a1b91c704ac3a66d0027c3e66d
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 16:39:04 2008 +0200

    [inputmethod] Move QWSInputmethod/X11 into a library to be shared with pred 
and normal keyboard
        Be able to share Qt -> X11 code to send key events

commit 000c5f4d479953cba821373d3250325f73a02412
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 16:16:05 2008 +0200

    Revert "[keyboard] Bypass X11 for the various helper widgets/windows of the 
keyboard"
        http://docs.openmoko.org/trac/ticket/1762
    
        This revert should make e more happy. Let us see what is going to break.
        With the remaining window flags we should still be able to fully control
        these windows.
    
    This reverts commit 6c764ac608993e16a04d500af28534005add29dd.




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

New commits:
commit 4380dd82cdf6a7919fd51aaf3b8c56c3052a2a82
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Mon Oct 6 14:58:35 2008 +0800

    [linux-openmoko-devel] Giving a exist revision number of 
linux-openmoko-devel
    The old one was gone and it cause fetch error. (maybe git-rebase)




--- End Message ---
--- Begin Message ---
 src/libraries/qtopiapim/qsimcontext.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

New commits:
commit 50517a0d25ed72bff61ac3daf334c768c888b291
Author: Guillaume <[EMAIL PROTECTED]>
Date:   Mon Oct 6 16:15:49 2008 +0800

    [phonebook] Don't trim the name when exporting to sim if there is no 
extension
       Should fix (at least part of) bug #1987




--- End Message ---
--- Begin Message ---
Author: werner
Date: 2008-10-06 10:25:56 +0200 (Mon, 06 Oct 2008)
New Revision: 4693

Added:
   developers/werner/bin/wlanscan
Log:
Little utility to extract the relevant information from an iwlist scan.



Added: developers/werner/bin/wlanscan
===================================================================
--- developers/werner/bin/wlanscan                              (rev 0)
+++ developers/werner/bin/wlanscan      2008-10-06 08:25:56 UTC (rev 4693)
@@ -0,0 +1,43 @@
+#!/bin/sh
+iwlist scan 2>/dev/null | awk '
+function flush()
+{
+    printf("%3s %-32s %9s dBm %s\n", cell, essid, signal, crypt)
+    cell = "?"
+    essid = "?"
+    signal = "?"
+    crypt = "?"
+}
+
+/^ *Cell/ {
+    if (cell != "")
+       flush()
+    match($0, /[0-9]+/)
+    cell = substr($0, RSTART, RLENGTH)
+}
+/^ *ESSID:/ {
+    match($0, /"[^"]*"/)
+    essid = substr($0, RSTART+1, RLENGTH-2)
+}
+/^ *Quality/ {
+    match($0, /Signal level=[^ ]* /)
+    signal = substr($0, RSTART+13, RLENGTH-14)
+    match($0, /Noise level=[^ ]* /)
+    signal = signal "/" substr($0, RSTART+12, RLENGTH-13)
+}
+/^ *Encryption key:off/ {
+    crypt = "open"
+}
+/^ *Encryption key:on/ {
+    crypt = "WEP"
+}
+/^ *IE: WPA/ {
+    crypt = "WPA"
+}
+/^ *Extra:wpa_ie/ {
+    crypt = "WPA"
+}
+END {
+    if (cell != "")
+       flush()
+}'


Property changes on: developers/werner/bin/wlanscan
___________________________________________________________________
Name: svn:executable
   + *




--- End Message ---
--- Begin Message ---
 src/general.pri                                    |    1 +
 .../qtopiainputmethod/qtopiainputmethod.pro        |   17 +
 .../qtopiainputmethod/qwsinputmethod_x11.cpp       |  463 +++++
 .../qtopiainputmethod/qwsinputmethod_x11.h         |   38 +
 src/plugins/inputmethods/keyboard/keyboard.cpp     |    7 +-
 src/plugins/inputmethods/keyboard/keyboard.h       |    7 +-
 src/plugins/inputmethods/keyboard/keyboard.pro     |    4 +
 .../inputmethods/keyboard/keyboardframe.cpp        |   35 +-
 src/plugins/inputmethods/keyboard/keyboardimpl.cpp |    6 +-
 src/plugins/inputmethods/keyboard/pickboardcfg.cpp |   27 +-
 .../inputmethods/predictivekeyboard/keyboard.cpp   | 2128 --------------------
 .../inputmethods/predictivekeyboard/keyboard.h     |  203 --
 .../predictivekeyboard/predictivekeyboard.cpp      |    2 +-
 .../predictivekeyboard/predictivekeyboard.pro      |    8 +-
 .../predictivekeyboard/predictivekeyboardimpl.cpp  |    4 +-
 .../predictivekeyboard/predkeyboard.cpp            | 2128 ++++++++++++++++++++
 .../inputmethods/predictivekeyboard/predkeyboard.h |  203 ++
 .../predictivekeyboard/qwsinputmethod_x11.cpp      |  463 -----
 .../predictivekeyboard/qwsinputmethod_x11.h        |   35 -
 src/server/server.pro                              |   29 +-
 20 files changed, 2953 insertions(+), 2855 deletions(-)

New commits:
commit e8abe57ad5b0ffaba39ecec31ac0889a22177da1
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Mon Oct 6 09:06:35 2008 +0200

    [keyboard] Compile the other keyboard implementation into Qtopia

commit dfe5c86da3f92ef537dbaaf47bfbecf0379d122a
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Mon Oct 6 09:59:32 2008 +0200

    [keyboard] Be able to build the normal keyboard on Qt/X11

commit a5603de097a8be8948304ee6a9510e1706323fbe
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 17:39:02 2008 +0200

    [inputmethod] pred and keyboard have keyboard.{cpp,h}. stop to clash
        Currently the keyboard implementations get compiled into the server
        process. With VPATH and having the same filename this will not work. 
Move
        things around

commit c27140e0960898ceb7f825a10407ccd2d46cd6c3
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 16:42:49 2008 +0200

    [keyboard] Add the normal keyboard to the build process

commit 860b7ea9a1616836ac1ccc922e1dd6fa33cb9b49
Author: Holger Freyther <[EMAIL PROTECTED]>
Date:   Sun Oct 5 16:39:04 2008 +0200

    [inputmethod] Move QWSInputmethod/X11 into a library to be shared with pred 
and normal keyboard
        Be able to share Qt -> X11 code to send key events




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

Reply via email to