[E-devel] Python-EFL API

2007-09-30 Thread Gustavo Sverzut Barbieri
http://staff.get-e.org/~barbieri/python-efl-api/ Comments? Suggestions? How and where to upload these for a more "official" place than my ~/public_html @ staff.get-e.org? -- Gustavo Sverzut Barbieri -- Jabber: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] ICQ

Re: [E-devel] improvements of configure

2007-09-30 Thread Michael Jennings
On Sunday, 30 September 2007, at 16:04:54 (+0200), Vincent Torri wrote: > Since I try to port the efl on windows, I've run into some problems with > autofoo (strange, isn't it ?). I've looked a bit at autoconf and libtool > doc, and I think that configure.in scripts can be improved a bit. > > H

Re: [E-devel] E CVS: libs/etk barbieri

2007-09-30 Thread Gustavo Sverzut Barbieri
On 9/30/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On 9/30/07, Chady Kassouf <[EMAIL PROTECTED]> wrote: > > On 9/30/07, Enlightenment CVS <[EMAIL PROTECTED]> wrote: > > > > > > Enlightenment CVS committal > > > > > > Author : barbieri > > > Project : e17 > > > Module : libs/etk > >

Re: [E-devel] E CVS: libs/etk barbieri

2007-09-30 Thread Gustavo Sverzut Barbieri
On 9/30/07, Chady Kassouf <[EMAIL PROTECTED]> wrote: > On 9/30/07, Enlightenment CVS <[EMAIL PROTECTED]> wrote: > > > > Enlightenment CVS committal > > > > Author : barbieri > > Project : e17 > > Module : libs/etk > > > > Dir : e17/libs/etk/src/lib > > > > > > Modified Files: > > etk_

[E-devel] A small error in eflcookbook

2007-09-30 Thread Alexander Semenov
Hello. While reading eflcookbook I discovered that sample program in "Recipe: Key Binds, using EVAS Key Events" on page 18 dont work because we must do ecore_evas_init () before ecore_evas_software_x11_new(NULL, 0, 0, 0, WIDTH, HEIGHT). I think it should be fixed. Thanx. ---

Re: [E-devel] Nightly build log for E17 on 2007-09-30 07:03:39 -0700

2007-09-30 Thread Vincent Torri
On Sun, 30 Sep 2007, Nightly build system wrote: > Packages that failed to build: > epdf http://download.enlightenment.org/tests/logs/epdf.log the error is poppler_document.cpp:15:25: error: UGooString.h: No such file or directory but poppler 0.5.4 should install that file which version of

[E-devel] improvements of configure

2007-09-30 Thread Vincent Torri
Hello, Since I try to port the efl on windows, I've run into some problems with autofoo (strange, isn't it ?). I've looked a bit at autoconf and libtool doc, and I think that configure.in scripts can be improved a bit. Here is what I propose. Feel free to tell me if my proposals are not corre

[E-devel] Nightly build log for E17 on 2007-09-30 07:03:39 -0700

2007-09-30 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2007-09-30 07:03:39 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: engage http://download.enlightenment.org/tests/logs/engage.log entropy http://download.enlightenment.org/tests/logs/entropy.log

Re: [E-devel] E CVS: libs/etk-perl leviathan

2007-09-30 Thread Chady Kassouf
On 9/30/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > > > > > > static void > > -callback_VOID__VOID(Etk_Object *object, void *data) > > +callback_VOID(Etk_Object *object, void *data) > > Every signal now should return "Etk_Bool", these will have the same > meaning as ecore_timer_add()

Re: [E-devel] E CVS: libs/etk barbieri

2007-09-30 Thread Chady Kassouf
On 9/30/07, Enlightenment CVS <[EMAIL PROTECTED]> wrote: > > Enlightenment CVS committal > > Author : barbieri > Project : e17 > Module : libs/etk > > Dir : e17/libs/etk/src/lib > > > Modified Files: > etk_signal.c etk_signal.h etk_type.c etk_type.h etk_types.h > > > Log Message: > Re