Re: [E-devel] [Announce] Gadman module

2008-05-06 Thread Gustavo Sverzut Barbieri
On Tue, May 6, 2008 at 1:50 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: >Andreas wrote: > > >>> The calculator works nice with edje_editor, but if I open it with > >>> edje_viewer it doesn't work. What is the preferred way to run > >>> "self-hosting" edje application? > >>> > >> Wha

Re: [E-devel] FreeBSD 7.0 easy_17

2008-05-06 Thread Hisham Mardam Bey
On Tue, May 6, 2008 at 6:17 AM, freebsdworld <[EMAIL PROTECTED]> wrote: > Hello Everyone, > > I'm installing using easy_e17 on my FreeBSD 7.0 i686 laptop: > # uname -a > FreeBSD laptop.FreeBSD-World.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun > Feb 24 19:59:52 UTC 2008 > [EMAIL PROTECTED]:/usr/o

[E-devel] Nightly build log for E17 on 2008-05-06 07:09:07 -0700

2008-05-06 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-05-06 07:09:07 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: edje_viewer http://download.enlightenment.org/tests/logs/edje_viewer.log enna http://download.enlightenment.org/tests/logs/enna

Re: [E-devel] [Announce] Gadman module

2008-05-06 Thread Jose Gonzalez
Gustavo wrote: >> >>> >> >> What's the relevant notion of: "self-hosting" edje application? >> >> >> > >> > My definition of "self-hosting" edje apps is an application that >> > doesn't need any special C code to work. See the calculator that is >> > referenced in the starting E-Ma

[E-devel] Network Manager

2008-05-06 Thread Christopher Michael
G'Day All, Just wanted to put this out "in the open" for some discussion. (None of this is set in stone yet) I've talked w/ raster last night & stefan_schmidt today about redoing the network module for E. Ideally, we would like todo a network frontend that is capable of utilizing various backe

Re: [E-devel] E CVS: libs/efreet cedric

2008-05-06 Thread Nathan Ingersoll
In case you missed my question on IRC... On Tue, May 6, 2008 at 10:56 AM, Enlightenment CVS <[EMAIL PROTECTED]> wrote: > > f = fopen(file, "rb"); > if (!f) return NULL; > > +if (fstat(fileno(f), &file_stat) > +|| file_stat.st_size < 1) > +{ > +fclose(f); > +

Re: [E-devel] Network Manager

2008-05-06 Thread The DarkMaster
Hallo, I'm very interested in this topic and an E17 network manager is really needed by my OpenGEU distro too. Well, I believe taht a good choice would be that of using Network Manager from Gnome: http://www.gnome.org/projects/NetworkManager/ As the main command line daemon. Than we would just have

[E-devel] Evas_Object_Image data colorspace convert

2008-05-06 Thread Andre Magalhaes
Hi, I have a patch to Evas_Object_Image that's here for a long time. We even release our evas with this patch, but I never found the time to finish it (needs conversion to from YUV colorspaces). The main idea of the patch is to enable images with colorspace != to be saved to a file. It adds a

Re: [E-devel] Evas_Object_Image data colorspace convert

2008-05-06 Thread Andre Magalhaes
Hi again, I just tried and the patch didn't apply, so here is the update patch against CVS HEAD BR -- Andre Moreira Magalhaes (andrunko) Jabber: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] Skype: andrunko Blog: http://andrunko.blogspot.com ?

Re: [E-devel] Network Manager

2008-05-06 Thread Ross Vandegrift
On Tue, May 06, 2008 at 09:27:07PM +0200, The DarkMaster wrote: > Hallo, I'm very interested in this topic and an E17 network manager is > really needed by my OpenGEU distro too. Well, I believe taht a good choice > would be that of using Network Manager from Gnome: > http://www.gnome.org/projects/

Re: [E-devel] FreeBSD 7.0 easy_17

2008-05-06 Thread lok
I've replaced the function (strndup was gnu only) by similar non-gnu-only code. It should works again on FreeBSD now. thanks for the report. lok - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't mis

Re: [E-devel] Network Manager

2008-05-06 Thread The DarkMaster
Sure, I believe this would serve really a lot to the E17 Desktop Shell. We really need a network manager for Enlightenement, specially one compatible with nm. Also, maybe the creation of this module would be a nice occasion to have a look in the Entrance nm-not working bug. In case some of you do n

Re: [E-devel] Network Manager

2008-05-06 Thread Gustavo Sverzut Barbieri
On Tue, May 6, 2008 at 8:08 PM, The DarkMaster <[EMAIL PROTECTED]> wrote: > Sure, I believe this would serve really a lot to the E17 Desktop Shell. We > really need a network manager for Enlightenement, specially one compatible > with nm. Also, maybe the creation of this module would be a nice oc

Re: [E-devel] [Announce] Gadman module

2008-05-06 Thread The Rasterman
On Tue, 06 May 2008 13:41:12 -0400 Jose Gonzalez <[EMAIL PROTECTED]> babbled: >Gustavo wrote: > > >> >>> > >> >> What's the relevant notion of: "self-hosting" edje application? personally i think it's not useful beyond development/debugging and when designing themes. edje was NEVER i

[E-devel] location of unit tests

2008-05-06 Thread Vincent Torri
Hey, raster, dan and me had a small discussion about the location of unit tests. Dan and me were for putting them in efl_lib/tests and raster in e17/tests/efl_lib raster arguments are for putting them outside efl_lib/ are 1) lots of data in src/. Indeed, maybe big files can be needed. That ca

Re: [E-devel] [Announce] Gadman module

2008-05-06 Thread Jose Gonzalez
Carsten wrote: >> Yeah, and it sounds like a fine 'security minded' approach.. >> but in practice it's not going to make much of a difference since >> edje is used along with all sorts of code that's highly insecure. >> > > see above. it is important. it's a mistake microsoft have ma

Re: [E-devel] [Announce] Gadman module

2008-05-06 Thread The Rasterman
On Wed, 07 May 2008 02:38:19 -0400 Jose Gonzalez <[EMAIL PROTECTED]> babbled: >Carsten wrote: > > >> Yeah, and it sounds like a fine 'security minded' approach.. > >> but in practice it's not going to make much of a difference since > >> edje is used along with all sorts of code that's

Re: [E-devel] Network Manager

2008-05-06 Thread The DarkMaster
I'll try it with Hardy then: nm-applet doesn't work in Ubuntu started with Entrance both with xfce 4 panel and fbpanel, not even gnome panel of course. Of course, I'm talking of an E17 session. Thanks for the suggestion :) Luca 2008/5/7 Gustavo Sverzut Barbieri <[EMAIL PROTECTED]>: > On Tue, May