[E-devel] winter

2006-09-05 Thread brian . mattern
A quick note for everyone out there. The Winter E17 theme is officially available at http://rephorm.com/design/winter/ (or directly at http://rephorm.com/files/winter/winter-e17.edj) I'll make note in my blog whenever its updated as well as update the changelog on that first page. (There's also a

Re: [E-devel] Debian package fixes

2006-09-05 Thread The Rasterman
On Tue, 5 Sep 2006 23:53:54 +0200 Jens Taprogge <[EMAIL PROTECTED]> babbled: > Hello. > > I have recently build a more or less complete set of Debian packges of > the EFL and certain apps. > > I stumbled across a few minor issues. Please find two patches attached > that fix those (one for the

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread The Rasterman
On Tue, 5 Sep 2006 17:31:15 +0200 Rene Rebe <[EMAIL PROTECTED]> babbled: > Hi, > > On Tuesday 05 September 2006 17:11, Carsten Haitzler wrote: > > > Of course I did not expect anyone to fix it for me, I just wanted to know > > > from the Evas overguru if said steps would be needed to address this

[E-devel] Debian package fixes

2006-09-05 Thread Jens Taprogge
Hello. I have recently build a more or less complete set of Debian packges of the EFL and certain apps. I stumbled across a few minor issues. Please find two patches attached that fix those (one for the libs the other for the apps). Best Regards Jens Taprogge Index: evas/debian/rules =

[E-devel] unsubscribe

2006-09-05 Thread Luca bedogni
On Tue, 5 Sep 2006 17:31:15 +0200 Rene Rebe <[EMAIL PROTECTED]> wrote: > Hi, > > On Tuesday 05 September 2006 17:11, Carsten Haitzler wrote: > > > Of course I did not expect anyone to fix it for me, I just wanted > > > to know from the Evas overguru if said steps would be needed to > > > address

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread Rene Rebe
Hi, On Tuesday 05 September 2006 17:11, Carsten Haitzler wrote: > > Of course I did not expect anyone to fix it for me, I just wanted to know > > from the Evas overguru if said steps would be needed to address this. > > > > I noticed this because I'm right now working on the third user-space > > b

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread The Rasterman
On Tue, 5 Sep 2006 15:20:05 +0200 Rene Rebe <[EMAIL PROTECTED]> babbled: > Hi, > > On Tuesday 05 September 2006 15:02, Carsten Haitzler wrote: > > > Any chance this can be fixed, e.g. FBIOGETCMAP the palette and setup > > > the 8bit converter for it? As far as I can see the 8bit converter is > >

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread Michael 'Mickey' Lauer
Am Dienstag, den 05.09.2006, 15:20 +0200 schrieb Rene Rebe: > Hi, > > On Tuesday 05 September 2006 15:02, Carsten Haitzler wrote: > > > Any chance this can be fixed, e.g. FBIOGETCMAP the palette and setup > > > the 8bit converter for it? As far as I can see the 8bit converter is > > > already the

Re: [E-devel] Evas & Evoak future changes

2006-09-05 Thread Vincent Torri
> indeed, a cvs dir to experiment with evas would be nice, maybe i can > put it on proto? or in another branch Vincent - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with

Re: [E-devel] Evas & Evoak future changes

2006-09-05 Thread Jorge Luis Zapata Muga
>... > > I thought about getting back to this some time in the future, > but if you and maybe Jorge ar willing to give this a try, then it may > be better to go ahead and try and finish it off now -- it would be > very useful in many other ways as well, especially since much of the > image

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread Rene Rebe
Hi, On Tuesday 05 September 2006 15:02, Carsten Haitzler wrote: > > Any chance this can be fixed, e.g. FBIOGETCMAP the palette and setup > > the 8bit converter for it? As far as I can see the 8bit converter is > > already there for the 8bps xlib case. > > unlikely as it's 1. not a priority, 2. no

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread The Rasterman
On Tue, 5 Sep 2006 11:32:00 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > Rene writes: > > > Hi, > > > > most framebuffer drivers (nvidia, radeon, ...) default to 8bps and > > all non-x86 machines such as PPC ones run this per default. However > > Evas (evas_fb_test) crashes on

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread The Rasterman
On Tue, 5 Sep 2006 13:27:14 +0200 Rene Rebe <[EMAIL PROTECTED]> babbled: > On Tuesday 05 September 2006 12:55, Carsten Haitzler babbled: > > On Tue, 5 Sep 2006 11:32:28 +0200 Rene Rebe <[EMAIL PROTECTED]> babbled: > > > Hi, > > > > > > most framebuffer drivers (nvidia, radeon, ...) default to 8bps

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread The Rasterman
On Tue, 5 Sep 2006 11:32:28 +0200 Rene Rebe <[EMAIL PROTECTED]> babbled: > Hi, > > most framebuffer drivers (nvidia, radeon, ...) default to 8bps and all non-x86 > machines such as PPC ones run this per default. However Evas (evas_fb_test) > crashes on 8bps because no convert function is matched

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread [EMAIL PROTECTED]
Rene writes: > Hi, > > most framebuffer drivers (nvidia, radeon, ...) default to 8bps and > all non-x86 machines such as PPC ones run this per default. However > Evas (evas_fb_test) crashes on 8bps because no convert function is > matched and crashes in > > evas_fb_outbuf_fb_get_height

Re: [E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread Rene Rebe
On Tuesday 05 September 2006 12:55, Carsten Haitzler babbled: > On Tue, 5 Sep 2006 11:32:28 +0200 Rene Rebe <[EMAIL PROTECTED]> babbled: > > Hi, > > > > most framebuffer drivers (nvidia, radeon, ...) default to 8bps and all > > non-x86 machines such as PPC ones run this per default. However Evas >

[E-devel] Evas (evas_fb_test) crashing on 8bps framebuffers

2006-09-05 Thread Rene Rebe
Hi, most framebuffer drivers (nvidia, radeon, ...) default to 8bps and all non-x86 machines such as PPC ones run this per default. However Evas (evas_fb_test) crashes on 8bps because no convert function is matched and crashes in evas_fb_outbuf_fb_get_height (buf=0x0) at evas_outbuf.c:365 because