Re: [E-devel] edje gradient fill

2006-08-20 Thread [EMAIL PROTECTED]
> B) origin/size filling is largely useless for linear grads > (since its applied before the angle) I should add that it's absolutely necessary for the resizing to be done before the rotation, or the whole thing becomes an inconsistent mess. The pdf spec for example makes this ve

Re: [E-devel] edje gradient fill

2006-08-20 Thread [EMAIL PROTECTED]
Brian writes: > Since this only makes sense for linear grads, i'll probably > just add: > > gradient.rel1.relative > gradient.rel1.offset > gradient.rel2.relative > gradient.rel2.offset > > these will only be used by linear grads, overriding fill.angle, > fill.position.* and fill.size.*

Re: [E-devel] edje gradient fill

2006-08-20 Thread [EMAIL PROTECTED]
> I realized the inconcistancy when I started implementing this > (still haven't used gradient types other than linear and radial > yet -- haven't felt like trawling evas' code for the params, > hint hint ;) > Ah... That's a deliberate omission - the lack of detailed documentation o

Re: [E-devel] edje gradient fill

2006-08-20 Thread brian . mattern
On Mon, Aug 21, 2006 at 12:16:42AM +, [EMAIL PROTECTED] wrote: > > Brian writes: > > > Now, due to the way edje does fills (specify origin and size), > > you can't easily do this. So, here's what I propose: > > > > Do away with the angle parameter. > > Use the origin/size to specify th

Re: [E-devel] edje gradient fill

2006-08-20 Thread [EMAIL PROTECTED]
Brian writes: > A few weeks back, I added gradient support to edje. However, > I think I need to rework how thigns are done slightly. Here's > the issue: > > Evas applies the fill of a grad BEFORE the rotation due to the > angle. So, if you want a horizontal grad from left to right (angl

Re: [E-devel] A fix for a bug in handling special characters in wallpaper files

2006-08-20 Thread The Rasterman
On Sun, 20 Aug 2006 23:19:18 +0400 Denys Rtveliashvili <[EMAIL PROTECTED]> babbled: > Hi, > > I have noticed a bug in E17 that an image can not be selected as a > wallpaper in case its file name contains special characters like > white-spaces. Could you please apply the attached small fix on CVS

[E-devel] edje gradient fill

2006-08-20 Thread brian . mattern
A few weeks back, I added gradient support to edje. However, I think I need to rework how thigns are done slightly. Here's the issue: Evas applies the fill of a grad BEFORE the rotation due to the angle. So, if you want a horizontal grad from left to right (angle = 270) you need to evas_object_gra

Re: [E-devel] A fix for a bug in handling special characters in wallpaper files

2006-08-20 Thread Denys Rtveliashvili
Sure. Here is a unified diff.. Regards, Denys > Could you please send a unified diff over cvs(cvs diff -u > file.diff) ? > > > On Sun, Aug 20, 2006 at 11:19:18PM +0400, Denys Rtveliashvili wrote: > > Hi, > > > > I have noticed a bug in E17 that an image can not be selected as a > > wallpaper

Re: [E-devel] A fix for a bug in handling special characters in wallpaper files

2006-08-20 Thread Aleksej Struk
Could you please send a unified diff over cvs(cvs diff -u > file.diff) ? On Sun, Aug 20, 2006 at 11:19:18PM +0400, Denys Rtveliashvili wrote: > Hi, > > I have noticed a bug in E17 that an image can not be selected as a > wallpaper in case its file name contains special characters like > white-s

[E-devel] A fix for a bug in handling special characters in wallpaper files

2006-08-20 Thread Denys Rtveliashvili
Hi, I have noticed a bug in E17 that an image can not be selected as a wallpaper in case its file name contains special characters like white-spaces. Could you please apply the attached small fix on CVS? Thank you, Denys Index: src/bin/e_int_config_wallpaper_import.c =

Re: [E-devel] Engage in CVS failed to compile

2006-08-20 Thread David Seikel
On Sun, 20 Aug 2006 15:46:40 + (UTC) "Peter" <[EMAIL PROTECTED]> wrote: > On Sun, 20 Aug 2006 16:53:35 +0900, Carsten Haitzler (The Rasterman) > wrote: > > > On Sun, 20 Aug 2006 14:44:57 +0800 "Didier Casse" > > <[EMAIL PROTECTED]> babbled: > > > >> Damn now it's engage who refuses to compil

Re: [E-devel] Engage in CVS failed to compile

2006-08-20 Thread Peter
On Sun, 20 Aug 2006 16:53:35 +0900, Carsten Haitzler (The Rasterman) wrote: > On Sun, 20 Aug 2006 14:44:57 +0800 "Didier Casse" <[EMAIL PROTECTED]> > babbled: > >> Damn now it's engage who refuses to compile. This time all the >> libraries are in (double checked!). >> Log attached. > > indeed. g

Re: [E-devel] edj files need recompiling?

2006-08-20 Thread Peter
On Sun, 20 Aug 2006 11:44:52 +0900, Carsten Haitzler (The Rasterman) wrote: >> > it means that eet cannot use mmap to open the files and needs to fix them >> > up on load. that's all. it's relatively harmless - but it means eet is not >> > running as optimally as it could. >> > >> All right. Now,

Re: [E-devel] E CVS: apps/e onefang

2006-08-20 Thread David Seikel
On Sun, 20 Aug 2006 10:27:32 -0400 dan sinclair <[EMAIL PROTECTED]> wrote: > On 20-Aug-06, at 1:30 AM, Enlightenment CVS wrote: > > > Log Message: > > Paranoid NULL checking added due to a report of crashes. May > > simply move > > the crash to later. Let's see if this at least allows the dia

Re: [E-devel] Getting the window containing an e17 widget

2006-08-20 Thread The Rasterman
On Sun, 20 Aug 2006 15:07:50 +0200 Simon TRENY <[EMAIL PROTECTED]> babbled: > Thanks raster, that works great, the entry of e17 now supports > copy/paste :) > > About the pointer push/pop thing, I've seen that you didn't use the > "special_pointer" boolean. Have you actually fixed that directly i

Re: [E-devel] E CVS: apps/e onefang

2006-08-20 Thread dan sinclair
On 20-Aug-06, at 1:30 AM, Enlightenment CVS wrote: > Enlightenment CVS committal > > Author : onefang > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Files: > e_int_config_icon_themes.c > > > Log Message: > Paranoid NULL checking added due to a report of

Re: [E-devel] CVS E17 doesn't compile

2006-08-20 Thread Morten Nilsen
Didier Casse wrote: > My builds are normally automated, but this time it wasn't as flawless > as usual and I know why now thanks to you guys. When the script tried > to install ecore, it couldn't and had some failed dependencies as > shown below. > I know how to fix this for the RPM case. ;) > > e

Re: [E-devel] Getting the window containing an e17 widget

2006-08-20 Thread Simon TRENY
Thanks raster, that works great, the entry of e17 now supports copy/paste :) About the pointer push/pop thing, I've seen that you didn't use the "special_pointer" boolean. Have you actually fixed that directly in E_Pointer? I have the same problem with Etk, sometimes mouse_out is just not emitted,

Re: [E-devel] evas object event callback API

2006-08-20 Thread Jan Rychter
Carsten Haitzler: > On Sat, 19 Aug 2006 19:32:06 +0200 Jan Rychter <[EMAIL PROTECTED]> babbled: > > [the delay is because I wanted to have working code before I comment > > further, and work intervened] > > > > Carsten Haitzler: > > > On Sat, 05 Aug 2006 12:45:39 +0200 Jan Rychter <[EMAIL PROTECT

Re: [E-devel] e17 hanging

2006-08-20 Thread Massimo Maiurana
Chady Kassouf, il 20/08/2006 09:09, scrisse: > I'm not being able to reproduce this consistently, but sometimes E hangs on > me, > at first I thought this was the same issue I've been having with the nvidia > driver causing a system lockdown, but I changed to the nv driver, and a > different sort o

Re: [E-devel] edj files need recompiling?

2006-08-20 Thread Peter
On Sun, 20 Aug 2006 11:44:52 +0900, Carsten Haitzler (The Rasterman) wrote: snip... >> All right. Now, how can I fix this so that eet runs more optimally? > > md tmp; > eet -d ../input_file.edj > eet -c ../input_file.edj * > cd .. > rm -rf tmp > > (this SHOULD work) > > OR just rebuild the file

Re: [E-devel] e17 hanging

2006-08-20 Thread The Rasterman
On Sun, 20 Aug 2006 05:09:13 -0200 "Chady Kassouf" <[EMAIL PROTECTED]> babbled: > I'm not being able to reproduce this consistently, but sometimes E hangs on > me, > at first I thought this was the same issue I've been having with the nvidia > driver causing a system lockdown, but I changed to the

Re: [E-devel] Engage in CVS failed to compile

2006-08-20 Thread The Rasterman
On Sun, 20 Aug 2006 14:44:57 +0800 "Didier Casse" <[EMAIL PROTECTED]> babbled: > Damn now it's engage who refuses to compile. This time all the > libraries are in (double checked!). > Log attached. indeed. gadman has been removed from e17. the hanging axe has been dropped. > -- > With kind rega

[E-devel] e17 hanging

2006-08-20 Thread Chady Kassouf
I'm not being able to reproduce this consistently, but sometimes E hangs on me, at first I thought this was the same issue I've been having with the nvidia driver causing a system lockdown, but I changed to the nv driver, and a different sort of hang started happening; I can still use the mouse, th