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

Re: [E-devel] epp

2011-03-20 Thread The Rasterman
On Wed, 16 Mar 2011 07:25:52 +0100 (CET) Vincent Torri vto...@univ-evry.fr 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

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 michael.bouch...@gmail.com 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

Re: [E-devel] enlightenment_remote methods

2011-03-20 Thread The Rasterman
On Fri, 18 Mar 2011 18:16:11 +0200 orcun avsar orc@gmail.com 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

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 no-re...@enlightenment.org 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:

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 m...@zentific.com 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

[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

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 SVNno-re...@enlightenment.org 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 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 - directfb

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 juyung@samsung.com 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 =

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.

Re: [E-devel] arabic gui

2011-03-20 Thread Tom Hacohen
Same. EDJE is the lib, .EDJ is the file extension. 2011/3/20 المسالم المسالمة almusalimalmusali...@gmail.com 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

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] To be killed

2011-03-20 Thread Tom Hacohen
On Sun, Mar 20, 2011 at 9:54 PM, Andreas Volz li...@brachttal.net 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

Re: [E-devel] To be killed

2011-03-20 Thread Dariusz Knociński
On Sun, 20 Mar 2011 20:54:56 +0100 Andreas Volz li...@brachttal.net 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 Eduardo Felipe
On Sun, Mar 20, 2011 at 5:29 PM, Tom Hacohen t...@stosb.com wrote: On Sun, Mar 20, 2011 at 9:54 PM, Andreas Volz li...@brachttal.net 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

Re: [E-devel] To be killed

2011-03-20 Thread Tom Hacohen
On Sun, Mar 20, 2011 at 11:27 PM, Eduardo Felipe eduardofelip...@gmail.comwrote: 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

Re: [E-devel] imlib2 caching can fail

2011-03-20 Thread The Rasterman
On Sun, 20 Mar 2011 18:21:44 +0100 Kim Woelders k...@woelders.dk 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

Re: [E-devel] To be killed

2011-03-20 Thread The Rasterman
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 t...@stosb.com wrote: On Sun, Mar 20, 2011 at 9:54 PM, Andreas Volz li...@brachttal.net wrote: I was using directfb some years ago. It was a very fast way to

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 ras...@rasterman.comwrote: 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 t...@stosb.com wrote: On Sun, Mar 20, 2011 at 9:54 PM,

Re: [E-devel] To be killed

2011-03-20 Thread Eduardo Felipe
On Sun, Mar 20, 2011 at 8:48 PM, Carsten Haitzler ras...@rasterman.com 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 t...@stosb.com wrote: On Sun, Mar 20, 2011 at 9:54 PM, Andreas Volz li...@brachttal.net

Re: [E-devel] To be killed

2011-03-20 Thread The Rasterman
On Sun, 20 Mar 2011 22:34:16 -0300 Eduardo Felipe eduardofelip...@gmail.com said: On Sun, Mar 20, 2011 at 8:48 PM, Carsten Haitzler ras...@rasterman.com 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

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 clem...@batt.in 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!

[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