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

2011-07-25 Thread ChunEon Park
I see. :) Even we can improve the usages... :{ Let's run together for the best moment! -Regards, Hermet- -Original Message- From: Carsten Haitzlerlt;ras...@rasterman.comgt; To: ChunEon Parklt;her...@naver.comgt; Cc:

[E-devel] new APIs about page

2011-07-25 Thread Jaehwan Kim
Dear all, I want to add new APIs for the page of the scroller. The APIs are, elm_scroller_current_page_get(Evas_Object, int *page_x, int *page_y) elm_scroller_page_show(Evas_Object, int page_x, int page_y) elm_scroller_page_bring_in(Evas_Object, int page_x, int page_y)

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 tnar...@gmail.com Author: mike_m Date: 2011-07-25 00:16:54 -0700 (Mon, 25 Jul 2011) New Revision: 61665 Trac:

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 Parkher...@naver.com 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

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

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 Haitzlerlt;ras...@rasterman.comgt; To: ChunEon Parklt;her...@naver.comgt; Cc:

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

[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] Add XIM module for ecore_imf

2011-07-25 Thread Sachiel
2011/7/22 Jihoon Kim jihoon48@samsung.com: 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

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:02

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,

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] 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 deprecated

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 Parkher...@naver.com 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

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: 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 vto...@univ-evry.fr: 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 tnar...@gmail.com

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

2011-07-25 Thread Gustavo Lima Chaves
* Enlightenment SVN no-re...@enlightenment.org [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

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 seojuyu...@gmail.com

[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

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: cnooklt;kimci...@gmail.comgt; To: EFLlt;enlightenment-devel@lists.sourceforge.netgt; Cc: Sent: 11-07-26(화) 13:58:55 Subject: [E-devel]