Re: [E-devel] Worldmap with Devs - GPS Coords in info.txt

2007-07-30 Thread João Vale
Two suggestions: - make the password field type="password" - add a checkbox to choose if the email address is displayed on the map Other than that, Works For Me (tm), including password recovery. Cheers! On Mon, 2007-07-30 at 14:39 +0200, Dave wrote: > New user enlightenment maps version! > cha

Re: [E-devel] Nightly build log for E17 on 2007-07-29 07:01:30 -0700

2007-07-29 Thread João Vale
On Mon, 2007-07-30 at 07:58 +1000, David Seikel wrote: > On Sun, 29 Jul 2007 22:13:02 +0800 Toma <[EMAIL PROTECTED]> wrote: > > > Bling: > > $ apt-file search Xdamage.h > > libxdamage-dev: usr/include/X11/extensions/Xdamage.h > > Installed. > > > EDvi: > > $ apt-file search DVIlib2-config > > dv

Re: [E-devel] itask engaged - simple app launcher added

2007-04-28 Thread João Vale
On Sat, 2007-04-28 at 16:21 +0200, Hannes Janetzek wrote: > Am Sat, 28 Apr 2007 23:27:21 +1000 > schrieb Daniel Kasak <[EMAIL PROTECTED]>: > > > Hannes Janetzek wrote: > > > Am Tue, 24 Apr 2007 16:20:46 +1000 > > > schrieb Daniel Kasak <[EMAIL PROTECTED]>: > > > > > > > > >> Looks good :) Actua

[E-devel] equate patch

2007-03-31 Thread João Vale
Equate got broken in a recent EWL update. Attached patch fixes it. Cheers, Vale --- src/gui.original.c 2007-03-31 18:17:56.0 +0100 +++ src/gui.c 2007-03-31 18:07:49.0 +0100 @@ -176,16 +176,16 @@ key_press(Ewl_Widget * w, void *ev_data, ev = ev_data; - if (ev->keyname && !

Re: [E-devel] How to begin

2006-12-23 Thread João Vale
Hi, In the first case, you're probably missing the libcurl development package. If I'm not mistaken, you have to install "libcurl3-dev" (been a while since I used Debian. :P) As for the second example, looks like API-breakage between the example and your version of EWL, but someone who is more in

Re: [E-devel] itray module

2006-09-18 Thread João Vale
-09-18 at 23:59 +0900, Carsten Haitzler wrote: > On Mon, 18 Sep 2006 14:41:02 +0100 João Vale <[EMAIL PROTECTED]> babbled: > > > Hi everyone. > > > > I wanted to take a look at the itray module's code. Anyone knows where I > > can find it? Even though nobody r

[E-devel] itray module

2006-09-18 Thread João Vale
Hi everyone. I wanted to take a look at the itray module's code. Anyone knows where I can find it? Even though nobody really likes the current systray system, I still find handy having a tray, and I'd like to give it a spin. Cheers, Vale -