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 a

Re: [E-devel] E SVN: raster trunk/elementary/src/lib

2011-08-23 Thread Daniel Juyung Seo
hilight -> highlight http://en.wiktionary.org/wiki/hilight I won't touch elm_access while raster is heavily working on it. So fix it! Daniel Juyung Seo (SeoZ) On Tue, Aug 23, 2011 at 5:46 PM, Enlightenment SVN wrote: > Log: > make access hilight follow object around and vanish it target is >  

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 > wrote: > > > On 08/22/2011 12:39 PM, hannes@gmail.com wrote: > > > On Mon, Aug 22, 2011 at 12:11 PM, Brian 'morlenxus' Miculcy > > > wrote: > > >> I don't l

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 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 >> wrote: >> >> > On 08/22/2011 12:39 PM, hannes@gmail.com wrote: >> > > On Mon, Aug 22, 2011 at 12:11

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" 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 these folders. if you a

[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? Plea

[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