Re: [E-devel] e17 cvs - creating icons for apps

2006-01-11 Thread Laurence Vanek
Carsten Haitzler (The Rasterman) wrote: >On Wed, 11 Jan 2006 20:08:05 -0600 Laurence Vanek <[EMAIL PROTECTED]> babbled: > > > >>>I'm on a slackware box. >>>I click on the button named "Icon" and browse the disk in the efm >>>window which appears to find the image file I want to use. >>> >>> >>>

Re: [E-devel] [patch] elicit color settings

2006-01-11 Thread The Rasterman
On Thu, 12 Jan 2006 04:17:55 +0100 Morten Nilsen <[EMAIL PROTECTED]> babbled: > dan sinclair wrote: > > Why is this _argb instead of _rgba? Most of the efl code that I've seen > > that take colour params take them as r, g, b, a. Might make sense to > > keep this consistent as I'm sure it will ca

Re: [E-devel] [patch] elicit color settings

2006-01-11 Thread Morten Nilsen
Brian Mattern wrote: A few things. First, what you changed is only the saving of colors so they can be loaded up the next time. The config file size may go down slightly, but point is to use the type designed for rgb values.. and ..what else was there to change in this aspect? there is no o

Re: [E-devel] e17 cvs - creating icons for apps

2006-01-11 Thread The Rasterman
On Wed, 11 Jan 2006 20:08:05 -0600 Laurence Vanek <[EMAIL PROTECTED]> babbled: > > >I'm on a slackware box. > >I click on the button named "Icon" and browse the disk in the efm > >window which appears to find the image file I want to use. > > > > > > > My fault, Im not explaining myself well en

Re: [E-devel] [patch] elicit color settings

2006-01-11 Thread Morten Nilsen
dan sinclair wrote: Why is this _argb instead of _rgba? Most of the efl code that I've seen that take colour params take them as r, g, b, a. Might make sense to keep this consistent as I'm sure it will cause a few mistakes. I don't think I've seen #aarrggbb used, isn't it usually #rrggbbaa?

Re: [E-devel] Config dialog scroll...

2006-01-11 Thread The Rasterman
On Wed, 11 Jan 2006 21:18:52 +0100 Anders Troback <[EMAIL PROTECTED]> babbled: > On Thu, 12 Jan 2006 01:01:56 +0900 > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > > > On Wed, 11 Jan 2006 12:10:37 +0100 Anders Troback > > <[EMAIL PROTECTED]> babbled: > > > > > Hi, > > > > > > do

Re: [E-devel] e17 cvs - exhibit build error

2006-01-11 Thread Laurence Vanek
Hisham Mardam Bey wrote: On 1/5/06, Laurence Vanek <[EMAIL PROTECTED]> wrote: Oddly, a slightly older version of exhibit built just fine & Im using it now. Same compiler. Apparently some new feature is causing gcc4 gas with the latest cvs code. At some point, Mike changed exhibit's

Re: [E-devel] e17 cvs - creating icons for apps

2006-01-11 Thread Laurence Vanek
I'm on a slackware box. I click on the button named "Icon" and browse the disk in the efm window which appears to find the image file I want to use. My fault, Im not explaining myself well enough. The above process you describe is exactly what Im talking about. During my attempt at brows

Re: [E-devel] eVolume 0.0.19 buildfix release

2006-01-11 Thread Eric Sandall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 11 Jan 2006, Eric Sandall wrote: I somehow managed to get evolume installed twice on my machine (once in modules/ and the other in modules_extra/). Removing both and reinstalling fixed it, sorry for the false alarm. ;/ Me again. :) It appe

Re: [E-devel] eVolume 0.0.19 buildfix release

2006-01-11 Thread Eric Sandall
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 11 Jan 2006, Pavel Boldin wrote: please, send backtrace to me (just type bt in gdb) (gdb) bt #0 0xb7e6e22c in evas_list_data () from /usr/lib/libevas.so.1 #1 0xb766656f in _get_active_mixers () from /usr/lib/enlightenment/modules/evolume/

Re: [E-devel] Config dialog scroll...

2006-01-11 Thread Anders Troback
On Thu, 12 Jan 2006 01:01:56 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Wed, 11 Jan 2006 12:10:37 +0100 Anders Troback > <[EMAIL PROTECTED]> babbled: > > > Hi, > > > > don't know if this is a known issue so bare with me! > > > > If I uses the arrow keys in the config

Re: [E-devel] [patch] elicit color settings

2006-01-11 Thread Brian Mattern
On Wednesday 11 January 2006 13:44, Morten Nilsen wrote: > Brian Mattern wrote: > > "conofig"? You should probably test before sending patches ;-) > > I'll test/apply tonight (hopefully). > > I usually do.. but this was trivial patch for a program I never use.. I > don't even think I have it compil

Re: [E-devel] [patch] elicit color settings

2006-01-11 Thread dan sinclair
I usually do.. but this was trivial patch for a program I never use.. I don't even think I have it compiled.. I just grepped for code that would/could need changes after my ecore_config argb changes.. silly typo though.. Why is this _argb instead of _rgba? Most of the efl code that I've seen

Re: [E-devel] Imlib rendering+transparency

2006-01-11 Thread chinlu chinawa
Hi there, Thanks very much, you were right. I'm already migrating to xorg's in order to be able to use the XComposite extension, among others. That might solve problem as far as I can understand. But what about the gimp's icon part? am I missing something about Imlib's use, or it's got also somet

Re: [E-devel] [patch] elicit color settings

2006-01-11 Thread Morten Nilsen
Brian Mattern wrote: "conofig"? You should probably test before sending patches ;-) I'll test/apply tonight (hopefully). I usually do.. but this was trivial patch for a program I never use.. I don't even think I have it compiled.. I just grepped for code that would/could need changes after my

Re: [E-devel] Imlib rendering+transparency

2006-01-11 Thread Nathan Ingersoll
On 1/11/06, chinlu chinawa <[EMAIL PROTECTED]> wrote: Hello,I'm using Imlib to render images on my desktopdirectly within xlib. I'm using xshape as well. Theproblem I find is that I cannot manage to rendersmooth images, as you can see in here: http://www.geocities.com/ucho_trabajo/xml/imlib_shot.pn

Re: [E-devel] [patch] elicit color settings

2006-01-11 Thread Brian Mattern
On Wednesday 11 January 2006 11:34, Morten Nilsen wrote: > this patch changes elicit to take advantage of the new, improved, argb > functions in ecore_config > > Cheers, void elicit_config_color_set(int r, int g, int b) { - ecore_config_int_set("/color/r", r); - ecore_config_int_set("/color/g

[E-devel] [patch] elicit color settings

2006-01-11 Thread Morten Nilsen
this patch changes elicit to take advantage of the new, improved, argb functions in ecore_config Cheers, -- Morten :wq Index: conf.c === RCS file: /cvsroot/enlightenment/e17/apps/elicit/src/conf.c,v retrieving revision 1.13 diff -u

[E-devel] Imlib rendering+transparency

2006-01-11 Thread chinlu chinawa
Hello, I'm using Imlib to render images on my desktop directly within xlib. I'm using xshape as well. The problem I find is that I cannot manage to render smooth images, as you can see in here: http://www.geocities.com/ucho_trabajo/xml/imlib_shot.png It's alright for the icons, but I'd like the

Re: [E-devel] valgrind regrets to report...

2006-01-11 Thread The Rasterman
On Wed, 11 Jan 2006 22:53:23 +1000 David Seikel <[EMAIL PROTECTED]> babbled: > On Wed, 11 Jan 2006 11:11:50 +0900 Carsten Haitzler (The Rasterman) > <[EMAIL PROTECTED]> wrote: > > > On Wed, 11 Jan 2006 04:36:02 +1000 David Seikel <[EMAIL PROTECTED]> > > babbled: > > > > > Since all, or most modu

Re: [E-devel] Config dialog scroll...

2006-01-11 Thread The Rasterman
On Wed, 11 Jan 2006 12:10:37 +0100 Anders Troback <[EMAIL PROTECTED]> babbled: > Hi, > > don't know if this is a known issue so bare with me! > > If I uses the arrow keys in the config dialog the list don't scroll. > With the mouse and the scroll bar everything is fine. instead the selected ite

Re: [E-devel] valgrind regrets to report...

2006-01-11 Thread David Seikel
On Wed, 11 Jan 2006 11:11:50 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > On Wed, 11 Jan 2006 04:36:02 +1000 David Seikel <[EMAIL PROTECTED]> > babbled: > > > Since all, or most modules use the same source file name of > > e_mod_main.c, tracking down that last one took some

Re: [E-devel] e17 cvs - creating icons for apps

2006-01-11 Thread Massimo Maiurana
Laurence Vanek, il 10/01/2006 21:28, scrisse: > No errors, its just that I cannot path my way to /usr/share/pixmaps to > select the icon (as I indicated earlier). An eap gets created in > ~/.e/e/applications/all but it has no icon associated with it. oh, wait, perhaps now I can see your point. w

[E-devel] Config dialog scroll...

2006-01-11 Thread Anders Troback
Hi, don't know if this is a known issue so bare with me! If I uses the arrow keys in the config dialog the list don't scroll. With the mouse and the scroll bar everything is fine. Compiled from CVS 1 hour ago... Have a nice day!!! \\troback -- M