Send commitlog mailing list submissions to
        [email protected]

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. Locations: Changes to '0.2' ([EMAIL PROTECTED])
   2. Locations: Changes to '0.2' ([EMAIL PROTECTED])
   3. Locations: Changes to '0.2' ([EMAIL PROTECTED])
   4. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
   5. r4620 -
      trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit
      ([EMAIL PROTECTED])
   6. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
--- Begin Message ---
 Makefile.am                   |    3 +-
 dbus/e_dbus_proxy.c           |   27 ++-
 dbus/e_dbus_proxy.h           |    4 +-
 po/ChangeLog                  |    8 +
 po/POTFILES.in                |    1 -
 po/zh_TW.po                   |  244 ++++++++++---------
 src/Makefile.am               |    2 -
 src/e_ctrl.c                  |    1 -
 src/e_mod_config.c            |   69 ++++--
 src/e_mod_main.c              |  120 ++++------
 src/e_mod_nav.c               |   12 +-
 src/e_mod_nav.h               |    5 +-
 src/e_nav_item_location.c     |   84 ++++---
 src/e_nav_taglist.c           |   81 ++++---
 src/e_nav_theme.c             |  147 +++++++----
 src/e_nav_theme.h             |   19 +-
 src/e_spreadmenu.c            |  557 -----------------------------------------
 src/e_spreadmenu.h            |   37 ---
 tools/om-locations-map-pack.c |    4 +-
 19 files changed, 456 insertions(+), 969 deletions(-)

New commits:
commit c821b2e11d5a3b065e5f028105aa0d5b2719a293
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Tue Sep 2 16:31:35 2008 +0800

    Use getopt and create cfg in e_mod_main.

commit a3a9de69dcdf2522242591eaad43d156f5f8a08f
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Tue Sep 2 00:17:16 2008 +0800

    Better startup flow.
    
    This change solves the long pause on illume.

commit b5078835fc7cc1d3e67bf11d36a8352c7b28647b
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Tue Sep 2 16:25:44 2008 +0800

    Remove AS_MODULE.
    
    Locations is never run as module since long.

commit 1f7975ee45ab2f461e27615244a3c5689e15dc2d
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Sep 3 11:20:17 2008 +0800

    Fixed a crashing bug in theme initialization.

commit 6ee2986f327910da1c468ffb1da07db045711365
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Sep 3 00:37:55 2008 +0800

    Rewrite e_nav_theme.
    
    The API is kept as much as possible.  Also, I do not get the idea of
    custom_dir.  It is ignored now.

commit 99072b302760974f3a35873ff4a43b4f09c25d6e
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Tue Sep 2 16:55:25 2008 +0800

    Support for hidden keys.
    
    When "key" is looked up, "#key" is looked up first.  They are hidden in
    that they never appear in the config file.

commit 53def4df32e7ab28eec8998c5c13be1a041e2bce
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Mon Sep 1 23:38:42 2008 +0800

    Always set the default values in config.
    
    With this change, we can give new keys (those not in the config file)
    default values.

commit 4ce96af6cd5d1f8d3adaa704e2089dfb8333c6a5
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Mon Sep 1 22:34:44 2008 +0800

    Fixed bugs in dbus proxy signal connect/disconnect.
    
    Wrong signal handler (or none) is removed when
    e_dbus_proxy_disconnect_signal is called.  Also, use strcmp for signal
    name comparison

commit 957faed895782b6f729c8e8f4ea2517bfd21dac0
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Fri Aug 22 15:41:37 2008 +0800

    Swap the last 2 arguments of e_dbus_proxy_new_from_proxy.

commit 53a54c7e5218a45647e2297cfee8eb28abcd5ada
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Aug 20 12:10:06 2008 +0800

    Updated Traditional Chinese translation.

commit a9dfbdf997b51982a82e551ff5a3ee852c240070
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Thu Aug 21 16:49:38 2008 +0800

    Removed e_spreadmenu.

commit f0d0303e0f850a5c210155f4de85d0a4422f13b7
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Mon Aug 18 17:13:06 2008 +0800

    Use .om-locations as conf dir.
    
    Use ${HOME}/.om-locations instead of ${HOME}/.diversity-nav as conf dir.
    Also fix conf file permission.

commit 72e2d26b7ac1341ab8818dc1bccf01de4fa493ab
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Aug 20 12:04:56 2008 +0800

    Use ngettext to handle plural forms.
    
    Use ngettext in get_time_diff_string.  How come there are two copies of
    the same function!?

commit 84087c97de2480a12f2ef6596af8bd7420a9d0f1
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Tue Aug 19 11:06:36 2008 +0800

    Fixed make distcheck.
    
    ChangeLog.migration is gone.

commit 3a6d0d89bc1053a562a5e5321232238af4a7516c
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Mon Aug 18 17:43:14 2008 +0800

    Wrong struct is passed to eet_data_write.




--- End Message ---
--- Begin Message ---
 src/e_mod_config.c         |    1 +
 src/e_mod_config.h         |    3 ++-
 src/e_mod_nav.c            |   27 ++++++---------------------
 src/e_nav.c                |   11 +++++------
 src/e_nav_item_location.c  |    1 -
 src/e_nav_item_neo_me.c    |    1 -
 src/e_nav_item_neo_other.c |    1 -
 src/e_nav_tileset.c        |    6 ++++++
 8 files changed, 20 insertions(+), 31 deletions(-)

New commits:
commit 2c362f86b598cd35a63977cb0e6d92d8883d932d
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Mon Sep 1 23:28:38 2008 +0800

    Make tile path configurable.

commit 9e99a702052a66592e9dca8ec41071ec5123a282
Author: olvaffe <[EMAIL PROTECTED]>
Date:   Thu Aug 14 10:16:51 2008 +0000

    give latitude correct sign!




--- End Message ---
--- Begin Message ---
 src/e_nav_item_neo_me.c |   37 ++++++++++++++++++++++++++++++++++---
 1 files changed, 34 insertions(+), 3 deletions(-)

New commits:
commit 6fe8e66214b2b3c641e50ed66b93fc92411fa38a
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Sep 3 13:43:27 2008 +0800

    Save tag at the right place.
    
    Tag should be saved at where neo_me was when clicked.  Closes #1944.




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

New commits:
commit 08cf9b513508b5ddac1cd890f8d7aa206a84559f
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Wed Sep 3 15:22:50 2008 +0800

    [om-locations] Bump up the revision of Om-locations
    to 6fe8e66214b2b3c641e50ed66b93fc92411fa38a
    
    This revsion backported several important bug fixes from master.  Among
    them, these are the most outstanding:
    
    * om-locations-map-pack generates maps with wrong metadata
    * kill the long pause when Locations is started the first time
    * give latitude correct sign
    * make tile path configurable (#1788)
    * save tag at the right place (#1944)




--- End Message ---
--- Begin Message ---
Author: john_lee
Date: 2008-09-03 11:14:52 +0200 (Wed, 03 Sep 2008)
New Revision: 4620

Modified:
   
trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit/dialer-main.c
Log:
#1834: openmoko-dialer2 crashes when no dbus connection could be set

patch created by LeRoutier
commited by John Lee <[EMAIL PROTECTED]>


Modified: 
trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit/dialer-main.c
===================================================================
--- 
trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit/dialer-main.c
        2008-09-02 08:47:21 UTC (rev 4619)
+++ 
trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit/dialer-main.c
        2008-09-03 09:14:52 UTC (rev 4620)
@@ -402,13 +402,15 @@
   GError *error = NULL;
   guint32 ret;
 
-  DBusError err = {0};
+  DBusError err;
+  // initialise the error value
+  dbus_error_init(&err);
+
   DBusConnection* bus = dbus_bus_get (DBUS_BUS_SESSION, &err);
-
-  if (!bus)
+  if (dbus_error_is_set(&err))
   {   
-     gchar buffer[100];
-     sprintf (buffer, "Failed to connect to the D-BUS daemon: %s", 
err.message);
+     gchar buffer[200];
+     g_snprintf ( buffer, 200, "Failed to connect to the D-BUS daemon: %s", 
err.message);
      g_critical (buffer);
      dbus_error_free (&err);
      return 1;




--- End Message ---
--- Begin Message ---
 packages/dropbear/dropbear.inc              |    7 +++++++
 packages/dropbear/dropbear/openmoko/default |    1 +
 packages/dropbear/dropbear_0.51.bb          |    4 ++--
 3 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 5eb58fb8930b17f4327d64c220c5b23e4912a4a7
Author: John Lee <[EMAIL PROTECTED]>
Date:   Wed Sep 3 17:45:31 2008 +0800

    dropbear: improve dropbear security by listening only on usb0 by default
    trac #1853, originated by RuiSeabra




--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to