[E-devel] [Edje: Bug fix] NULL check is added before strcmp() in _edje_real_part_swallow() function

2013-01-28 Thread Sumanth Krishna Mannam
Hi, Can some one please verify and merge the attahed patch with open source svn Edje code. [Issue details :] NULL checking is not done before sending a string to strcmp(). In _edje_real_part_swallow() function of edje_util.c file, evas_object_type_get() API can return NULL and if this NULL

[E-devel] [Query] [Elementary] How to stop mouse, wheel events from reaching outer Elm_scroller ?

2013-01-07 Thread Sumanth Krishna Mannam
Hi, In my application, I am using elm_scroller inside another elm_scroller. Now I want the MOUSE,WHEEL events not to be passed to outer scroller, when the mouse is inside inner scroller. For that I tried by using the API: evas_object_propagate_events_set(inner_scroller, EINA_FALSE) but this is

Re: [E-devel] [Query] [Elementary] How to stop mouse, wheel events from reaching outer Elm_scroller ?

2013-01-07 Thread Sumanth Krishna Mannam
On Mon, 7 Jan 2013 23:54:50 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: On Mon, Jan 7, 2013 at 11:56 PM, Carsten Haitzler ras...@rasterman.comwrote: On Mon, 07 Jan 2013 14:36:45 + (GMT) Sumanth Krishna Mannam sumant...@samsung.com said: Hi, In my application, I

[E-devel] [Elementary] [edc map] How to calculate EDC map's rotated coordinates ?

2012-11-15 Thread Sumanth Krishna Mannam
--- Sumanth Krishna Mannam Senior Software Engineer Bangalore, India -- Monitor your physical, virtual and cloud infrastructure from a single

Re: [E-devel] [patch][elementary] datetime - _datetime_item_get() has problem. (Kim Shinwoo)

2012-08-21 Thread Sumanth Krishna Mannam
Hi Mr Kim, Please check my comments below. Date: Sun, 19 Aug 2012 15:47:19 +0900 From: Kim Shinwoo kimcinoo@gmail.com Subject: [E-devel] [patch][elementary] datetime - _datetime_item_get() has problem. To: Enlightenment developer list

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
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 indicator is displayed at the top of touch

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
On Thu, 24 May 2012 15:02:05 -0300 Gustavo Sverzut Barbieri barbieri@... 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 sumanth.m@... wrote: Hi

[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 Sumanth Krishna Mannam
-- From: Gustavo Sverzut Barbieri barbi...@profusion.mobi Sent: Thursday, May 24, 2012 7:53 PM To: Enlightenment developer list enlightenment-devel@lists.sourceforge.net Cc: csm...@samsung.com; Myoung-Woon Roy Kim myoungwoon@samsung.com; Sumanth Krishna Mannam sumant

[E-devel] How to use evas_object_layer_set() feature in EDC ?

2012-04-18 Thread Sumanth Krishna Mannam
Dear All, Is there any option to utilize evas_object_layer_set() feature in EDC? This may be a desirable feature like, Slider widget can display zoom indicator may be few pixels above the actual indicator where many higher layer objects present. Whenever the zoom indicator is displayed (in

Re: [E-devel] How to use evas_object_layer_set() feature in EDC ?

2012-04-18 Thread Sumanth Krishna Mannam
+05:30) Title : Re: [E-devel] How to use evas_object_layer_set() feature in EDC ? On Wed, 18 Apr 2012 11:30:05 + (GMT) Sumanth Krishna Mannam said: no - you can't as this violates the encapsulation of the edje object - all objects are INSIDE the edje object. Dear All

Re: [E-devel] [Patch] Elementary : New widget Elm_datetime patch

2012-03-05 Thread Sumanth Krishna Mannam
You, Regards, Sumanth --- Original Message --- Sender : Carsten Haitzlerras...@rasterman.com Date : Mar 05, 2012 16:37 (GMT+05:30) Title : Re: [E-devel] [Patch] Elementary : New widget Elm_datetime patch On Fri, 02 Mar 2012 12:44:39 + (GMT) Sumanth Krishna Mannam said: in svn. tnx

Re: [E-devel] [Patch] Elementary : New widget Elc_dayselector patch

2012-03-05 Thread Sumanth Krishna Mannam
Hi Raster, Actually we have analyzed nl_langinfo() with items (_NL_TIME_WEEK_1STDAY, _NL_TIME_FIRST_WEEKDAY, _NL_TIME_FIRST_WORKDAY ) , but these types doesn't work in all the environments, otherwise this is the quite straight forward way to do Weekday/weekend calculations based on system

Re: [E-devel] [Patch] Elementary : New widget Elm_datetime patch

2012-03-02 Thread Sumanth Krishna Mannam
-- Virtualization Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service.

Re: [E-devel] [Patch] Elementary : New widget Elm_datetime patch

2012-03-02 Thread Sumanth Krishna Mannam
This patch was made by Sumanth Krishna Mannam. Please refer following message ~ and attached patch. === first i was strolling along, reading elm_datetime.c... and then i saw: static int _days_in_month[12] = { 31, 28, 31, 30, 31, 30

Re: [E-devel] [Patch] Elementary : New widget Elm_datetime patch

2012-02-20 Thread Sumanth Krishna Mannam
Elm_datetime patch On Fri, Feb 17, 2012 at 6:21 AM, Sumanth Krishna Mannam wrote: Hi All, Attached to the mail is the patch for new elementary widget elm_datetime. Refer to the below EFL post history for more details. The datetime widget provides an option to display Date time based on current