Re: [E-devel] to Inc or Gustavo : about e2

2010-01-26 Thread The Rasterman
On Mon, 25 Jan 2010 23:04:42 -0800 Michael Jennings said: > On Tuesday, 26 January 2010, at 09:38:12 (+0900), > Carsten Haitzler wrote: > > > i did - and init owned it... which was odd. so it seems it was orphaned at > > some point. > > Gotcha. Okay, that makes sense. Probably someone's sessi

Re: [E-devel] E SVN: caro IN trunk/emotion: . m4 src/bin

2010-01-26 Thread Gustavo Sverzut Barbieri
On 1/26/10, Enlightenment SVN wrote: > Log: > emotion_test can be disabled with configure, now > > Gustavo: the theme is still built. Do you want me to > disable its built when emotion_test is not built ? yes, as it is the only user. also, ecore-x, edje and other checks are only required b

Re: [E-devel] E SVN: caro IN trunk/emotion: . m4 src/bin

2010-01-26 Thread Vincent Torri
On Tue, 26 Jan 2010, Gustavo Sverzut Barbieri wrote: > On 1/26/10, Enlightenment SVN wrote: >> Log: >> emotion_test can be disabled with configure, now >> >> Gustavo: the theme is still built. Do you want me to >> disable its built when emotion_test is not built ? > > yes, as it is the on

[E-devel] Fw: Re: E SVN: quaker IN trunk/devs: . romanhornik

2010-01-26 Thread The Rasterman
Begin chunk 'o stuff: Date: Tue, 26 Jan 2010 23:05:28 +0900 From: Carsten Haitzler (The Rasterman) To: Quaker Subject: Re: [E-devel] E SVN: quaker IN trunk/devs: . romanhornik On Tue, 26 Jan 2010 14:17:46 +0100 Quaker said: > i am sure he wouldn't do anything wrong. He's a friend of mine, i

[E-devel] Fwd: E SVN: quaker IN trunk/devs: . romanhornik

2010-01-26 Thread Quaker
Last reply by raster. Sorry, i forgot to send it to ML before so it was sent just to raster's mail -- Forwarded message -- From: Carsten Haitzler Date: 2010/1/26 Subject: Re: [E-devel] E SVN: quaker IN trunk/devs: . romanhornik To: Quaker On Tue, 26 Jan 2010 14:17:46 +0100 Quak

Re: [E-devel] I have a sugestion for E website: use mod_rewrite for better urls

2010-01-26 Thread Leandro Santiago
I wrote a .htaccess file: It worked for me with a en.org copy on my computer running Apache2: RewriteEngine On RewriteRule ^(about(/[[:alnum:]]*)?|news|download|support|contribute| contact|docs|index)/?$ p.php?p=$1&l=en RewriteRule ^news/([[:digit:]]*)$ p.php?p=news/show&l=en&news

Re: [E-devel] E SVN: raster IN trunk/eina: . src/include src/lib src/modules/mp/buddy src/modules/mp/chained_pool src/modules/mp/ememoa_fixed src/modules/mp/ememoa_unknown src/modules/mp/fixed_bitmap

2010-01-26 Thread Albin Tonnerre
On Tue, 26 Jan 2010 07:54 -0800, Enlightenment SVN wrote : > Log: > eina - does modules like the rest of efl, so it's able to be installed with > multiple versions at the same time. eventually will neeed to also include > major number in release name too. > /* dynamic backends */ > -

[E-devel] evas building errors on CentOS

2010-01-26 Thread lostson
Hello all I am trying to build the latest snapshop of e17 on my centos 5.4 system and have gotten to evas and and when building the rpm i get this error /usr/include/librsvg-2/librsvg/rsvg-cairo.h:28:19: error: cairo.h: No such file or directory In file included from e

Re: [E-devel] evas building errors on CentOS

2010-01-26 Thread Vincent Torri
On Tue, 26 Jan 2010, lostson wrote: > Hello all > > I am trying to build the latest snapshop of e17 on my centos 5.4 system > and have gotten to evas and and when building the rpm i get this error > > >/usr/include/librsvg-2/librsvg/rsvg-cairo.h:28:19: error: >cairo.h: No such fi

[E-devel] Elementary and interface

2010-01-26 Thread Atton Jonathan
hello, Do you think it can be a good idea to specify a list of generics interface for elementary ? The idea is to have 1 function which can works with a list of object. For example a function : item_add(object, item), in this function the object can be a elm_list or a elm_hoversel. Then if we ad

Re: [E-devel] I have a sugestion for E website: use mod_rewrite for better urls

2010-01-26 Thread Gustavo Sverzut Barbieri
On Tue, Jan 26, 2010 at 1:24 PM, Leandro Santiago wrote: > I wrote a .htaccess file: > > It worked for me with a en.org copy on my computer running Apache2: > > >    RewriteEngine On > >    RewriteRule ^(about(/[[:alnum:]]*)?|news|download|support|contribute| > contact|docs|index)/?$ p.php?p=$1&l

Re: [E-devel] E SVN: raster IN trunk/eina: . src/include src/lib src/modules/mp/buddy src/modules/mp/chained_pool src/modules/mp/ememoa_fixed src/modules/mp/ememoa_unknown src/modules/mp/fixed_bitmap

2010-01-26 Thread Gustavo Sverzut Barbieri
On Tue, Jan 26, 2010 at 1:54 PM, Enlightenment SVN wrote: > +   length = strlen(path) + 1 + strlen(name) + 1 + > +     strlen((char *)(cb_data->data)) + 1 + sizeof("module") + > +     sizeof(SHARED_LIB_SUFFIX) + 1; > + > +   file = alloca(length); > +   snprintf(file, length, "%s/%s/%s/module" SHA

Re: [E-devel] E SVN: raster IN trunk/eina: . src/include src/lib src/modules/mp/buddy src/modules/mp/chained_pool src/modules/mp/ememoa_fixed src/modules/mp/ememoa_unknown src/modules/mp/fixed_bitmap

2010-01-26 Thread The Rasterman
On Tue, 26 Jan 2010 17:16:34 +0100 Albin Tonnerre said: > On Tue, 26 Jan 2010 07:54 -0800, Enlightenment SVN wrote : > > Log: > > eina - does modules like the rest of efl, so it's able to be installed > > with multiple versions at the same time. eventually will neeed to also > > include major n

Re: [E-devel] E SVN: raster IN trunk/eina: . src/include src/lib src/modules/mp/buddy src/modules/mp/chained_pool src/modules/mp/ememoa_fixed src/modules/mp/ememoa_unknown src/modules/mp/fixed_bitmap

2010-01-26 Thread The Rasterman
On Tue, 26 Jan 2010 14:43:39 -0200 Gustavo Sverzut Barbieri said: > On Tue, Jan 26, 2010 at 1:54 PM, Enlightenment SVN > wrote: > > +   length = strlen(path) + 1 + strlen(name) + 1 + > > +     strlen((char *)(cb_data->data)) + 1 + sizeof("module") + > > +     sizeof(SHARED_LIB_SUFFIX) + 1; > > +

[E-devel] Ecore_Job is gone (was: merge ecore job and txt into ecore?)

2010-01-26 Thread Albin Tonnerre
Hi there, SVN rev. 45570 merged all of ecore_job into ecore. While I updated everything in our SVN to cope with this change (thanks cedric for catching some of my mistakes), if you're using ecore_job in your projects, you need to update your code. If you were using ecore previously, all you need

Re: [E-devel] how to build a single epplets for E16?

2010-01-26 Thread Kim Woelders
On Tue, 26 Jan 2010 22:37:07 +0100, sda wrote: > hi guys, hello Kim! > > is there an easy way to build only desired "epplets" for E16? for > example OpenBSD has some flavours and only few epplets could be > installed and run properly without patches to the sources. > If you don't want to fix the

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

2010-01-26 Thread Vincent Torri
On Tue, 26 Jan 2010, Enlightenment SVN wrote: > Log: > Remove Ecore_Data > Author: englebass > Date: 2010-01-26 13:07:53 -0800 (Tue, 26 Jan 2010) > New Revision: 45601 > > Modified: > trunk/ecore/src/lib/ecore_x/xlib/ecore_x_netwm.c > > Modified: trunk/ecore/src/lib/ecore_x/xlib/

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

2010-01-26 Thread Michael 'Mickey' Lauer
Am Dienstag, den 26.01.2010, 14:34 -0800 schrieb Enlightenment SVN: > Log: > edje: remove useless code (Composing is done in xlib, in ecore_x, you need > to compile ecore with --enable-xim) Doesn't this break for non-X backends, like directfb, sdl, framebuffer? :M:

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

2010-01-26 Thread Boris 'billiob' Faure
On Tue, Jan 26, 2010 at 23:42, Michael 'Mickey' Lauer wrote: > Am Dienstag, den 26.01.2010, 14:34 -0800 schrieb Enlightenment SVN: >> Log: >>   edje: remove useless code (Composing is done in xlib, in ecore_x, you need >>   to compile ecore with --enable-xim) > > Doesn't this break for non-X backe

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

2010-01-26 Thread The Rasterman
On Tue, 26 Jan 2010 23:21:37 +0100 (CET) Vincent Torri said: > > > On Tue, 26 Jan 2010, Enlightenment SVN wrote: > > > Log: > > Remove Ecore_Data > > Author: englebass > > Date: 2010-01-26 13:07:53 -0800 (Tue, 26 Jan 2010) > > New Revision: 45601 > > > > Modified: > > trunk/eco

Re: [E-devel] [PATCH] elm_genlist : Introduce homogeneous mode and configurable block size

2010-01-26 Thread Brian Wang
On Sun, Jan 24, 2010 at 9:52 AM, Carsten Haitzler wrote: > On Sun, 24 Jan 2010 09:43:57 +0800 Brian Wang > said: > >> On Sat, Jan 23, 2010 at 5:08 PM, Carsten Haitzler >> wrote: >> > On Fri, 22 Jan 2010 10:27:09 +0800 Brian Wang >> > said: >> > >> > haahahahaha! un-lame now. and in svn - see s