[E-devel] [Patch][elm_conform] add del_pre_hook for removing handler

2011-06-26 Thread cnook
Dear All, Hello, I have got elm_confrom does not remove its handler while it is deleted. This patch is for that. Please review attached patch. Thanks always. Sincerely, Shinwoo Kim. Index: src/lib/elm_conform.c === --- src/lib/elm_co

Re: [E-devel] E SVN: woohyun trunk/devs/woohyun

2011-06-26 Thread Hyoyoung Chang
> -Original Message- > From: Mike Blumenkrantz [mailto:m...@zentific.com] > Sent: Monday, June 27, 2011 1:08 PM > To: Daniel Juyung Seo > Cc: enlightenment-devel@lists.sourceforge.net; enlightenment- > s...@lists.sourceforge.net > Subject: Re: [E-devel] E SVN: woohyun trunk/devs/woohyun >

Re: [E-devel] E SVN: woohyun trunk/devs/woohyun

2011-06-26 Thread Mike Blumenkrantz
On Mon, 27 Jun 2011 11:39:22 +0900 Daniel Juyung Seo wrote: > good TODO :) > > Thanks. > Daniel Juyung Seo (SeoZ) > > On Mon, Jun 27, 2011 at 11:01 AM, Enlightenment SVN > wrote: > > Log: > > dev/woohyun Update TODO > > > > > > Author:       woohyun > > Date:         2011-06-26 19:01:04 -0700

Re: [E-devel] E SVN: woohyun trunk/devs/woohyun

2011-06-26 Thread Daniel Juyung Seo
good TODO :) Thanks. Daniel Juyung Seo (SeoZ) On Mon, Jun 27, 2011 at 11:01 AM, Enlightenment SVN wrote: > Log: > dev/woohyun Update TODO > > > Author:       woohyun > Date:         2011-06-26 19:01:04 -0700 (Sun, 26 Jun 2011) > New Revision: 60710 > Trac:         http://trac.enlightenment.org/e

Re: [E-devel] E SVN: watchwolf IN trunk/elementary/src: bin lib

2011-06-26 Thread Daniel Juyung Seo
Hello watchwolf, it looks like you broke elm. --- elm_route.c: In function ‘_clear_route’: elm_route.c:129:18: error: ‘EMAP_LON_MAX’ undeclared (first use in this function) elm_route.c:129:18: note: each undeclared identifier is reported only once for each function it appears in elm_route.c:130:18

Re: [E-devel] [PATCH] call "preedit, changed" instead of "changed" when preedit string is changed

2011-06-26 Thread Tom Hacohen
In svn, thanks. I can't believe I missed that :P On Fri, 2011-06-24 at 18:21 +0900, Jihoon Kim wrote: > Thanks, Tom. > I am sorry, there is some mistake. > I fix and send again. > Thank you in advance. > > -Original Message- > From: Tom Hacohen [mailto:tom.haco...@partner.samsung.com] >

Re: [E-devel] Evas build failure (r60702)

2011-06-26 Thread Cedric BAIL
On Sun, Jun 26, 2011 at 5:57 PM, James Penketh wrote: > Trying to build the EFL, as of revision r60702, and Evas fails to > build with the following: > >> make[4]: Entering directory >> `/home/tamber/dev/enlightenment/trunk/evas/src/lib/canvas' >>   CC     evas_callbacks.lo >> In file included fr

[E-devel] Evas build failure (r60702)

2011-06-26 Thread James Penketh
Trying to build the EFL, as of revision r60702, and Evas fails to build with the following: > make[4]: Entering directory > `/home/tamber/dev/enlightenment/trunk/evas/src/lib/canvas' > CC evas_callbacks.lo > In file included from evas_callbacks.c:1: > ../../../src/lib/include/evas_common.h:

Re: [E-devel] splitting elm_map into a new library

2011-06-26 Thread Atton Jonathan
yep. Cedric told me to use edje + map. 2011/6/26 Carsten Haitzler > On Sun, 26 Jun 2011 12:17:00 +0200 Atton Jonathan < > jonathan.at...@gmail.com> > said: > > and instead of lines... what will you use? my suggestion is to use images + > map > to rotate and stretch them. allows full freedom of s

Re: [E-devel] splitting elm_map into a new library

2011-06-26 Thread The Rasterman
On Sun, 26 Jun 2011 12:17:00 +0200 Atton Jonathan said: and instead of lines... what will you use? my suggestion is to use images + map to rotate and stretch them. allows full freedom of syle and design and gets you anti-aliasing too. they can join at the vertices's directly.. or you can even put

Re: [E-devel] splitting elm_map into a new library

2011-06-26 Thread Atton Jonathan
without lines :) 2011/6/26 Atton Jonathan > ok. > > I am writting a specific widget without route. Cedric gave me a super idea > :D > > > 2011/6/26 sangho park > >> yes we need a new smart object for route.. >> hmm.. there is a problem if you use line instead of polygon. >> when the map is

Re: [E-devel] splitting elm_map into a new library

2011-06-26 Thread Atton Jonathan
ok. I am writting a specific widget without route. Cedric gave me a super idea :D 2011/6/26 sangho park > yes we need a new smart object for route.. > hmm.. there is a problem if you use line instead of polygon. > when the map is rotated, some line object is disappear. T_T > > 2011/6/25 Att