Re: [E-devel] elm_notify Positioning Problem - Reproducible with a simple program

2010-02-27 Thread Atton Jonathan
The window has an invalid size. You see a full screen windows but evas_object_geometry_get(win) return w = 60 and h = 51. It seems like a problem in Illumine. 2010/2/26 Brian Wang > On Fri, Feb 26, 2010 at 4:18 PM, Brian Wang > wrote: > > On Fri, Feb 26, 2010 at 2:24 PM, Atton Jonathan > > wro

[E-devel] quartz disabled by configure for evas on Mac OS X.6

2010-02-27 Thread Leif Middelschulte
Hello all, I tried to build evas on osx using ./autogen.sh --prefix=/opt/e17/ --enable-quartz but it fails to enable quartz and states the following: checking whether to enable Quartz rendering backend... yes checking /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h usability... no che

Re: [E-devel] quartz disabled by configure for evas on Mac OS X.6

2010-02-27 Thread Vincent Torri
Hey, On Sat, 27 Feb 2010, Leif Middelschulte wrote: > Hello all, > > I tried to build evas on osx using > ./autogen.sh --prefix=/opt/e17/ --enable-quartz > but it fails to enable quartz and states the following: > > checking whether to enable Quartz rendering backend... yes > checking /System/Li

Re: [E-devel] E SVN: rui trunk/elmdentica

2010-02-27 Thread Vincent Torri
On Sat, 27 Feb 2010, Enlightenment SVN wrote: > Log: > More auto* changes. > > Author: rui > Date: 2010-02-27 12:39:41 -0800 (Sat, 27 Feb 2010) > New Revision: 46609 > > Modified: > trunk/elmdentica/config.h.in stop updating files that should not be in svn, please. remove them

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-27 Thread Vincent Torri
On Sat, 27 Feb 2010, Enlightenment SVN wrote: Log: Replace g_strdup_printf with asprintf why do you replace all those g_* functions ? Vincent Author: rui Date: 2010-02-27 12:05:52 -0800 (Sat, 27 Feb 2010) New Revision: 46601 Modified: trunk/elmdentica/src/elmdentica.c M

Re: [E-devel] E SVN: rui trunk/elmdentica

2010-02-27 Thread Vincent Torri
On Sat, 27 Feb 2010, Enlightenment SVN wrote: > Log: > Apparently this is still checking? > > Author: rui > Date: 2010-02-27 14:41:48 -0800 (Sat, 27 Feb 2010) > New Revision: 46624 > > Modified: > trunk/elmdentica/configure.ac > > Modified: trunk/elmdentica/configure.ac > ===

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-27 Thread Vincent Torri
On Sat, 27 Feb 2010, Enlightenment SVN wrote: > Log: > Get rid of g_free do you know that g_malloc / g_free are not equivalent to malloc / free ? glib uses specific allocators. I would use them in a program using glib Vincent > > Author: rui > Date: 2010-02-27 14:52:16 -0800 (

Re: [E-devel] E SVN: rui trunk/elmdentica/m4

2010-02-27 Thread Vincent Torri
On Sat, 27 Feb 2010, Enlightenment SVN wrote: > Log: > Commiting change due from libtool > > Author: rui > Date: 2010-02-27 12:37:07 -0800 (Sat, 27 Feb 2010) > New Revision: 46605 > > Modified: > trunk/elmdentica/m4/libtool.m4 trunk/elmdentica/m4/ltversion.m4 remove those files

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-27 Thread Vincent Torri
On Sat, 27 Feb 2010, Enlightenment SVN wrote: > Log: > Move g_strdup to strndup i hope that the string you pass to strndup is not NULL, otherwise, seg fault > > Author: rui > Date: 2010-02-27 11:26:11 -0800 (Sat, 27 Feb 2010) > New Revision: 46598 > > Modified: > trunk/elmdent

Re: [E-devel] E SVN: rui trunk/elmdentica

2010-02-27 Thread Rui Miguel Silva Seabra
Em 27-02-2010 23:21, Vincent Torri escreveu: > On Sat, 27 Feb 2010, Enlightenment SVN wrote: >> Log: >> Apparently this is still checking? >> >> Author: rui >> Date: 2010-02-27 14:41:48 -0800 (Sat, 27 Feb 2010) >> New Revision: 46624 >> >> Modified: >> trunk/elmdentica/configure.ac

Re: [E-devel] E SVN: rui trunk/elmdentica

2010-02-27 Thread Rui Miguel Silva Seabra
Em 27-02-2010 23:19, Vincent Torri escreveu: > > > On Sat, 27 Feb 2010, Enlightenment SVN wrote: > >> Log: >> More auto* changes. >> >> Author: rui >> Date: 2010-02-27 12:39:41 -0800 (Sat, 27 Feb 2010) >> New Revision: 46609 >> >> Modified: >> trunk/elmdentica/config.h.in > > st

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-27 Thread Rui Miguel Silva Seabra
Em 27-02-2010 23:19, Vincent Torri escreveu: > > > On Sat, 27 Feb 2010, Enlightenment SVN wrote: > >> Log: >> Replace g_strdup_printf with asprintf > > why do you replace all those g_* functions ? Reduce usage of glib to use more EFLs (as advised). Rui --

[E-devel] illume2 : undefined symbols on opensolaris

2010-02-27 Thread Vincent Torri
Hey some evilness for the devil : http://pastebin.ca/1815075 (on opensolaris) Vincent -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tun

Re: [E-devel] E SVN: rui trunk/elmdentica/m4

2010-02-27 Thread Rui Miguel Silva Seabra
Em 27-02-2010 23:30, Vincent Torri escreveu: > > > On Sat, 27 Feb 2010, Enlightenment SVN wrote: > >> Log: >> Commiting change due from libtool >> >> Author: rui >> Date: 2010-02-27 12:37:07 -0800 (Sat, 27 Feb 2010) >> New Revision: 46605 >> >> Modified: >> trunk/elmdentica/m4/li

Re: [E-devel] E SVN: rui trunk/elmdentica/m4

2010-02-27 Thread Vincent Torri
On Sat, 27 Feb 2010, Rui Miguel Silva Seabra wrote: > Em 27-02-2010 23:30, Vincent Torri escreveu: >> >> >> On Sat, 27 Feb 2010, Enlightenment SVN wrote: >> >>> Log: >>> Commiting change due from libtool >>> >>> Author: rui >>> Date: 2010-02-27 12:37:07 -0800 (Sat, 27 Feb 2010) >>

Re: [E-devel] E SVN: raster trunk/e/src/modules/illume2/policies/illume

2010-02-27 Thread Christopher Michael
Ahh, good catch, thanks guys :) dh On 02/27/2010 07:13 PM, Enlightenment SVN wrote: > Log: >no... we want undefined symbols :) (thanks vtorri) > > > Author: raster > Date: 2010-02-27 16:13:21 -0800 (Sat, 27 Feb 2010) > New Revision: 46630 > > Modified: >trunk/e/src/modules/