Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread Tom Hacohen
It's not really hard, just annoying. :) Regarding the feature: well, I don't see myself getting to it any time soon. On Mon, 2010-12-20 at 23:56 +0900, Daniel Juyung Seo wrote: > Yes. > Once this is done, we don't need to use elm_label just for the > textblock ellipsis. > Looking forward to see th

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread Daniel Juyung Seo
Yes. Once this is done, we don't need to use elm_label just for the textblock ellipsis. Looking forward to see this feature soon. Performance would be the key issue though. Thanks. Daniel Juyung Seo (SeoZ) On Mon, Dec 20, 2010 at 8:32 PM, Carsten Haitzler wrote: > On Mon, 20 Dec 2010 13:20:47 +

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread Tom Hacohen
On Mon, 2010-12-20 at 20:32 +0900, Carsten Haitzler wrote: > > but the aim here is to > add it to textblock... I generally give myself very good advice, but I very seldom followed it. I knew I shouldn't stick my nose where it doesn't belong :) -- Tom. -

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread The Rasterman
On Mon, 20 Dec 2010 13:20:47 +0200 Tom Hacohen said: > On Mon, 2010-12-20 at 20:16 +0900, Carsten Haitzler wrote: > > > Do you suggest to move ellipsis feature from elm to edje textblock? > > > > absolutely - yes!. > > edje text, not textblock, textblock doesn't support ellipsis, so please > ma

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread Tom Hacohen
On Mon, 2010-12-20 at 20:16 +0900, Carsten Haitzler wrote: > > Do you suggest to move ellipsis feature from elm to edje textblock? > > absolutely - yes!. edje text, not textblock, textblock doesn't support ellipsis, so please make sure you use type: TEXT. :)

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread The Rasterman
as...@rasterman.com] > > Sent: Monday, December 20, 2010 4:17 PM > > To: Hyoyoung Chang > > Cc: enlightenment-devel@lists.sourceforge.net > > Subject: Re: [E-devel] elm_label patch(ellipsis, sliding) > > > > On Thu, 16 Dec 2010 09:46:24 +0900 Hyoyoung Chang > >

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread Hyoyoung Chang
[mailto:ras...@rasterman.com] > Sent: Monday, December 20, 2010 4:17 PM > To: Hyoyoung Chang > Cc: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] elm_label patch(ellipsis, sliding) > > On Thu, 16 Dec 2010 09:46:24 +0900 Hyoyoung Chang > > said: > > ok. here&#

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread The Rasterman
On Thu, 16 Dec 2010 09:46:24 +0900 Hyoyoung Chang said: and now for the slide patch... 1. slide_duration should be a double - not an int. in efl we do time in floats so we can do fractions of a second nicely as well as multi-second etc. durations. this also means the edc and edje message bits ha

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-19 Thread The Rasterman
On Thu, 16 Dec 2010 09:46:24 +0900 Hyoyoung Chang said: ok. here's some feedback. 1. 0001 and 0002 are really the same patchset. so in future just send those as 1 patch. 2. it's an improvement on what was there, but the more i lok at it, the more this needs to move into edje. it's too inefficien

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-15 Thread Hyoyoung Chang
Ah, Sorry. It's filtered out. I re-attached patch files. --- Hyoyoung CHANG Engineer SAMSUNG ELECTRONICS, Co., Ltd. E-mail: hyoyoung.ch...@samsung.com --- -Original Message- From: Hyoyoung Chang [mailto:h

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-15 Thread Daniel Juyung Seo
Dear Hyoyoung, there's no attached files. Please modify file name to *.txt and use email client. Thanks. Daniel Juyung Seo On Wed, Dec 15, 2010 at 8:45 PM, Hyoyoung Chang wrote: > Dear Elementary developers. > > It's a elm_label patch. > My previous patch is too big to submit. > So I did split

[E-devel] elm_label patch(ellipsis, sliding)

2010-12-15 Thread Hyoyoung Chang
Dear Elementary developers. It's a elm_label patch. My previous patch is too big to submit. So I did split into patch files. (Thanks for Gastavo and Rasterman) main changes are 1. refine ellipsis algorithm - improve to cut string to fit 2. adding label text sliding feature Thank you. --