Re: [E-devel] Ecore Con : interruption of UI interaction issue.

2011-09-22 Thread Cedric BAIL
On Thu, Sep 22, 2011 at 12:51 AM, Kim Yunhan spb...@gmail.com wrote: Thank you! Ecore_Con_Url already have the solution with _ecore_con_url_idler_handler. So I just break the while loop if it takes too long. == ---

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-09-22 Thread Tom Hacohen
On 22/09/11 05:39, SHILPAONKAR SINGH wrote: Hi All, The attached patch adds dashed underline support to evas_object_textblock. dashed underline can be enabled by assigning dashed value to underline tag. dash underline's parameters can be controlled by manipulating dashgap and dashwidth tags

[E-devel] [Patch] elm_diskselector, set icon to added item

2011-09-22 Thread cnook
Dear All, Hello! If the diskselector is round mode, the scroller of diskselector has additional items for its rounding(carousel) effect. Previously, elm_diskselector_item_icon_set(); did not care about theses additional items. Please review the attached patch that will care. Thanks. Sincerely,

Re: [E-devel] Lib ICU Integration

2011-09-22 Thread Govindaraju SM
-Original Message- From: Tom Hacohen Sent: Sunday, September 18, 2011 2:26 PM To: Govindaraju SM Cc: Enlightenment developer list Subject: Re: [E-devel] Lib ICU Integration On 16/09/11 04:44, Govindaraju SM wrote: == Requirement is providing Date time input widget which should change

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-09-22 Thread Govindaraju SM
-Original Message- From: Tom Hacohen Sent: Thursday, September 22, 2011 5:30 PM To: Enlightenment developer list Subject: Re: [E-devel] Evas Patch - Dashed Underline Support On 22/09/11 05:39, SHILPAONKAR SINGH wrote: Hi All, The attached patch adds dashed underline support to

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-09-22 Thread Tom Hacohen
On 22/09/11 13:14, Govindaraju SM wrote: == There are use case which requires multiple lines together. Strikeout uses line with different height offset. For Example, A underlined, Strike out word with Wrong spell will have 3 lines and all three can co-exist with different colors. But I

Re: [E-devel] Lib ICU Integration

2011-09-22 Thread Tom Hacohen
On 22/09/11 13:01, Govindaraju SM wrote: == Thanks for your suggestion. I can very much do with libc with out ICU for date formatting, including getting locale strings. ICU integration is dropped.. :) I'm glad we agree. :) okay, Why this should widget? I have to display a Date and/or Time in

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-09-22 Thread Sebastian Dransfeld
On 09/22/2011 12:39 PM, Tom Hacohen wrote: Also, your patch doesn't comply with the coding conventions. An example to that would be the spaces between the variables and the commas in int i,j,dx,dn; \ or between the divisor and the divided in: dn = itr-w/(dw + dp); \ and possibly more

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-09-22 Thread Tom Hacohen
On 22/09/11 13:42, Sebastian Dransfeld wrote: On 09/22/2011 12:39 PM, Tom Hacohen wrote: Also, your patch doesn't comply with the coding conventions. An example to that would be the spaces between the variables and the commas in int i,j,dx,dn; \ or between the divisor and the divided in: dn =

Re: [E-devel] Ecore Con : interruption of UI interaction issue.

2011-09-22 Thread Gustavo Sverzut Barbieri
Better to use a percentual if frametime otherwise user will try to do some work and it will not have enough time. Something like 0.7 * ecore_animator_frametime_get() On Thursday, September 22, 2011, Cedric BAIL cedric.b...@free.fr wrote: On Thu, Sep 22, 2011 at 12:51 AM, Kim Yunhan

Re: [E-devel] Ecore Con : interruption of UI interaction issue.

2011-09-22 Thread Kim Yunhan
It sounds good. But I'm wonder download performance will be impaired. :'-( It should be tested much more. On Thu, Sep 22, 2011 at 8:13 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Better to use a percentual if frametime otherwise user will try to do some work and it will not

Re: [E-devel] [Patch] edje_cc : group_inherit feature

2011-09-22 Thread Cedric BAIL
Dear Jaehwan, 2011/9/22 Jaehwan Kim jae.hwan@samsung.com: I  changed the part of the reorder structure as your advice. 7. Do not increase the size of runtime structure, especially Edje_Part and also Edje_program as much as possible. The reorder is maybe doable when you find the keyword,

Re: [E-devel] Ecore Con : interruption of UI interaction issue.

2011-09-22 Thread Gustavo Sverzut Barbieri
What will change? The multiplication won't matter and you can move it outside of the loop. If there is nothing else to be done in the mainloop it will do few function calls and get back to work. If you allow the full frametime to be used, whenever the user will try to do work the frametime will

Re: [E-devel] Ecore Con : interruption of UI interaction issue.

2011-09-22 Thread Kim Yunhan
Of course, the multiplication won't matter at all. :) I couldn't predict how much time will be taken in ecore main loop. There exists similar code in Ecore_Con_Url and if download is stared, it will be called many times. So I guess that it could be affected with download performance. (though it

Re: [E-devel] [Patch] Some memory issue fixes for elementary

2011-09-22 Thread ChunEon Park
It looks good to me. in svn. but it missed a same beyond boundary case for the arrary in edje_externals/elm_photocam.c I modified it also. Thank you. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: Rajeev

[E-devel] EFL releases?

2011-09-22 Thread David Seikel
Wasn't there plans to do new releases of the core EFL libraries soon? Or a new elementary snapshot? I forget which. -- A big old stinking pile of genius that no one wants coz there are too many silver coated monkeys in the world. signature.asc Description: PGP signature

Re: [E-devel] EFL releases?

2011-09-22 Thread Mike Blumenkrantz
On Fri, 23 Sep 2011 13:11:33 +1000 David Seikel onef...@gmail.com wrote: Wasn't there plans to do new releases of the core EFL libraries soon? Or a new elementary snapshot? I forget which. hahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahaha

Re: [E-devel] EFL releases?

2011-09-22 Thread David Seikel
On Thu, 22 Sep 2011 23:21:39 -0400 Mike Blumenkrantz m...@zentific.com wrote: On Fri, 23 Sep 2011 13:11:33 +1000 David Seikel onef...@gmail.com wrote: Wasn't there plans to do new releases of the core EFL libraries soon? Or a new elementary snapshot? I forget which.

Re: [E-devel] EFL releases?

2011-09-22 Thread Daniel Juyung Seo
If I remember correctly, it was planned a month ago or two? I think nobody was interested in efl release during raster's vacation. Or e-devs spent more time on e17 release. Btw, thanks for killing Mike :) I can't find his body now. Daniel Juyung Seo (SeoZ) On Fri, Sep 23, 2011 at 12:31 PM,

[E-devel] [Patch] add edje_object_all_parts_default_state_set API

2011-09-22 Thread Jaehwan Kim
Dear all, I made a API edje_object_all_parts_default_state_set(Evas_Object obj) This work was requested by Daniel Juyung Seo. This API sets the state of all parts to default. Please check attached patch file. Thanks. edje_object_all_parts_default_state_set.patch Description: Binary data

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-09-22 Thread P Purkayastha
On Thursday, September 22, 2011 6:52:19 PM UTC+8, Tom Hacohen wrote: With that being said, I'm pretty sure there's a way to make vim highlight formatting errors, either a built-in option/plugin, or by writing a plugin on our own. :) This is a good start I think :)

Re: [E-devel] [Patch] add edje_object_all_parts_default_state_set API

2011-09-22 Thread cpmichael1
The code itself looks good :) I just question the choice of Function name for the API. Why not simply edje_object_default_state_set ?? which would then reset the Whole edje object to default state (all parts included). dh - Original Message - From: Jaehwan Kim