Re: [E-devel] [Patch] Elm_Label, Incompatible Widget Data Type

2011-07-25 Thread Daniel Juyung Seo
good job! Daniel Juyung Seo (SeoZ) 2011/7/26 ChunEon Park : > not bad. > in svn. > Thanks. > > Let's run together for the best moment! > -Regards, Hermet- > > -Original Message- > From: "cnook" > To: "EFL"

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

2011-07-25 Thread Mike Blumenkrantz
On Mon, 25 Jul 2011 23:07:54 -0700 "Enlightenment SVN" wrote: > Log: > elm genscroller: Fixed warnings while raster is not working on this :) > hooray! lol! > > > Author: seoz > Date: 2011-07-25 23:07:54 -0700 (Mon, 25 Jul 2011) > New Revision: 61727 > Trac: http://tra

Re: [E-devel] [Patch] Elm_Label, Incompatible Widget Data Type

2011-07-25 Thread ChunEon Park
not bad. in svn. Thanks. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "cnook" To: "EFL" Cc: Sent: 11-07-26(화) 13:58:55 Subject: [E-devel] [Patch]

[E-devel] [Patch] Elm_Label, Incompatible Widget Data Type

2011-07-25 Thread cnook
Hi All, The Elm_Wrap_Type have been added, and APIs have been changed also. But there are some remains have to be changed as the attached patch. Sincerely, Shinwoo Kim. Index: src/lib/elm_label.c === --- src/lib/elm_label.c (revision

Re: [E-devel] [Patch] elm_diskselector

2011-07-25 Thread cnook
Hi! Your response always good for me. 1) Yes you're right,There would be a better solution than storing parent. I'll try to use other way that would use previous parent size if new parent does not have enough size. Sincerely, Shinwoo Kim. 2011/7/25 Daniel Juyung Seo > Hello Shinwoo Kim,

Re: [E-devel] E SVN: glima IN trunk/elementary: doc src/examples src/lib

2011-07-25 Thread Gustavo Lima Chaves
* Enlightenment SVN [2011-07-25 12:52:32 -0700]: There are two bugs I've seen for the gengrid worth mentioning: 1) Shouldn't a call to elm_gengrid_item_disabled_set(), with EINA_TRUE, unselected it, if it was previously selected? Also, the item seems to be receiving click events when disabled an

Re: [E-devel] E SVN: andreas IN trunk/BINDINGS/cxx/ecorexx: include/ecorexx src

2011-07-25 Thread Andreas Volz
Am Mon, 25 Jul 2011 14:56:24 +0900 schrieb ChunEon Park: Thanks for this hint. I'll change it next time I touch the file. I'm sure that there're more asserts in eflxx. I've to search them all and find correct error handling or replace by log output. > really good to use assert instead of eina_log

Re: [E-devel] E SVN: mike_m trunk/ecore/src/modules/immodules/xim

2011-07-25 Thread Naruto TAKAHASHI
Hi, Vincent. sorry, I will be careful, sending patch. 2011/7/25 Vincent Torri : > > there is a free() that is added in that patch > > Vincent > > On Mon, 25 Jul 2011, Enlightenment SVN wrote: > >> Log: >> ecore-imf: Fix warnings >> >>  Signed-off-by: Naruto TAKAHASHI >> >> Author:       mike_m >>

Re: [E-devel] [Patch] Animation gif feature patch

2011-07-25 Thread Daniel Juyung Seo
1) > Frankely, I don't like *_animated_* Agreed. Choose either animation or anim and apply it to evas_object_image and elm_icon. I prefer anim :) 2) > Eina_Bool elm_icon_anim_get (const Evas_Object *obj) > -> elm_icon_anim_available_get ... elm_icon_anim_available_get is already in Jiyoun's patch.

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

2011-07-25 Thread The Rasterman
On Mon, 25 Jul 2011 20:12:55 +0900 ChunEon Park said: yes... that'll be several years from now though... so don't hold your breath :) > ok... > Then those things could be changed just right before next major version? > > Let's run together for the best moment!

Re: [E-devel] E SVN: discomfitor trunk/e

2011-07-25 Thread Christopher Michael
On 07/25/11 10:13, Tom Hacohen wrote: > On 25/07/11 17:01, Christopher Michael wrote: >> Sorry bout that :/ As I said earlier today, it was based off an older >> configure.ac o small stuff like this was bound to happen, lol :) Thanks >> for the fix0rs !! > > It sounds like you are using a deprecate

Re: [E-devel] E SVN: discomfitor trunk/e

2011-07-25 Thread Tom Hacohen
On 25/07/11 17:01, Christopher Michael wrote: > Sorry bout that :/ As I said earlier today, it was based off an older > configure.ac o small stuff like this was bound to happen, lol :) Thanks > for the fix0rs !! It sounds like you are using a deprecated version control system. Is it possible you

Re: [E-devel] [Patch] elm_diskselector

2011-07-25 Thread Daniel Juyung Seo
Hello Shinwoo Kim, 1) Why do you store parent? parent can be changed at any time. ie) elm_box_pack_end() I think it's better not to change the code. Of course there are some exceptions but diskselector looks like a normal widget. 2) Setting it->label is ok. 3) When you make a diff, i

Re: [E-devel] E SVN: discomfitor trunk/e

2011-07-25 Thread Christopher Michael
Sorry bout that :/ As I said earlier today, it was based off an older configure.ac o small stuff like this was bound to happen, lol :) Thanks for the fix0rs !! dh On 07/25/11 08:15, Enlightenment SVN wrote: > Log: > devilhorns! :) > > > Author: discomfitor > Date: 2011-07-25 05:15

Re: [E-devel] [Patch] Add XIM module for ecore_imf

2011-07-25 Thread Sachiel
2011/7/22 Jihoon Kim : >> As for getting the right window in Edje, raster proposed an >> edje_object_window_set() that >> would be used for every Edje object that will receive keyboard input. > > Hello, raster. > Do you have any idea to solve this portability issue? > I have one. I didn't check i

[E-devel] [Patch] elm_diskselector

2011-07-25 Thread cnook
Hi All, I have attached elm_diskselector patch for resolving dynamic theme change issue. Previously, the item label did not display when them theme had changed while elm_diskselector displayed. Sincerely, Shinwoo Kim. Index: src/lib/elm_diskselector.c =

Re: [E-devel] [Patch] Animation gif feature patch

2011-07-25 Thread ChunEon Park
Frankely, I don't like *_animated_* How about just animation or anim? evas_object_image_animation_available_get evas_object_image_animation_frame_get ... and this API also. Eina_Bool elm_icon_anim_get (const Evas_Object *obj) -> elm_icon_anim_available_get ... -

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

2011-07-25 Thread ChunEon Park
ok... Then those things could be changed just right before next major version? Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Carsten Haitzler" To: "ChunEon Park" Cc: enligh

[E-devel] [Announcement] elm_gengrid_item_update is removed from elm_gengrid_item_data.

2011-07-25 Thread Daniel Juyung Seo
Hello all, I just removed elm_gengrid_item_update from elm_gengrid_item_data. So when you need to update an item after setting item_data, please call elm_gengrid_item_update explicitly. This change is a gengrid version of following announcement. http://www.mail-archive.com/enlightenment-devel@list

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

2011-07-25 Thread The Rasterman
On Mon, 25 Jul 2011 15:14:14 +0900 ChunEon Park said: correct. a stable api cannot be broken for any reason. better usage or anything else. well it can be - then it becom4es evas2.0 then evas3.0 then evas4.0 and e every major release means people have to PORT existing code.. and that leads to peop

Re: [E-devel] E SVN: mike_m trunk/ecore/src/modules/immodules/xim

2011-07-25 Thread Vincent Torri
there is a free() that is added in that patch Vincent On Mon, 25 Jul 2011, Enlightenment SVN wrote: > Log: > ecore-imf: Fix warnings > > Signed-off-by: Naruto TAKAHASHI > > Author: mike_m > Date: 2011-07-25 00:16:54 -0700 (Mon, 25 Jul 2011) > New Revision: 61665 > Trac: