[E-devel] next EFL release cycle

2011-10-19 Thread The Rasterman
Hey guys. time to talk of our next release cycle. this meant 1.1 of most efl libs (and 1.5 for eet). this means we have lots of bug fixes and new features here. i'm currently talking about: eina evas ecore embryo edje efreet e_dbus eeze now coming AFTER this we want elementary to go 1.0 - so this

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread ChunEon Park
incorrect english But at least, we do not pass the NULL object to any external APIs internally. -> But at least, we should not pass Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "ChunEon Park

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread Daniel Juyung Seo
You are right so revert it. Daniel Juyung Seo (SeoZ) On Oct 20, 2011 2:38 PM, "ChunEon Park" wrote: > Already it did. > But at least, we do not pass the NULL object to any external APIs > internally. > > Let's run together for the best moment! > -Regards, He

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread ChunEon Park
Already it did. But at least, we do not pass the NULL object to any external APIs internally. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo" To: "Enlightenment developer

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread Daniel Juyung Seo
> Then, user could not have any warning messages when they pass the invalid > object. Agreed. How about adding NULL check routine in elm_widget_type_check() and print out ERR message when obj is NULL? Or we can separate NULL check macro. Thanks. Daniel Juyung Seo (SeoZ) 2011/10/20 ChunEon Park

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread ChunEon Park
Then, user could not have any warning messages when they pass the invalid object. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Enlightenment SVN" To: enlightenment-...@lists.sourcef

Re: [E-devel] E SVN: hermet trunk/eina/src/lib

2011-10-19 Thread Mike Blumenkrantz
On Thu, 20 Oct 2011 09:53:00 +0900 Daniel Juyung Seo wrote: > Hello, > Talking about fixing indentation and removing wrong whitespaces, I've > been learned to do that from this mailing list when I started > uploading patches. I got reviewed and was requested to fix indentation > and remove traili

Re: [E-devel] E SVN: hermet trunk/eina/src/lib

2011-10-19 Thread Daniel Juyung Seo
Hello, Talking about fixing indentation and removing wrong whitespaces, I've been learned to do that from this mailing list when I started uploading patches. I got reviewed and was requested to fix indentation and remove trailing whitespaces. Of course, that's normal because to new code has to be c

Re: [E-devel] e_config_dialog

2011-10-19 Thread Leif Middelschulte
2011/10/15 Carsten Haitzler : > On Fri, 7 Oct 2011 02:55:19 +0200 Leif Middelschulte > said: > >> 2011/10/6 Christopher Michael : >> > On 10/06/2011 10:10 AM, Leif Middelschulte wrote: >> >> >> >> Dear ladies and gents, especially devilhorns (as I was told) >> >> >> >> as many of you know, I'm wri

Re: [E-devel] E SVN: hermet trunk/eina/src/lib

2011-10-19 Thread ChunEon Park
Hi. But the looking was really ugly. So fixed. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Gustavo Sverzut Barbieri" To: "enlightenment-devel@lists.sourceforge.net"

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread Cedric BAIL
On Wed, Oct 19, 2011 at 6:59 PM, Daniel Juyung Seo wrote: > This looks wrong. > Normally, elm set an object as "resize object" or "sub object" or > "hover object" of its parent object. > Only one object can be a "resize object" of a parent object. > Many objects can be "sub objects" of a parent ob

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread Daniel Juyung Seo
This looks wrong. Normally, elm set an object as "resize object" or "sub object" or "hover object" of its parent object. Only one object can be a "resize object" of a parent object. Many objects can be "sub objects" of a parent object. Anyhow why did you add that code? If there is missing handling,

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread Cedric BAIL
On Wed, Oct 19, 2011 at 2:49 PM, Carsten Haitzler wrote: > On Wed, 19 Oct 2011 05:14:31 -0700 "Enlightenment SVN" > said: > > are.. you... SURE? :) Not that much in fact ! >> Log: >> elementary: forgotten child of elm_box. >> >> >> Author:       cedric >> Date:         2

Re: [E-devel] E SVN: cedric trunk/elementary/src/lib

2011-10-19 Thread The Rasterman
On Wed, 19 Oct 2011 05:14:31 -0700 "Enlightenment SVN" said: are.. you... SURE? :) > Log: > elementary: forgotten child of elm_box. > > > Author: cedric > Date: 2011-10-19 05:14:31 -0700 (Wed, 19 Oct 2011) > New Revision: 64174 > Trac: http://tra

Re: [E-devel] E SVN: hermet trunk/eina/src/lib

2011-10-19 Thread Gustavo Sverzut Barbieri
Eheheheh... LMAO when i ser these commits in efl. There are huge number of whitespaces in EFL and nobody agrees fully, yet you replace every single finding... It keep getting introduced and loop! At least should provide good commit count for ya guys ;-) On Wednesday, October 19, 2011, Enlightenm

Re: [E-devel] [Patch] Add scale down decoding feature to evas png loader

2011-10-19 Thread The Rasterman
On Tue, 18 Oct 2011 00:26:02 +0900 Jiyoun Park said: SVN MRLRMRMRLRR... IN! :) > I remove white space and using alloca. > > But I can't explain why I change dst ptr and source ptr name and use char ptr. > I also don't know why I did. --;; > Anyway I modify code and make new patch. > Thanks.

[E-devel] [Patch] change rel1.to to default when using group inherit

2011-10-19 Thread Jaehwan Kim
Dear all When using group inherit, if rel1.to is set in parent group, we cannot change the part name of rel1.to to default (the default is that dont have the part name) in child group. So I changed edje_cc_out.c. After patching, we can change rel1.to to default by using "". (ex > rel1.to: ""

Re: [E-devel] [Patch] Implement scale down decoding feature of bmp loader

2011-10-19 Thread The Rasterman
On Mon, 17 Oct 2011 23:34:00 +0900 Jiyoun Park said: MRLMRLRML IN!! > I modified bmp loader file according to your advice. > > (remove white space and reduce if/else statement) > > I added down scale feature to 1,2,4,8 bit BMP type and each compression > mode. > In compression mode, I set