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

2012-04-19 Thread GOVINDARAJU SM
Hi Raster, I think, Sumanth's question is about having EDC group with different Parts in different layer ( with in same canvas, Window ). In General EDC Group parts are layered based on the order its declared. Can we add one more property in EDC part description for Layer level ( similar to

Re: [E-devel] Lib ICU Integration

2011-09-23 Thread Govindaraju SM
-Original Message- From: Tom Hacohen Sent: Thursday, September 22, 2011 7:41 PM To: Govindaraju SM Cc: Enlightenment developer list Subject: Re: [E-devel] Lib ICU Integration On 22/09/11 13:01, Govindaraju SM wrote: > ==> Thanks for your suggestion. I can very much do with libc wi

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

2011-09-22 Thread Govindaraju SM
-Original Message- From: Tom Hacohen Sent: Thursday, September 22, 2011 5:30 PM To: Enlightenment developer list Subject: 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 to evas_

Re: [E-devel] Lib ICU Integration

2011-09-22 Thread Govindaraju SM
-Original Message- From: Tom Hacohen Sent: Sunday, September 18, 2011 2:26 PM To: Govindaraju SM Cc: Enlightenment developer list Subject: Re: [E-devel] Lib ICU Integration On 16/09/11 04:44, Govindaraju SM wrote: > ==> Requirement is providing Date & time input widget wh

Re: [E-devel] Lib ICU Integration

2011-09-15 Thread Govindaraju SM
Dear Tom, -Original Message- From: Tom Hacohen Sent: Wednesday, September 14, 2011 2:15 PM To: Enlightenment developer list Cc: Govindaraju SM ; Sumanth Subject: Re: [E-devel] Lib ICU Integration On 14/09/11 05:39, Govindaraju SM wrote: > Hello All, > > We are considerin

[E-devel] Lib ICU Integration

2011-09-13 Thread Govindaraju SM
Hello All, We are considering lib ICU integration ( http://icu-project.org/apiref/icu4c/ ) with EFL to enhance the localization support. Initially, Date & time input / display with ucal, udat, uloc features. ICU provides API to get default system Locale ( or user specified ) specific date and

Re: [E-devel] [Patch] elm_segment_control

2011-03-02 Thread GOVINDARAJU SM
2011 09:45:27 +0200 Tom Hacohen wrote: >> >> >>> That's exactly what I described. >>> >>> 2011/2/28 GOVINDARAJU SM >>> >>> >>>> Dear Tom, >>>> >>>> Elm_label behavior is different than the enhancement yo

Re: [E-devel] [Patch] elm_segment_control

2011-02-27 Thread GOVINDARAJU SM
gt;> SVN upstreaming. Can you please post it to EFL community? >> Segment control uses elm_label and opensource elm_label is having crash >> problem. elm_label patch by Hyoyoung Chang should be accepted to make >> Segment Control widget behave properly. >> >> -- >> Patc

Re: [E-devel] [Patch] New Widget elm_segment_control

2011-02-11 Thread GOVINDARAJU SM
oops, gettext integration to elm is already done...:) my bad. GOVINDARAJU SM wrote: > Tom Hacohen wrote: > >> elm_label uses part TEXT to do that, why don't you do the same? >> >> > I like to support multi line text with tags, so I prefer to go with

Re: [E-devel] GSoC Ideas + Proposals

2011-02-11 Thread GOVINDARAJU SM
Hello All, You can refer this, http://code.google.com/p/android-lighthouse/ : QT support on android. This can be one of the reference candidate for EFL porting on android... Regards, Govind Vincent Torri wrote: > On Fri, 11 Feb 2011, Tom Haste wrote: > > >> Ahhh. All Ive read about NDK is

Re: [E-devel] [Patch] New Widget elm_segment_control

2011-02-10 Thread GOVINDARAJU SM
s part TEXT to do that, why don't you do the same? > > Btw, ellipsis already has ellipsis support :)) but still no fit > support. > But as I said, TEXT does have it, you should probably use TEXT for > that. > > -- > Tom. > > >

Re: [E-devel] [Patch] New Widget elm_segment_control

2011-02-10 Thread GOVINDARAJU SM
then any plan to deprecate it? > Btw, ellipsis already has ellipsis support :)) but still no fit support. > But as I said, TEXT does have it, you should probably use TEXT for that. > TEXT > -- > Tom. > > > On Thu, 2011-02-10 at 21:14 +0530, GOVINDARAJU SM wrote: > >&

Re: [E-devel] [Patch] New Widget elm_segment_control

2011-02-10 Thread GOVINDARAJU SM
>> > anyway... >> >> > >> >> > -- >> >> > Tom. >> >> > >> >> > On Thu, 2011-02-10 at 14:19 +0100, Atton Jonathan wrote: >> >> > > >> >&g

Re: [E-devel] [Patch] New Widget elm_segment_control

2011-02-10 Thread GOVINDARAJU SM
Hi Tom, I will add mirroring support to segment control and send you new patch. Regards, Govind Tom Hacohen wrote: > On Thu, 2011-02-10 at 14:01 +0100, Cedric BAIL wrote: > >> I prefer we make it a rule to always commit widget that work in both >> mode, or people will never bother to fix them

Re: [E-devel] [Patch] New Widget elm_segment_control

2011-02-10 Thread GOVINDARAJU SM
. :) Can you please check this post , With this elm_label bug fix, Segment control is okay. Regards, Govind Tom Hacohen wrote: > On Thu, 2011-02-10 at 17:27 +0530, GOVINDARAJU SM wrote: > >> SegmentControl uses elm_label internally ( for font size reduction to >> fit the tex

Re: [E-devel] [Patch] New Widget elm_segment_control

2011-02-10 Thread GOVINDARAJU SM
ts. As it stands, >> this widget is not complete. >> >> Thanks, >> Tom. >> >> On Thu, 2011-02-10 at 14:13 +0900, Daniel Juyung Seo wrote: >> >>> Hello, >>> Govindaraju SM and Prince Kumar Dubey sent me a new widget >>> el