Re: [E-devel] elm_label patch(bugfix and wrapmode changing)

2011-01-10 Thread Tom Hacohen
Yes, that's probably for the best. We will may support even new wrapping styles in the future (one that adds hyphens? just an idea...). -- Tom. On Tue, 2011-01-11 at 16:09 +0900, Hyoyoung Chang wrote: > Dear Tom > > If then, I should change wrap mode type from Eina_Bool to int(maybe enum). > It'

Re: [E-devel] elm_label patch(bugfix and wrapmode changing)

2011-01-10 Thread Hyoyoung Chang
Dear Tom If then, I should change wrap mode type from Eina_Bool to int(maybe enum). It's a simple patch that made charwrap style and just change-signaling to edc. Thank you > -Original Message- > From: Tom Hacohen [mailto:tom.haco...@partner.samsung.com] > Sent: Tuesday, January 11, 201

Re: [E-devel] elm_label patch(bugfix and wrapmode changing)

2011-01-10 Thread Tom Hacohen
Dear Hyoyoung, I don't currently have the time to fully review the patches, but regarding the wrapping: please be advised that after the release there will be a new wrap mode, "mixedwrap" which is a word-wrap that falls back to "charwrap" if a wordwrap can't be done (I assume you have seen that be

[E-devel] elm_label patch(bugfix and wrapmode changing)

2011-01-10 Thread Hyoyoung Chang
Dear Elementary developers. It's a bugfix patch and adding new functionality for wrapmode changing at elm_label. 1. bugfix strbuf_key_value_replace which is internal function 2. add wrapmode change api (wordwrap or charwrap) Thank you. --- Hyoyoung CHA

[E-devel] (no subject)

2011-01-10 Thread Hyoyoung Chang
Dear Elementary developers. It's a bugfix patch and adding new functionality for wrapmode changing at elm_label. 1. bugfix strbuf_key_value_replace which is internal function 2. add wrapmode change api (wordwrap or charwrap) Thank you. --- Hyoyoung CHAN

Re: [E-devel] [Patch] elm_map downloading progress info & bug fix

2011-01-10 Thread The Rasterman
On Tue, 11 Jan 2011 11:40:45 +0900 sangho park said: thanks! in svn! :) > yes.. "downloaded" is right. > I changed "download, downloading" to "downloaded". > sorry for bothering you :). > > thanks. > > On Mon, Jan 10, 2011 at 6:43 PM, Carsten Haitzler wrote: > > > On Mon, 10 Jan 2011 15:45:28

Re: [E-devel] [PATCH] elm_transit

2011-01-10 Thread The Rasterman
On Mon, 10 Jan 2011 21:39:32 +0900 ChunEon Park said: oh dear. bad me - i didnt notice the isse. you declared elm_transit_add as: elm_transit_add() - not elm_transit_add(void). that means the compiler doesnt find errors when passing parameters. a function declared with elm_transit_add() in C mea

Re: [E-devel] [Patch] elm_map downloading progress info & bug fix

2011-01-10 Thread sangho park
yes.. "downloaded" is right. I changed "download, downloading" to "downloaded". sorry for bothering you :). thanks. On Mon, Jan 10, 2011 at 6:43 PM, Carsten Haitzler wrote: > On Mon, 10 Jan 2011 15:45:28 +0900 sangho park said: > > is it "download" or "downloading"... or should it maybe be chan

Re: [E-devel] E SVN: discomfitor IN trunk/PROTO/azy/src: bin include lib tests tests/identi.ca tests/rss

2011-01-10 Thread Mike Blumenkrantz
On Mon, 10 Jan 2011 17:46:03 -0800 "Enlightenment SVN" wrote: > added Azy_Net_Data struct for easily storing a uchar* buf and size > lots of doc updates > azy_client_send -> azy_client_put > azy_server_client_send -> azy_server_module_send > Azy_Server_Module_Pre_Cb is the new function

Re: [E-devel] another crazy idea from the crazy idea guy

2011-01-10 Thread Mike Blumenkrantz
On Mon, 10 Jan 2011 17:51:53 +0100 Dave Andreoli wrote: > I'm really interested in the network mount, to use in a mediacenter I'm > writing. I will wait the release of eeze 1.1 to try it 'couse > I have no time at the moment, and because my app is written in python > and so I will also need to wr

Re: [E-devel] The documentation is not working on IE

2011-01-10 Thread Tom Hacohen
Yes, also noticed this (don't ask me why I used IE..) (This time to the list, sorry) -- Tom. -- Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted

Re: [E-devel] another crazy idea from the crazy idea guy

2011-01-10 Thread Dave Andreoli
I'm really interested in the network mount, to use in a mediacenter I'm writing. I will wait the release of eeze 1.1 to try it 'couse I have no time at the moment, and because my app is written in python and so I will also need to write eeze python bindings... Please keep up this great work :) I w

Re: [E-devel] questions about animations with edje

2011-01-10 Thread Vincent Torri
On Mon, 10 Jan 2011, Bruno Dilly wrote: > On Mon, Jan 10, 2011 at 4:27 AM, Vincent Torri wrote: >> >> Hey >> >> for the shoot'm up i'm writing, i would like to have some animations >> (explosions, power ups, ...). I have 2 questions about these animations: >> >> 2) For power ups, ennemies, etc.

[E-devel] The documentation is not working on IE

2011-01-10 Thread Atton Jonathan
The documentations is not working on IE 7. An exemple : http://docs.enlightenment.org/auto/eina/ -- Regards. -- Gaining the trust of online customers is vital for the success of any company that requires sensitive data t

Re: [E-devel] questions about animations with edje

2011-01-10 Thread Atton Jonathan
It is delaying because : - the first image is empty - the transition set to the program is apply for each image. - consequently edje wait a time before the second image is displayed. Thi first image has to be empty because this is also the last image. 2011/1/10 Bruno Dilly > On Mon, Jan 10, 201

Re: [E-devel] questions about animations with edje

2011-01-10 Thread Bruno Dilly
On Mon, Jan 10, 2011 at 4:27 AM, Vincent Torri wrote: > > Hey > > for the shoot'm up i'm writing, i would like to have some animations > (explosions, power ups, ...). I have 2 questions about these animations: > > 1) For explosions, it's just a sequence of images and the animation > finishes when

[E-devel] [PATCH] elm_transit

2011-01-10 Thread ChunEon Park
Dear All. Here is elm_transit patches. 001_elm_transit.txt Added elm_transit_pause, elm_transit_resume, elm_transit_progress_value_get 002_elm_transit.txt fixed customized transit sample error. Check it then apply it please. Thanks. Best Regards Hermet Index: src/lib/elm_transit.c ===

Re: [E-devel] [Patch] elm_map downloading progress info & bug fix

2011-01-10 Thread The Rasterman
On Mon, 10 Jan 2011 10:55:59 +0100 Atton Jonathan said: thats the point of open source. you did the big initial work of getting it up and showing that it (can) work. making it partly useful - or mostly. now people see more they can do with it - extend and embrace and improve.. and .. so things ge

Re: [E-devel] Recent(-ish) changes to elm genlist? "elm.swallow.icon"

2011-01-10 Thread The Rasterman
On Mon, 10 Jan 2011 20:49:05 +1100 Brett Nash said: > > > On 10/01/2011, at 8:04 PM, Carsten Haitzler (The Rasterman) > wrote: > > > On Mon, 10 Jan 2011 18:29:31 +1100 Brett Nash said: > > > > if (strcmp("elm.swallow.end",part)) != 0) return NULL; > > o = elm_lab

Re: [E-devel] [Patch] elm_map downloading progress info & bug fix

2011-01-10 Thread Atton Jonathan
It's nice to see people working on elm map. It a very usefull widget but I do not have the time to complete it. 2011/1/10 Carsten Haitzler > On Mon, 10 Jan 2011 18:59:38 +0900 Mike McCormack < > mj.mccorm...@samsung.com> > said: > > > > > On 01/10/2011 03:45 PM, sangho park wrote: > > > > > I ad

Re: [E-devel] [Patch] elm_map downloading progress info & bug fix

2011-01-10 Thread The Rasterman
On Mon, 10 Jan 2011 18:59:38 +0900 Mike McCormack said: > > On 01/10/2011 03:45 PM, sangho park wrote: > > > I added one new signal, one new API and fixed seg fault bug. > > Separate changes are better submitted (and committed) as separate patches. > > This way, rollbacks only affect bad chan

Re: [E-devel] [Patch] elm_map downloading progress info & bug fix

2011-01-10 Thread Mike McCormack
On 01/10/2011 03:45 PM, sangho park wrote: > I added one new signal, one new API and fixed seg fault bug. Separate changes are better submitted (and committed) as separate patches. This way, rollbacks only affect bad changes, reviewing changes is easier, some patches can be applied while you re

Re: [E-devel] [PATCH] [ecore_con_url] Add CA validation control with SSL connections

2011-01-10 Thread The Rasterman
On Fri, 31 Dec 2010 08:18:40 +0100 PnB said: > Le 30/12/2010 22:10, Vincent Torri a écrit : > > http://en.wikipedia.org/wiki/Software_release_life_cycle#Beta > > http://en.wikipedia.org/wiki/Feature_complete > > > > so: > > > > * testing > > * bug fixing > > > > anything else is postponed after t

Re: [E-devel] [Patch] elm_map downloading progress info & bug fix

2011-01-10 Thread The Rasterman
On Mon, 10 Jan 2011 15:45:28 +0900 sangho park said: is it "download" or "downloading"... or should it maybe be changed to "downloaded" (like clicked). in your code you use both downloading and downloaded. test uses downloading. so which is it? :) > Dear all, > > This is a patch for elm_map dow

Re: [E-devel] Recent(-ish) changes to elm genlist? "elm.swallow.icon"

2011-01-10 Thread The Rasterman
On Mon, 10 Jan 2011 18:23:18 +0900 Daniel Juyung Seo said: > hi Raster, > is that related to below codes in "elm.swallow.end"? > aspect: 1.0 1.0; > aspect_preference: VERTICAL; > > Nash told that label in "elm.swallow.icon" works. > Thanks. that forces it to have a 1:1 aspect ratio with

Re: [E-devel] Recent(-ish) changes to elm genlist? "elm.swallow.icon"

2011-01-10 Thread Daniel Juyung Seo
hi Raster, is that related to below codes in "elm.swallow.end"? aspect: 1.0 1.0; aspect_preference: VERTICAL; Nash told that label in "elm.swallow.icon" works. Thanks. Daniel Juyung Seo (SeoZ) On Mon, Jan 10, 2011 at 6:04 PM, Carsten Haitzler wrote: > On Mon, 10 Jan 2011 18:29:31 +1100

Re: [E-devel] [PATCH] elc_ctxpopup

2011-01-10 Thread The Rasterman
On Fri, 07 Jan 2011 17:50:14 +0900 ChunEon Park said: in svn - good, except for a small formattring issue. a if() (with no space after if). i fixed it along the way :) > Hi, this is Hermet. > > Here code is for the ctxpopup. > > Since the functionalities of ctxpopup are somewhat different,

Re: [E-devel] Recent(-ish) changes to elm genlist? "elm.swallow.icon"

2011-01-10 Thread The Rasterman
On Mon, 10 Jan 2011 18:29:31 +1100 Brett Nash said: > > > > > > if (strcmp("elm.swallow.end",part)) != 0) return NULL; > > > > > > o = elm_label_add(obj); > > > elm_label_label_set(o, calculated_value(yadda, yadda)); > > > evas_object_show(o); > > > return o; > > > > > > This used to

Re: [E-devel] Questions concerning state and progress on internationalization

2011-01-10 Thread The Rasterman
On Mon, 10 Jan 2011 17:45:53 +1000 David Seikel said: > On Sun, 09 Jan 2011 23:18:15 +0100 Fabian Nowak > wrote: > > > Hey all, > > > > when updating some German translation of e17 trunk, I noticed that > > many components still lack i18n. So I started updating many of them > > and successfull