Locations: Changes to 'master'

git at git.openmoko.org git at git.openmoko.org
Thu Aug 21 04:44:58 CEST 2008


 src/e_ctrl.c              |  237 +++++++----
 src/e_ctrl.h              |   46 +-
 src/e_mod_nav.c           |  261 ++++++------
 src/e_nav.c               |   29 ++-
 src/e_nav.h               |   14 +-
 src/e_nav_item_location.c | 1034 +++++++++++++++++++++++++++++----------------
 src/e_nav_item_location.h |   23 +-
 src/e_nav_item_neo_me.c   |  120 ++-----
 src/e_nav_item_neo_me.h   |   15 +-
 9 files changed, 1056 insertions(+), 723 deletions(-)

New commits:
commit 707e6f1943f00cb5dd02feba922626994843f82e
Author: Chia-I Wu <olv at openmoko.com>
Date:   Wed Aug 20 22:31:59 2008 +0800

    Minor clean up to e_nav_item_locations.
    
    Kill unused/redundant functions.  Calculate time string only when
    needed.

commit a64017192cb2cfb8a319f1b26607a26d1f8a9202
Author: Chia-I Wu <olv at openmoko.com>
Date:   Wed Aug 20 13:59:22 2008 +0800

    Minor clean up to e_nav_item_neo_me.
    
    Use add action to add a new tag.  Rename/remove functions.

commit 8bb55801944abbfafbb27b138c512a93d3f27d87
Author: Chia-I Wu <olv at openmoko.com>
Date:   Wed Aug 20 15:03:15 2008 +0800

    Define user actions on tags.
    
    Users can add/edit/share tags.  This commit makes it easy to trigger any
    of the actions.  The implementation is not all I want to see because the
    dialogs should not need source object and there is no easy way to get
    ctrl/world/equipment.

commit b27b51a9d647e4c54f748645d257e73c1c0e112b
Author: Chia-I Wu <olv at openmoko.com>
Date:   Tue Aug 19 22:46:08 2008 +0800

    Move globals in e_mod_nav.c into a struct.

commit 80f1174c468e0dcd05667a1857d0dc6b4517074d
Author: Chia-I Wu <olv at openmoko.com>
Date:   Tue Aug 19 22:23:03 2008 +0800

    Change e_ctrl apis and kill globals in e_ctrl.c.




More information about the commitlog mailing list