Re: [E-devel] [Patch] Elementary : Elm_slider widget enhancements – modular design to display indicator text at the top of slider.

2012-07-07 Thread The Rasterman
On Mon, 25 Jun 2012 12:27:26 + (GMT) Sumanth Krishna Mannam sumant...@samsung.com said: given code freeze this weekend, i ended up doing this feature myself. i whacked it out saturday afternoon (just now) and put it in svn. i just implemented it as i would have done from scratch. commit+patch

Re: [E-devel] [Patch] Elementary : Elm_slider widget enhancements – modular design to display indicator text at the top of slider.

2012-07-06 Thread The Rasterman
On Mon, 25 Jun 2012 12:27:26 + (GMT) Sumanth Krishna Mannam sumant...@samsung.com said: review... incoming! 1.- design notes. this ALWAYS creates the popup_base even if the swallow for popup doesnt exist. since this is new we need to detect this by checking for the part - its a new feature

Re: [E-devel] [Patch] Elementary : Elm_slider widget enhancements – modular design to display indicator text at the top of slider.

2012-07-06 Thread Gustavo Sverzut Barbieri
On Friday, July 6, 2012, Carsten Haitzler wrote: On Mon, 25 Jun 2012 12:27:26 + (GMT) Sumanth Krishna Mannam sumant...@samsung.com javascript:; said: review... incoming! 1.- design notes. this ALWAYS creates the popup_base even if the swallow for popup doesnt exist. since this is new

Re: [E-devel] [Patch] Elementary : Elm_slider widget enhancements – modular design to display indicator text at the top of slider.

2012-07-06 Thread The Rasterman
On Fri, 6 Jul 2012 08:04:00 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Friday, July 6, 2012, Carsten Haitzler wrote: On Mon, 25 Jun 2012 12:27:26 + (GMT) Sumanth Krishna Mannam sumant...@samsung.com javascript:; said: review... incoming! 1.- design notes.

Re: [E-devel] [Patch] Elementary : Elm_slider widget enhancements – modular design to display indicator text at the top of slider.

2012-07-03 Thread Sumanth Krishna Mannam
Hi, Can Someone please review the below code !! Thanks Regards, Sumanth -- From: Sumanth Krishna Mannam sumant...@samsung.com Sent: Monday, June 25, 2012 5:57 PM To: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [Patch]

Re: [E-devel] [Patch] Elementary : Elm_slider widget enhancements – modular design to display indicator text at the top of slider.

2012-06-25 Thread Sumanth Krishna Mannam
Hi, I made a patch with an edje object displaying text during the Slider drag state. (The module design is been dropped, instead, we integrated it with the default widget code. Refer to: http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg41850.html) The position and

Re: [E-devel] [Patch] Elementary : Elm_slider widget enhancements – modular design to display indicator text at the top of slider.

2012-05-28 Thread Sumanth Krishna Mannam
Hi, We designed the module based approach for mainly the following reasons: 1. Default indicator is displayed at the top of touch area. What if we want to show the popup at the left side/ right side/ bottom of the touch point? - A dedicated dynamic module can handle the

Re: [E-devel] [Patch] Elementary : Elm_slider widget enhancements – modular design to display indicator text at the top of slider.

2012-05-28 Thread The Rasterman
On Mon, 28 May 2012 11:54:25 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: Hi Somanth, On Mon, May 28, 2012 at 7:07 AM, Sumanth Krishna Mannam sumant...@samsung.com wrote: Hi, We designed the module based approach for mainly the following reasons: 1.   Default

[E-devel] [Patch] Elementary : Elm_slider widget enhancements – modular design to display indicator text at the top of slider.

2012-05-24 Thread Sumanth Krishna Mannam
Dear All, [Change description]: Elm_slider modular design to display indicator text at the top of Slider. Currently elm_slider displays indicator text in an edj part which is a single object in the same layer. If we pack the slider widget in a genlist, during its drag state, the indicator

Re: [E-devel] [Patch] Elementary : Elm_slider widget enhancements – modular design to display indicator text at the top of slider.

2012-05-24 Thread Gustavo Sverzut Barbieri
On Thu, May 24, 2012 at 11:12 AM, Sumanth Krishna Mannam sumant...@samsung.com wrote: Dear All, [Change description]: Elm_slider modular design to display indicator text at the top of Slider. Currently elm_slider displays indicator text in an edj part which is a single object in the same

Re: [E-devel] [Patch] Elementary : Elm_slider widget enhancements – modular design to display indicator text at the top of slider.

2012-05-24 Thread Sumanth Krishna Mannam
Hi , Indicator popup UI is already implemented as an edc style based feature. But the concern is about layering ( refer to earlier discussions on the same: http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg41014.html ) - the current design cannot bring the slider

Re: [E-devel] [Patch] Elementary : Elm_slider widget enhancements – modular design to display indicator text at the top of slider.

2012-05-24 Thread Gustavo Sverzut Barbieri
Hi Sumanth, Thanks for the explanation, NOW it's much better to decide what to do! :-) See some comments below: On Thu, May 24, 2012 at 12:17 PM, Sumanth Krishna Mannam sumant...@samsung.com wrote: Hi , Indicator popup UI is already implemented as an edc style based feature. But the concern

Re: [E-devel] [Patch] Elementary : Elm_slider widget enhancements – modular design to display indicator text at the top of slider.

2012-05-24 Thread The Rasterman
On Thu, 24 May 2012 15:02:05 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: Hi Sumanth, Thanks for the explanation, NOW it's much better to decide what to do! :-) See some comments below: On Thu, May 24, 2012 at 12:17 PM, Sumanth Krishna Mannam sumant...@samsung.com wrote: