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 onef...@gmail.com said: On Sun, 09 Jan 2011 23:18:15 +0100 Fabian Nowak timyst...@arcor.de 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

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 n...@nash.id.au 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 work, but

Re: [E-devel] [PATCH] elc_ctxpopup

2011-01-10 Thread The Rasterman
On Fri, 07 Jan 2011 17:50:14 +0900 ChunEon Park chuneon.p...@samsung.com 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

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 ras...@rasterman.com wrote: On Mon, 10 Jan

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 seojuyu...@gmail.com 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

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 gouach...@gmail.com 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

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 poor.new...@gmail.com 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

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 mj.mccorm...@samsung.com 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

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 ras...@rasterman.com 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:

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 jonathan.at...@gmail.com 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

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 brettn...@gmail.com said: On 10/01/2011, at 8:04 PM, Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Mon, 10 Jan 2011 18:29:31 +1100 Brett Nash n...@nash.id.au said: if (strcmp(elm.swallow.end,part)) != 0) return

[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] questions about animations with edje

2011-01-10 Thread Bruno Dilly
On Mon, Jan 10, 2011 at 4:27 AM, Vincent Torri vto...@univ-evry.fr 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

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 bdi...@profusion.mobi

[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

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 vto...@univ-evry.fr 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,

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

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 Mike Blumenkrantz
On Mon, 10 Jan 2011 17:51:53 +0100 Dave Andreoli d...@gurumeditation.it 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

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 no-re...@enlightenment.org 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

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 ras...@rasterman.comwrote: On Mon, 10 Jan 2011 15:45:28 +0900 sangho park gouach...@gmail.com said: is it download or downloading...

Re: [E-devel] [PATCH] elm_transit

2011-01-10 Thread The Rasterman
On Mon, 10 Jan 2011 21:39:32 +0900 ChunEon Park chuneon.p...@samsung.com 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

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 gouach...@gmail.com 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 ras...@rasterman.comwrote: On

[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

[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

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

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, 2011

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's a