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
+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-
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
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
>
>
>
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
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,
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
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
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
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_
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"
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,
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
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
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
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.
>
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.
> >
>
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);
>
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
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
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
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
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
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
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
25 matches
Mail list logo