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
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
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
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
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
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
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 */
> -
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
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
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
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
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
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
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;
> > +
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
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
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/
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:
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
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
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
21 matches
Mail list logo