Re: [E-devel] [EGIT] [core/elementary] master 02/06: spinner: add min, max filter

2016-02-15 Thread SHILPA ONKAR SINGH
--- Original Message --- Sender : Davide Andreoli Date : Feb 13, 2016 19:16 (GMT+09:00) Title : Re: [E-devel] [EGIT] [core/elementary] master 02/06: spinner: add min, max filter 2016-02-12 23:35 GMT+01:00 Cedric BAIL : > On Fri, Feb 12, 2016 at 9:51 PM, Davide

[E-devel] Regarding Relative rotation possibility using map in edc

2015-12-08 Thread SHILPA ONKAR SINGH
Hi All, Based on my understanding Currently we do not have a possibility to relatively rotate parts in edc. for e.g.: There is a base edc part to which multiple parts are relative to and base part is rotated, now I expect other parts also to rotate along with base part, but they wont rotate

[E-devel] Regarding Min/Max filter addition in Elm_Spinner

2015-12-04 Thread SHILPA ONKAR SINGH
Hi All, I am working on this requirement of adding a min/max filter in elm_spinner. so If applications have set min/max value to spinner or have added a set of special values to spinner. and If The values being entered in spinner are beyond the range of min/max values those values will not

Re: [E-devel] Add the signal emit about swallow and text

2015-10-13 Thread SHILPA ONKAR SINGH
Will the signal include the name of part? "swallow,set" "swallow,unset" "text,set" "text,unset" "elm.swallow.content,set" "elm.text,set"? --- Original Message --- Sender : Jaehwan Kim S5/Senior Engineer/Common Platform Lab./Samsung Electronics Date : Oct 13,

Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add eina_tmpstr_strftime

2015-10-01 Thread SHILPA ONKAR SINGH
t;t...@osg.samsung.com> Date : Oct 01, 2015 23:05 (GMT+09:00) Title : Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add eina_tmpstr_strftime Freeze is coming near. Should I revert the previous patches, or is it being taken care of? -- Tom. On 29/09/15 07:04, SHILPA ONKAR SINGH

Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add eina_tmpstr_strftime

2015-10-01 Thread SHILPA ONKAR SINGH
Strbuf is something else entirely. You want to add eina_strftime, and eina_tmpstr_managed_new (I think that's the name), while removing the previous eina_tmpstr_strftime patches. -- Tom. On 01/10/15 15:12, SHILPA ONKAR SINGH wrote: > Hi Tom, > > few quick questions, first want

Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add eina_tmpstr_strftime

2015-10-01 Thread SHILPA ONKAR SINGH
, 2015 23:38 (GMT+09:00) Title : Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add eina_tmpstr_strftime On 01/10/15 15:34, SHILPA ONKAR SINGH wrote: > Ok got it, eina_str.c, eina_str.h > we have dependency of eina_tmpstr_strftime in calendar widget and also have > a

Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add eina_tmpstr_strftime

2015-09-29 Thread SHILPA ONKAR SINGH
--- Original Message --- Sender : Amitesh Singh Date : Sep 29, 2015 02:03 (GMT+09:00) Title : Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add eina_tmpstr_strftime Hi, On Mon, Sep 28, 2015 at 7:35 PM, Tom Hacohen wrote: > On 28/09/15 09:53, Tom

Re: [E-devel] [EGIT] [core/elementary] master 01/04: elm_calendar: weekdays do not get translated when language is dynamically changed issue fix

2015-09-28 Thread SHILPA ONKAR SINGH
Ok Will check now, Thanks for informing --- Original Message --- Sender : Amitesh Singh Date : Sep 28, 2015 15:10 (GMT+09:00) Title : Re: [EGIT] [core/elementary] master 01/04: elm_calendar: weekdays do not get translated when language is dynamically changed

Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add eina_tmpstr_strftime

2015-09-22 Thread SHILPA ONKAR SINGH
I guess why not, for printf, snprintf etc:- Similar to eina_stringshare* APIs Best Regards, Shilpa Singh --- Original Message --- Sender : Daniel Kolesa Date : Sep 22, 2015 18:30 (GMT+09:00) Title : Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add

[E-devel] Cursor placement on location of right click?

2015-05-28 Thread SHILPA ONKAR SINGH
Hi All, I think cursor should be placed on location of right click in entry and below is the use case: Dynamic menu item addition based on location of right click, similar use case as longpressed case. because context menu is shown in longpress case in non desktop entry and on right click

Re: [E-devel] Elm_Entry context menu, dynamic items addition

2015-05-28 Thread SHILPA ONKAR SINGH
that context_menu should be modified a bit to treat this better. Off the top of my head, maybe add some kind menu_item_provider logic and api, so the context_menu will support both static and dynamic types of menu items. What do you think? -- Danny (herdsman). On 05/27/2015 03:14 PM, SHILPA ONKAR

[E-devel] Elm_Entry context menu, dynamic items addition

2015-05-27 Thread SHILPA ONKAR SINGH
Hi All, Currently in elm_entry context menu code, whenever we append menu items to entry they are statically appended, and we can see those items only after menu is re-created. Assume this use case, application appends items to menu in longpressed callback, say based on text

Re: [E-devel] Editable feature in hoversel

2015-03-09 Thread SHILPA ONKAR SINGH
feature in hoversel Hello, On Thu, Mar 5, 2015 at 10:55 AM, SHILPA ONKAR SINGH wrote: I had observed that we don't have editable combobox type of widget in elementary and thought that instead of creating a new widget, why not just add editable feature in hoversel widget itself. if we call

[E-devel] Editable feature in hoversel

2015-03-05 Thread SHILPA ONKAR SINGH
Hi All, I had observed that we don't have editable combobox type of widget in elementary and thought that instead of creating a new widget, why not just add editable feature in hoversel widget itself. if we call elm_hoversel_editable_set API on hoversel, the widget will behave as combobox,

Re: [E-devel] Elm_spinner focus UI, accessibility fix

2015-03-04 Thread SHILPA ONKAR SINGH
] Elm_spinner focus UI, accessibility fix Hello On 03/05/2015 04:24 AM, Jean-Philippe André wrote: Hi, On Wed, Mar 4, 2015 at 11:27 PM, SHILPA ONKAR SINGH shilpa.si...@samsung.com wrote: Basic reason to remove keybinding feature from spinner was because now its based totally

Re: [E-devel] Elm_spinner focus UI, accessibility fix

2015-03-04 Thread SHILPA ONKAR SINGH
Basic reason to remove keybinding feature from spinner was because now its based totally on focus management and focus direction manager, we don't need keybinding here and this feature can be managed only by focus management. The arrows were images before, we made it buttons even

Re: [E-devel] Elm_Entry - context menu patch

2013-02-25 Thread SHILPA ONKAR SINGH
ONKAR SINGH said: same for you... could you try use phab to generate/submit patches for review: ? https://phab.enlightenment.org/D2 see my comment there about setting it up... Hi All, Please find attached elm_entry - context menu bug fix patch. Change description: Issue: Currently

[E-devel] Elm_Entry - context menu patch

2013-02-21 Thread SHILPA ONKAR SINGH
Hi All, Please find attached elm_entry - context menu bug fix patch. Change description: Issue: Currently There is no possibility in entry to get currently selected context menu item’s contents i.e., Label, icon etc:- due to this issue a separate callback has to be added per item or the

[E-devel] [Elm_check]: Changed signal coming twicet(toggle style) fix.

2013-01-15 Thread SHILPA ONKAR SINGH
Hi All, Please find attached bug fix for elm_check - toggle style. This patch prevents changed signal being sent twice in case of toggle style when check is clicked. This also fixes few indentation issues in the style. Change description: elm_check: Bug fix changed signal being sent twice in

[E-devel] [Elm_colorselector]: palette resize issue and picker warning fix

2012-12-11 Thread SHILPA ONKAR SINGH
Hi All, Please find attached bug fix patch for Colorselector. This patch fixes the resize issue in palette which happens when palette item size is given more than finger size. This patch also fixes a fixed: 1 1 warning shown in picker(New addition to colorselector). This warning can be seen

Re: [E-devel] [Elc_Naviframe]: Crash on evas_object_del fix.

2012-12-06 Thread SHILPA ONKAR SINGH
Seo (SeoZ) On Thu, Dec 6, 2012 at 3:51 PM, SHILPA ONKAR SINGH wrote: Hi All, Please find attached bug fix patch for Naviframe. This patch fixes crash in naviframe which happens when evas_object_del is called immediately after item_pop. Change description: elc_naviframe: Crash

Re: [E-devel] [Elm_colorselector]: saturation bar change from low to high

2012-12-05 Thread SHILPA ONKAR SINGH
, Dec 1, 2012 at 4:16 PM, SHILPA ONKAR SINGH wrote: Hi All, Please find attached patch of elm_colorselector. To maintain consistency with Lightness bar, saturation bar is modified to be adjusted from low to high and to make it similar to other apps like GIMP. Change Description

Re: [E-devel] [Elm_colorselector]: saturation bar change from low to high

2012-12-05 Thread SHILPA ONKAR SINGH
Juyung Seo (SeoZ) On Dec 5, 2012 7:04 PM, SHILPA ONKAR SINGH wrote: you mean the existing themes like darkness will break as the images used for colorselector-saturation is inverted. yes exactly. Can I go ahead and change all themes - images

Re: [E-devel] [Elm_colorselector]: saturation bar change from low to high

2012-12-05 Thread SHILPA ONKAR SINGH
at 1:06 PM, Daniel Juyung Seo wrote: Daniel Juyung Seo (SeoZ) On Dec 5, 2012 7:04 PM, SHILPA ONKAR SINGH wrote: you mean the existing themes like darkness will break as the images used for colorselector-saturation is inverted. yes

[E-devel] [Elc_Naviframe]: Crash on evas_object_del fix.

2012-12-05 Thread SHILPA ONKAR SINGH
Hi All, Please find attached bug fix patch for Naviframe. This patch fixes crash in naviframe which happens when evas_object_del is called immediately after item_pop. Change description: elc_naviframe: Crash on calling evas_object_del of naviframe immediately after item_pop fixed.

[E-devel] [Elc_Naviframe]: Removal of hide signals emissions before Object creation

2012-12-03 Thread SHILPA ONKAR SINGH
Hi All, Please find attached bug fix patch for Naviframe. As hide signal was sent even before object was created, the theme did not work properly. Change description: elm_naviframe: Removal of hide signals emissions before Object creation. Signed-Off by: Shilpa

[E-devel] [Elm_colorselector]: saturation bar change from low to high

2012-11-30 Thread SHILPA ONKAR SINGH
Hi All, Please find attached patch of elm_colorselector. To maintain consistency with Lightness bar, saturation bar is modified to be adjusted from low to high and to make it similar to other apps like GIMP. Change Description: Elm_colorselector: Saturation bar modified to be adjusted from

[E-devel] evas_object_image_save fails in case of proxy image object

2012-10-05 Thread SHILPA ONKAR SINGH
Hi All, I am creating a proxy image object by using the API evas_object_image_source_set and using elm_button widget as the source. The proxy image object successfully gets created and I can see its contents on screen when I show it. I want to save this proxy image object in to a image file.

[E-devel] Elc_Naviframe: Animation optimization patch

2012-09-13 Thread SHILPA ONKAR SINGH
Hi All, Please find attached patch for naviframe animation optimization. This patch makes sure animation happens smoothly even if content is heavy. i.e, this patch makes sure animation is deferred so that it is visible(showing full transition time) even if content takes more time in creation.

[E-devel] e/default.edc - compilation error bug fix patch

2012-08-30 Thread SHILPA ONKAR SINGH
Hi All, Please find attached compilation error bug fix patch for e module (compilation error in data/themes/default.edc) Change description: compilation error bug fix in data/themes/default.edc of e module. COMP parameter missing from image field Thanks Regards Shilpa Singh default.patch

[E-devel] elc_naviframe: Small Memory leak fix patch

2012-08-30 Thread SHILPA ONKAR SINGH
Hi All, Please find attached Small memory leak fix patch for elc_naviframe. Change description: Naviframe's item Subtitle_label deleted in item_free. Signed-off by: Shilpa Singh shilpa.si...@samsung.com Thanks Regards Shilpa Singh elc_naviframe.patch Description: Binary data

Re: [E-devel] Elementary+threading

2012-05-24 Thread SHILPA ONKAR SINGH
Thanks for the fix, but a trivial error I noticed in ecore_thread_max_set first a check is added to see whether num = 16*eina_cpu_count and then num = 16*eina_cpu_count instead the check has to be num 16*eina_cpu_count Thanks Regards Shilpa --- Original Message --- Sender : Carsten

Re: [E-devel] Elementary+threading

2012-05-23 Thread SHILPA ONKAR SINGH
Hi, I also tested this behavior recently and checked the ecore - code as well the maximum number of threads that can be spawned equals the cpu count [ Probably design decision ] eina_cpu_count gives the number of CPU and based on which the maximum threads spawned at a time is restricted in code

Re: [E-devel] [Edje]: Bug Fix: Edje draggable jumps when external events is used.

2012-05-09 Thread SHILPA ONKAR SINGH
Can someone review and if, bug fix is ok commit the below patch please. Thanks Shilpa --- Original Message --- Sender : SHILPA ONKAR SINGHshilpa.si...@samsung.com Lead Engineer/SISO-BSG/Samsung Electronics Date : May 03, 2012 16:06 (GMT+09:00) Title : [E-devel] [Edje]: Bug Fix: Edje

[E-devel] [Elementary]: Test case fail fixes. - hover, flipselector, genlist, multibuttonentry

2012-05-03 Thread SHILPA ONKAR SINGH
Hi All, Please check the attached patch for elementary test case fail fixes. Genlist - crash fix (if itc parameter is passed as NULL ) Hover - crash fix (when swallow part is passed as NULL in content_set_hook, here smart is assumed as default ). Multibuttonentry, flipselector - item text

[E-devel] [Edje]: Bug Fix: Edje draggable jumps when external events is used.

2012-05-03 Thread SHILPA ONKAR SINGH
Hi All, Please find attached bug fix patch for edje draggable jump issue when external event area is used. Bug: When an external event area is used for edje draggable and when after mouse move if immediate mouse down is done then the draggable jumps back to its original position. Analysis:

[E-devel] Elc_Naviframe: text hide/show signal related trivial bug fix patch.

2012-05-02 Thread SHILPA ONKAR SINGH
Hi All, Please find attached, patch for elc_naviframe bug fix: wrong signal sent when subtitle,title is set. Change Description: Bug Fix: Wrong signal sent when title/subtitle is set in naviframe. Thanks Regards Shilpa Singh elc_naviframe.patch Description: Binary data

[E-devel] Suggestion: Fingersize based minimum part size setting in edje

2012-03-29 Thread SHILPA ONKAR SINGH
Hi All, We have a idea/suggestion and need your opinion. Currently we have a way to set minimum size of widget based on finger size through .c But we don’t have any recommended way to set minimum size of a part of a widget’s edc through .c For example minimum size of dragable parts of a

Re: [E-devel] : Elementary: Elm_colorpalette - New widget patch

2012-03-07 Thread SHILPA ONKAR SINGH
On Wed Mar 07, 2012 19:29 Carsten Haitzler said: Hi Raster, Exactly the samething is done. but instead of loading/saving colors in the form of hexa string #ff, a color structure with RGBA values is taken in accordance with APIs. There is a main structure with parameters palette_name and

[E-devel] : Elementary: Elm_colorpalette - New widget patch

2012-02-16 Thread SHILPA ONKAR SINGH
Hi All, Please find attached patch for new elementary widget elm_colorpalette.c. Change description: New widget colorpalette added. elm_colorpalette is a color selection widget. It provides by default, theme specific set of Predefined colors and also allows to set a series of colors. The

Re: [E-devel] : Elementary: Elm_colorpalette - New widget patch

2012-02-16 Thread SHILPA ONKAR SINGH
review API/code atm, sorry. -- Tom. On 16/02/12 11:44, Tom Hacohen wrote: Will take a look soon, but please, next time you submit patches make sure to base yourself on current svn version... :| -- Tom. On 16/02/12 11:24, SHILPA ONKAR SINGH wrote: Hi All, Please find attached patch for new

Re: [E-devel] : Elementary: Elm_colorpalette - New widget patch

2012-02-16 Thread SHILPA ONKAR SINGH
: Elm_colorpalette - New widget patch I understand that. With that being said, please consider doing what Mike and I suggested and make right click/longpress open color_selector to change that specific colour. -- Tom. On 16/02/12 13:07, SHILPA ONKAR SINGH wrote: Hi, This widget is a color