Re: [E-devel] [PATCH] Eet file format change

2008-03-01 Thread The Rasterman
On Sun, 2 Mar 2008 02:43:48 -0300 "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> babbled: > On Sun, Mar 2, 2008 at 12:48 AM, The Rasterman Carsten Haitzler > <[EMAIL PROTECTED]> wrote: > > On Fri, 15 Feb 2008 15:56:12 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> > > babbled: > > > > i found a wonderfu

Re: [E-devel] [PATCH] Eet file format change

2008-03-01 Thread Gustavo Sverzut Barbieri
On Sun, Mar 2, 2008 at 12:48 AM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Fri, 15 Feb 2008 15:56:12 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: > > i found a wonderful nasty "bug"... > > 1. edje keeps the eet handle open. > 2. edje uses the string dictionary > 3. what

Re: [E-devel] [PATCH] Eet file format change

2008-03-01 Thread The Rasterman
On Sun, 2 Mar 2008 14:48:03 +1100 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> babbled: ooh another. edje_decc is now broken. also eet -d cmd-line cant decode datastructs into text anymore... :) > On Fri, 15 Feb 2008 15:56:12 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> > babbled: > > i found

Re: [E-devel] [PATCH] Eet file format change

2008-03-01 Thread Dave
Carsten Haitzler (The Rasterman) ha scritto: > On Fri, 15 Feb 2008 15:56:12 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: > > i found a wonderful nasty "bug"... > > 1. edje keeps the eet handle open. > 2. edje uses the string dictionary > 3. what happens if you delete the edj file edje is depend

Re: [E-devel] [PATCH] Eet file format change

2008-03-01 Thread The Rasterman
On Fri, 15 Feb 2008 15:56:12 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: i found a wonderful nasty "bug"... 1. edje keeps the eet handle open. 2. edje uses the string dictionary 3. what happens if you delete the edj file edje is depending on and it then tries to make use of any o the strings

Re: [E-devel] [PATCH 1/5] Add comments for dbus peer functions.

2008-03-01 Thread Stefan Schmidt
Hello. On Sat, 2008-03-01 at 19:14, Gustavo Sverzut Barbieri wrote: > On Sat, Mar 1, 2008 at 6:46 PM, Stefan Schmidt > <[EMAIL PROTECTED]> wrote: > > > > 1) I completely kick all non-working functions in one shot and start > > from the still working stuff. > > This is the best option given the

Re: [E-devel] [PATCH 1/5] Add comments for dbus peer functions.

2008-03-01 Thread Gustavo Sverzut Barbieri
On Sat, Mar 1, 2008 at 6:46 PM, Stefan Schmidt <[EMAIL PROTECTED]> wrote: > Hello. > > This is the first patch with some small fixes for e_nm and stuff I > found on my way working on it. > > Nothing really nice yet, but I like to get the patchset down instead > of posting all at once and nobody

Re: [E-devel] [win32] some evilness

2008-03-01 Thread Mike Frysinger
On Saturday 01 March 2008, Vincent Torri wrote: > On Sat, 1 Mar 2008, Carsten Haitzler (The Rasterman) wrote: > > On Fri, 15 Feb 2008 23:54:16 +0100 (CET) Vincent Torri > > <[EMAIL PROTECTED]> babbled: > > > > ok- that looks a lot cleaner after the diff. other than the EAPI removal > > in .c files.

Re: [E-devel] [PATCH 1/5] Add comments for dbus peer functions.

2008-03-01 Thread Stefan Schmidt
Hello. This is the first patch with some small fixes for e_nm and stuff I found on my way working on it. Nothing really nice yet, but I like to get the patchset down instead of posting all at once and nobody like to review such a big set. From my understanding e_nm was started, but not used in a

[E-devel] [PATCH 5/5] Introduce matching structs for the new "object" based DBus API.

2008-03-01 Thread Stefan Schmidt
Introduce matching structs for the new "object" based DBus API. --- src/lib/nm/E_Nm.h | 72 + 1 files changed, 72 insertions(+), 0 deletions(-) diff --git a/src/lib/nm/E_Nm.h b/src/lib/nm/E_Nm.h index e0300e5..9593c63 100644 --- a/src/lib/nm/

[E-devel] [PATCH 4/5] Catchup with the renaming of the GetDevices method.

2008-03-01 Thread Stefan Schmidt
Catchup with the renaming of the GetDevices method. --- src/lib/nm/e_nm_manager.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/lib/nm/e_nm_manager.c b/src/lib/nm/e_nm_manager.c index e69ae86..265249e 100644 --- a/src/lib/nm/e_nm_manager.c +++ b/src/lib/nm/e_nm_man

[E-devel] [PATCH 3/5] Make sure properties_interface gets unrefed.

2008-03-01 Thread Stefan Schmidt
Make sure properties_interface gets unrefed like the introspection_interface. --- src/lib/dbus/e_dbus_object.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/lib/dbus/e_dbus_object.c b/src/lib/dbus/e_dbus_object.c index d79697a..ea2c926 100644 --- a/src/lib/dbus/

[E-devel] [PATCH 2/5] Add dbus interfaces from the new NM API.

2008-03-01 Thread Stefan Schmidt
Add dbus interfaces from the new NM API and group the interfaces together. The settings and VPN interfaces will get added when we really use them in e_nm. --- src/lib/nm/e_nm_private.h |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/lib/nm/e_nm_private.h b/src/

[E-devel] [PATCH 1/5] Add comments for dbus peer functions.

2008-03-01 Thread Stefan Schmidt
Add comments for dbus peer functions. --- src/lib/dbus/e_dbus_interfaces.c | 19 ++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/src/lib/dbus/e_dbus_interfaces.c b/src/lib/dbus/e_dbus_interfaces.c index 429e62e..772543b 100644 --- a/src/lib/dbus/e_dbus_interf

[E-devel] [SoC] Mentors Needed....

2008-03-01 Thread Ravenlock
Hello, We could still use a few more mentors. Whats involved in being a mentor? Please see: http://wiki.enlightenment.org/index.php/About_SoC#Mentors What to mentor for? Please checkout the ideas page at: http://wiki.enlightenment.org/index.php/SoC_Project_Ideas On this page there are id

Re: [E-devel] Nightly build log for E17 on 2008-03-01 06:52:10 -0800

2008-03-01 Thread Dave
Nightly build system ha scritto: > Build log for Enlightenment DR 0.17 on 2008-03-01 06:52:10 -0800 > Build logs are available at http://download.enlightenment.org/tests/logs > > Packages that failed to build: > alarm http://download.enlightenment.org/tests/logs/alarm.log > bling http://download.

[E-devel] Nightly build log for E17 on 2008-03-01 06:52:10 -0800

2008-03-01 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-03-01 06:52:10 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: alarm http://download.enlightenment.org/tests/logs/alarm.log bling http://download.enlightenment.org/tests/logs/bling.log calen

Re: [E-devel] [win32] some evilness

2008-03-01 Thread Vincent Torri
On Sat, 1 Mar 2008, Carsten Haitzler (The Rasterman) wrote: > On Fri, 15 Feb 2008 23:54:16 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]> > babbled: > > ok- that looks a lot cleaner after the diff. other than the EAPI removal in .c > files. i'd agree on making an EAPI_DEF for the .c files (just s