Re: [E-devel] missing no transition transition?

2006-02-07 Thread The Rasterman
On Tue, 07 Feb 2006 05:57:47 +0100 Morten Nilsen [EMAIL PROTECTED] babbled: Morten Nilsen wrote: a none transition is probably a good complement to vswipe and crossfade.. I do feel a bit silly right now.. just as I had sent the above, I tried using for transition, and it worked! maybe a

Re: [E-devel] [PATCH] engrave better patch

2006-02-07 Thread dan sinclair
I noticed there was some semicolon_maybe stuff in there. Is this valid edc? (Or, should edje be made stricter to not allow semicolons after blocks?) It looks like it is looking for things like images { }; is that correct? Thanks, dan Chady Kassouf wrote: Hi, please disregard my first

Re: [E-devel] [PATCH] engrave better patch

2006-02-07 Thread Chady Kassouf
On 2/7/06, dan sinclair [EMAIL PROTECTED] wrote: I noticed there was some semicolon_maybe stuff in there. Is this validedc? (Or, should edje be made stricter to not allow semicolons afterblocks?)It looks like it is looking for things likeimages { };is that correct?Yes, that's what it is there

[E-devel] unsubscribe

2006-02-07 Thread Ein Andersson
On 2/7/06, enlightenment-cvs@lists.sourceforge.net enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committalAuthor: maiuranaProject : e_modulesModule: rainDir : e_modules/rain Modified Files: configure.inLog Message:added it.po files in rain and snow

[E-devel] [Bug] - itray - only leftmost icon can be left/right clicked

2006-02-07 Thread James Cable
I am running CVS - 02-Feb-06 - 22:30ESTExample: load up 2 apps like gaim and then rhythmbox. Only first app's icon can be left/right clicked. The second app's icon cannot be clicked until you exit the first.

[E-devel] extrackt autofoo incomplete?

2006-02-07 Thread Morten Nilsen
I just checked extrackt out of cvs, as I wanted to try it out.. I've long been looking for a decent ripper frontend, but everything out there pretty much sucks :P anyhoo.. I couldn't build it.. is this incomplete, or should it be working? [EMAIL PROTECTED] /usr/src/extrackt# ./autogen.sh

Re: [e-users] Re: [E-devel] Continuing... Anonymous CVS Servers - YOU CAN HELP!

2006-02-07 Thread Ed Presutti
Geoffrey, I have a friend in sales at Monarch that might be helpful in these matters. Let me know if you need an assist. Thanks, Ed Presutti (ekrunch on freenode) On Sun, 2006-02-05 at 01:11 -0500, Geoffrey wrote: Carsten Haitzler (The Rasterman) wrote: On Sat, 04 Feb 2006 10:01:53 -0500

Re: [E-devel] [Bug] - itray - only leftmost icon can be left/right clicked

2006-02-07 Thread The Rasterman
On Tue, 7 Feb 2006 20:10:48 -0500 James Cable [EMAIL PROTECTED] babbled: I am running CVS - 02-Feb-06 - 22:30EST Example: load up 2 apps like gaim and then rhythmbox. Only first app's icon can be left/right clicked. The second app's icon cannot be clicked until you exit the first.

[E-devel] just a question..

2006-02-07 Thread Morten Nilsen
I notice the following message: Enlightenment cannot set up its intl system. now, intl is a bit ambiguous, but I'm guessing internationalization if so, if i18n fails to init, how could that string be translated? in essence, maybe gettext is wasted on this message.. -- Cheers, Morten :wq

Re: [e-users] Re: [E-devel] Continuing... Anonymous CVS Servers - YOU CAN HELP!

2006-02-07 Thread The Rasterman
On Tue, 07 Feb 2006 21:49:26 -0600 Ed Presutti [EMAIL PROTECTED] babbled: Geoffrey, I have a friend in sales at Monarch that might be helpful in these matters. Let me know if you need an assist. send a ping and see. ben has sent off a ping to another hw vendor to see if they will want to

[E-devel] [patch] typo fixes

2006-02-07 Thread Morten Nilsen
some small typo fixes attached: singal - signal interupt - interrupt -- Cheers, Morten :wq Index: po/it.po === RCS file: /cvsroot/enlightenment/e17/apps/e/po/it.po,v retrieving revision 1.33 diff -u -r1.33 it.po --- po/it.po4

Re: [E-devel] just a question..

2006-02-07 Thread The Rasterman
On Wed, 08 Feb 2006 03:56:02 +0100 Morten Nilsen [EMAIL PROTECTED] babbled: I notice the following message: Enlightenment cannot set up its intl system. now, intl is a bit ambiguous, but I'm guessing internationalization if so, if i18n fails to init, how could that string be translated?

Re: [E-devel] just a question..

2006-02-07 Thread The Rasterman
On Wed, 08 Feb 2006 04:36:19 +0100 Morten Nilsen [EMAIL PROTECTED] babbled: Carsten Haitzler (The Rasterman) wrote: this isn't actually possible to get that message unless u have a compiler bug. check the code. if (!e_intl_post_init()) {

[E-devel] [Bug] - itray - only leftmost icon can be left/right clicked

2006-02-07 Thread James Cable
CVS - 02-Feb-06 - 22:30ESTExample: load up 2 apps like gaim and then rhythmbox. Only first app's icon can be left/right clicked. The second app's icon cannot be clicked until you exit the first.

Re: [E-devel] [Bug] - itray - only leftmost icon can be left/right clicked

2006-02-07 Thread The Rasterman
On Tue, 7 Feb 2006 11:16:32 -0500 James Cable [EMAIL PROTECTED] babbled: CVS - 02-Feb-06 - 22:30EST Example: load up 2 apps like gaim and then rhythmbox. Only first app's icon can be left/right clicked. The second app's icon cannot be clicked until you exit the first. not going to be

Re: [E-devel] extrackt autofoo incomplete?

2006-02-07 Thread Morten Nilsen
Morten Nilsen wrote: configure.in:61: error: possibly undefined macro: AC_DEFINE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:95: error: possibly undefined macro: AC_PATH_EFL configure.in:105: error: possibly

[E-devel] Edje State Set from C

2006-02-07 Thread Ed Presutti
Is there a way to set the state of an Edje part using C? I'm currently using a program inside of the Edje file to set state. I would like to do it via the C API if possible. Thanks, Ed Presutti (ekrunch on freenode) --- This SF.net email is

Re: [E-devel] Edje State Set from C

2006-02-07 Thread The Rasterman
On Wed, 08 Feb 2006 01:05:49 -0600 Ed Presutti [EMAIL PROTECTED] babbled: Is there a way to set the state of an Edje part using C? I'm currently using a program inside of the Edje file to set state. I would like to do it via the C API if possible. no. u need to use programs to handle

Re: [E-devel] Edje State Set from C

2006-02-07 Thread Ed Presutti
On Wed, 2006-02-08 at 15:34 +0900, Carsten Haitzler wrote: On Wed, 08 Feb 2006 01:05:49 -0600 Ed Presutti [EMAIL PROTECTED] babbled: Is there a way to set the state of an Edje part using C? I'm currently using a program inside of the Edje file to set state. I would like to do it via

Re: [E-devel] Edje State Set from C

2006-02-07 Thread The Rasterman
On Wed, 08 Feb 2006 01:43:03 -0600 Ed Presutti [EMAIL PROTECTED] babbled: On Wed, 2006-02-08 at 15:34 +0900, Carsten Haitzler wrote: On Wed, 08 Feb 2006 01:05:49 -0600 Ed Presutti [EMAIL PROTECTED] babbled: Is there a way to set the state of an Edje part using C? I'm currently

Re: [E-devel] Edje State Set from C

2006-02-07 Thread Ed Presutti
On Wed, 2006-02-08 at 16:22 +0900, Carsten Haitzler wrote: Would it be worth my time to create a patch to add the C API to Edje? I'm just wondering if this was a nice to have that hasn't been implemented yet. If so, I can do a little work on a patch. If it's a not going to happen then i'll