[E-devel] widget concept: elm_viewedit discussion

2011-11-04 Thread SHILPAONKAR SINGH
Hi All, There is a plan to make elm_viewedit widget. The concept of this widget is shifting between light weight viewable widget to heavy weight editor widget basically for performance optimization. If a screen has to be launched with multiple heavy weight editing widgets [ like

[E-devel] elm_colorselector patch - edje objects replaced by button object

2011-11-03 Thread SHILPAONKAR SINGH
Hi All, Please find attached elm_colorselector patch. In this patch edje objects used for button functionality are replaced by button widgets. and button widget's clicked event and repeated event is used instead of edje object's mouse down event and timers[for auto repeat functionality]. theme

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-10-12 Thread SHILPAONKAR SINGH
...@partner.samsung.com Engineer/STRI-SLP RTL Language supporting/Samsung Electronics Date : Sep 22, 2011 17:30 (GMT+09:00) Title : Re: [E-devel] Evas Patch - Dashed Underline Support On 22/09/11 05:39, SHILPAONKAR SINGH wrote: Hi All, The attached patch adds dashed underline support

[E-devel] Evas Patch - Dashed Underline Support

2011-09-21 Thread SHILPAONKAR SINGH
Hi All, The attached patch adds dashed underline support to evas_object_textblock. dashed underline can be enabled by assigning dashed value to underline tag. dash underline's parameters can be controlled by manipulating dashgap and dashwidth tags to get different sized dash lines(by making

Re: [E-devel] [Patch] Entry - Password show last input patch

2011-05-25 Thread SHILPAONKAR SINGH
shouldn't benefit from this change. -- Tom. On Fri, 2011-04-29 at 03:49 +, SHILPAONKAR SINGH wrote: Hi Tom, Further patches will depend on the decision we take regarding timer once decided I will resend patches by splitting them

Re: [E-devel] [Patch] Entry - Password show last input patch

2011-04-28 Thread SHILPAONKAR SINGH
Dear All, Further information about this feature. This Feature shows the last input entered by user for 1/2 second [based on theme] before masking the input in password mode of entry. This feature is very useful for softkey board, multitap input. it can be enabled by setting the confuguration

Re: [E-devel] [Patch] Entry - Password show last input patch

2011-04-28 Thread SHILPAONKAR SINGH
) Title : Re: Re: [E-devel] [Patch] Entry - Password show last input patch Dear Shilpa, Please mark your changes in a more visible way next time. :P I can't understand who's who. My comments are also inlined. On Thu, 2011-04-28 at 09:21 +, SHILPAONKAR SINGH wrote: Dear Tom