[E-devel] Elementary and custom e-smart objects

2009-02-24 Thread Klaus Rechert
Hi all, Elementary is a very nice widget set! Great work! When I played with it lately I found it difficult to combine/use Elementary with custom e-smart objects. What is the suggested way for this task? If possible I want to avoid "specializing" my e-smart objects to widgets. Thanks! Kl

Re: [E-devel] Elementary and custom e-smart objects

2009-02-24 Thread Gustavo Sverzut Barbieri
On Tue, Feb 24, 2009 at 11:30 AM, Klaus Rechert wrote: > Hi all, > > Elementary is a very nice widget set! Great work! > > When I played with it lately I found it difficult to combine/use > Elementary with custom e-smart objects. What is the suggested way for > this task? If possible I want to avo

[E-devel] epeg-0.9.1.042 bug - SIGSEGV due to double free or epeg_close called twice

2009-02-24 Thread Samaresh Singh
Hi, I have the following proposal to improve epeg-0.9.1.042. It is currently giving SIGSEGV due to double free if epeg_close is called twice consecutively. === EAPI void epeg_close(Epeg_Image *im) { //if (!im) return; /*The proposed chnage is the next line instaed of the commented line

Re: [E-devel] epeg-0.9.1.042 bug - SIGSEGV due to double free or epeg_close called twice

2009-02-24 Thread Gustavo Sverzut Barbieri
On Mon, Feb 23, 2009 at 4:48 PM, Samaresh Singh wrote: > Hi, > >    I have the following proposal to improve epeg-0.9.1.042.  It is currently > giving SIGSEGV due to double free if epeg_close is called twice consecutively. > > === > EAPI void > epeg_close(Epeg_Image *im) > { >   //if (!im) return

Re: [E-devel] Release schedule

2009-02-24 Thread Toma
> > So time has come and we're working on that release list. In the last > days I've being working on some show stopper stuff like file > management and I plan to get ride of most items by March. > > I'd like some help to finish the list, mostly on the usability front. > You don't need to really kn

Re: [E-devel] Release schedule

2009-02-24 Thread Gustavo Sverzut Barbieri
On Wed, Jan 28, 2009 at 9:04 PM, Toma wrote: > Thought Id ping the mailing list about this: > > http://trac.enlightenment.org/e/wiki/Release > > As the top of the page says, we need to finalize the list of things > TODO. Mekius mentioned removing a couple of the EFM todos and Id > welcome that. Im

Re: [E-devel] Elementary and custom e-smart objects

2009-02-24 Thread The Rasterman
On Tue, 24 Feb 2009 15:47:54 -0300 Gustavo Sverzut Barbieri said: > On Tue, Feb 24, 2009 at 11:30 AM, Klaus Rechert wrote: > > Hi all, > > > > Elementary is a very nice widget set! Great work! > > > > When I played with it lately I found it difficult to combine/use > > Elementary with custom e-s

Re: [E-devel] epeg-0.9.1.042 bug - SIGSEGV due to double free or epeg_close called twice

2009-02-24 Thread The Rasterman
On Tue, 24 Feb 2009 16:52:28 -0300 Gustavo Sverzut Barbieri said: already explained this in gory detail to samaresh :) thanks for re-iterating it :) > On Mon, Feb 23, 2009 at 4:48 PM, Samaresh Singh wrote: > > Hi, > > > >    I have the following proposal to improve epeg-0.9.1.042.  It is > > cu