Re: [E-devel] E SVN: cedric IN trunk/eina: . src/include src/lib src/modules/mp src/modules/mp/chained_pool src/modules/mp/fixed_bitmap

2010-07-31 Thread Vincent Torri
can you add a description like i did in eina_mempool.h, please ? Vincent On Mon, 26 Jul 2010, Enlightenment SVN wrote: > Log: > * eina: add a mempool that just do one big malloc. > > Author: cedric > Date: 2010-07-26 08:52:43 -0700 (Mon, 26 Jul 2010) > New Revision: 50510 >

Re: [E-devel] E SVN: discomfitor IN trunk/eina: . m4

2010-07-31 Thread Michael Blumenkrantz
On Sun, 1 Aug 2010 08:23:59 +0200 (CEST) Vincent Torri wrote: > > what the fuck is this ??? > > Vincent > > > On Tue, 27 Jul 2010, Enlightenment SVN wrote: > > > Log: > > when all files combine and the enable flag is set, form VOLTRON, > > DEFENDER OF THE UNIVERSE! > > > > Author: dis

Re: [E-devel] e code formatting - uncrustify

2010-07-31 Thread The Rasterman
On Sun, 1 Aug 2010 08:29:40 +0200 (CEST) Vincent Torri said: no one does agree - thats the point. the point is to force a single style in svn - if people like it or not. it's bypassing the human problem of agreeing on a style and sticking to it - and making it a technical problem - ie re-format t

Re: [E-devel] e code formatting - uncrustify

2010-07-31 Thread Vincent Torri
funny that you say it now, as you told me before that no one would agree on a coding style... It seems that what i said before on this subjct has been totally ignored by you. Vincent On Wed, 28 Jul 2010, Carsten Haitzler (The Rasterman) wrote: > ok as one of the final few things before an efl

Re: [E-devel] E SVN: discomfitor IN trunk/eina: . m4

2010-07-31 Thread Vincent Torri
what the fuck is this ??? Vincent On Tue, 27 Jul 2010, Enlightenment SVN wrote: > Log: > when all files combine and the enable flag is set, form VOLTRON, DEFENDER OF > THE UNIVERSE! > > Author: discomfitor > Date: 2010-07-27 13:17:25 -0700 (Tue, 27 Jul 2010) > New Revision: 505

Re: [E-devel] E SVN: nash trunk/eina/src/lib

2010-07-31 Thread Brett Nash
On Sat, 31 Jul 2010 08:56:43 -0300 Gustavo Sverzut Barbieri wrote: > Test it 2 (you must compare pointers before or out-of-bounds access > will happen) > > Test case: NULL, 0 > test case2: {'a'}, 1 > > And really, add the test case to our suite. I was actually going to do so. In my defense,

Re: [E-devel] Eterm selection_send() and Opera 10.60

2010-07-31 Thread Paolo Ferrario
On Sat, 31 Jul 2010, Kim Woelders wrote: > It looks like many programs request UTF8_STRING and not STRING. > > I'm no expert on selections but if I'm not mistaken this change would > make us give a STRING regardless of what we were asked for. > It would then be up to the reques

Re: [E-devel] e code formatting - uncrustify

2010-07-31 Thread Lucas De Marchi
One example of what I was talking: evas_render_updates_internal() in evas/sr/lib/canvas/evas_render.c: 1) You have a function of *~400 lines length*. This is not even warned by uncrustify. 2) Some points inside this function have an indentation of *8 levels*. What uncrustify really does when you

Re: [E-devel] E SVN: nash trunk/eina/src/lib

2010-07-31 Thread Gustavo Sverzut Barbieri
Test it 2 (you must compare pointers before or out-of-bounds access will happen) Test case: NULL, 0 test case2: {'a'}, 1 And really, add the test case to our suite. On Saturday, July 31, 2010, Enlightenment SVN wrote: > Log: >  Fix end points > Author:       nash > Date:         2010-07-30 22:

Re: [E-devel] Edje external - elementary - limitations - features

2010-07-31 Thread Atton Jonathan
I have a problem with signal. My edje re-send the signal in a panes : program { name: "show_map"; signal: "main_panel,map,show"; action: SIGNAL_EMIT "panes[right]:main_panel,map,show" ""; } Elementary external retrieve it in the method : void external_signal(void *data __UNUS

Re: [E-devel] Eterm selection_send() and Opera 10.60

2010-07-31 Thread Kim Woelders
On Fri, 30 Jul 2010 04:09:49 +0200, Paolo Ferrario wrote: > > Hi all, > > I've applied the Kim Woelders patch [20 Aug 2009] in screen.c > of Eterm 0.9.5. > > All is working ok, except for Opera 10.60, who dont get the clipboard > text from > Eterm. > > But it works if I use instead e.g. > ec