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. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   3. Holger's qtopia repo: Changes to 'master' ([EMAIL PROTECTED])
   4. Locations: Changes to 'master' ([EMAIL PROTECTED])
   5. Locations: Changes to 'master' ([EMAIL PROTECTED])
   6. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
--- Begin Message ---
 data/themes/diversity_nav.edc  |    2 +-
 src/e_nav_theme.c              |   16 ++++++
 src/e_nav_theme.h              |    1 +
 src/widgets/e_nav_button_bar.c |   45 ++++++++--------
 src/widgets/e_nav_dialog.c     |  112 +++++++++++++++++----------------------
 src/widgets/e_nav_list.c       |    2 +-
 6 files changed, 90 insertions(+), 88 deletions(-)

New commits:
commit 1346a3a86319f0223f900a48bf342a842a55e9cb
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Thu Sep 11 17:19:19 2008 +0800

    Use e_nav_theme_component_new in e_nav_dialog.

commit 19e3f5aa2591e4d5fe69c358cba4c248f34e5366
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Thu Sep 11 17:17:14 2008 +0800

    Use e_nav_theme_component_new in e_nav_button_bar.

commit 852fdb01bd1f37eb100cc576558cd562ce618638
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Thu Sep 11 17:15:29 2008 +0800

    Added e_nav_theme_component_new.

commit 188418a22a73a8aff56708b95bc827e9dcb9298d
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Thu Sep 11 17:09:41 2008 +0800

    Renamed the base group for button bar in e_nav_list.
    
    The base group should be "modules/diversity_nav/list/button_bar" instead
    of "modules/diversity_nav/button_bar/list".

commit 35ec7a44e8cb1ab77b18a894b843ed8a68722277
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Thu Sep 11 16:53:11 2008 +0800

    Minor cleanup to e_nav_dialog.c.

commit b83329b11374f809fa04be398c6393a8bff4769c
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Thu Sep 11 16:49:04 2008 +0800

    Hardcode paddings instead of button width.

commit b6219ad6980f0d6c0ba3329e1cb90f09e7041328
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Thu Sep 11 17:00:16 2008 +0800

    Call _e_nav_button_bar_update when style or paddings changed.




--- End Message ---
--- Begin Message ---
 .../phone/callscreen/semithemed/callscreen.cpp     |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

New commits:
commit 3b3a104f0373e975e0e5bbe4e87ba1ec1d2984b5
Author: Guillaume <[EMAIL PROTECTED]>
Date:   Thu Sep 11 18:44:46 2008 +0800

    [dialer] Skip mute action if the profile volume is zero on incoming call.
       In fact what it really does is trigger the mute action automatically if 
the volume is zero.




--- End Message ---
--- Begin Message ---
 .../phonevendors/ficgta01/vendor_ficgta01.cpp      |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

New commits:
commit 563d5f4c781efe1a11680c6a055b409034b528ab
Author: I-Fan, Chen <[EMAIL PROTECTED]>
Date:   Fri Sep 12 00:03:37 2008 +0800

    [PhoneBook] make UCS2 as default text codec




--- End Message ---
--- Begin Message ---
 data/themes/diversity_nav.edc  |   29 ++-
 src/e_flyingmenu.c             |  364 +++++++++++++---------------------------
 src/e_flyingmenu.h             |   15 +-
 src/e_nav_item_location.c      |   22 ++-
 src/e_nav_item_neo_me.c        |   16 +-
 src/widgets/e_nav_button_bar.c |  112 +++++++++++--
 src/widgets/e_nav_button_bar.h |    2 +
 7 files changed, 263 insertions(+), 297 deletions(-)

New commits:
commit bf36162a41dc4b2f13414c1c6781f853bbf968de
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Fri Sep 12 12:31:20 2008 +0800

    Use drop in e_flyingmenu.

commit ba0403153700a97cd48e4d20ace97de0fd8d6375
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Fri Sep 12 12:01:13 2008 +0800

    Changed the APIs of e_flyingmenu.

commit caf69e03856686b914c784e7f6966f3a7ca9ee77
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Thu Sep 11 17:39:39 2008 +0800

    Use button bar widget in e_flyingmenu.

commit 8b637f4d6d425d0e03d8f358176e301a8407732a
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Fri Sep 12 09:54:48 2008 +0800

    Added functions to calculate min size of button bar.




--- End Message ---
--- Begin Message ---
 data/themes/diversity_nav.edc  |   29 ++-
 src/e_flyingmenu.c             |  364 +++++++++++++---------------------------
 src/e_flyingmenu.h             |   15 +-
 src/e_nav_item_location.c      |   22 ++-
 src/e_nav_item_neo_me.c        |   16 +-
 src/widgets/e_nav_button_bar.c |  112 +++++++++++--
 src/widgets/e_nav_button_bar.h |    2 +
 7 files changed, 263 insertions(+), 297 deletions(-)

New commits:
commit bf36162a41dc4b2f13414c1c6781f853bbf968de
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Fri Sep 12 12:31:20 2008 +0800

    Use drop in e_flyingmenu.

commit ba0403153700a97cd48e4d20ace97de0fd8d6375
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Fri Sep 12 12:01:13 2008 +0800

    Changed the APIs of e_flyingmenu.

commit caf69e03856686b914c784e7f6966f3a7ca9ee77
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Thu Sep 11 17:39:39 2008 +0800

    Use button bar widget in e_flyingmenu.

commit 8b637f4d6d425d0e03d8f358176e301a8407732a
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Fri Sep 12 09:54:48 2008 +0800

    Added functions to calculate min size of button bar.




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

New commits:
commit fbcecbc6ead42fcbb4285e95b44cadcd98070072
Author: I-Fan, Chen <[EMAIL PROTECTED]>
Date:   Fri Sep 12 16:26:52 2008 +0800

    [qtopia] adding AT+CSCS=UCS2 for Non-English language PhoneBook support




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

Reply via email to