On Wed, 01 Dec 2004 08:15:27 +0100 Morten Nilsen <[EMAIL PROTECTED]> babbled:
(B
(B> Carsten Haitzler (The Rasterman) wrote:
(B> > On Mon, 29 Nov 2004 09:26:52 +0100 Morten Nilsen <[EMAIL PROTECTED]>
(B> > babbled:
(B> >> /MSIE (5\.5)|[6789]/
(B> >>
(B> >> the regex is obviously wrong...
(
On Tue, 30 Nov 2004 11:37:44 +0100 till varoquaux <[EMAIL PROTECTED]>
(Bbabbled:
(B
(B> They sure have thanks very much.
(B> Given the state of things (still under heavy devellopement) I guess I
(B> don't have much feedback to give concerning usability excepted:
(B> Why are all configuration
Carsten Haitzler (The Rasterman) wrote:
> On Mon, 29 Nov 2004 09:26:52 +0100 Morten Nilsen <[EMAIL PROTECTED]> babbled:
>> /MSIE (5\.5)|[6789]/
>>
>> the regex is obviously wrong...
>>
>> /MSIE (5\.5|[6789])/ would seem to be the wanted regex.
>
> hmm the problem is... it seems to work... i wont
On Wed, 1 Dec 2004 10:06:00 +0800 Didier Casse <[EMAIL PROTECTED]> babbled:
(B
(B> Hello,
(B> Sorry to bug again! Now it's edje which doesn't seem to
(B> compile nicely.
(B>
(B> [snip]
(B> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I/tmp/Z/include
(B> -I/usr/loc
(B>
On Tue, 30 Nov 2004 16:04:26 -0500 Peter Hyman <[EMAIL PROTECTED]> babbled:
(B
(B> Applications always open on display :0.0 even if they are launched on
(B> display :0.1. I realize we're early on this, but I wanted to report it
(B> anyway.
(B>
(B> Both displays are identical, with clocks and
On Tue, 30 Nov 2004 15:14:37 -0500 Peter Hyman <[EMAIL PROTECTED]> babbled:
(B
(B> I dumped the eterm.eet included in the favorite_apps.tar.gz file.
(B>
(B> Is there any quick instructions for creating an application eet file
(B> that I could follow? Are the commands and structures in the edj
On Tue, 30 Nov 2004 11:33:38 -0500 Peter Hyman <[EMAIL PROTECTED]> babbled:
(B
(B> A suggestion. In order to not conflict with DR16, the main enlightenment
(B> filename could be changed to enlightenment17. e17, DR17, or something
(B> like that. Or, at least add a README that says to rename the
On Mon, 29 Nov 2004 09:26:52 +0100 Morten Nilsen <[EMAIL PROTECTED]> babbled:
(B
(B> taken from http://enlightenment.org/pages/main.html;
(B>
(B> var supported = /MSIE (5\.5)|[6789]/.test(navigator.userAgent) &&
(B> navigator.platform == "Win32";
(B>
(B> the regex is obviously wrong...
(B
On Mon, 29 Nov 2004 20:37:05 +0100 phriedrich <[EMAIL PROTECTED]> babbled:
(B
(B> Hi,
(B>
(B> is there a way to drop a file from evidence or whatever to a program with
(B> an edje-window?
(B>
(B> I'm working on a small song-title-shower/control-panel for xmms [1], based
(B> on efl and wou
Hello,
Sorry to bug again! Now it's edje which doesn't seem to
compile nicely.
[snip]
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I/tmp/Z/include -I/usr/loc
al/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -g -O2
-MT libedje_la-edje_smart.lo -MD -MP -M
On Sun, 28 Nov 2004 21:06:48 +0100 till varoquaux <[EMAIL PROTECTED]>
(Bbabbled:
(B
(B> Hi there!
(B> I've been a lurker here for a while
(B> Not posting but,for sure,reading.
(B> Anyways really glad to know e17 is in cvs now.
(B> I got the version that's on your site up and running (wel
Regardless, people seem to be attracted to enlightenment and tend to try
compiling it even if the software isn't ready; besides there's no reason
they shouldn't try compiling enlightenment if they really really want
to. It's a good learning experience, just as long as they don't plague
the dev
Sorry, I beat you to it. :)
deb http://soulmachine.net/debian unstable/
Has been up for a few months.
Updated after how much time ? weekly ?? nice!
thanks
--
Maicon Radeschi
[EMAIL PROTECTED]
icq 53314410
msn [EMAIL PROTECTED]
---
SF email is sp
Hi people, From today on, I am sharing in my personal ftp, my debian
packages of the Enlightenment CVS, I compile most of the CVS all week and
now I am sharing this in my ftp server.
I hope you like it!
ftp://ftp.metalozzy.cjb.net:27//
CVS2004-11-30 is the latest packages
thanks
--
Maicon Rade
On Tuesday 30 November 2004 11:33 am, Peter Hyman wrote:
> A suggestion. In order to not conflict with DR16, the main enlightenment
> filename could be changed to enlightenment17. e17, DR17, or something
> like that. Or, at least add a README that says to rename the existing
> DR16 enlightenment fi
On Tue, 2004-11-30 at 17:07 -0500, Jeremy A. Kolb wrote:
> Hm... but isn't it explicitly stated (somewhere, don't remember where)
> that they don't want people downloading e17 until a beta is released
> unless they plan on helping out?
>
> Jeremy
>
Actually, it was a warning not to complain abo
Applications always open on display :0.0 even if they are launched on
display :0.1. I realize we're early on this, but I wanted to report it
anyway.
Both displays are identical, with clocks and application bars. The
welcome message appears on display :0.0 which I expect. The delay
animation also o
Yeah, the laugh is on me. I was just browsing all the edje programs and
saw the decompiler. Easy enough to construct now. Dan, how I dumped it
was to eet -d the file and then just cat edje_sources. Just feeling my
way around here right now.
Thx.
On Tue, 2004-11-30 at 15:22 -0500, dan sinclair wro
I'm not sure how you dumped that, but there is a program edje_decc that will
de-compile an eet file back to its sources.
So your best bet is to run edje_decc eterm.eet and then in the eterm directory
there is a file called main_edje_source.edc. You can then edit this file for
your new app and
On Tue, 30 Nov 2004 15:14:37 -0500, Peter Hyman <[EMAIL PROTECTED]> wrote:
> I dumped the eterm.eet included in the favorite_apps.tar.gz file.
>
> Is there any quick instructions for creating an application eet file
> that I could follow? Are the commands and structures in the edje source
> docume
I dumped the eterm.eet included in the favorite_apps.tar.gz file.
Is there any quick instructions for creating an application eet file
that I could follow? Are the commands and structures in the edje source
documented? Can I help?
Feel free to annotate this example and perhaps put the proper prog
Hello,
A little mistake in EFL CookBook in Epeg & Epsilon intro
Thanks.
--
Daniel 'NebuchadnezzaR' Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x2A408F69
--- thumbs.xml.orig 2004-11-30 19:47:45.0 +0100
+++ thumbs.xml 2004-11-30 19:45:38.0 +0100
@@
jerome Wilson wrote:
Hello till,
this is a reply for your comments on E-dev mailling
list.
First off if you really NEED a text config file it is
very possible :), the .edb is actually built from a
script
using edb_ed so if you like you could regenerate the
.edb any time you like.
I am aware of
A suggestion. In order to not conflict with DR16, the main enlightenment
filename could be changed to enlightenment17. e17, DR17, or something
like that. Or, at least add a README that says to rename the existing
DR16 enlightenment file prior to installing. I could not find any other
conflicts. (I
(B>i think your questions have been answered by now :)
(B>
(B>
(B>
(B>
(BThey sure have thanks very much.
(BGiven the state of things (still under heavy devellopement) I guess I
(Bdon't have much feedback to give concerning usability excepted:
(BWhy are all configuration files binary fi
25 matches
Mail list logo