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. r4666 - trunk/feeds/community-repository ([EMAIL PROTECTED])
   2. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
   3. r4667 - in trunk/src/host/pye17: . codegen evas
      ([EMAIL PROTECTED])
   4. r4668 - in trunk/src/host/pye17: . ecore_evas
      ([EMAIL PROTECTED])
   5. r4669 - trunk/feeds/community-repository ([EMAIL PROTECTED])
   6. r4670 - trunk/feeds/community-repository ([EMAIL PROTECTED])
   7. Locations: Changes to 'master' ([EMAIL PROTECTED])
   8. r4671 - trunk/src/target/opkg/libopkg ([EMAIL PROTECTED])
   9. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
--- Begin Message ---
Author: tick
Date: 2008-09-24 17:40:29 +0200 (Wed, 24 Sep 2008)
New Revision: 4666

Modified:
   trunk/feeds/community-repository/file-index.txt
Log:
update omview to version 28


Modified: trunk/feeds/community-repository/file-index.txt
===================================================================
--- trunk/feeds/community-repository/file-index.txt     2008-09-24 07:20:59 UTC 
(rev 4665)
+++ trunk/feeds/community-repository/file-index.txt     2008-09-24 15:40:29 UTC 
(rev 4666)
@@ -3,4 +3,4 @@
 
/var/lib/gforge/download/diversity/community-repository/diversity-wifisvn509/diversity-wifi-svn509.ipk
 104804 8d8816013cbae7ebd8a28a57d6d38561
 
/var/lib/gforge/download/moko-sudoku/community-repository/moko-sudoku_0.21/moko-sudoku_0.21_armv4t.ipk
 21358 ae7687683b21f66211fc08c77bf00625
 
/var/lib/gforge/download/orrery/community-repository/orreryversion1.1/orrery_1.1_arm_2008.8.ipk
 398220 6bdea3f3ed8b833a3d77bdfab4eb61db
-/var/lib/gforge/download/omview/community-repository/revision15/omview_r15_armv4t.ipk
 142132 bd850bdfb45a5c25622edf9d006b7c64
+/var/lib/gforge/download/omview/community-repository/revision27/omview_r27_armv4t.ipk
 123738 afad62b82b3d537c66bdad83571c5c40




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

New commits:
commit 5d82af2feda2120ae255347fd78b5ceee4809a20
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Sep 24 18:59:20 2008 +0200

    [srcrev] Upgrade Qtopia with various "search changes"
        Allow searching of contacts in the QContactSelector with the
        QThumbStyle. This requires a config option to be turned on.

commit ecbc555faa740413d76a4ee5ba1dd3fc4d66f5f5
Author: Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Date:   Wed Sep 24 18:58:20 2008 +0200

    [srcrev] Upgrade exposure on marek's request




--- End Message ---
--- Begin Message ---
Author: marek
Date: 2008-09-25 05:24:41 +0200 (Thu, 25 Sep 2008)
New Revision: 4667

Modified:
   trunk/src/host/pye17/Makefile
   trunk/src/host/pye17/codegen/argtypes.py
   trunk/src/host/pye17/codegen/h2def.py
   trunk/src/host/pye17/evas/evas.override
Log:
add ecore_evas support
minor fixes



Modified: trunk/src/host/pye17/Makefile
===================================================================
--- trunk/src/host/pye17/Makefile       2008-09-24 15:40:29 UTC (rev 4666)
+++ trunk/src/host/pye17/Makefile       2008-09-25 03:24:41 UTC (rev 4667)
@@ -19,7 +19,7 @@
 PYTHON = $(shell which python)
 
 
-e_bindings = evas ecore
+e_bindings = evas ecore ecore_evas
 
 ### ToDo ###
 # ecore

Modified: trunk/src/host/pye17/codegen/argtypes.py
===================================================================
--- trunk/src/host/pye17/codegen/argtypes.py    2008-09-24 15:40:29 UTC (rev 
4666)
+++ trunk/src/host/pye17/codegen/argtypes.py    2008-09-25 03:24:41 UTC (rev 
4667)
@@ -1140,7 +1140,13 @@
 matcher.register_pointer('Ecore_Event', 'G_TYPE_OBJECT')
 matcher.register_pointer('Ecore_Plugin', 'G_TYPE_OBJECT')
 matcher.register_pointer('Ecore_Free_Cb', 'G_TYPE_NONE')
-#matcher.register_pointer('Ecore_Compare_Cb', 'G_TYPE_NONE')
 
+# ecore_evas
+matcher.register_pointer('Ecore_Evas', 'G_TYPE_OBJECT')
+matcher.register('Ecore_X_Window', UIntArg())
+matcher.register_pointer('Ecore_DirectFB_Window', 'G_TYPE_OBJECT')
+matcher.register_pointer('Ecore_Win32_Window', 'G_TYPE_OBJECT')
+matcher.register_pointer('Ecore_WinCE_Window', 'G_TYPE_OBJECT')
+
 # matcher.register_pointer('', 'G_TYPE_OBJECT')
 

Modified: trunk/src/host/pye17/codegen/h2def.py
===================================================================
--- trunk/src/host/pye17/codegen/h2def.py       2008-09-24 15:40:29 UTC (rev 
4666)
+++ trunk/src/host/pye17/codegen/h2def.py       2008-09-25 03:24:41 UTC (rev 
4667)
@@ -448,7 +448,7 @@
            num_open_brackets = 0
            begin_copy = 0
             for i in range(len(args)):
-               # either it is the end of an argument >'< or the last character
+               # either it is the end of an argument >,< or the last character
                if args[i] == "," or i + 1 == len(args):
                        # no open brackets (we are not in a callback) or the 
last argument is a callback
                        if num_open_brackets == 0 or (i + 1 == len(args) and 
num_open_brackets == 1 and args[i] == ")"):

Modified: trunk/src/host/pye17/evas/evas.override
===================================================================
--- trunk/src/host/pye17/evas/evas.override     2008-09-24 15:40:29 UTC (rev 
4666)
+++ trunk/src/host/pye17/evas/evas.override     2008-09-25 03:24:41 UTC (rev 
4667)
@@ -22,3 +22,4 @@
 {
        /* Evas_Data.h - not implemented yet */
 }
+%%
\ No newline at end of file




--- End Message ---
--- Begin Message ---
Author: marek
Date: 2008-09-25 05:37:48 +0200 (Thu, 25 Sep 2008)
New Revision: 4668

Added:
   trunk/src/host/pye17/ecore_evas/
   trunk/src/host/pye17/ecore_evas/Makefile
   trunk/src/host/pye17/ecore_evas/ecore_evas.override
   trunk/src/host/pye17/ecore_evas/ecore_evasmodule.c
Log:
add missing files  :|


Added: trunk/src/host/pye17/ecore_evas/Makefile
===================================================================
--- trunk/src/host/pye17/ecore_evas/Makefile                            (rev 0)
+++ trunk/src/host/pye17/ecore_evas/Makefile    2008-09-25 03:37:48 UTC (rev 
4668)
@@ -0,0 +1,21 @@
+
+ECORE_EVAS_PATH=$(E_PATH)/ecore/src/lib/ecore_evas
+
+CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include/ 
-I/usr/include/python2.5 -I/usr/include/pygtk-2.0/ -I$(ECORE_PATH) -I. -g
+LDFLAGS = -lecore_evas -L/usr/local/lib -lglib-2.0
+
+.PHONY: all clean ecore_evas.so
+
+all: ecore_evas.so
+
+ecore_evas.so: ecore_evas.o ecore_evasmodule.o
+       $(CC) $(LDFLAGS) -shared $^ -o $@
+
+ecore_evas.c: ecore_evas.defs ecore_evas.override
+       $(PYTHON) $(CODEGEN_PATH)/codegen.py --prefix ecore_evas --override 
ecore_evas.override ecore_evas.defs > $@
+
+ecore_evas.defs: $(CODEGEN_PATH)/h2def.py $(ECORE_EVAS_PATH)/Ecore_Evas.h
+       $(CODEGEN_PATH)/h2def.py $(ECORE_EVAS_PATH)/Ecore_Evas.h > $@
+
+clean:
+       rm -f *.o *~ ecore_evas.defs ecore_evas.c ecore_evas.so

Added: trunk/src/host/pye17/ecore_evas/ecore_evas.override
===================================================================
--- trunk/src/host/pye17/ecore_evas/ecore_evas.override                         
(rev 0)
+++ trunk/src/host/pye17/ecore_evas/ecore_evas.override 2008-09-25 03:37:48 UTC 
(rev 4668)
@@ -0,0 +1,9 @@
+%%
+headers
+#include <pygobject.h>
+#include <Ecore_Evas.h>
+%%
+modulename ecore_evas
+%%
+ignore-glob
+  *_get_type

Added: trunk/src/host/pye17/ecore_evas/ecore_evasmodule.c
===================================================================
--- trunk/src/host/pye17/ecore_evas/ecore_evasmodule.c                          
(rev 0)
+++ trunk/src/host/pye17/ecore_evas/ecore_evasmodule.c  2008-09-25 03:37:48 UTC 
(rev 4668)
@@ -0,0 +1,22 @@
+#include <pygobject.h>
+
+void ecore_evas_register_classes(PyObject *d);
+extern PyMethodDef ecore_evas_functions[];
+
+DL_EXPORT(void)
+initecore_evas(void)
+{
+  PyObject *m, *d;
+
+  init_pygobject();
+
+  m = Py_InitModule("ecore_evas", ecore_evas_functions);
+
+  d = PyModule_GetDict(m);
+
+  ecore_evas_register_classes(d);
+
+  if (PyErr_Occurred()) {
+    Py_FatalError ("can't initialise module ecore_evas");
+  }
+}




--- End Message ---
--- Begin Message ---
Author: tick
Date: 2008-09-25 05:56:04 +0200 (Thu, 25 Sep 2008)
New Revision: 4669

Modified:
   trunk/feeds/community-repository/file-index.txt
Log:
[community repository] fix the typo on version, my bad. Sorry.


Modified: trunk/feeds/community-repository/file-index.txt
===================================================================
--- trunk/feeds/community-repository/file-index.txt     2008-09-25 03:37:48 UTC 
(rev 4668)
+++ trunk/feeds/community-repository/file-index.txt     2008-09-25 03:56:04 UTC 
(rev 4669)
@@ -3,4 +3,4 @@
 
/var/lib/gforge/download/diversity/community-repository/diversity-wifisvn509/diversity-wifi-svn509.ipk
 104804 8d8816013cbae7ebd8a28a57d6d38561
 
/var/lib/gforge/download/moko-sudoku/community-repository/moko-sudoku_0.21/moko-sudoku_0.21_armv4t.ipk
 21358 ae7687683b21f66211fc08c77bf00625
 
/var/lib/gforge/download/orrery/community-repository/orreryversion1.1/orrery_1.1_arm_2008.8.ipk
 398220 6bdea3f3ed8b833a3d77bdfab4eb61db
-/var/lib/gforge/download/omview/community-repository/revision27/omview_r27_armv4t.ipk
 123738 afad62b82b3d537c66bdad83571c5c40
+/var/lib/gforge/download/omview/community-repository/revision27/omview_r28_armv4t.ipk
 123738 afad62b82b3d537c66bdad83571c5c40




--- End Message ---
--- Begin Message ---
Author: tick
Date: 2008-09-25 06:06:22 +0200 (Thu, 25 Sep 2008)
New Revision: 4670

Modified:
   trunk/feeds/community-repository/file-index.txt
Log:
[community repository] move back to r27, for the author remove the package. 


Modified: trunk/feeds/community-repository/file-index.txt
===================================================================
--- trunk/feeds/community-repository/file-index.txt     2008-09-25 03:56:04 UTC 
(rev 4669)
+++ trunk/feeds/community-repository/file-index.txt     2008-09-25 04:06:22 UTC 
(rev 4670)
@@ -3,4 +3,4 @@
 
/var/lib/gforge/download/diversity/community-repository/diversity-wifisvn509/diversity-wifi-svn509.ipk
 104804 8d8816013cbae7ebd8a28a57d6d38561
 
/var/lib/gforge/download/moko-sudoku/community-repository/moko-sudoku_0.21/moko-sudoku_0.21_armv4t.ipk
 21358 ae7687683b21f66211fc08c77bf00625
 
/var/lib/gforge/download/orrery/community-repository/orreryversion1.1/orrery_1.1_arm_2008.8.ipk
 398220 6bdea3f3ed8b833a3d77bdfab4eb61db
-/var/lib/gforge/download/omview/community-repository/revision27/omview_r28_armv4t.ipk
 123738 afad62b82b3d537c66bdad83571c5c40
+/var/lib/gforge/download/omview/community-repository/revision27/omview_r27_armv4t.ipk
 123466 b2e971afad78a641cec5b1922a17d038




--- End Message ---
--- Begin Message ---
 dbus/e_dbus_proxy.c                |    2 +-
 dbus/e_dbus_proxy.h                |    2 +-
 src/e_ctrl.c                       |    2 +-
 src/e_ctrl.h                       |    2 +-
 src/e_flyingmenu.c                 |    2 +-
 src/e_flyingmenu.h                 |    2 +-
 src/e_mod_config.c                 |    2 +-
 src/e_mod_config.h                 |    2 +-
 src/e_mod_main.c                   |    2 +-
 src/e_mod_main.h                   |    2 +-
 src/e_mod_nav.c                    |    2 +-
 src/e_mod_nav.h                    |    2 +-
 src/e_nav.c                        |    2 +-
 src/e_nav.h                        |    2 +-
 src/e_nav_dbus.c                   |    2 +-
 src/e_nav_dbus.h                   |    2 +-
 src/e_nav_item_ap.c                |    2 +-
 src/e_nav_item_ap.h                |    2 +-
 src/e_nav_item_link.c              |    2 +-
 src/e_nav_item_link.h              |    2 +-
 src/e_nav_item_location.c          |    2 +-
 src/e_nav_item_location.h          |    2 +-
 src/e_nav_item_neo_me.c            |    2 +-
 src/e_nav_item_neo_me.h            |    2 +-
 src/e_nav_item_neo_other.c         |    2 +-
 src/e_nav_item_neo_other.h         |    2 +-
 src/e_nav_misc.c                   |    2 +-
 src/e_nav_misc.h                   |    2 +-
 src/e_nav_theme.c                  |    2 +-
 src/e_nav_theme.h                  |    2 +-
 src/e_nav_tileset.c                |    2 +-
 src/e_nav_tileset.h                |    2 +-
 src/e_spiralmenu.c                 |    2 +-
 src/e_spiralmenu.h                 |    2 +-
 src/msgboard.c                     |    2 +-
 src/msgboard.h                     |    2 +-
 src/tileman.c                      |    2 +-
 src/tileman.h                      |    2 +-
 src/widgets/debug.h                |    2 +-
 src/widgets/e_nav_button_bar.c     |    2 +-
 src/widgets/e_nav_button_bar.h     |    2 +-
 src/widgets/e_nav_contact_editor.c |    2 +-
 src/widgets/e_nav_contact_editor.h |    2 +-
 src/widgets/e_nav_dialog.c         |  109 ++++++++++++++++++++----------------
 src/widgets/e_nav_dialog.h         |    2 +-
 src/widgets/e_nav_entry.c          |    2 +-
 src/widgets/e_nav_entry.h          |    2 +-
 src/widgets/e_nav_list.c           |    2 +-
 src/widgets/e_nav_list.h           |    2 +-
 src/widgets/e_nav_tree_model.c     |    2 +-
 src/widgets/e_nav_tree_model.h     |    2 +-
 tools/om-locations-map-pack.c      |    2 +-
 tools/tileiter.c                   |    2 +-
 tools/tileiter.h                   |    2 +-
 54 files changed, 114 insertions(+), 101 deletions(-)

New commits:
commit 30a7e1001ed6426dbb3bd297326dfb655fdf9681
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Thu Sep 25 12:38:42 2008 +0800

    [dialog] Use evas_object_event_callback_del_full to delete callbacks.
    
    There could be multiple dialogs transient for nav.  Use the full version
    to delete callbacks.

commit c346cc69d3306c22cee93da37e00eb5a0dbd9f54
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Thu Sep 25 11:32:44 2008 +0800

    [dialog] Remove last use of evas_output_viewport_get.

commit 18d32c198d579fb3ea8039e1ab13eb21c6a8be55
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Thu Sep 25 11:32:33 2008 +0800

    [dialog] Minor cleanup.

commit 71070f2b6312555a8963ba2883c278a2824d0475
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Thu Sep 25 11:20:27 2008 +0800

    [dialog] Trim spaces.

commit fcde55425f8eb03c89e6d268468f37bab39af68b
Author: Chia-I Wu <[EMAIL PROTECTED]>
Date:   Thu Sep 25 10:39:26 2008 +0800

    s/OpenMoko/Openmoko/




--- End Message ---
--- Begin Message ---
Author: tick
Date: 2008-09-25 06:59:33 +0200 (Thu, 25 Sep 2008)
New Revision: 4671

Modified:
   trunk/src/target/opkg/libopkg/libopkg.c
   trunk/src/target/opkg/libopkg/opkg.c
   trunk/src/target/opkg/libopkg/opkg_cmd.c
   trunk/src/target/opkg/libopkg/pkg.c
Log:
[opkg] fixing typo & incompatible part to gcc 4.3.2


Modified: trunk/src/target/opkg/libopkg/libopkg.c
===================================================================
--- trunk/src/target/opkg/libopkg/libopkg.c     2008-09-25 04:06:22 UTC (rev 
4670)
+++ trunk/src/target/opkg/libopkg/libopkg.c     2008-09-25 04:59:33 UTC (rev 
4671)
@@ -38,7 +38,7 @@
           if ( level == OPKG_ERROR ){
              push_error_list(&error_list, msg); 
           } else
-            printf(msg);
+           printf("%s",msg);
      }
      return 0;
 }
@@ -71,7 +71,7 @@
 char* default_opkg_response_callback(char *question)
 {
      char *response = NULL;
-     printf(question);
+     printf("%s",question);
      fflush(stdout);
      do {
          response = (char *)file_read_line_alloc(stdin);

Modified: trunk/src/target/opkg/libopkg/opkg.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg.c        2008-09-25 04:06:22 UTC (rev 
4670)
+++ trunk/src/target/opkg/libopkg/opkg.c        2008-09-25 04:59:33 UTC (rev 
4671)
@@ -873,7 +873,7 @@
     free (list_file_name);
     free (url);
 #else
-    /* XXX: Note: Signiture check for %s skipped because GPG support was not
+    /* XXX: Note: Signature check for %s skipped because GPG support was not
      * enabled in this build
      */
 #endif

Modified: trunk/src/target/opkg/libopkg/opkg_cmd.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_cmd.c    2008-09-25 04:06:22 UTC (rev 
4670)
+++ trunk/src/target/opkg/libopkg/opkg_cmd.c    2008-09-25 04:59:33 UTC (rev 
4671)
@@ -288,7 +288,7 @@
          free (tmp_file_name);
          free (url);
 #else
-         opkg_message (conf, OPKG_NOTICE, "Signiture check for %s skipped "
+         opkg_message (conf, OPKG_NOTICE, "Signature check for %s skipped "
               "because GPG support was not enabled in this build\n", 
src->name);
 #endif
          free(list_file_name);
@@ -380,7 +380,7 @@
        perror (ctx->statedir);
        
     sprintf_alloc (&cmd, "rm -rf %s", ctx->statedir);
-    system (cmd);
+    err = system (cmd);
     free (cmd);
 
     free (ctx->statedir);

Modified: trunk/src/target/opkg/libopkg/pkg.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg.c 2008-09-25 04:06:22 UTC (rev 4670)
+++ trunk/src/target/opkg/libopkg/pkg.c 2008-09-25 04:59:33 UTC (rev 4671)
@@ -1052,6 +1052,7 @@
 
 void pkg_print_info(pkg_t *pkg, FILE *file)
 {
+  int t=0;
      char * buff;
      if (pkg == NULL) {
        return;
@@ -1061,7 +1062,7 @@
      if ( buff == NULL ) 
          return;
      if (strlen(buff)>2){
-         fwrite(buff, 1, strlen(buff), file);
+       t = fwrite(buff, 1, strlen(buff), file); //#~rzr:TODO
      } 
      free(buff);
 }




--- End Message ---
--- Begin Message ---
 packages/images/fso-image.bb         |    1 -
 packages/tasks/task-openmoko-feed.bb |    4 +++-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 4b55e2c370614003b5ee5d960587e04604d10604
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Thu Sep 25 15:06:29 2008 +0800

    [task-openmoko-feed] Add frameworkd into openmoko-feed

commit 3767c85761f7f8c5ffc0f2fbf1eb56bf629699fe
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Thu Sep 25 14:25:16 2008 +0800

    [task-openmoko-feed] Add zhone into openmoko-feed

commit 353b0bbcc31601605ea59591faa6747fc50c500d
Author: Julian_chu <[EMAIL PROTECTED]>
Date:   Thu Sep 25 12:56:09 2008 +0800

    [fso] Remove illume-config-illume from fso-image.
    illume-config-illume was removed from Openmoko.
    Openmoko use illume-theme-illume instead of illume-config-illume.




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

Reply via email to