[E-devel] Elementary FileSelector widget

2009-07-14 Thread Dave Andreoli
Hi raster, hi all. I'm working on the elementary version of edje_editor and I need to write some new widgets. I started with the File Selector widget because it is also mentioned in the elementary TODO ;) Attached you can find the first patch that add the new widget and a new test page. I have al

Re: [E-devel] eina_inlist_remove() has strange behavior inside _ecore_evas_buffer_free()

2009-07-14 Thread Gustavo Sverzut Barbieri
On Tue, Jul 14, 2009 at 9:43 AM, Gustavo Sverzut Barbieri wrote: > On Tue, Jul 14, 2009 at 1:44 AM, Rafael > Antognolli wrote: >> Hi, >> >> Does anyone knows if the function eina_inlist_remove() should return >> NULL if the item trying to be removed isn't inserted on the list? (ie. >> item->prev ==

Re: [E-devel] E SVN: antognolli trunk/edje/src/lib

2009-07-14 Thread Rafael Antognolli
On Tue, Jul 14, 2009 at 9:22 AM, Gustavo Sverzut Barbieri wrote: > On Tue, Jul 14, 2009 at 8:09 AM, Dave Andreoli wrote: >> Just to be curious...why you need this function? for what you use it? > > Ethumb now generates an .edj with an IMAGE part with tween states > (video thumbnails). Since we get

Re: [E-devel] eina_inlist_remove() has strange behavior inside _ecore_evas_buffer_free()

2009-07-14 Thread Gustavo Sverzut Barbieri
On Tue, Jul 14, 2009 at 1:44 AM, Rafael Antognolli wrote: > Hi, > > Does anyone knows if the function eina_inlist_remove() should return > NULL if the item trying to be removed isn't inserted on the list? (ie. > item->prev == item->next == item->last == NULL) This is an error on user part. But we

Re: [E-devel] E SVN: antognolli trunk/edje/src/lib

2009-07-14 Thread Gustavo Sverzut Barbieri
On Tue, Jul 14, 2009 at 8:09 AM, Dave Andreoli wrote: > Just to be curious...why you need this function? for what you use it? Ethumb now generates an .edj with an IMAGE part with tween states (video thumbnails). Since we get the frame contents directly from ecore_evas_buffer we need this. Other u

Re: [E-devel] E SVN: antognolli trunk/edje/src/lib

2009-07-14 Thread Dave Andreoli
Just to be curious...why you need this function? for what you use it? Dave 2009/7/13 Enlightenment SVN > Log: > Created new function edje_edit_image_data_add(). > > Now it's possible to add an image that is already inside the eet (with a > default key name) to the edje image collection. > > >

Re: [E-devel] [MODULE systray] bad icon placement

2009-07-14 Thread Gustavo Sverzut Barbieri
2009/7/13 Vincent François : > On Sat, 11 Jul 2009 11:51:04 -0300 > Gustavo Sverzut Barbieri wrote: > >> Hi Vincent, sorry taking so long, but patch is in svn. See comments below: >> >> On Mon, Jun 29, 2009 at 8:49 PM, Vincent >> Francois wrote: >> > Vincent Francois >> > >> > Hello, >> > >> > I