Re: [E-devel] IMLIB2 ported to mingw+msys

2008-11-01 Thread Vincent Torri
On Thu, 30 Oct 2008, Kim Woelders wrote: > On Tue, 28 Oct 2008 17:45:10 +0100, carlo.bramix <[EMAIL PROTECTED]> > wrote: > >> Hello, >> I got the sources of your newly released Imlib2 1.4.2 and I did again the >> fixes for Mingw+Msys. >> I think I also fixed my bugs with: >> 1) bad mmap() dete

Re: [E-devel] Implementing a polygon / image map in edje

2008-11-01 Thread Viktor Kojouharov
On Fri, 2008-10-31 at 23:38 -0400, Jose Gonzalez wrote: > Carsten wrote: > > > On Fri, 31 Oct 2008 21:27:48 -0400 Jose Gonzalez <[EMAIL PROTECTED]> > > babbled: > > > > > > > >>And unfortunately you have another set of tough decisions to make for > >> both evas and edje. > >> > >>The '

Re: [E-devel] E-Module_Extra stringshare patch.

2008-11-01 Thread Luca De Marini
Thank you very much man, Extramenu is an important module in OpenGEU, Dave lately is not answering so I'm really happy you did this :) Could you do this to trash too pleaase? I beg you :) Greetings, Luca 2008/10/31 Stephane Bauland <[EMAIL PROTECTED]> > Hi all, i notice that evas_stringshare

Re: [E-devel] E-Module_Extra stringshare patch.

2008-11-01 Thread Luca De Marini
Ehm... sorry people, I read a bad topic, I thought it was about emodule extramenu just woke up. I'll try to turn on the brain next time... sorry again, don't you mind please :( Lua 2008/11/1 Luca De Marini <[EMAIL PROTECTED]> > Thank you very much man, Extramenu is an important module in Ope

Re: [E-devel] E-Module_Extra stringshare patch.

2008-11-01 Thread Stephane Bauland
Luca De Marini wrote: > Thank you very much man, Extramenu is an important module in OpenGEU, > Dave lately is not answering so I'm really happy you did this :) > Could you do this to trash too pleaase? I beg you :) > Greetings, > > Luca I just patch svn modules, but if you want to do it. Then

Re: [E-devel] IMLIB2 ported to mingw+msys

2008-11-01 Thread carlo.bramix
Hello, I tried to analize my changes more in detail. The mmap() problem with TGA file loader: I could do it natively on Windows too (with CreateFileMapping(), MapViewOfFile(), etc) but I do not think this is what you really want... So, this is a good reason for adding the dependency with Evil i

Re: [E-devel] IMLIB2 ported to mingw+msys

2008-11-01 Thread Vincent Torri
Hey, > The mmap() problem with TGA file loader: I could do it natively on Windows > too (with CreateFileMapping(), MapViewOfFile(), etc) but I do not think this > is what you really want... > So, this is a good reason for adding the dependency with Evil if mmap() is > supported. > As alternati

Re: [E-devel] Prototype thumbnailer now has a Epeg plugin (fwd)

2008-11-01 Thread Jose Gonzalez
Joerg Sonnenberger wrote: > On Thu, Oct 30, 2008 at 09:09:55AM -0400, Jose Gonzalez wrote: > >>Errr.. I mean in your example one *would* jpg-downscale to 32, >> and the software down-scale to 31. The result, with 'smooth-scaling' >> would be quite good. >> > > I think it is better to d

Re: [E-devel] Rage TODO items

2008-11-01 Thread Tim Felgentreff
Me again. Missed 4 lines in the settings patch. Sorry, this one works now. -Tim # This patch adds some config options # With it, one can toggle fullscreen, # and change between x11 and xrender (for now) # It adds a function to restart rage --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -35,

Re: [E-devel] [Geubuntu-dev] Pidgin lagging or using too much resources

2008-11-01 Thread Jorge Mariani
Hi. I'm using the 177.80 proprietary driver from nVidia. I'm interested on trying nouveau. How do I install it? Regards. On Oct 30, 2008, at 9:02 AM, Ross Vandegrift wrote: > On Thu, Oct 30, 2008 at 07:33:02AM -0600, Jorge Mariani wrote: >> I have a Dell Precision M4300, CoreDuo, 4GB RAM, two

Re: [E-devel] [Geubuntu-dev] Pidgin lagging or using too much resources

2008-11-01 Thread Vincent Torri
Hey, I'm using the 177.80 proprietary driver from nVidia. I'm interested on trying nouveau. How do I install it? * main site : http://nouveau.freedesktop.org/wiki/ * installing nouveau : http://nouveau.freedesktop.org/wiki/InstallNouveau or better: http://nouveau.freedesktop.org/wiki/Ub

[E-devel] Rage TODO items

2008-11-01 Thread Tim Felgentreff
Hi, I am atm trying to help a little for the first time, working on the TODO list of Rage. I have started on two items already. One is simple mouse control for rage, and the other is work on the settings menu. I would like to hear what you think. I would also like to add support for an eet configfi

[E-devel] swallow question

2008-11-01 Thread flower-mei
hi all, Maybe I don't understand the swallow and unswallow very well, when I unswallow a part, then swallow a new part it just display nothing that is the current part is unswallowed but the new part maybe not be swallowed successfully or some reason made it not displayed, I am conf

[E-devel] fixing the python-edje example 03-kinetic_list

2008-11-01 Thread dongmei zhou
hi all, python-efl examples in directory : root/trunk/e17/proto/python-efl/python-edje/examples/evas-demo/03-kinetic_list has some problems when running: KineticList.clip_set(object) not implemented. ResizableImage.clip_set(object) not implemented. ResizableImage.show() not implemented. who can

Re: [E-devel] E-Module_Extra stringshare patch.

2008-11-01 Thread Christopher Michael
In cvs, thanks :) dh Stephane Bauland wrote: > Hi all, i notice that evas_stringshare left on some of the modules. Here > is attached the patch to replac evas_stringshare by eina ones. > > PS: I test them quickly, they seem to be working. > > > > -