[E-devel] edc build error while building editje

2011-03-20 Thread Daniel Juyung Seo
Hello, While building editje, I faced edc build error like below. I used latest svn revision 57928. It looks like this break came from latest edje changes. But when I get the clean checkout of edje from svn, editje was built well. So I did 'make clean,distclean,maintainer-clean' on edje, but I sti

Re: [E-devel] [Patch] Eeze - Implement eeze_udev_syspath_get_sysname()

2011-03-20 Thread Mike Blumenkrantz
On Fri, 18 Mar 2011 17:45:19 +0100 "Clément Battin" wrote: > Hi there. > > Here's eeze_udev_syspath_get_sysname() for Eeze. > > Regards, > > Clement Battin. > in svn as eeze_udev_get_devname -- Mike Blumenkrantz Zentific: NULL pointer dereferences now 50% off! -

Re: [E-devel] To be killed

2011-03-20 Thread The Rasterman
On Sun, 20 Mar 2011 22:34:16 -0300 Eduardo Felipe said: > On Sun, Mar 20, 2011 at 8:48 PM, Carsten Haitzler > wrote: > > On Sun, 20 Mar 2011 18:27:23 -0300 Eduardo Felipe > > said: > > > >> On Sun, Mar 20, 2011 at 5:29 PM, Tom Hacohen wrote: > >> > On Sun, Mar 20, 2011 at 9:54 PM, Andreas Volz

Re: [E-devel] To be killed

2011-03-20 Thread Eduardo Felipe
On Sun, Mar 20, 2011 at 8:48 PM, Carsten Haitzler wrote: > On Sun, 20 Mar 2011 18:27:23 -0300 Eduardo Felipe > said: > >> On Sun, Mar 20, 2011 at 5:29 PM, Tom Hacohen wrote: >> > On Sun, Mar 20, 2011 at 9:54 PM, Andreas Volz wrote: >> > >> >> I was using directfb some years ago. It was a very f

Re: [E-devel] To be killed

2011-03-20 Thread Ian Caldwell
Phew I dodged the list! ;) On Sun, Mar 20, 2011 at 4:48 PM, Carsten Haitzler wrote: > On Sun, 20 Mar 2011 18:27:23 -0300 Eduardo Felipe < > eduardofelip...@gmail.com> > said: > > > On Sun, Mar 20, 2011 at 5:29 PM, Tom Hacohen wrote: > > > On Sun, Mar 20, 2011 at 9:54 PM, Andreas Volz > wrote: >

Re: [E-devel] To be killed

2011-03-20 Thread The Rasterman
On Sun, 20 Mar 2011 18:27:23 -0300 Eduardo Felipe said: > On Sun, Mar 20, 2011 at 5:29 PM, Tom Hacohen wrote: > > On Sun, Mar 20, 2011 at 9:54 PM, Andreas Volz wrote: > > > >> I was using directfb some years ago. It was a very fast way to display > >> graphics without X in Linux. May be great f

Re: [E-devel] imlib2 caching can fail

2011-03-20 Thread The Rasterman
On Sun, 20 Mar 2011 18:21:44 +0100 "Kim Woelders" said: well that was kind of my point :) it's broken currently in 1 situation (file modified within the same second). checking for size and inode number MAY also help as writing a new file may use a new inode and be of different size, so it's "less

Re: [E-devel] To be killed

2011-03-20 Thread Tom Hacohen
On Sun, Mar 20, 2011 at 11:27 PM, Eduardo Felipe wrote: > I would like to be able to step up and maintain it, as I have written > patches for it in the past, but I'm afraid that I don't understand the > whole Evas codebase enough to be able to change the engine if a big > backend change happens. >

Re: [E-devel] To be killed

2011-03-20 Thread Eduardo Felipe
On Sun, Mar 20, 2011 at 5:29 PM, Tom Hacohen wrote: > On Sun, Mar 20, 2011 at 9:54 PM, Andreas Volz wrote: > >> I was using directfb some years ago. It was a very fast way to display >> graphics without X in Linux. May be great for embedded systems. Don't >> you expect someone could need it? Or i

Re: [E-devel] To be killed

2011-03-20 Thread Dariusz Knociński
On Sun, 20 Mar 2011 20:54:56 +0100 Andreas Volz wrote: > Am Sun, 20 Mar 2011 12:17:52 +0100 schrieb Cedric BAIL: [ciach] > > - directfb > I am waiting fo it :) DKnoto. pgpNjkETmSAXX.pgp Description: PGP signature --

Re: [E-devel] To be killed

2011-03-20 Thread Tom Hacohen
On Sun, Mar 20, 2011 at 9:54 PM, Andreas Volz wrote: > I was using directfb some years ago. It was a very fast way to display > graphics without X in Linux. May be great for embedded systems. Don't > you expect someone could need it? Or is the engine not that good that > it's usable? > If I reme

Re: [E-devel] To be killed

2011-03-20 Thread Andreas Volz
Am Sun, 20 Mar 2011 12:17:52 +0100 schrieb Cedric BAIL: > Hi, > > This mail is all about reducing the list of engine that we do support > in evas. First the list of engine that should be dead, because nobody > did take care of them in the past year and because they are not worth > the effort : >

Re: [E-devel] arabic gui

2011-03-20 Thread Tom Hacohen
Same. EDJE is the lib, .EDJ is the file extension. 2011/3/20 المسالم المسالمة > i am afraid if i do something like mirroring or even useing RTL gui > programming in the theme > > all what i will get form E17 is crashing all the time because it is not > support that method now as you said > > by

Re: [E-devel] imlib2 caching can fail

2011-03-20 Thread Kim Woelders
Umm... my suggestion doesn't break anything... but it doesn't fix the issue at hand :) I have committed the obvious correction (test time stamp equality, not greater than). I think the only way to make further improvements is to use sub-second time info when available, as raster suggests. I

Re: [E-devel] [Patch] imlib2 dso fix.

2011-03-20 Thread Kim Woelders
On Fri, 18 Mar 2011 13:44:28 +0100, Daniel Juyung Seo wrote: > Hello, > This is an imlib2 dso fix patch. > Even imlib2 is deprecated, it is still in trunk and is probably used by > someone. > Please review this patch. > Thanks. > ... -imlib2_show_LDADD = $(top_builddir)/src/lib/libImlib2.la +

Re: [E-devel] To be killed

2011-03-20 Thread Vincent Torri
On Sun, 20 Mar 2011, Cedric BAIL wrote: > Hi, > > This mail is all about reducing the list of engine that we do support > in evas. First the list of engine that should be dead, because nobody > did take care of them in the past year and because they are not worth > the effort : > - cairo > - d

Re: [E-devel] E SVN: raster trunk/evas/src/modules/engines/gl_x11

2011-03-20 Thread Sebastian Dransfeld
On 03/20/2011 11:04 AM, Mike Blumenkrantz wrote: > On Sun, 20 Mar 2011 01:48:30 -0700 > "Enlightenment SVN" wrote: >> + if (!_evas_gl_x11_vi[screen]) return NULL; >> >> + if (screen>= MAXSCRN) >> + { >> +ERR("Screen #%i beyond the maximum # of supported screens (%i)", >> +

Re: [E-devel] To be killed

2011-03-20 Thread Tom Hacohen
My opinion on the matter is known, I want them all dead. On Sun, 2011-03-20 at 12:17 +0100, Cedric BAIL wrote: > Hi, > > This mail is all about reducing the list of engine that we do support > in evas. First the list of engine that should be dead, because nobody > did take care of them in the pa

[E-devel] To be killed

2011-03-20 Thread Cedric BAIL
Hi, This mail is all about reducing the list of engine that we do support in evas. First the list of engine that should be dead, because nobody did take care of them in the past year and because they are not worth the effort : - cairo - directfb - quartz - qtopia - xrender - software 1

Re: [E-devel] E SVN: raster trunk/evas/src/modules/engines/gl_x11

2011-03-20 Thread The Rasterman
On Sun, 20 Mar 2011 06:04:10 -0400 Mike Blumenkrantz said: > hey sorry for disappearing, having some crazy hw issues suddenly. I tested > this very briefly when I was able to get X up, and it "sort of works." the gl > ctx does init since I no longer get jeffdameth's error window, but rendering >

Re: [E-devel] E SVN: raster trunk/evas/src/modules/engines/gl_x11

2011-03-20 Thread Mike Blumenkrantz
On Sun, 20 Mar 2011 01:48:30 -0700 "Enlightenment SVN" wrote: > Log: > support multiple screens AT the same time... multiple gl contexts - > one is created per screen #. max is 16 screens (0->15). dont know if > this really works yet. > > > > Author: raster > Date: 2011-0

Re: [E-devel] enlightenment_remote methods

2011-03-20 Thread The Rasterman
On Fri, 18 Mar 2011 18:16:11 +0200 orcun avsar said: > Hi, > We've prepared an Enlightenment version Gnu/Pardus of distro. Pardus has a > manager named Kaptan which runs at first startup of the system and make some > customizations(wallpapers, themes, mouse and keyboard configurations) and > appl

Re: [E-devel] epp

2011-03-20 Thread The Rasterman
On Wed, 16 Mar 2011 07:25:52 +0100 (CET) Vincent Torri said: > > Hey, > > On Tue, 15 Mar 2011, Daniel McLellan wrote: > > > I am trying to compile E17 for openindiana using suncc. There seems to have > > been an issue with the c preprocessor; I have noted the new epp but I am > > unaware of h

Re: [E-devel] adding newest loaders to evas 1.0

2011-03-20 Thread The Rasterman
On Mon, 14 Mar 2011 22:50:43 +0100 michael bouchaud said: correct. 1.0.1 is for bugfixes only. when i finally can catch up on my email queue i want to backport a bunch of fixes in trunk and do some 1.0.1's > me too, I think all new evas loaders don't needed to be backported to 1.0 > branch. > T

Re: [E-devel] arabic gui

2011-03-20 Thread Tom Hacohen
Dear Salim, Sorry, there's no shortcut, you'll have to create your own theme, and even then, I'm not sure it will work as expected because not everything in e is affected by the theme. ;| So I'd have to conclude there's no real way to do it at the moment. -- Tom. On Sat, 2011-03-19 at 18:22 +02