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. Locations: Changes to 'master' ([EMAIL PROTECTED])
   2. Locations: Changes to 'master' ([EMAIL PROTECTED])
--- Begin Message ---
 data/themes/diversity_nav.edc      |   91 ++-----
 po/POTFILES.in                     |    2 +-
 src/e_nav_item_location.c          |    9 +-
 src/widgets/Makefile.am            |    4 +-
 src/widgets/e_nav_contact_editor.c |  154 +++---------
 src/widgets/e_nav_contact_editor.h |    6 +-
 src/widgets/e_nav_dialog.c         |   50 +++-
 src/widgets/e_nav_dialog.h         |    5 +-
 src/widgets/e_nav_entry.c          |  462 ++++++++++++++++++++++++++++++++++
 src/widgets/e_nav_entry.h          |   42 +++
 src/widgets/e_nav_textedit.c       |  488 ------------------------------------
 src/widgets/e_nav_textedit.h       |   49 ----
 12 files changed, 618 insertions(+), 744 deletions(-)

New commits:
commit 6545f38b4a8132c2de6fac0f1549bf8dd8b56508
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Aug 27 14:27:00 2008 +0800

    Updated POTFILES.in.

commit c3461d4cb13d832b39066de608aeba9513b6d8d8
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Aug 27 11:55:24 2008 +0800

    Use e_nav_entry internally in e_contact_editor.

commit 03944c91ec6682284b2945f52d5e99bc1fc37636
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Aug 27 12:38:49 2008 +0800

    Replaced e_nav_textedit by e_nav_entry in e_nav_dialog.
    
    While working on the replacement, I found some leaks in e_nav_dialog
    that I did not touch.  Should be fixed later.

commit a9540b9d786c74a1cb1dfded6ad9c09b131daaa7
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Aug 27 11:54:48 2008 +0800

    Added a new widget, e_nav_entry.




--- End Message ---
--- Begin Message ---
 src/e_mod_nav.c            |   14 +++----
 src/e_nav_item_location.c  |   16 ++++---
 src/widgets/e_nav_alert.c  |   94 ++++----------------------------------------
 src/widgets/e_nav_alert.h  |    6 +--
 src/widgets/e_nav_dialog.c |   85 +--------------------------------------
 src/widgets/e_nav_dialog.h |    6 +--
 6 files changed, 28 insertions(+), 193 deletions(-)

New commits:
commit 23764ae5dac3be4429306cf44540dc0cdd120e54
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Aug 27 15:40:44 2008 +0800

    Set the title color of alerts correctly.

commit d7d3484def8679d3d1b2fe7e884fbc94a4c90447
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Wed Aug 27 15:30:39 2008 +0800

    Alert and dialog do no need a source object.




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

Reply via email to