Re: [E-devel] Evas transforms/filters/etc.

2008-04-27 Thread Jose Gonzalez
I wrote: >>> I wish someone would point out an interesting, and/or common, >>> real-time gui use of something besides: one specialty filter (say a >>> blur or a bumpmap) followed by a geometric transform (and possibly >>> all clipped by a mask). >>> >>> >> in order to do cov

[E-devel] Patch valgrind deprecated macro

2008-04-27 Thread Charles Clément
Hello, When compiling ecore on a system that has valgrind installed it failed because of a deprecated macro call: VALGRIND_MAKE_READABLE in the evas library. In the NEWS file distributed with valgrind, in the changes for the 3.2.0 version is stated: - There are some changes to Memcheck's client r

[E-devel] Nightly build log for E17 on 2008-04-27 07:09:08 -0700

2008-04-27 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-04-27 07:09:08 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: enna http://download.enlightenment.org/tests/logs/enna.log epdf http://download.enlightenment.org/tests/logs/epdf.log evolve h

Re: [E-devel] E17 Systray Module sourcecode?

2008-04-27 Thread The DarkMaster
UHm guess you don't exactly know thepast histroy of GOs then sorry but I was talking about GOs rocket E17, not GOs space, and rocket E17 used E17 of course, you can still download it and try it, and you'll find the systray module for E17 in the distro too... Anyone please? Luca --

Re: [E-devel] E17 Systray Module sourcecode?

2008-04-27 Thread Pomarede Nicolas
On Sun, 27 Apr 2008, The DarkMaster wrote: > UHm guess you don't exactly know thepast histroy of GOs then > sorry but I was talking about GOs rocket E17, not GOs space, and rocket E17 > used E17 of course, you can still download it and try it, and you'll find > the systray module for E17 i

Re: [E-devel] E17 Systray Module sourcecode?

2008-04-27 Thread Nick Hughart
There are only a few people who will know where this source code has ended up if it still exists anywhere. If you have not coded anything for gOS please refrain from answering as you will be no help ;) Pomarede Nicolas wrote: > On Sun, 27 Apr 2008, The DarkMaster wrote: > > >> UHm guess

Re: [E-devel] E17 Systray Module sourcecode?

2008-04-27 Thread Nick Hughart
I happened to have a copy locally, but like I've said before, it needs A LOT of work. A lot of applications may just not work at all and others will have various issues. Here it is regardless: http://mekius.net/files/misc/systray.tar.gz Pomarede Nicolas wrote: > On Sun, 27 Apr 2008, The DarkM

Re: [E-devel] E17 Systray Module sourcecode?

2008-04-27 Thread The DarkMaster
Nick you are just a GOD! Thank you very much, we'll try our best to work on it and see if we can make it a better tray :) Of course all the changes will be public! ;) Luca 2008/4/27 Nick Hughart <[EMAIL PROTECTED]>: > I happened to have a copy locally, but like I've said before, it needs A > LOT

[E-devel] FreeBSD Update

2008-04-27 Thread Benjamin Adams
Hello, I just joined mailing list. I'm on FreeBSD with e17. Wondering if someone can update the ports (x11/enlightenment-devel) on FreeBSD and get entrance over to it. THANKS!! Ben - This SF.net email is sponsored by the 20

[E-devel] EET minor details

2008-04-27 Thread Gustavo Sverzut Barbieri
Hi, The SoC student for python-eet (Luiz Irber) is doing the project even without Google's money, so while reading the code in order to do proper mentoring I found some minor details. If you're ok with them, the student can provide patches for these and I can commit. 1 - minor spell errors in the

Re: [E-devel] EET minor details

2008-04-27 Thread The Rasterman
On Sun, 27 Apr 2008 23:31:27 -0300 "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> babbled: > Hi, > > The SoC student for python-eet (Luiz Irber) is doing the project even > without Google's money, so while reading the code in order to do > proper mentoring I found some minor details. If you're ok

Re: [E-devel] EET minor details

2008-04-27 Thread Ravenlock
On 04/27/2008 21:31, Gustavo Sverzut Barbieri wrote: > Hi, > > The SoC student for python-eet (Luiz Irber) is doing the project even > without Google's money, FWIW... A Google t-shirt can still be obtained for these efforts. (Will not be an SoC shirt, but a Google t-shirt.) :) > so while read

Re: [E-devel] EET minor details

2008-04-27 Thread Vincent Torri
On Sun, 27 Apr 2008, Gustavo Sverzut Barbieri wrote: > 1 - minor spell errors in the docs, easy to fix using aspell/ispell > > 2 - why descriptor macros don't use offsetof() macros (in GCC one can > do it using __builtin_offsetof()). Vincent, can you confirm if similar > stuff is available on Wi