Re: [E-devel] EWL in modules?

2005-08-01 Thread Vincent Torri
On Sun, 31 Jul 2005 [EMAIL PROTECTED] wrote: OK, will do. Thanks a lot! One more thing: where is the skeleton module file (I think there is one)? I sent a template builder for modules in this mailing list 2 days ago. It's not oficial at all, but it can help you regards Vincent

Re: [E-devel] Possible BUG

2005-08-01 Thread Hisham Mardam Bey
When I switch the order to: e17/libs/embryo e17/libs/edje e17/libs/epsilon This appears to work. This is the case because epsilon has edje thumbnail support. Maybe we need to turn this into an option and not a requirement. -- Hisham Mardam Bey MSc (Computer

[E-devel] [patch] e_lib_theme_set

2005-08-01 Thread Chady Kassouf
Hi, this is the patch to add e_lib_theme_set(category, file) to E_Lib.h since the files changed, this is diffed against the latest CVS-- Chady Kassoufhttp://chady.net/ e_lib.diff Description: Binary data

[E-devel] eThemes

2005-08-01 Thread Chady Kassouf
Hi, Here's a small app I was working on. This is a theme selector that lets you preview the themes before applying them. It's a pre-release, and needs a lot of clean-ups, so any comments and pointers are much appreciated. download from: http://chady.net/code/e/ethemes.tar.bz2 P.S: you need the

Re: [E-devel] Possible BUG

2005-08-01 Thread Nathan Ingersoll
Any reason to not just change the build order? On 8/1/05, Hisham Mardam Bey [EMAIL PROTECTED] wrote: When I switch the order to: e17/libs/embryo e17/libs/edje e17/libs/epsilon This appears to work. This is the case because epsilon has edje thumbnail support.

Re: [E-devel] Possible BUG

2005-08-01 Thread Hisham Mardam Bey
On 8/1/05, Nathan Ingersoll [EMAIL PROTECTED] wrote: Any reason to not just change the build order? as per our discussion on irc, we'll fix the build order on the page. would also be nice to make Edje an optional dep for Epsilon if its to be used outside apps using Edje. -- Hisham Mardam Bey

Re: [E-devel] Possible BUG

2005-08-01 Thread Nathan Ingersoll
Sounds good. On 8/1/05, Hisham Mardam Bey [EMAIL PROTECTED] wrote: On 8/1/05, Nathan Ingersoll [EMAIL PROTECTED] wrote: Any reason to not just change the build order? as per our discussion on irc, we'll fix the build order on the page. would also be nice to make Edje an optional dep for

[E-devel] Bug with space in folder name in e_util_eapp_edit

2005-08-01 Thread FORT Yannick
Hi everybody I discovered a little bug in e_util_eapp_edit than can't create/modif an eap if there is a space in the path to the icon : # e_util_eapp_edit e_util_eapp_edit.eap edje_cc: Error: file not found: Clear/apps. (Clear/apps is the part of the path behing the space)