Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-22 Thread cnook
Thanks for your response. There is a possibility in newly made elementary widget. So far, no one have used strcasestr in upstream. Sincerely, Shinwoo Kim. 2011/6/22 Vincent Torri > > Hey > > > There is no strcasestr() on MinGW Env. >> So this patch comes.. Please review the attached one. >> >

Re: [E-devel] [Patch][Evil] add some variables on evil_langinfo

2011-06-22 Thread cnook
Means.. How about install the mingw-langifo instead of using evil_langinfo? Sincerely, Shinwoo Kim. 2011/6/22 Vincent Torri > > > On Wed, 22 Jun 2011, cnook wrote: > > Dear Mr. Vincent, >> >> Thanks for your response. >> Actually I refer to the previous version mingw-langinfo-0.1. >> Anyhow wh

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-22 Thread Vincent Torri
On Wed, 22 Jun 2011, cnook wrote: > Thanks for your response. > There is a possibility in newly made elementary widget. > So far, no one have used strcasestr in upstream. i won't add functions if they are not needed. Evil is minimalist and must remain like that. If strcasestr is needed, it wil

Re: [E-devel] [Patch][Evil] add some variables on evil_langinfo

2011-06-22 Thread Vincent Torri
On Wed, 22 Jun 2011, cnook wrote: > Means.. > How about install the mingw-langifo instead of using evil_langinfo? what is the licence of mingw-langinfo ? Vincent > > Sincerely, > Shinwoo Kim. > > 2011/6/22 Vincent Torri > >> >> >> On Wed, 22 Jun 2011, cnook wrote: >> >> Dear Mr. Vincent, >>

Re: [E-devel] [Patch][Evil] add some variables on evil_langinfo

2011-06-22 Thread cnook
Head of each file gives... "This file has no copyright assinged and is placed in the Public Domain. No warranty is given; refer to the file DISCLAIMER within mingw-runtime package." Then, we can use it? Anyhow, I'm not sure this library(mingw-langinfo) works properly or not. Sincerely, Shinwoo

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-22 Thread Daniel Juyung Seo
Well.. Dear Shinwoo Kim, According to vtorri's comment, you can merge this patch and another patch that uses this feature. Thanks. Daniel Juyung Seo (SeoZ) On Wed, Jun 22, 2011 at 4:53 PM, Vincent Torri wrote: > > > On Wed, 22 Jun 2011, cnook wrote: > >> Thanks for your response. >> There is a

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-22 Thread cnook
Dear Mr. Daniel, Thanks your response :-] Initially, I had added this to the elm_entry in downstream(?), but a reviewer does not prefer it in the elm_entry. Then how about add this somewhere in Elementary? um... btw... why I added this to Evil module is.. there is no strcasestr on MinGW Env. only.

Re: [E-devel] [Patch][Evil] evil_string has strcasestr

2011-06-22 Thread Hyoyoung Chang
As I know strcasestr is not standard function. It's a glibc extension. CONFORMING TO The strstr() function conforms to C89 and C99. The strcasestr() func‐ tion is a nonstandard extension. -- man page of strcasestr Is it only used in elementary? If then how about add to check routi

Re: [E-devel] E SVN: devilhorns trunk/e/src/modules/illume-keyboard/keyboards

2011-06-22 Thread michael bouchaud
2011/6/22 Jeff Hoogland > Are these buttons going to get fixed at some point? Just did an SVN > pull down this evening and still getting white images on white > buttons. > > Fixing them myself before building for now - but would be nice to have > it fixed in the SVN. > > ~Jeff > > On 6/21/11, Dav

Re: [E-devel] E SVN: raster trunk/edje/src/lib

2011-06-22 Thread Vincent Torri
On Wed, 22 Jun 2011, Enlightenment SVN wrote: > Log: > for the french. i would have prefered a beautiful colored spank message with ERR Vincent > > > > Author: raster > Date: 2011-06-22 06:28:43 -0700 (Wed, 22 Jun 2011) > New Revision: 60590 > Trac: http://trac.enlighten

Re: [E-devel] E SVN: raster trunk/edje/src/lib

2011-06-22 Thread The Rasterman
On Wed, 22 Jun 2011 15:32:41 +0200 (CEST) Vincent Torri said: > > > On Wed, 22 Jun 2011, Enlightenment SVN wrote: > > > Log: > > for the french. > > i would have prefered a beautiful colored spank message with ERR > > Vincent i was going for a quickie... not a long session of spanking. :)

Re: [E-devel] E SVN: raster trunk/edje/src/lib

2011-06-22 Thread Mike Blumenkrantz
On Wed, 22 Jun 2011 22:34:11 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 22 Jun 2011 15:32:41 +0200 (CEST) Vincent Torri > said: > > > > > > > On Wed, 22 Jun 2011, Enlightenment SVN wrote: > > > > > Log: > > > for the french. > > > > i would have prefered a beautiful colored spa

Re: [E-devel] E SVN: discomfitor trunk/edje/src/lib

2011-06-22 Thread Daniel Juyung Seo
awesome! Daniel Juyung Seo (SeoZ) On Jun 22, 2011 10:51 PM, "Enlightenment SVN" wrote: > Log: > From: Vincent Torri > To: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] E SVN: raster trunk/edje/src/lib > Date: Wed, 22 Jun 2011 15:32:41 +0200 (CEST) > > On Wed, 22 Jun 2011, En

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

2011-06-22 Thread Rafael Antognolli
Hello Hermet, Since you are taking a look at elm_transit, I would like to ask you something. I added some more items on its description, could you check if it's what is expected for it? It's here: http://docs.enlightenment.org/auto/elementary/group__Transit.html#details I also added 4 new exampl

Re: [E-devel] E SVN: antognolli trunk/evas

2011-06-22 Thread Vincent Torri
On Wed, 22 Jun 2011, Enlightenment SVN wrote: > Log: > evas/autotools - fix build when no dependencies for examples are found. > > Some examples need ecore, ecore-evas and edje to demonstrate its > functionality. If --enable-build-examples is used, these dependencies are > required. This comm

Re: [E-devel] E SVN: antognolli trunk/evas

2011-06-22 Thread Rafael Antognolli
On Wed, Jun 22, 2011 at 6:36 PM, Vincent Torri wrote: > > > On Wed, 22 Jun 2011, Enlightenment SVN wrote: > >> Log: >> evas/autotools - fix build when no dependencies for examples are found. >> >>  Some examples need ecore, ecore-evas and edje to demonstrate its >>  functionality. If --enable-buil

Re: [E-devel] E SVN: antognolli trunk/evas

2011-06-22 Thread Vincent Torri
On Wed, 22 Jun 2011, Rafael Antognolli wrote: On Wed, Jun 22, 2011 at 6:36 PM, Vincent Torri wrote: On Wed, 22 Jun 2011, Enlightenment SVN wrote: Log: evas/autotools - fix build when no dependencies for examples are found.  Some examples need ecore, ecore-evas and edje to demonstrate it

Re: [E-devel] E SVN: antognolli trunk/evas

2011-06-22 Thread Mike Blumenkrantz
On Wed, 22 Jun 2011 19:04:16 -0300 Rafael Antognolli wrote: > On Wed, Jun 22, 2011 at 6:36 PM, Vincent Torri wrote: > > > > > > On Wed, 22 Jun 2011, Enlightenment SVN wrote: > > > >> Log: > >> evas/autotools - fix build when no dependencies for examples are found. > >> > >>  Some examples need e

Re: [E-devel] E SVN: antognolli trunk/evas

2011-06-22 Thread Rafael Antognolli
On Wed, Jun 22, 2011 at 7:16 PM, Vincent Torri wrote: > > > On Wed, 22 Jun 2011, Rafael Antognolli wrote: > >> On Wed, Jun 22, 2011 at 6:36 PM, Vincent Torri >> wrote: >>> >>> >>> On Wed, 22 Jun 2011, Enlightenment SVN wrote: >>> Log: evas/autotools - fix build when no dependencies for

Re: [E-devel] E SVN: antognolli trunk/evas

2011-06-22 Thread Vincent Torri
On Wed, 22 Jun 2011, Rafael Antognolli wrote: On Wed, Jun 22, 2011 at 7:16 PM, Vincent Torri wrote: On Wed, 22 Jun 2011, Rafael Antognolli wrote: On Wed, Jun 22, 2011 at 6:36 PM, Vincent Torri wrote: On Wed, 22 Jun 2011, Enlightenment SVN wrote: Log: evas/autotools - fix build when

Re: [E-devel] E SVN: antognolli trunk/evas

2011-06-22 Thread Vincent Torri
On Wed, 22 Jun 2011, Rafael Antognolli wrote: On Wed, Jun 22, 2011 at 7:16 PM, Vincent Torri wrote: On Wed, 22 Jun 2011, Rafael Antognolli wrote: On Wed, Jun 22, 2011 at 6:36 PM, Vincent Torri wrote: On Wed, 22 Jun 2011, Enlightenment SVN wrote: Log: evas/autotools - fix build when

Re: [E-devel] E SVN: antognolli trunk/evas

2011-06-22 Thread Vincent Torri
On Wed, 22 Jun 2011, Rafael Antognolli wrote: On Wed, Jun 22, 2011 at 6:36 PM, Vincent Torri wrote: On Wed, 22 Jun 2011, Enlightenment SVN wrote: Log: evas/autotools - fix build when no dependencies for examples are found.  Some examples need ecore, ecore-evas and edje to demonstrate it

Re: [E-devel] E SVN: antognolli trunk/evas

2011-06-22 Thread Jonas M. Gastal
On Thursday, June 23, 2011 00:45:14 Vincent Torri wrote: > it's not bizarre, it's just that i'm sure we'll have problems later. I'm > completely against circular dependencies > > and why do you need to compile the tests ? > > Vincent The reason to compile the examples is so that if changes break

Re: [E-devel] E SVN: antognolli trunk/evas

2011-06-22 Thread Rafael Antognolli
On Wed, Jun 22, 2011 at 7:45 PM, Vincent Torri wrote: > > > On Wed, 22 Jun 2011, Rafael Antognolli wrote: > >> On Wed, Jun 22, 2011 at 6:36 PM, Vincent Torri >> wrote: >>> >>> >>> On Wed, 22 Jun 2011, Enlightenment SVN wrote: >>> Log: evas/autotools - fix build when no dependencies for

Re: [E-devel] E SVN: antognolli trunk/evas

2011-06-22 Thread Vincent Torri
On Wed, 22 Jun 2011, Rafael Antognolli wrote: On Wed, Jun 22, 2011 at 7:16 PM, Vincent Torri wrote: On Wed, 22 Jun 2011, Rafael Antognolli wrote: On Wed, Jun 22, 2011 at 6:36 PM, Vincent Torri wrote: On Wed, 22 Jun 2011, Enlightenment SVN wrote: Log: evas/autotools - fix build when

Re: [E-devel] E SVN: antognolli trunk/evas

2011-06-22 Thread Nicolas Aguirre
2011/6/23 Vincent Torri : > > > On Wed, 22 Jun 2011, Rafael Antognolli wrote: > >> On Wed, Jun 22, 2011 at 7:16 PM, Vincent Torri >> wrote: >>> >>> >>> On Wed, 22 Jun 2011, Rafael Antognolli wrote: >>> On Wed, Jun 22, 2011 at 6:36 PM, Vincent Torri wrote: > > > On Wed, 22 Ju

[E-devel] evas_gl_common.h: Eet.h not found

2011-06-22 Thread Jérôme Pinot
Hi, Trying to compile evas (r60611), I got this error: 8< make[5]: Entering directory `/tmp/evas/src/modules/engines/gl_sdl' CC module_la-evas_engine.lo In file included from evas_engine.h:22:0, from evas_engine.c:2: ../../../../src/modules/engines/gl_common/e

Re: [E-devel] [Patch][elm_conform]

2011-06-22 Thread cnook
Hi! Thanks for your response. The patch have been refined and attached. I have moved MOVE,RESIZE callback handling to elm_conformant_add() from _prop_change(). Sincerely, Shinwoo Kim. 2011/6/20 Carsten Haitzler > On Thu, 16 Jun 2011 18:43:09 +0900 cnook said: > > > Dear All, > > > > Hello~ >

Re: [E-devel] E SVN: antognolli trunk/evas

2011-06-22 Thread Gustavo Sverzut Barbieri
On Wed, Jun 22, 2011 at 9:19 PM, Nicolas Aguirre wrote: > > Hi, > > why not having a example project which contains autotools for the > build of examples and which retrieves all test directories of each > project by using svn externals when you checkout it ? > > By this way you don't have circular

Re: [E-devel] E SVN: cedric trunk/edje/src/lib

2011-06-22 Thread The Rasterman
On Wed, 22 Jun 2011 07:51:53 -0700 "Enlightenment SVN" said: so... what about colorclasses? they probably have the same problems as the last 2 textclass commit fixes. :) > Log: > edje: fix huge memory leak. > > > Author: cedric > Date: 2011-06-22 07:51:53 -0700 (Wed, 22 Jun 201

Re: [E-devel] [patch] elm_cnp_helper - determine uri or text data types.

2011-06-22 Thread The Rasterman
On Mon, 20 Jun 2011 20:23:27 +0900 Hyoyoung Chang said: ok. in svn it is! :) thanks! > Oops. I missed remove deprecated structures. > Also I attached new version of this patch. > > Thank you > > > -Original Message- > > From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.co

Re: [E-devel] [Patch] ELM GLView updates

2011-06-22 Thread The Rasterman
On Tue, 21 Jun 2011 09:45:26 +0900 "Sung W. Park" said: > cool, thanks! > > well hopefully we'll have the software-backend running GL stuff as well > soon. > I think we can do but it'll take time for me to get to it, unless > someones gets on > it before I do. sure. understood there. > I hear

Re: [E-devel] [Patch][elm_conform]

2011-06-22 Thread The Rasterman
On Thu, 23 Jun 2011 11:15:09 +0900 cnook said: good stuff! now in svn! thanks! :) > Hi! > Thanks for your response. The patch have been refined and attached. > I have moved MOVE,RESIZE callback handling to elm_conformant_add() from > _prop_change(). > > Sincerely, > Shinwoo Kim. > > > 2011/6/