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

2011-01-09 Thread David Seikel
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 successfully introduced translations as I could verify on my > computer. > > As yo

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

2011-01-09 Thread Brett Nash
> > > > 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 with a recent update it stopped working. > > > > A

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

2011-01-09 Thread The Rasterman
On Mon, 10 Jan 2011 15:23:24 +1100 Brett Nash said: > Hello, > So I have a simple app the displays a list of things in a genlist in a > format vaguely like: > > Key value > > Where key is the main item, and value is stored using a .icon_get > callback. In it I do code

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

2011-01-09 Thread sangho park
Dear all, This is a patch for elm_map downloading progress info. I added one new signal, one new API and fixed seg fault bug. - signal : "download" (this signal is called when map_tile is downloaded) - API : elm_map_utils_downloading_status_get(const Evas_Object *obj, int *try_num, int *finish_n

[E-devel] questions about animations with edje

2011-01-09 Thread Vincent Torri
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 the last image is reached. I used tween images like that: gro

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

2011-01-09 Thread The Rasterman
On Sun, 09 Jan 2011 23:18:15 +0100 Fabian Nowak said: hey ho. > when updating some German translation of e17 trunk, I noticed that many > components still lack i18n. So I started updating many of them and > successfully introduced translations as I could verify on my computer. > > As you may kn

Re: [E-devel] [Patch] elm_genlist doxygen fix and addition.

2011-01-09 Thread The Rasterman
On Sat, 8 Jan 2011 02:00:16 +0900 Daniel Juyung Seo said: in svn! thanks! :) > Hello, > > I fixed some typos of Genlist doxygen and added more explanations. > Please review this and apply this to upstream. > > Thanks. > Daniel Juyung Seo (SeoZ) -- - Codito, ergo sum - "I code, t

Re: [E-devel] [PATCH] elm_transit

2011-01-09 Thread The Rasterman
On Fri, 07 Jan 2011 20:59:15 +0900 ChunEon Park said: in svn! :) > Really sorry. > > Attached file is something wrong. > > Here it again. > > Thanks. > > -Original Message- > From: ChunEon Park [mailto:chuneon.p...@samsung.com] > Sent: Friday, January 07, 2011 8:48 PM > To: 'enli

Re: [E-devel] [PATCH] Change the second parameter type of elm_slidershow_timeout_set

2011-01-09 Thread The Rasterman
On Fri, 07 Jan 2011 09:39:10 +0900 Jihoon Kim said: > Most of APIs related to timeout_set / get uses double type as parameter, > but elm_slidershow uses integer type. > > For uniformity, the second parameter type of elm_slideshow_timeout_set is > changed into double type. > > Please review this

Re: [E-devel] Patches for e17: i18n, includes

2011-01-09 Thread The Rasterman
On Thu, 06 Jan 2011 19:38:57 +0100 Fabian Nowak said: > Hello, > > few weeks ago I obtained the message about e17 pre3 and tried it and was > very impressed. However, when updating some translations, I found some > un-i18n'ed components. Attached are the patches that should make them > translata

Re: [E-devel] Enlightenment web site - please review

2011-01-09 Thread The Rasterman
On Fri, 17 Dec 2010 02:15:40 -0500 Jesse Charbneau said: i guess others have done more detailed reviews so there is little point doing another - overall lit looks ok to me - just some of the gfx looks rough/unfinished like a cropped block diagram and screenshot on the about page. why has it been

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

2011-01-09 Thread Brett Nash
Hello, So I have a simple app the displays a list of things in a genlist in a format vaguely like: Key value Where key is the main item, and value is stored using a .icon_get callback. In it I do code along the lines of: if (strcmp("elm.swallow.end",part)) !

Re: [E-devel] E SVN: discomfitor IN trunk/PROTO/azy/src: lib tests/rss

2011-01-09 Thread Mike Blumenkrantz
On Sun, 9 Jan 2011 18:40:49 -0800 "Enlightenment SVN" wrote: > Log: > svn ignores, switch to harvard site for rss, implement http 301 and 303 > > > Author: discomfitor > Date: 2011-01-09 18:40:48 -0800 (Sun, 09 Jan 2011) > New Revision: 56014 > Trac: http://trac.enlight

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

2011-01-09 Thread Fabian Nowak
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 successfully introduced translations as I could verify on my computer. As you may know, translations are an important step for software to be spread