[E-devel] [Patch] Genlist patch for wrong casting.

2011-02-01 Thread Daniel Juyung Seo
Hello, I made a patch to fix wrong casting bug. While using Eina_Inlist, do not use force-casting for EINA_INLIST_GET. Use ELM_XXX_ITEM_FROM_INLIST macro instead. Barbieri adopted this concept about 3~4 months ago. So we can place EINA_INLIST macro to any place we want in a custom structure. It u

Re: [E-devel] E SVN: englebass IN trunk/efreet: . src/bin src/lib src/tests

2011-02-01 Thread Sebastian Dransfeld
On 02/01/2011 11:05 PM, Carsten Haitzler (The Rasterman) wrote: > On Tue, 01 Feb 2011 22:36:53 +0100 Sebastian Dransfeld > said: > >> On 02/01/2011 07:45 PM, Sebastian Dransfeld wrote: >>> On 02/01/2011 03:59 PM, Carsten Haitzler (The Rasterman) wrote: On Mon, 31 Jan 2011 03:43:31 -0800 "Enlig

Re: [E-devel] E SVN: discomfitor trunk/ecore/src/lib/ecore

2011-02-01 Thread Mike Blumenkrantz
On Wed, 2 Feb 2011 08:00:38 +0100 vto...@univ-evry.fr wrote: > Quoting Mike Blumenkrantz : > > > On Wed, 2 Feb 2011 07:38:56 +0100 > > vto...@univ-evry.fr wrote: > > > >> > >> changelog ? should this be pushed to 1.0 ? > >> > >> Quoting Enlightenment SVN : > >> > > whoops, forgot changelog. as

Re: [E-devel] E SVN: discomfitor trunk/ecore/src/lib/ecore

2011-02-01 Thread vtorri
Quoting Mike Blumenkrantz : > On Wed, 2 Feb 2011 07:38:56 +0100 > vto...@univ-evry.fr wrote: > >> >> changelog ? should this be pushed to 1.0 ? >> >> Quoting Enlightenment SVN : >> > whoops, forgot changelog. ask the other mike about 1.0, I'm not sure > it's even > used? no. It's *you* who dec

Re: [E-devel] E SVN: discomfitor trunk/ecore/src/lib/ecore

2011-02-01 Thread Mike Blumenkrantz
On Wed, 2 Feb 2011 07:38:56 +0100 vto...@univ-evry.fr wrote: > > changelog ? should this be pushed to 1.0 ? > > Quoting Enlightenment SVN : > whoops, forgot changelog. ask the other mike about 1.0, I'm not sure it's even used? -- Mike Blumenkrantz Zentific: NULL pointer dereferences now 50%

Re: [E-devel] E SVN: discomfitor trunk/ecore/src/lib/ecore

2011-02-01 Thread vtorri
changelog ? should this be pushed to 1.0 ? Quoting Enlightenment SVN : > Log: > From: Mike McCormack > Subject: [E-devel] [PATCH] Remove SIGRT stuff > > Unused, and doesn't work as it stands. Delete... > > > Author: discomfitor > Date: 2011-02-01 17:27:24 -0800 (Tue, 01 Feb 201

Re: [E-devel] edje parser

2011-02-01 Thread Mike Blumenkrantz
On Wed, 2 Feb 2011 06:46:32 +0100 vto...@univ-evry.fr wrote: > Quoting Mike Blumenkrantz : > > > I have written an edje parser which makes use of re2c+lemon to do > > tokenization > > and serialization of edc files into edje-like structs. It is ~2500 lines > > for the actual parser grammar, an

Re: [E-devel] edje parser

2011-02-01 Thread vtorri
Quoting Mike Blumenkrantz : > I have written an edje parser which makes use of re2c+lemon to do > tokenization > and serialization of edc files into edje-like structs. It is ~2500 lines for > the actual parser grammar, another 500ish for the struct definitions, > and then > 1000ish for misc fun

[E-devel] edje parser

2011-02-01 Thread Mike Blumenkrantz
I have written an edje parser which makes use of re2c+lemon to do tokenization and serialization of edc files into edje-like structs. It is ~2500 lines for the actual parser grammar, another 500ish for the struct definitions, and then 1000ish for misc functions/macros, totalling approximately 4000

Re: [E-devel] [PATCH] Remove SIGRT stuff

2011-02-01 Thread Mike Blumenkrantz
On Tue, 01 Feb 2011 15:10:32 +0900 Mike McCormack wrote: > > Unused, and doesn't work as it stands. Delete... > didn't apply cleanly and didn't remove all of the sigrt stuff, so I did some editing for you to make it apply. did you diff this against some local stuff? -- Mike Blumenkrantz Zen

Re: [E-devel] about documentation of new features

2011-02-01 Thread Tom Hacohen
On Wed, Feb 2, 2011 at 12:35 AM, wrote: > use @since > > The biggest problem, I think, is that we were used to do anything with the > trunk, without begin strict. > > Now, what I can see is commits that are half done, ChangeLog not being > updated, > commit not pushed to the 1.0 branch when neede

Re: [E-devel] about documentation of new features

2011-02-01 Thread vtorri
Quoting Tom Hacohen : > On Tue, Feb 1, 2011 at 8:33 PM, wrote: > >> Hey, >> >> Tom added the mirror stuff in evas tables. If someone writes the >> documentation >> of that API, he should (must ?) add at which evas version that API has been >> added (there are examples on how to do that in eet doc

Re: [E-devel] E SVN: englebass IN trunk/efreet: . src/bin src/lib src/tests

2011-02-01 Thread The Rasterman
On Tue, 01 Feb 2011 22:36:53 +0100 Sebastian Dransfeld said: > On 02/01/2011 07:45 PM, Sebastian Dransfeld wrote: > > On 02/01/2011 03:59 PM, Carsten Haitzler (The Rasterman) wrote: > >> On Mon, 31 Jan 2011 03:43:31 -0800 "Enlightenment SVN" > >>said: > >> > >> you know that as of this commit

Re: [E-devel] E SVN: englebass IN trunk/efreet: . src/bin src/lib src/tests

2011-02-01 Thread Sebastian Dransfeld
On 02/01/2011 07:45 PM, Sebastian Dransfeld wrote: > On 02/01/2011 03:59 PM, Carsten Haitzler (The Rasterman) wrote: >> On Mon, 31 Jan 2011 03:43:31 -0800 "Enlightenment SVN" >>said: >> >> you know that as of this commit onwards efreet icon searching is broken for >> e - >> it doesn't fine ico

Re: [E-devel] Efreet Segfault

2011-02-01 Thread Christopher Michael
On 02/01/2011 01:47 PM, Sebastian Dransfeld wrote: > On 02/01/2011 06:14 PM, Christopher Michael wrote: >> On 02/01/2011 03:33 AM, Sebastian Dransfeld wrote: >>> On 01/31/2011 11:39 PM, Christopher Michael wrote: Hi Seb, Getting a nasty segfault with current efreet trunk. Here is the

Re: [E-devel] Efreet Segfault

2011-02-01 Thread Sebastian Dransfeld
On 02/01/2011 06:14 PM, Christopher Michael wrote: > On 02/01/2011 03:33 AM, Sebastian Dransfeld wrote: >> On 01/31/2011 11:39 PM, Christopher Michael wrote: >>> Hi Seb, >>> >>> Getting a nasty segfault with current efreet trunk. Here is the bt: >>> >>> #0 0x0058cb02 in strrchr () from /lib/libc.so

Re: [E-devel] E SVN: englebass IN trunk/efreet: . src/bin src/lib src/tests

2011-02-01 Thread Sebastian Dransfeld
On 02/01/2011 03:59 PM, Carsten Haitzler (The Rasterman) wrote: > On Mon, 31 Jan 2011 03:43:31 -0800 "Enlightenment SVN" > said: > > you know that as of this commit onwards efreet icon searching is broken for e > - > it doesn't fine icons in like ~/.icons, ~/.e/e/icons or other places. > someth

Re: [E-devel] about documentation of new features

2011-02-01 Thread Tom Hacohen
On Tue, Feb 1, 2011 at 8:57 PM, Iván Briano (Sachiel) wrote: > http://www.stack.nl/~dimitri/doxygen/commands.html#cmdsince > That's very useful of you, thanks. -- Tom. -

Re: [E-devel] about documentation of new features

2011-02-01 Thread Sachiel
2011/2/1 Tom Hacohen : > On Tue, Feb 1, 2011 at 8:33 PM, wrote: > >> Hey, >> >> Tom added the mirror stuff in evas tables. If someone writes the >> documentation >> of that API, he should (must ?) add at which evas version that API has been >> added (there are examples on how to do that in eet doc

Re: [E-devel] about documentation of new features

2011-02-01 Thread Tom Hacohen
On Tue, Feb 1, 2011 at 8:33 PM, wrote: > Hey, > > Tom added the mirror stuff in evas tables. If someone writes the > documentation > of that API, he should (must ?) add at which evas version that API has been > added (there are examples on how to do that in eet documentation. > I'm ashamed I did

[E-devel] about documentation of new features

2011-02-01 Thread vtorri
Hey, Tom added the mirror stuff in evas tables. If someone writes the documentation of that API, he should (must ?) add at which evas version that API has been added (there are examples on how to do that in eet documentation. Vincent --

Re: [E-devel] Efreet Segfault

2011-02-01 Thread Christopher Michael
On 02/01/2011 03:33 AM, Sebastian Dransfeld wrote: > On 01/31/2011 11:39 PM, Christopher Michael wrote: >> Hi Seb, >> >> Getting a nasty segfault with current efreet trunk. Here is the bt: >> >> #0 0x0058cb02 in strrchr () from /lib/libc.so.6 >> #1 0x0030862b in efreet_cache_icon_fallback_lookup_

Re: [E-devel] E SVN: englebass IN trunk/efreet: . src/bin src/lib src/tests

2011-02-01 Thread The Rasterman
On Mon, 31 Jan 2011 03:43:31 -0800 "Enlightenment SVN" said: you know that as of this commit onwards efreet icon searching is broken for e - it doesn't fine icons in like ~/.icons, ~/.e/e/icons or other places. something broke with icon path hunting from this commit on. i'd suggest a review of th

Re: [E-devel] Efreet Segfault

2011-02-01 Thread Sebastian Dransfeld
On 01/31/2011 11:39 PM, Christopher Michael wrote: > Hi Seb, > > Getting a nasty segfault with current efreet trunk. Here is the bt: > > #0 0x0058cb02 in strrchr () from /lib/libc.so.6 > #1 0x0030862b in efreet_cache_icon_fallback_lookup_path (icon=0x81bcd18) > at efreet_icon.c:838 > #2 0x