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
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 ==
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
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
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
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.
>
>
>
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