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 worke
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 pat
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 for
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 modules==
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.
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
Runni
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 G
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.
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
--
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
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 F
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 trans
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_error_message_show(_("Enlightenment cannot set up its intl system."));
_e_main_shutdown(-1);
}
now rea
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_error_message
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.
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 t
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 unde
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
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 s
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 d
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?
> > >
>
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
22 matches
Mail list logo