Re: [E-devel] Elementary header fix

2011-05-03 Thread Daniel Juyung Seo
>> Other code in trunk: can only be e. Other code can be BINDINGS and applications. Those are in trunk so I can manage them. Thanks. Daniel Juyung Seo (SeoZ) On Wed, May 4, 2011 at 2:59 PM, Tom Hacohen wrote: > Other code in trunk: can only be e. > > Rest is post-1.0 and shouldn't be touched.

Re: [E-devel] Elementary header fix

2011-05-03 Thread Tom Hacohen
Other code in trunk: can only be e. Rest is post-1.0 and shouldn't be touched. At best, you can add the other naming, but that's also a matter for discussion. -- Tom. On Wed, May 4, 2011 at 7:56 AM, Daniel Juyung Seo wrote: > It's also interesting that e objects like e_box, e_flowlayout, e_tabl

Re: [E-devel] Elementary header fix

2011-05-03 Thread Daniel Juyung Seo
It's also interesting that e objects like e_box, e_flowlayout, e_table use homogenous. But I'm not going to fix e objects. Anyhow I started changing elm first then other codes in trunk. Good luck to me. Thanks. Daniel Juyung Seo (SeoZ) On Wed, May 4, 2011 at 7:16 AM, Carsten Haitzler wrote: > O

Re: [E-devel] Elementary header fix

2011-05-03 Thread The Rasterman
On Tue, 3 May 2011 21:27:29 +0300 Tom Hacohen said: > On Tue, May 3, 2011 at 9:24 PM, Tom Hacohen wrote: > > > On Tue, May 3, 2011 at 9:00 PM, Gustavo Lima Chaves > > wrote: > > > >> Basically I started with 'homogeneous' version, being the author of > >> evas box goop. In portuguese we have 'h

Re: [E-devel] Elementary header fix

2011-05-03 Thread Tom Hacohen
On Tue, May 3, 2011 at 9:24 PM, Tom Hacohen wrote: > On Tue, May 3, 2011 at 9:00 PM, Gustavo Lima Chaves > wrote: > >> Basically I started with 'homogeneous' version, being the author of >> evas box goop. In portuguese we have 'homogĂȘnEo', thus my choice :) >> I'd go with the most popular, just

Re: [E-devel] Elementary header fix

2011-05-03 Thread Tom Hacohen
On Tue, May 3, 2011 at 9:00 PM, Gustavo Lima Chaves wrote: > Basically I started with 'homogeneous' version, being the author of > evas box goop. In portuguese we have 'homogĂȘnEo', thus my choice :) > I'd go with the most popular, just do it. > > If one of them is already used in evas, we should c

Re: [E-devel] Elementary header fix

2011-05-03 Thread Sachiel
2011/5/3 Gustavo Lima Chaves : > * Daniel Juyung Seo [2011-05-04 02:47:19 +0900]: > >> Hmm this is quite interesting. >> >> I found that evas uses 'homogeneous' instead of 'homogenous'. >> ie. evas_object_box_layout_homogeneous_horizontal/vertical, >> evas_object_table_homogeneous_set and etc. >>

Re: [E-devel] Elementary header fix

2011-05-03 Thread Gustavo Lima Chaves
* Daniel Juyung Seo [2011-05-04 02:47:19 +0900]: > Hmm this is quite interesting. > > I found that evas uses 'homogeneous' instead of 'homogenous'. > ie. evas_object_box_layout_homogeneous_horizontal/vertical, > evas_object_table_homogeneous_set and etc. > > Literally both are right but it's be

Re: [E-devel] Elementary header fix

2011-05-03 Thread Daniel Juyung Seo
Hmm this is quite interesting. I found that evas uses 'homogeneous' instead of 'homogenous'. ie. evas_object_box_layout_homogeneous_horizontal/vertical, evas_object_table_homogeneous_set and etc. Literally both are right but it's better to unify them to one. So it's better to fix elm's homogenous

Re: [E-devel] Elementary header fix

2011-05-02 Thread The Rasterman
On Fri, 29 Apr 2011 18:05:11 +0900 Daniel Juyung Seo said: indeed should have some consistency... :) > Thank you Lionel! > Because of you I found that the name is so wrong in elementary :( > > Box and Toolbar use 'homogenous'. > Genlist uses 'homogeneous'. > Table uses both 'homogeneous' and 'h

Re: [E-devel] Elementary header fix

2011-04-29 Thread Lionel Orry
On Fri, Apr 29, 2011 at 11:05 AM, Daniel Juyung Seo wrote: > However changing API name suddenly is so dangerous. > So I'll announce this first and I will change all codes in trunk. Indeed, but it's still easier than after the 1.0 release where we can't change the API without increasing version.

Re: [E-devel] Elementary header fix

2011-04-29 Thread Daniel Juyung Seo
Thank you Lionel! Because of you I found that the name is so wrong in elementary :( Box and Toolbar use 'homogenous'. Genlist uses 'homogeneous'. Table uses both 'homogeneous' and 'homogenous'. This needs to be fixed. I think it's better to unify the names to 'homogenous'. However changing API na

[E-devel] Elementary header fix

2011-04-29 Thread Lionel Orry
Hi devs, while working on the ffi-efl Ruby bindings for the EFL, I noticed a wrong declaration in Elementary.h: s/elm_table_homogeneous_get/elm_table_homogenous_get/. The patch can be found here: http://pastie.org/1846490 To apply: cd wget -O - http://pastie.org/pastes/1846490/download | patch