Re: [E-devel] E SVN: cedric IN trunk/evas: . src/lib/engines/common

2011-05-10 Thread Cedric BAIL
On Tue, May 10, 2011 at 6:19 AM, Sebastian Dransfeld wrote: > On 05/06/2011 11:36 AM, Enlightenment SVN wrote: >> Log: >> evas: don't try all loader on directory. >> >> >> Author:       cedric >> Date:         2011-05-06 02:36:24 -0700 (Fri, 06 May 2011) >> New Revision: 59235 >> Trac:         ht

Re: [E-devel] [PATCH] elm_slideshow : take care null item_prev/item_next when pre-creating the previous and next items

2011-05-10 Thread michael bouchaud
Thanks for report, fixed now in svn. 2011/5/10 Brian Wang > Hello all, > > When elm_slideshow's loop attribute is not set, _item_realize() will > access NULL item_prev and item_next when trying to pre-create the > previous and next items. Please find the trivial fix as attached and > adjust it

Re: [E-devel] E SVN: tasn trunk/e/data/themes

2011-05-10 Thread Tom Hacohen
Referring to the part alignment? Yeah, should fix that. On Mon, May 9, 2011 at 11:01 PM, Sebastian Dransfeld wrote: > On 05/03/2011 04:08 PM, Enlightenment SVN wrote: > > Log: > > E fm: We want a fixed tb width when ellipsis is set. > > > > Author: tasn > > Date: 2011-05-03 07:08:3

Re: [E-devel] [BUG REPORT] elm_genlist/Edje : Invisible Text When Switching the Elipsis Attribute of an Item

2011-05-10 Thread Tom Hacohen
np :) On Tue, May 10, 2011 at 3:37 AM, Brian Wang wrote: > On Tue, May 10, 2011 at 1:23 AM, Tom Hacohen wrote: > > Fixed, in SVN, thanks. > > Confirmed fixed in r59305. > > Thanks. :-) > > > brian > > > > > -- > > Tom. > > > > > > -- > brian > -- > > Cool-Karaoke - The smallest r

Re: [E-devel] E SVN: tasn trunk/eina/src/include

2011-05-10 Thread Cedric BAIL
On Mon, May 9, 2011 at 7:32 PM, Gustavo Sverzut Barbieri wrote: > On Mon, May 9, 2011 at 2:03 PM, Cedric BAIL wrote: >> On Tue, May 3, 2011 at 8:19 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Tue, May 3, 2011 at 6:17 AM, Cedric BAIL wrote: On Sat, Apr 30, 2011 at 11:59 PM, Gustavo Sverzu

Re: [E-devel] [PATCH] elm_slideshow : take care null item_prev/item_next when pre-creating the previous and next items

2011-05-10 Thread Brian Wang
On Tue, May 10, 2011 at 4:39 PM, michael bouchaud wrote: > Thanks for report, fixed now in svn. Thanks. I haven't tested it but it seems good. :-) brian > > 2011/5/10 Brian Wang >> >> Hello all, >> >> When elm_slideshow's loop attribute is not set, _item_realize() will >> access NULL item_pr

Re: [E-devel] An EFL dev days in Paris or almost :-)

2011-05-10 Thread Steven Le Roux
hmmm okay ! I had to remove all the e17 directory. better now :) thx ! On Mon, May 9, 2011 at 6:01 PM, Cedric BAIL wrote: > On Mon, May 9, 2011 at 5:11 PM, Steven Le Roux wrote: >> On Mon, May 9, 2011 at 11:41 AM, Cedric BAIL wrote: >>> On Mon, May 9, 2011 at 11:11 AM, Steven Le Roux wrote

Re: [E-devel] E17 students making modules

2011-05-10 Thread Daniel Juyung Seo
Hello, I don't know why it freezes, but why you run edje_cc repeatedly? edje_cc is a compiler and it compiles edc text file to edj binary file. Just run it once, before you distribute your program. Thanks. Daniel Juyung Seo (SeoZ) On Mon, May 9, 2011 at 4:39 AM, Quentin Gibeaux wrote: > Hello ev

Re: [E-devel] E SVN: tasn trunk/eina/src/include

2011-05-10 Thread Gustavo Sverzut Barbieri
On Tue, May 10, 2011 at 7:40 AM, Cedric BAIL wrote: [...]snip[...] I already made my point of view :-) > I don't like the idea of adding interfaces to it as it is where the > cost come most of the time, but that's open for discussion. Interface is just another pointer in the typ

[E-devel] evas object for polyline?

2011-05-10 Thread Mika Laitio
Has anybody implemented polyline evas object where one could specify the start point(x, y) and then just add many new points where the line should go next. To my understanding there does not exist that kind of feature? If not, would it make sense to implement that kind of polyline as a smart o

Re: [E-devel] E17 students making modules

2011-05-10 Thread Daniel Juyung Seo
Hmm looks like you want to re-generate a new edj repeatedly. Looks ok :) It'll be better to send a file or sample code here. Thanks. Daniel Juyung Seo (SeoZ) On Tue, May 10, 2011 at 10:53 PM, Daniel Juyung Seo wrote: > Hello, > I don't know why it freezes, but why you run edje_cc repeatedly? >

Re: [E-devel] evas object for polyline?

2011-05-10 Thread Cedric BAIL
On Wed, May 11, 2011 at 12:44 AM, Mika Laitio wrote: > Has anybody implemented polyline evas object where one could specify the > start point(x, y) and then just add many new points where the line > should go next. To my understanding there does not exist that kind of > feature? > > If not, would

Re: [E-devel] evas object for polyline?

2011-05-10 Thread The Rasterman
On Wed, 11 May 2011 08:29:22 +0200 Cedric BAIL said: > On Wed, May 11, 2011 at 12:44 AM, Mika Laitio wrote: > > Has anybody implemented polyline evas object where one could specify the > > start point(x, y) and then just add many new points where the line > > should go next. To my understanding

Re: [E-devel] E17 students making modules

2011-05-10 Thread Cedric BAIL
On Tue, May 10, 2011 at 3:53 PM, Daniel Juyung Seo wrote: > I don't know why it freezes, but why you run edje_cc repeatedly? It just freeze because system is not an asynchronous call. So each time it run, it lock. You should seriously change the way you are using edje ! Edje_cc should be used for

Re: [E-devel] E SVN: devilhorns trunk/e/src/bin

2011-05-10 Thread sd
> Log: > E17: When searching for an icon in the fdo theme, if we do not find it > in the current theme, check some fallback icon themes (so there is > less chance of a menu item having no icon). Oh! This is so wrong! You completely trash the efreet cache by doing this. All themes inherit from