[E-devel] [Patch] Allow ecore_file_download to follow HTTP redirection

2007-12-10 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, this small patchfile allow ecore_file_download to be able to follow HTTP redirection. It works for me. Also filled a bug in bugzilla, bug id #323. Ciao Massimiliano - -- Massimiliano Calamelli http://mcalamelli.netsons.org [EMAIL PROTECTED]

[E-devel] Creation of Widgets

2007-12-10 Thread Kalyan Kumar
Hi all, i have a question relating to creation of widgets. can we create/make a widget with out using either ETK or EWL libraries? i would like to know for example, how i can create a List Box or probably Radio Button using Edje/Evas (using edc file). this may seem very basic to lot

Re: [E-devel] Creation of Widgets

2007-12-10 Thread Hisham Mardam Bey
On Dec 10, 2007 6:16 AM, Kalyan Kumar [EMAIL PROTECTED] wrote: Hi all, i have a question relating to creation of widgets. can we create/make a widget with out using either ETK or EWL libraries? i would like to know for example, how i can create a List Box or probably Radio Button using

Re: [E-devel] Creation of Widgets

2007-12-10 Thread dan sinclair
There are some documents on the wiki on creating widgets in Edje. You can also try talking to dresb as he's doing that documentation stuff at the moment. You can see the wiki at wiki.enlightenment.org. Otherwise, I'd say embed Ewl into your application as it will make development a lot

[E-devel] evfs entropy

2007-12-10 Thread carlos neira
Greetings : Anyone working on this 2 ? , i made some little changes in both , evfs generate a lot of cores that filled up my hd , that is taken care now ,entropy just build the default config with more mimes support my question is if there is a maintainer of this 2 apps ? if there is none , how

Re: [E-devel] evfs entropy

2007-12-10 Thread Hisham Mardam Bey
On Dec 10, 2007 12:12 PM, carlos neira [EMAIL PROTECTED] wrote: Greetings : Anyone working on this 2 ? , i made some little changes in both , evfs generate a lot of cores that filled up my hd , that is taken care now ,entropy just build the default config with more mimes support my question

Re: [E-devel] Creation of Widgets

2007-12-10 Thread Gustavo Sverzut Barbieri
On Dec 10, 2007 8:16 AM, Kalyan Kumar [EMAIL PROTECTED] wrote: Hi all, i have a question relating to creation of widgets. can we create/make a widget with out using either ETK or EWL libraries? i would like to know for example, how i can create a List Box or probably Radio Button using