Re: [E-devel] [Patch] evas_image_load_gif bug patch

2011-08-23 Thread Mike Blumenkrantz
On Tue, 23 Aug 2011 15:08:00 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Mon, 22 Aug 2011 20:08:54 +0900 Jiyoun Park jy0703.p...@samsung.com said: i hereby poses much yayness at the appearance of this patch, for 'tis now that i can seamlessly stick massive animated

Re: [E-devel] [Patch] elc_ctxpopup, add transition

2011-08-23 Thread cnook
Dear Hermet, Hi! I have refined previous patch based on your opinion. Please refer to bellow comments and attached patch * 1. how about changing the signal names to ones more explicitly ? elm,state,show,up elm,state,show,down elm,state,show,right elm,state,show,left I guess hide could be added

Re: [E-devel] E SVN: jeffdameth trunk/e/src/bin

2011-08-23 Thread P Purkayastha
On Monday, August 22, 2011 7:12:47 PM UTC+8, David Seikel wrote: On Mon, 22 Aug 2011 13:05:57 +0200 Brian 'morlenxus' Miculcy morl...@gmx.net wrote: On 08/22/2011 12:39 PM, hannes@gmail.com wrote: On Mon, Aug 22, 2011 at 12:11 PM, Brian 'morlenxus' Miculcy morl...@gmx.net wrote:

Re: [E-devel] E SVN: jeffdameth trunk/e/src/bin

2011-08-23 Thread Thomas Gstädtner
On Tue, Aug 23, 2011 at 17:11, P Purkayastha ppu...@gmail.com wrote: On Monday, August 22, 2011 7:12:47 PM UTC+8, David Seikel wrote: On Mon, 22 Aug 2011 13:05:57 +0200 Brian 'morlenxus' Miculcy morl...@gmx.net wrote: On 08/22/2011 12:39 PM, hannes@gmail.com wrote: On Mon, Aug 22,

Re: [E-devel] E SVN: billiob trunk/e/src/bin

2011-08-23 Thread The Rasterman
On Thu, 18 Aug 2011 12:11:08 -0700 Enlightenment SVN no-re...@enlightenment.org said: you know... this is most annoying to keep seeing a folder called 1 appear on the desktop. the reason we did Desktop-1 and soon before was.. so you would actually have separate folders per screen and u didnt see

[E-devel] [PATCH] add elm_entry_input_panel_layout_set API

2011-08-23 Thread Jihoon Kim
Hi, EFL developers. elm_entry_input_panel_layout_set API is high level API to call ecore_imf_context_input_panel_layout_set (through edje). This API will be used to set layout of input panel (such as URL, Email, Number layout...) by application programmer. Would you please review this patch?

[E-devel] [Patch] signal scroll,anim,stop in els_scroller

2011-08-23 Thread Jaehwan Kim
Commit msg : fix the bug which the signal scroll,anim,stop is not called sometimes. Hello, Sometimes The signal scroll,anim,stop is not called in scroller. If the bounce_x_animation or the bounce_y_animator ends during momentum animation, the function _smart_anim_stop cannot be called. but all