[E-devel] [Patch] Evil, Configure.ac and Question.

2011-10-07 Thread cnook
Dear All, Hello! [Patch] The current configure.ac reset $win32-libs. This patch will append additional value without reset. Please review this and give any feedback. [Question] I have got a build error from ecore_con.c as following. undefined reference to: inet_ntop(); In the Evil, inet_ntop

Re: [E-devel] [Patch] Evil, Configure.ac and Question.

2011-10-07 Thread Vincent Torri
On Fri, 7 Oct 2011, cnook wrote: > Dear All, Hello! > > [Patch] > The current configure.ac reset $win32-libs. > This patch will append additional value without reset. > Please review this and give any feedback. fixed in svn. I changed your patch a bit to optimize DLL load. thank you > > [Ques

Re: [E-devel] [PATCH] Bug fix for gengrid item size

2011-10-07 Thread michael bouchaud
2011/10/7 Benjamin Drucker > This patch fixes a type-o bug in a recent gengrid commit that causes > incorrect horizontal item positioning on horizontal gengrids. The > problem is only visible when items are not square. > > I have observed that it fixes a problem I was having. > > Please review,

Re: [E-devel] Elm entry sizing issue

2011-10-07 Thread Tom Hacohen
I'm away from home/computers until Saturday evening (leaving now), I'll take a look at it soon after. But I have a couple of questions until then: What sizing do you get? what do you expect? The elm minimum height should change according to the font size (unless it's smaller than the finger size,

Re: [E-devel] E SVN: barbieri IN trunk/elementary: data/themes doc/widgets src/lib src/modules/access_output src/modules/test_map

2011-10-07 Thread Gustavo Sverzut Barbieri
U for utility On Friday, October 7, 2011, Daniel Juyung Seo wrote: > Yay! This is COOL! > Btw, what does 'u' stands for in 'elu_xxx'? > > Daniel Juyung Seo (SeoZ) > > On Thu, Oct 6, 2011 at 7:18 AM, Enlightenment SVN > wrote: >> Log: >> Elementary support for EWS, with simplistic window manager.

Re: [E-devel] Lua2?

2011-10-07 Thread David Seikel
Talking to myself here. lol On Fri, 30 Sep 2011 11:15:54 +1000 David Seikel wrote: > I've restructured my edje so that there is a separate group with just > embryo scripts in it. This group does not do any part manipulation, > it just sends signals to the group with the parts. Next I can > tr

Re: [E-devel] E SVN: barbieri trunk/elementary/src/lib

2011-10-07 Thread Mike Blumenkrantz
On Thu, 6 Oct 2011 17:37:25 -0700 Michael Jennings wrote: > On Wednesday, 05 October 2011, at 16:43:03 (-0700), > Enlightenment SVN wrote: > > > - _elm_ews_wm_border_theme_set((void*)tp->key, tp->data, NULL); > > + _elm_ews_wm_border_theme_set(*(void**)tp->key, tp->data, NULL);

[E-devel] Evas GL engine shader issue

2011-10-07 Thread Jim Kukunas
Hi Folks, With Evas trunk, I can no longer use the gl_x11 engine on my Intel 945GME. I get the error message reproduced below. Git bisect points to revision 63832. Any revision before that works fine. Anyone else having this issue? I can supply more info if needed. Thanks. ERR<1246>:evas-gl_

Re: [E-devel] Evas/Elm resolution management

2011-10-07 Thread Youness Alaoui
On Wed, Oct 5, 2011 at 7:59 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Wed, Oct 5, 2011 at 6:41 PM, Youness Alaoui > wrote: > > On Tue, Oct 4, 2011 at 9:52 AM, Gustavo Sverzut Barbieri < > > barbi...@profusion.mobi> wrote: > > > >> On Mon, Oct 3, 2011 at 11:06 PM, Youness

Re: [E-devel] Elm entry sizing issue

2011-10-07 Thread Ausmus, James
On Fri, Oct 7, 2011 at 2:20 AM, Tom Hacohen wrote: > I'm away from home/computers until Saturday evening (leaving now), I'll > take a look at it soon after. > > But I have a couple of questions until then: > What sizing do you get? what do you expect? The elm minimum height > should change accordi

Re: [E-devel] E SVN: bdilly trunk/ecore/src/lib/ecore

2011-10-07 Thread Gustavo Sverzut Barbieri
I recall this is Linux specific, If so add an ifdef On Friday, October 7, 2011, Enlightenment SVN wrote: > Log: > Ecore Exe: add flag to send SIGTERM when parent die > > Add a new ecore exe flag, ECORE_EXE_TERM_WITH_PARENT, > that will operate on child process, > sending a SIGTERM when parent

Re: [E-devel] Evas GL engine shader issue

2011-10-07 Thread hannes.janet...@gmail.com
On Fri, Oct 7, 2011 at 10:40 PM, Jim Kukunas wrote: > Hi Folks, > > With Evas trunk, I can no longer use the gl_x11 engine on my Intel 945GME. > I get the error message reproduced below. > > Git bisect points to revision 63832. Any revision before that works fine. > > Anyone else having this issue

Re: [E-devel] Elm entry sizing issue

2011-10-07 Thread The Rasterman
On Fri, 7 Oct 2011 14:16:58 -0700 "Ausmus, James" said: > On Fri, Oct 7, 2011 at 2:20 AM, Tom Hacohen wrote: > > I'm away from home/computers until Saturday evening (leaving now), I'll > > take a look at it soon after. > > > > But I have a couple of questions until then: > > What sizing do you g

Re: [E-devel] Evas GL engine shader issue

2011-10-07 Thread The Rasterman
On Fri, 7 Oct 2011 13:40:35 -0700 Jim Kukunas said: evas does have code to get the actual compile error in gl_compile_link_error() - but your mail doesn't paste any of that. it should be right above what you pasted if the glsl compiler is reporting errors in error logs. (it also would have compla

Re: [E-devel] Evas GL engine shader issue

2011-10-07 Thread The Rasterman
On Sat, 8 Oct 2011 04:32:22 +0200 "hannes.janet...@gmail.com" said: > On Fri, Oct 7, 2011 at 10:40 PM, Jim Kukunas > wrote: > > Hi Folks, > > > > With Evas trunk, I can no longer use the gl_x11 engine on my Intel 945GME. > > I get the error message reproduced below. > > > > Git bisect points to

Re: [E-devel] Evas GL engine shader issue

2011-10-07 Thread Mike Blumenkrantz
On Sat, 8 Oct 2011 12:06:42 +0900 Carsten Haitzler (The Rasterman) wrote: > On Sat, 8 Oct 2011 04:32:22 +0200 "hannes.janet...@gmail.com" > said: > > > On Fri, Oct 7, 2011 at 10:40 PM, Jim Kukunas > > wrote: > > > Hi Folks, > > > > > > With Evas trunk, I can no longer use the gl_x11 engine on

Re: [E-devel] E SVN: bdilly trunk/ecore/src/lib/ecore

2011-10-07 Thread Vincent Torri
On Fri, 7 Oct 2011, Gustavo Sverzut Barbieri wrote: > I recall this is Linux specific, If so add an ifdef yes. Add a check in configure.ac for sys/prctl.h (see what is done for sys/wait.h) Vincent > > On Friday, October 7, 2011, Enlightenment SVN > wrote: >> Log: >> Ecore Exe: add flag to

Re: [E-devel] E SVN: bdilly trunk/ecore/src/lib/ecore

2011-10-07 Thread Vincent Torri
On Fri, 7 Oct 2011, Enlightenment SVN wrote: > Log: > Ecore_Exe: ifdef prctl usage > > > > Author: bdilly > Date: 2011-10-07 18:17:19 -0700 (Fri, 07 Oct 2011) > New Revision: 63916 > Trac: http://trac.enlightenment.org/e/changeset/63916 > > Modified: > trunk/ecore/src/lib/