Re: [E-devel] About memory leak possibility in Elementary

2011-03-31 Thread Mike Blumenkrantz
On Fri, 1 Apr 2011 08:50:25 +0200 (CEST) Vincent Torri wrote: > > > On Fri, 1 Apr 2011, Daniel Juyung Seo wrote: > > > Great! > > Looks so much nicer and cleaner :) > > It was an april's fool joke from raster. He will revert that patch in a > few hours > > Vincent No, the april fool's joke

Re: [E-devel] About memory leak possibility in Elementary

2011-03-31 Thread Vincent Torri
On Fri, 1 Apr 2011, Daniel Juyung Seo wrote: Great! Looks so much nicer and cleaner :) It was an april's fool joke from raster. He will revert that patch in a few hours Vincent Daniel Juyung Seo (SeoZ) On Fri, Apr 1, 2011 at 3:09 PM, Carsten Haitzler wrote: On Thu, 31 Mar 2011 05:07:

Re: [E-devel] About memory leak possibility in Elementary

2011-03-31 Thread Daniel Juyung Seo
Great! Looks so much nicer and cleaner :) Thanks. Daniel Juyung Seo (SeoZ) On Fri, Apr 1, 2011 at 3:09 PM, Carsten Haitzler wrote: > On Thu, 31 Mar 2011 05:07:01 + (GMT) 박지연 > said: > > made all the widgets use a standard macro now in svn :) > > > > > Dear All. > > I'm Jiyoun park. > > > >

Re: [E-devel] About memory leak possibility in Elementary

2011-03-31 Thread The Rasterman
On Thu, 31 Mar 2011 05:07:01 + (GMT) 박지연 said: made all the widgets use a standard macro now in svn :) > > Dear All. > I'm Jiyoun park. > > Yesterday, I found some code which cause memory leak in elementary. > some elementary check parent's evas after alloc memory in elm_XXX_add > functi

Re: [E-devel] Efreet bug when desktop files change

2011-03-31 Thread The Rasterman
On Thu, 31 Mar 2011 17:20:42 +0200 Tom Hacohen said: aaagh! did you keep a copy of the "corrupt" cache file? seriously.. we need to find a way to protect against this. checksums, magic values scattered about... something. if the cache file is broken efreet should ignore it and rebuild. > Happens

Re: [E-devel] discussion of elm's "clicked" signal name for double click event

2011-03-31 Thread The Rasterman
On Thu, 31 Mar 2011 17:03:03 +0900 Daniel Juyung Seo said: sendeth thine patch! :) in fact... just commit the sucker! > Hello all. > There are some wrong smart callback names in elementary. > In gengrid, list and genlist, "clicked" smart callback is called when a user > double-clicks. > But phot

Re: [E-devel] E SVN: raster trunk/ecore/src/lib/ecore_x/xlib

2011-03-31 Thread Christopher Michael
On 03/31/2011 06:36 AM, Enlightenment SVN wrote: > Log: > ahem! who put unused there? who? screen *IS* used! > For once, it wasn't me ;) Disco Stu dh > > Author: raster > Date: 2011-03-31 03:36:20 -0700 (Thu, 31 Mar 2011) > New Revision: 58224 > Trac: http://trac.enli

Re: [E-devel] discussion of elm's "clicked" signal name for double click event

2011-03-31 Thread Davide Andreoli
Indeed, absolutely a must before the release!! break,break,break :) DaveMDS 2011/3/31 Daniel Juyung Seo : > Hello all. > There are some wrong smart callback names in elementary. > In gengrid, list and genlist, "clicked" smart callback is called when a user > double-clicks. > But photocam and ma

Re: [E-devel] Efreet bug when desktop files change

2011-03-31 Thread Tom Hacohen
Happens both at home and at work. And since it didn't happen to you, I assumed removing the cache will work, and indeed it does. So it's just a malformed cache, AGAIN. :) FIXED. Thanks, Tom. On Thu, 2011-03-31 at 12:15 -0300, Lucas De Marchi wrote: > Hi Tom > > On Thu, Mar 31, 2011 at 11:52 AM

Re: [E-devel] Efreet bug when desktop files change

2011-03-31 Thread Lucas De Marchi
Hi Tom On Thu, Mar 31, 2011 at 11:52 AM, Tom Hacohen wrote: > Actually, it's more than that, it happens also in other cases. > > Issue:efreet_util_desktop_exec_find passes bad pointers (out of bound) > to ecore_file_app_exe_get... > > efreet_cache strikes back? (the invalid pointer is acquired fr

Re: [E-devel] Efreet bug when desktop files change

2011-03-31 Thread Tom Hacohen
Actually, it's more than that, it happens also in other cases. Issue:efreet_util_desktop_exec_find passes bad pointers (out of bound) to ecore_file_app_exe_get... efreet_cache strikes back? (the invalid pointer is acquired from efreet_util_cache_names). -- Tom. On Thu, 2011-03-31 at 16:34 +0200

[E-devel] Efreet bug when desktop files change

2011-03-31 Thread Tom Hacohen
Hey, Every time a desktop file gets updated, efreet makes e crash. Way to reproduce: run "touch /usr/share/applications/xchat.desktop" (or whatever other desktop file. This is very annoying, this means e segs every time we install an application. Do you guys also get it? -- Tom.

Re: [E-devel] [Review] [Patch] Evas - OpenGL and Evas (Part 4)

2011-03-31 Thread Sung W. Park
Ok, i'm attaching the latest patch with the fixes discussed from the thread. I'm attaching the following files. 1. evas_gl.patch - This patch includes the image_object_native_surface_set() patch (I've added the code for hashing the image object.) - And, it has the rest of the code that al

[E-devel] An EFL dev days in Paris or almost :-)

2011-03-31 Thread Cedric BAIL
Thanks to Ordissimo, the crazy french Enlightenment community will do during a full day, a presentation (in French) of the EFL near Paris. You can read the full announce here http://enlightenment.fr/2011/03/31/enlightenment-france-et-ordissimo-une-journee-de-presentation-des-efls/ . Many french me

[E-devel] discussion of elm's "clicked" signal name for double click event

2011-03-31 Thread Daniel Juyung Seo
Hello all. There are some wrong smart callback names in elementary. In gengrid, list and genlist, "clicked" smart callback is called when a user double-clicks. But photocam and map has separated smart callback for double-click, "clicked,double". This is quite confusing. I want to unify this to "cl