Locations: Changes to '0.2'

git at git.openmoko.org git at git.openmoko.org
Wed Sep 3 06:04:06 CEST 2008


 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 <olv at openmoko.com>
Date:   Tue Sep 2 16:31:35 2008 +0800

    Use getopt and create cfg in e_mod_main.

commit a3a9de69dcdf2522242591eaad43d156f5f8a08f
Author: Chia-I Wu <olv at openmoko.com>
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 <olv at openmoko.com>
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 <olv at openmoko.com>
Date:   Wed Sep 3 11:20:17 2008 +0800

    Fixed a crashing bug in theme initialization.

commit 6ee2986f327910da1c468ffb1da07db045711365
Author: Chia-I Wu <olv at openmoko.com>
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 <olv at openmoko.com>
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 <olv at openmoko.com>
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 <olv at openmoko.com>
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 <olv at openmoko.com>
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 <olv at openmoko.com>
Date:   Wed Aug 20 12:10:06 2008 +0800

    Updated Traditional Chinese translation.

commit a9dfbdf997b51982a82e551ff5a3ee852c240070
Author: Chia-I Wu <olv at openmoko.com>
Date:   Thu Aug 21 16:49:38 2008 +0800

    Removed e_spreadmenu.

commit f0d0303e0f850a5c210155f4de85d0a4422f13b7
Author: Chia-I Wu <olv at openmoko.com>
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 <olv at openmoko.com>
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 <olv at openmoko.com>
Date:   Tue Aug 19 11:06:36 2008 +0800

    Fixed make distcheck.
    
    ChangeLog.migration is gone.

commit 3a6d0d89bc1053a562a5e5321232238af4a7516c
Author: Chia-I Wu <olv at openmoko.com>
Date:   Mon Aug 18 17:43:14 2008 +0800

    Wrong struct is passed to eet_data_write.




More information about the commitlog mailing list