Re: [E-devel] bugs to clear up before release

2012-07-20 Thread Daniel Juyung Seo
I will take care of genlist parts and + more if I can. Daniel Juyung Seo (SeoZ) On Sat, Jul 21, 2012 at 2:02 AM, Leandro Pereira wrote: > On 07/20/2012 06:29 AM, Carsten Haitzler (The Rasterman) wrote: >> i have just gone through elementary test and elm has a LOAD of bugs - almost >> all of them

[E-devel] [patch] Link copying fix

2012-07-20 Thread rustyBSD
(re)Hi, when copying symlinks, it creates a symlink to the destination but with the name of the pointed file/folder. It causes problems, ex: we can't copy two symlinks pointing to the same file, because they will have the same name. Here is a patch which corrects this. I also found other problems

Re: [E-devel] bugs to clear up before release

2012-07-20 Thread Leandro Pereira
On 07/20/2012 06:29 AM, Carsten Haitzler (The Rasterman) wrote: > i have just gone through elementary test and elm has a LOAD of bugs - almost > all of them new since last release. here is my current efl buglist "in short": > can people when they get time look at these and work on fixing them? :) >

Re: [E-devel] bugs to clear up before release

2012-07-20 Thread Rafael Antognolli
On Fri, Jul 20, 2012 at 6:29 AM, Carsten Haitzler wrote: > i have just gone through elementary test and elm has a LOAD of bugs - almost > all of them new since last release. here is my current efl buglist "in short": > can people when they get time look at these and work on fixing them? :) > > bug

Re: [E-devel] Ecore_exe is confusing

2012-07-20 Thread The Rasterman
On Fri, 20 Jul 2012 16:30:25 +0200 Anisse Astier said: > On Fri, 20 Jul 2012 18:42:17 +0900, Carsten Haitzler (The Rasterman) > wrote : > > > On Thu, 19 Jul 2012 17:22:34 +0200 Anisse Astier said: > > > > > Hi, > > > > > > Here is some feedback regarding Ecore_exe callback when you want to r

Re: [E-devel] Possible vulnerability in fm

2012-07-20 Thread The Rasterman
On Fri, 20 Jul 2012 16:22:15 +0200 rustyBSD said: fixed in svn - tho differently :) size_t is unsigned so it kind of is bad to compare to -1 :) also it doesnt complain if this fails.. fixed cleanly. :) > Hi, > the 'e_fm_op.c' file uses readlink() function, which doesn't > close path char at end.

Re: [E-devel] bugs to clear up before release

2012-07-20 Thread The Rasterman
On Fri, 20 Jul 2012 12:46:29 +0200 Vincent Torri said: i just put the whole list in a ticket. i really dont feel like filing 1 bug per thing. how about people just mark a line they are working on and when removed bug is fixed. http://trac.enlightenment.org/e/ticket/1195 > please add that in TO

Re: [E-devel] Ecore_exe is confusing

2012-07-20 Thread Anisse Astier
On Fri, 20 Jul 2012 18:42:17 +0900, Carsten Haitzler (The Rasterman) wrote : > On Thu, 19 Jul 2012 17:22:34 +0200 Anisse Astier said: > > > Hi, > > > > Here is some feedback regarding Ecore_exe callback when you want to read > > a child process' stdout/stderr. > > > > - data is data. not a

[E-devel] Possible vulnerability in fm

2012-07-20 Thread rustyBSD
Hi, the 'e_fm_op.c' file uses readlink() function, which doesn't close path char at end. In this code: size_t len; char path[PATH_MAX]; len = readlink(task->src.name, &path[0], PATH_MAX); path[len] = 0; the '\0' is placed one byte past the end of path[], so if path[] is equal or up t

Re: [E-devel] bugs to clear up before release

2012-07-20 Thread ChunEon Park
Yes please. Maybe I can see some problems in the list. -Regards, Hermet- -Original Message- From: "Vincent Torri" To: "Enlightenment developer list"; Cc: Sent: 2012-07-20 (금) 19:46:29 Subject: Re: [E-devel] bugs to clear up before release please ad

Re: [E-devel] bugs to clear up before release

2012-07-20 Thread Daniel Juyung Seo
Yes we can separate the job then :) Daniel Juyung Seo (SeoZ) On Fri, Jul 20, 2012 at 7:46 PM, Vincent Torri wrote: > please add that in TODO, to see what is remaining > > Vincent > > On Fri, Jul 20, 2012 at 11:29 AM, Carsten Haitzler > wrote: >> i have just gone through elementary test and elm

Re: [E-devel] [Enlightenment-intl] problem with contributions from batden

2012-07-20 Thread rustyBSD
I'm French, and I also noticed a lot of spelling mistakes. I can retranslate if you want. Le 20/07/2012 11:46, Carsten Haitzler (The Rasterman) a écrit : > On Wed, 11 Jul 2012 21:30:50 +0200 Chidambar 'ilLogict' Zinnoury > said: > > still waiting on a reply from batden here. i'll give it anoth

Re: [E-devel] bugs to clear up before release

2012-07-20 Thread Vincent Torri
please add that in TODO, to see what is remaining Vincent On Fri, Jul 20, 2012 at 11:29 AM, Carsten Haitzler wrote: > i have just gone through elementary test and elm has a LOAD of bugs - almost > all of them new since last release. here is my current efl buglist "in short": > can people when th

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2012-07-20 Thread David Seikel
On Fri, 20 Jul 2012 10:45:58 +0100 Michael Blumenkrantz wrote: > it was far simpler to add this than to figure out maug and then add > yet more hash keys/lookups > > On Fri, Jul 20, 2012 at 10:34 AM, Carsten Haitzler > wrote: > > > On Fri, 20 Jul 2012 18:12:40 +1000 David Seikel > > said: > >

Re: [E-devel] bugs to clear up before release

2012-07-20 Thread The Rasterman
On Fri, 20 Jul 2012 18:46:44 +0900 Cedric BAIL said: > On Fri, Jul 20, 2012 at 6:29 PM, Carsten Haitzler > wrote: > > i have just gone through elementary test and elm has a LOAD of bugs - almost > > all of them new since last release. here is my current efl buglist "in > > short": can people whe

Re: [E-devel] bugs to clear up before release

2012-07-20 Thread The Rasterman
On Fri, 20 Jul 2012 10:47:40 +0100 Michael Blumenkrantz said: > entry anchor clicks only work in the mobile profile, not in desktop; this > is a known bug (has been for close to a year now) which I created on trac > and assigned to cedric. one of the few "old bugs" :) > On Fri, Jul 20, 2012 at

Re: [E-devel] [patch] A function to rotate an evas map with a quaternion

2012-07-20 Thread The Rasterman
On Thu, 12 Jul 2012 05:24:31 +0900 Christophe Sadoine said: we'll add this, but it's going on a queue of things to add after release is done. not before. :) > On 12 July 2012 03:24, Leandro Dorileo wrote: > > > > Can you update the doc replacing composante by some english word? Besides, > > the

Re: [E-devel] bugs to clear up before release

2012-07-20 Thread Michael Blumenkrantz
entry anchor clicks only work in the mobile profile, not in desktop; this is a known bug (has been for close to a year now) which I created on trac and assigned to cedric. On Fri, Jul 20, 2012 at 10:29 AM, Carsten Haitzler wrote: > i have just gone through elementary test and elm has a LOAD of bu

Re: [E-devel] [Enlightenment-intl] problem with contributions from batden

2012-07-20 Thread The Rasterman
On Wed, 11 Jul 2012 21:30:50 +0200 Chidambar 'ilLogict' Zinnoury said: still waiting on a reply from batden here. i'll give it another week before weighing in. > Hi all. > > I'm reluctantly writing today to discuss a problem currently happening > with Philippe Guillaumie (batden) and the Fren

Re: [E-devel] bugs to clear up before release

2012-07-20 Thread Cedric BAIL
On Fri, Jul 20, 2012 at 6:29 PM, Carsten Haitzler wrote: > i have just gone through elementary test and elm has a LOAD of bugs - almost > all of them new since last release. here is my current efl buglist "in short": > can people when they get time look at these and work on fixing them? :) Sadly

Re: [E-devel] Evas avoid damage option

2012-07-20 Thread The Rasterman
On Thu, 12 Jul 2012 11:57:40 -0300 Rafael Antognolli said: > On Wed, Jul 11, 2012 at 9:09 PM, Carsten Haitzler > wrote: > > On Wed, 11 Jul 2012 17:47:34 -0300 Rafael Antognolli > > said: > > > >> Hello, > >> > >> I just started looking Evas and Ecore Evas rendering code, and noticed > >> that t

Re: [E-devel] Ecore_exe is confusing

2012-07-20 Thread The Rasterman
On Thu, 19 Jul 2012 17:22:34 +0200 Anisse Astier said: > Hi, > > Here is some feedback regarding Ecore_exe callback when you want to read > a child process' stdout/stderr. > > - data is data. not a string, except if in buffered mode. It's somehow >in the doc of ecore_exe_pipe_run, but I s

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2012-07-20 Thread Michael Blumenkrantz
it was far simpler to add this than to figure out maug and then add yet more hash keys/lookups On Fri, Jul 20, 2012 at 10:34 AM, Carsten Haitzler wrote: > On Fri, 20 Jul 2012 18:12:40 +1000 David Seikel said: > > > On Thu, 19 Jul 2012 02:05:34 -0700 "Enlightenment SVN" > > wrote: > > > > > Log:

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2012-07-20 Thread David Seikel
On Fri, 20 Jul 2012 18:34:07 +0900 Carsten Haitzler (The Rasterman) wrote: > On Fri, 20 Jul 2012 18:12:40 +1000 David Seikel > said: > > > On Thu, 19 Jul 2012 02:05:34 -0700 "Enlightenment SVN" > > wrote: > > > > > Log: > > > add mechanism for injecting entries into border menus > > > > Didn

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2012-07-20 Thread The Rasterman
On Fri, 20 Jul 2012 18:12:40 +1000 David Seikel said: > On Thu, 19 Jul 2012 02:05:34 -0700 "Enlightenment SVN" > wrote: > > > Log: > > add mechanism for injecting entries into border menus > > Didn't we have that years ago? Did it bit rot or something? this looks like re-inventing the maug (

[E-devel] bugs to clear up before release

2012-07-20 Thread The Rasterman
i have just gone through elementary test and elm has a LOAD of bugs - almost all of them new since last release. here is my current efl buglist "in short": can people when they get time look at these and work on fixing them? :) bugs: elm - photocam when zooming scrolll jumps about edje - edje entr

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2012-07-20 Thread David Seikel
On Thu, 19 Jul 2012 02:05:34 -0700 "Enlightenment SVN" wrote: > Log: > add mechanism for injecting entries into border menus Didn't we have that years ago? Did it bit rot or something? -- A big old stinking pile of genius that no one wants coz there are too many silver coated monkeys in the w