Re: [E-devel] Nightly build log for E17 on 2008-08-17 07:12:09 -0700

2008-09-05 Thread David Seikel
On Fri, 5 Sep 2008 08:34:21 +0400 Denis Klykvin <[EMAIL PROTECTED]> wrote: > В Fri, 29 Aug 2008 11:59:55 +0200 > Brian 'morlenxus' Miculcy <[EMAIL PROTECTED]> пишет: > > > Hey, > > > > can you please test this version of the script? > > http://omicron.homeip.net/files/easy_e17_svn_preview.sh > >

[E-devel] Edje 'data' proposal change

2008-09-05 Thread Dave Andreoli
Hi guys I'm working on make edje editor to edit 'data' fields in the top level (not at part level). When you edje_cc the file the data is stored in the EdjeFile->data list (EvasList), then when the edje file is loaded the list is readed and the data is stored in the EdjeFile->data_cache (EvasHas

Re: [E-devel] How to improve Edje performance?

2008-09-05 Thread Gustavo Sverzut Barbieri
On Fri, Sep 5, 2008 at 3:56 PM, Anders Petersson <[EMAIL PROTECTED]> wrote: > Thanks for your speedy replies Gustavo and Cedric. Answers below. > > fre 2008-09-05 klockan 09:57 -0300 skrev Gustavo Sverzut Barbieri: >> On Fri, Sep 5, 2008 at 8:55 AM, Cedric BAIL <[EMAIL PROTECTED]> wrote: >> > On Fr

Re: [E-devel] How to improve Edje performance?

2008-09-05 Thread Anders Petersson
Thanks for your speedy replies Gustavo and Cedric. Answers below. fre 2008-09-05 klockan 09:57 -0300 skrev Gustavo Sverzut Barbieri: > On Fri, Sep 5, 2008 at 8:55 AM, Cedric BAIL <[EMAIL PROTECTED]> wrote: > > On Fri, Sep 5, 2008 at 1:25 PM, Anders Petersson <[EMAIL PROTECTED]> wrote: > >> Hello,

[E-devel] Module Type freedom.

2008-09-05 Thread John Kha
Working on the module code, I was noticing that currently there are five defined types for modules. There might be some reasons to allow for more freedom of choice in these types. For instance, if one was writing a specific set of modules that works with illume, it might be nice to put them in an

[E-devel] Patch for _e_editable_text_insert

2008-09-05 Thread Helder Ribeiro
Hi people, I found a couple errors in the function _e_editable_text_insert. - when copying from the old string (n bytes) to the new one (m > n bytes) it was writing garbage into the new one (copying m bytes from old); - when memsetting the old string with 0's (part of extra security measure for p

Re: [E-devel] Nightly build log for E17 on 2008-08-17 07:12:09 -0700

2008-09-05 Thread Denis Klykvin
В Fri, 29 Aug 2008 11:59:55 +0200 Brian 'morlenxus' Miculcy <[EMAIL PROTECTED]> пишет: > Hey, > > can you please test this version of the script? > http://omicron.homeip.net/files/easy_e17_svn_preview.sh > > A few commandline arguments changed, so you probably need to tune the > config file... P

[E-devel] e_hal questions

2008-09-05 Thread Nicolas Aguirre
Hi devs, I'd like to use e_hal in enna to detect new storage media cd, dvd, usb disk I played a bit with e_hal_test provided by e_dbus and detection works pretty well. In case of storage already mounted at startup, e_hal_test diplays mount point path. But if you insert a new media during exe

Re: [E-devel] How to improve Edje performance?

2008-09-05 Thread Gustavo Sverzut Barbieri
On Fri, Sep 5, 2008 at 8:55 AM, Cedric BAIL <[EMAIL PROTECTED]> wrote: > On Fri, Sep 5, 2008 at 1:25 PM, Anders Petersson <[EMAIL PROTECTED]> wrote: >> Hello, >> I am working on a project that makes use of edje/evas with large .edj >> files. We have problems with performance. Here is an example of

Re: [E-devel] How to improve Edje performance?

2008-09-05 Thread Cedric BAIL
On Fri, Sep 5, 2008 at 1:25 PM, Anders Petersson <[EMAIL PROTECTED]> wrote: > Hello, > I am working on a project that makes use of edje/evas with large .edj > files. We have problems with performance. Here is an example of an .edj > file we use: > 4300 programs > 2126 parts > 7940 "after" clauses f

[E-devel] How to improve Edje performance?

2008-09-05 Thread Anders Petersson
Hello, I am working on a project that makes use of edje/evas with large .edj files. We have problems with performance. Here is an example of an .edj file we use: 4300 programs 2126 parts 7940 "after" clauses for a program to invoke another programs At any one time, only a small number of these par