Re: [E-devel] [Patch] Align of Elm_Notify

2012-10-23 Thread Seunggyun Kim
Hello, Thanks for reviewing. Actually, there are two option for resolving issues you comment. First option is to use elm_notify_orient_set api instead of evas_object_size_hint_align_set. But that api's arguments have to be changed like below prototype. - before elm_notify_orient_set(Evas_Object

Re: [E-devel] [Patch] Align of Elm_Notify

2012-10-23 Thread ChunEon Park
+1 elm_notify_orient_set(Evas_Object *obj, double *x, double *y) in elm 2.0 or elm_notify_align_set(Evas_Object *obj, double *x, double *y) To determine it's size and position (in relative case) we can refer the size_hints values. -Regards, Hermet-

Re: [E-devel] I reverted a broken patch to genlist (77944)

2012-10-23 Thread Bluezery
Hum... I don't know why evas object is not correct when item is realized&unrealized after genlist is cleared.. Anyway, it's my fault :( Later, I will resend fixed patch. 2012/10/23 Daniel Juyung Seo : > Thanks for the test/revert. I should look at the patch. > > Daniel Juyung Seo (SeoZ) > > On Mo

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

2012-10-23 Thread daniel.za...@samsung.com
Hermet, you have to revert ... you forgot the @since 1.8 for the Eo defines and Vincent will kill you ;-) On 10/23/2012 10:44 AM, Enlightenment SVN wrote: > Log: > evas/proxy - added 2 more apis. not enough yet. will fix them soon. > >evas_object_image_source_events_set/get > > >

Re: [E-devel] buildbot: what's the status ?

2012-10-23 Thread Stefan Schmidt
Hello. On 14/10/12 17:25, Vincent Torri wrote: > > i would like to know what the status of buildbot is. It seems just not > functional while it was working some months ago Some progress today. o Got access to e3 again and installed fribidi, lcov and check. o Addded the merged efl tree and remove

Re: [E-devel] buildbot: what's the status ?

2012-10-23 Thread Christopher Michael
On 23/10/12 11:35, Stefan Schmidt wrote: > Hello. > > On 14/10/12 17:25, Vincent Torri wrote: >> >> i would like to know what the status of buildbot is. It seems just not >> functional while it was working some months ago > > Some progress today. > > o Got access to e3 again and installed fribidi,

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

2012-10-23 Thread Rafael Antognolli
Hello Hermet, The feature seems nice, good work! But I am still not sure how to control the source object from different proxies. Will there be any conflict if different proxies set the source to different visible states? Is that expected or, if it's wrong to do it, maybe this should be added to

[E-devel] [PATCH][Evas] improve the evas_object_image_source_visible_set docs

2012-10-23 Thread Leandro Dorileo
Hi, Attached goes a patch improving the evas_object_image_source_visible_set documentation. Regards, -- Leandro Dorileo ProFUSION embedded systems http://profusion.mobi commit f7f906fb69afd3e75fde3dc0324cc79ed215b40b Author: Leandro Dorileo Date: Tue Oct 23 14:02:35 2012 -0200 Evas: imp

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

2012-10-23 Thread ChunEon Park
Sorry. totally I mistook for your reply. Here is the actually example for this API. ex) Evas_Object *btn; Evas_Object *img; ... evas_object_show(btn); evas_object_show(img); evas_object_image_source_set(img, btn); evas_object_image_source_visible_set(img, EINA_FALSE); //h

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

2012-10-23 Thread Bruno Dilly
On Tue, Oct 23, 2012 at 12:35 PM, ChunEon Park wrote: > > Sorry. totally I mistook for your reply. > > Here is the actually example for this API. > > > > ex) > > Evas_Object *btn; > > Evas_Object *img; > > > > ... > > > > evas_object_show(btn); > > evas_object_show(img); > > > > evas_object_image_

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

2012-10-23 Thread ChunEon Park
HI, Daniel. Yeh i missed since 1.8 for eos. will added it. But I didn't forget Vincent. I will update NEWS and Changes soon when features are completed. -Regards, Hermet- -Original Message- From: "daniel.za...@samsung.com"

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

2012-10-23 Thread Leandro Dorileo
Hi, On Tue, Oct 23, 2012 at 10:16:15AM +0900, ChunEon Park wrote: > Hi, > I don't know about aborting. it doesn't happened here. > please rebuild evas fully again or give me the scenario . > > > And to show only proxy, > Don't hide source. > just call evas_object_image_source_visible_set(source,

Re: [E-devel] ecore_x_screensaver_set wtf

2012-10-23 Thread Tomas Cech
Hi, It seems that as workaround I can use disabling DPMS support in ecore. How it is related? I still believe that setting screensaver in screensaver event handler is wrong idea and it is expected to receive such event. Could that be related to Xorg version? I use quite recent version here. Be

[E-devel] eina_stringshare small speed up

2012-10-23 Thread Jérémy Zurcher
Hi, I wanted to try to speed up eina_stringshare_del, but I ended touching eina_stringshare_add first. p0.patch: _eina_share_common_find_hash(…) merges _eina_share_common_cmp and calls to eina_rbtree_inline_lookup p1.patch: eina_stringshare API treat big strings first and

Re: [E-devel] eina_stringshare small speed up

2012-10-23 Thread Gustavo Sverzut Barbieri
On Tue, Oct 23, 2012 at 7:30 PM, Jérémy Zurcher wrote: > > Hi, > > I wanted to try to speed up eina_stringshare_del, > but I ended touching eina_stringshare_add first. > > p0.patch: _eina_share_common_find_hash(…) > merges _eina_share_common_cmp and calls to > eina_rbtree_inline_looku

Re: [E-devel] [PATCH][Elementary] elm-web: Extracted common code.

2012-10-23 Thread Gustavo Sverzut Barbieri
On Mon, Oct 22, 2012 at 10:15 PM, ryuan Choi wrote: > In the view point of basic behavior, right, they should be almost same. > > Now, There are three reasons not to keep the same structure > > 1. WebKit2/efl ignores or choose different(better?) API names from > WebKit1/Efl. > It's sad but true. >

Re: [E-devel] eina_stringshare small speed up

2012-10-23 Thread Michaël Bouchaud
I'm totaly agreed with gustavo, did you really test it in real wordl ??? 2012/10/23 Gustavo Sverzut Barbieri > On Tue, Oct 23, 2012 at 7:30 PM, Jérémy Zurcher wrote: > > > > Hi, > > > > I wanted to try to speed up eina_stringshare_del, > > but I ended touching eina_stringshare_add first. > > >

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

2012-10-23 Thread Daniel Juyung Seo
just add this to src/examples. Daniel Juyung Seo (SeoZ) On Oct 24, 2012 1:23 AM, "ChunEon Park" wrote: > > Sorry. totally I mistook for your reply. > > Here is the actually example for this API. > > > > ex) > > Evas_Object *btn; > > Evas_Object *img; > > > > ... > > > > evas_object_show(btn); >

Re: [E-devel] [PATCH][Elementary] elm-web: Extracted common code.

2012-10-23 Thread Daniel Juyung Seo
yeah we need colaboration. i think this is a good start. Daniel Juyung Seo (SeoZ) On Oct 24, 2012 6:38 AM, "Gustavo Sverzut Barbieri" wrote: > On Mon, Oct 22, 2012 at 10:15 PM, ryuan Choi wrote: > > In the view point of basic behavior, right, they should be almost same. > > > > Now, There are t

Re: [E-devel] esvg and videos

2012-10-23 Thread Cedric BAIL
On Wed, Oct 24, 2012 at 8:55 AM, Vincent Torri wrote: > esvg can now play videos. I have attached a small video that show that > with animated svg with a movie inside it Nooo ! Noo ! You just spoiled all Jorge presentation during EFL dev day ! Or maybe it's just a teaser ? To check out, j

Re: [E-devel] [patch][elementary] genlist - use displayed item for focus chain on access mode.

2012-10-23 Thread Kim Shinwoo
dear all, hello. it seems there was no objections, the patch in svn r78378. thanks. cordially, shinwoo kim. 2012/10/17 Kim Shinwoo > dear all, hello. > > genlist could have LOTS of items. so it would be better to use only > displayed items for the focus chain. > please check the attachment and

Re: [E-devel] [PATCH][Evas] improve the evas_object_image_source_visible_set docs

2012-10-23 Thread ChunEon Park
Much better. in, 78379 Thank you :) -Regards, Hermet- -Original Message- From: "Leandro Dorileo" To: ; Cc: Sent: 2012-10-24 (수) 01:11:39 Subject: [E-devel] [PATCH][Evas] imp

Re: [E-devel] [patch][elementary] genlist - use displayed item for focus chain on access mode.

2012-10-23 Thread Daniel Juyung Seo
Yes this is a good practise :) I have only one comment. Use ELM_RECTS_INTERSECT for region compare. Daniel Juyung Seo (SeoZ) On Wed, Oct 24, 2012 at 10:09 AM, Kim Shinwoo wrote: > dear all, hello. > > it seems there was no objections, the patch in svn r78378. > thanks. > > cordially, > shinwoo k

Re: [E-devel] [PATCH][Elementary] elm-web: Extracted common code.

2012-10-23 Thread ryuan Choi
2012/10/24 Gustavo Sverzut Barbieri > On Mon, Oct 22, 2012 at 10:15 PM, ryuan Choi wrote: > > In the view point of basic behavior, right, they should be almost same. > > > > Now, There are three reasons not to keep the same structure > > > > 1. WebKit2/efl ignores or choose different(better?) AP

Re: [E-devel] [patch][elementary] genlist - use displayed item for focus chain on access mode.

2012-10-23 Thread Kim Shinwoo
thanks for your response and information. please check commit r78380 which uses the macro ELM_RECTS_INTERSECT. cordially, shinwoo kim 2012/10/24 Daniel Juyung Seo > Yes this is a good practise :) > I have only one comment. > Use ELM_RECTS_INTERSECT for region compare. > > Daniel Juyung Seo (Seo