please add that patch to bugzilla
Vincent
On Sun, 5 Aug 2007, Dave Andreoli wrote:
> Hi, I have add doxy tags in Ecore_File.h and ecore_file.c
> Now all the file function is documented, no code touched.
> Attached a patch...
>
> DaveMDS
> --
> Ce message a ?t? v?rifi? par MailScanner
> pour de
On Sun, 5 Aug 2007 00:15:59 -0500 Brian Mattern <[EMAIL PROTECTED]>
babbled:
> I gave this a quick read-through. Haven't had time yet to update
> everything, so I can't apply it yet.
>
> A few quick thoughts on the API.
> I'd prefer to see a more object oriented API.
>
> I.e. rather than having
On Sun, 22 Jul 2007 20:14:45 -0400 Ross Vandegrift <[EMAIL PROTECTED]> babbled:
> Hey everyone,
>
> Going with my post of a patch to update e_dbus, here's a simple app
> that uses that updated API to query NetworkManager.
>
> It pulls the list of all interfaces in the system, and prints their
>
On Mon, 23 Jul 2007 13:27:14 -0400 "Allen Stafford" <[EMAIL PROTECTED]>
babbled:
> Hello Everyone,
> I have an open source software podcast ( allenstafford.com/podcast )
> that I have be doing for 2 months now. I would like to discuss
> enlightenment with some of you including: What you feel are i
I unfortunately don't have a wireless card on a linux box. So, I just
get the 'eth0'. But, it seems to work. One note - calling 'Wireless'
methods on 'Wired' objects throws an error. You might want to delay the
call until the type is returned (and then only if its wireless).
Brian
On Sun, Jul 22,
I gave this a quick read-through. Haven't had time yet to update
everything, so I can't apply it yet.
A few quick thoughts on the API.
I'd prefer to see a more object oriented API.
I.e. rather than having a single 'RemoteObject' that all calls go
through, have something like:
/org/enlightenment/
Hi, I have add doxy tags in Ecore_File.h and ecore_file.c
Now all the file function is documented, no code touched.
Attached a patch...
DaveMDS? ecore_file_doxy.diff
Index: ecore_file/Ecore_File.h
===
RCS file: /cvs/e/e17/libs/ecore/s
After recent changes e17 won't compile because the initialization in
the _e_flowlayout_smart_init function didn't define a version number
as specified in the Evas_Smart_Class struct.
Attached is a fix.
Falko
--- e_flowlayout.c.org 2007-08-05 02:03:03.562562439 +0200
+++ e_flowlayout.c 2007-08-05 0
Le Sun, 5 Aug 2007 06:35:20 +0900,
Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> a _crit :
> On Sat, 4 Aug 2007 21:54:24 +0200 "Puppet Master"
> <[EMAIL PROTECTED]> babbled:
>
> > Hello
> >
> > 2007/8/3, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]>:
> > > you really need a new evas :-)
>
On Sat, 04 Aug 2007 17:46:05 +0200 Koen Kooi <[EMAIL PROTECTED]>
babbled:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Toma schreef:
> >> Is an 'all-ok' mail usefull? In my experience it will 'numb' developers
> >> into not reading the mails after a while. It reminds me of Homer Simpson'
On Sat, 4 Aug 2007 21:54:24 +0200 "Puppet Master" <[EMAIL PROTECTED]>
babbled:
> Hello
>
> 2007/8/3, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]>:
> > you really need a new evas :-)
> >
>
> I have manualy compile evas from here :
> cvs -z3 -d :pserver:[EMAIL PROTECTED]:/var/cvs/e co
> e17/libs/e
Hello
2007/8/3, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]>:
> you really need a new evas :-)
>
I have manualy compile evas from here :
cvs -z3 -d :pserver:[EMAIL PROTECTED]:/var/cvs/e co
e17/libs/evas
and after this I have manualy compile edje from the same place :
cvs -z3 -d :pserver:[EMAIL
On 8/4/07, Toma <[EMAIL PROTECTED]> wrote:
> >
> > Is an 'all-ok' mail usefull? In my experience it will 'numb' developers
> > into not reading
> > the mails after a while. It reminds me of Homer Simpson's all-ok alarm :)
> >
> > regards,
> >
> > Koen
>
> Might be a good way to keep a check on the
On Saturday 04 August 2007, Koen Kooi wrote:
> Nightly build system schreef:
> > Build log for Enlightenment DR 0.17 on 2007-08-04 07:04:27 -0700
> > Build logs are available at http://download.enlightenment.org/tests/logs
> >
> > Packages that failed to build:
>
>
>
> Is an 'all-ok' mail usefull?
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Toma schreef:
>> Is an 'all-ok' mail usefull? In my experience it will 'numb' developers into
>> not reading
>> the mails after a while. It reminds me of Homer Simpson's all-ok alarm :)
>>
>> regards,
>>
>> Koen
>
> Might be a good way to keep a chec
>
> Is an 'all-ok' mail usefull? In my experience it will 'numb' developers into
> not reading
> the mails after a while. It reminds me of Homer Simpson's all-ok alarm :)
>
> regards,
>
> Koen
Might be a good way to keep a check on the apps that are getting
skipped/non-supported because they are
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nightly build system schreef:
> Build log for Enlightenment DR 0.17 on 2007-08-04 07:04:27 -0700
> Build logs are available at http://download.enlightenment.org/tests/logs
>
> Packages that failed to build:
Is an 'all-ok' mail usefull? In my experi
Build log for Enlightenment DR 0.17 on 2007-08-04 07:04:27 -0700
Build logs are available at http://download.enlightenment.org/tests/logs
Packages that failed to build:
Packages with no supported build system:
eflame, esmart_rsvg, euphoria, exorcist, nexus, ruby-efl,
Packages skipped:
camE, edv
On Sat, 4 Aug 2007, Enlightenment CVS wrote:
>
> - evas_common_image_free(im);
> + evas_common_image_delete(im);
> dc->render_op = op;
> dc->clip.use = cuse;
> if (!gr->tex) return;
> ===
> RCS file:
> /cv
On Fri, 3 Aug 2007 22:10:25 -0400 Michael Jennings <[EMAIL PROTECTED]> babbled:
> On Saturday, 04 August 2007, at 03:54:34 (+0200),
> Dave wrote:
>
> > The devs map instead take the data from a local copy of the cvs dir,
> > that is not autosync with cvs :(
>
> Yes, it does.
>
> > Who as update
On Fri, 3 Aug 2007 14:05:33 -0400 Michael Jennings <[EMAIL PROTECTED]> babbled:
> When "Use Theme Background" is selected, both -default-bg-get and
> -desktop-bg-list return empty. devilhorns tells me this is because of
> calls to e_bg_default_set(NULL) and e_bg_del() which neither he nor I
> can
On Fri, 3 Aug 2007 13:52:22 +0200 Cedric BAIL <[EMAIL PROTECTED]> babbled:
> On Thursday 02 August 2007 18:23:00 Cedric BAIL wrote:
> > Caro noticed a bug with gl_common. It segv when doing some gradient
> > stuff. I did some more testing on Linux with valgrind on evas_gl_test. It
> > did some
On Tue, 31 Jul 2007 20:34:06 +0200 Dave <[EMAIL PROTECTED]> babbled:
> If none have nothing in contrary, i'm going to commit the 3 new page in cvs.
> Some question before:
> 1. what about file permission in webserver? when I commit witch
> owner/mod the committed file have?
> 2. Where can i put t
On Sat, Aug 04, 2007 at 02:17:51AM +0300, Luchezar Petkov wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Enlightenment CVS wrote:
> > Enlightenment CVS committal
> >
> > Author : morlenxus
> > Project : e17
> > Module : apps/e
> >
> > Dir : e17/apps/e/src/modules/conf_engine
24 matches
Mail list logo