Re: [E-devel] Tutorial for EDC

2008-02-14 Thread Gustavo Sverzut Barbieri
On Wed, Feb 13, 2008 at 4:06 PM, Jess <[EMAIL PROTECTED]> wrote: > Hello, > I put together a basic tutorial for those just starting out. It is very > basic, and pretty much highlights > each step in turn, and I would like to get some feedback and review of > potential snags that could lead >

[E-devel] Image loader for Portable Maps

2008-02-14 Thread Peter Wehrfritz
I've written an image loader for evas that can load pbm, pgm, ppm. It supports P1, P2, P3, P4, P5, P6. For P5 and P6 it also supports the 2-byte format. Unfortunately I haven't seen that there is a pnm loader for imlib2, when I started to write it. And when I saw the imlib2 loader, I've already

[E-devel] Nightly build log for E17 on 2008-02-14 07:09:44 -0800

2008-02-14 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-02-14 07:09:44 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log edvi http://download.enlightenment.org/tests/logs/edvi.log e

[E-devel] Nightly build log for E17 on 2008-02-10 07:09:25 -0800

2008-02-14 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-02-10 07:09:25 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log edvi http://download.enlightenment.org/tests/logs/edvi.log e

[E-devel] Nightly build log for E17 on 2008-02-11 07:08:37 -0800

2008-02-14 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-02-11 07:08:37 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log edvi http://download.enlightenment.org/tests/logs/edvi.log e

[E-devel] Nightly build log for E17 on 2008-02-12 07:09:03 -0800

2008-02-14 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-02-12 07:09:03 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log edvi http://download.enlightenment.org/tests/logs/edvi.log e

[E-devel] Nightly build log for E17 on 2008-02-13 07:09:34 -0800

2008-02-14 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-02-13 07:09:34 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log edvi http://download.enlightenment.org/tests/logs/edvi.log e

Re: [E-devel] Tutorial for EDC

2008-02-14 Thread Hisham Mardam Bey
On Thu, Feb 14, 2008 at 10:09 AM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On Wed, Feb 13, 2008 at 4:06 PM, Jess <[EMAIL PROTECTED]> wrote: > > Hello, > > I put together a basic tutorial for those just starting out. It is very > basic, and pretty much highlights > > each step i

[E-devel] Ewl and Edje

2008-02-14 Thread Andreas Volz
Hello, I've seen the ewl_embdd_test example where a ewl widget is embedded in a evas/edje application. This is really great. But is it also possible to use a edje object in a ewl application? I've created some custom edje widgets and think about to use them in a ewl application. regards Andreas

Re: [E-devel] Ewl and Edje

2008-02-14 Thread Nathan Ingersoll
The answer is yes and no. You can certainly do this simply by mapping the theme for a widget to your Edje. The problem is that any events will automatically have the source set as "EWL" instead of the clicked part. The problem is that we do dispatching to the widget inside of EWL, and w/o an API to

Re: [E-devel] Ewl and Edje

2008-02-14 Thread [EMAIL PROTECTED]
Nathan wrote: > The answer is yes and no. You can certainly do this simply by > mapping the theme for a widget to your Edje. The problem is that Is "mapping the theme for a widget to your Edje" a standard, well-known thing to do in ewl? Is that the same as using one's own edj fil

Re: [E-devel] Ewl and Edje

2008-02-14 Thread Nathan Ingersoll
On Fri, Feb 15, 2008 at 12:18 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Nathan wrote: > > > The answer is yes and no. You can certainly do this simply by > > mapping the theme for a widget to your Edje. The problem is that > > Is "mapping the theme for a widget to your