Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread The Rasterman
On Thu, 02 Dec 2010 15:22:13 +0900 Mike McCormack mj.mccorm...@samsung.com said: probably is a good thing as its fewer mallocs in a loop. :) Hi All, Rather than using malloc'ed list entries in the mail loop, use a single linked in-place list. This avoid lots of mallocs and frees as the

Re: [E-devel] E SVN: devilhorns trunk/e/src/bin

2010-12-02 Thread Mike Blumenkrantz
On Thu, 2 Dec 2010 00:05:54 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: Adjust min sizes of ilist and textblock so that Modules dialog fits nicely into 240x320 (without these changes, the toolbar is partially obscured by illume indicator). Author:

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread Lucas De Marchi
On Thu, Dec 2, 2010 at 4:38 AM, Mike Blumenkrantz m...@zentific.com wrote: On Thu, 02 Dec 2010 15:22:13 +0900 Mike McCormack mj.mccorm...@samsung.com wrote: Hi All, Rather than using malloc'ed list entries in the mail loop, use a single linked in-place list. This avoid lots of mallocs and

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread Cedric BAIL
Hi, On Thu, Dec 2, 2010 at 7:22 AM, Mike McCormack mj.mccorm...@samsung.com wrote: Rather than using malloc'ed list entries in the mail loop, use a single linked in-place list. This avoid lots of mallocs and frees as the main loop iterates. I like the idea, but I fear that doing change to

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread Tom Hacohen
On Thu, 2010-12-02 at 11:34 +0100, Cedric BAIL wrote: I like the idea, but I fear that doing change to the core main loop structure could break things. Maybe we should post pone this change to 1.1. From my point of view we already did to much change to ecore main loop during the beta cycle.

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread Lucas De Marchi
On Thu, Dec 2, 2010 at 8:34 AM, Cedric BAIL cedric.b...@free.fr wrote: Hi, On Thu, Dec 2, 2010 at 7:22 AM, Mike McCormack mj.mccorm...@samsung.com wrote: Rather than using malloc'ed list entries in the mail loop, use a single linked in-place list. This avoid lots of mallocs and frees as

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread Mike McCormack
On 12/02/2010 08:20 PM, Lucas De Marchi wrote: On Thu, Dec 2, 2010 at 8:34 AM, Cedric BAILcedric.b...@free.fr wrote: Hi, On Thu, Dec 2, 2010 at 7:22 AM, Mike McCormackmj.mccorm...@samsung.com wrote: Rather than using malloc'ed list entries in the mail loop, use a single linked in-place

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread Sachiel
2010/12/2 Mike McCormack mj.mccorm...@samsung.com: On 12/02/2010 08:20 PM, Lucas De Marchi wrote: On Thu, Dec 2, 2010 at 8:34 AM, Cedric BAILcedric.b...@free.fr  wrote: Hi, On Thu, Dec 2, 2010 at 7:22 AM, Mike McCormackmj.mccorm...@samsung.com   wrote: Rather than using malloc'ed list

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread Cedric BAIL
On Thu, Dec 2, 2010 at 1:08 PM, Iván Briano (Sachiel) sachi...@gmail.com wrote: 2010/12/2 Mike McCormack mj.mccorm...@samsung.com: On 12/02/2010 08:20 PM, Lucas De Marchi wrote: On Thu, Dec 2, 2010 at 8:34 AM, Cedric BAILcedric.b...@free.fr  wrote: On Thu, Dec 2, 2010 at 7:22 AM, Mike

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread Lucas De Marchi
On Thu, Dec 2, 2010 at 10:03 AM, Mike McCormack mj.mccorm...@samsung.com wrote: Come on guys. The only reason that you're seeing this is that I don't commit directly to SVN. No, I object because it's a huge change that might introduce bugs. The fact is that this feature freeze is taking

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread Vincent Torri
On Thu, 2 Dec 2010, Iván Briano (Sachiel) wrote: 2010/12/2 Mike McCormack mj.mccorm...@samsung.com: On 12/02/2010 08:20 PM, Lucas De Marchi wrote: On Thu, Dec 2, 2010 at 8:34 AM, Cedric BAILcedric.b...@free.fr  wrote: Hi, On Thu, Dec 2, 2010 at 7:22 AM, Mike

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread Vincent Torri
On Thu, 2 Dec 2010, Lucas De Marchi wrote: On Thu, Dec 2, 2010 at 10:03 AM, Mike McCormack mj.mccorm...@samsung.com wrote: Come on guys. The only reason that you're seeing this is that I don't commit directly to SVN. No, I object because it's a huge change that might introduce bugs. The

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread Cedric BAIL
On Thu, Dec 2, 2010 at 1:19 PM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: On Thu, Dec 2, 2010 at 10:03 AM, Mike McCormack mj.mccorm...@samsung.com wrote: Come on guys. The only reason that you're seeing this is that I don't commit directly to SVN. No, I object because it's a

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread Tom Hacohen
On Thu, 2010-12-02 at 10:19 -0200, Lucas De Marchi wrote: On Thu, Dec 2, 2010 at 10:03 AM, Mike McCormack mj.mccorm...@samsung.com wrote: Come on guys. The only reason that you're seeing this is that I don't commit directly to SVN. No, I object because it's a huge change that might

Re: [E-devel] [PATCH] eve: save history and favorites when added

2010-12-02 Thread Leandro Pereira
On Wed, Dec 1, 2010 at 6:49 PM, Marco Trevisan (Treviño) m...@3v1n0.net wrote: I often experience crashes when using eve, when I reload it no saved informations (like favorites) or history are kept. Why not saving them when something changes? Modifying eve_state.c is bad, since it is

Re: [E-devel] [PATCH] eve: add support for Android User-Agent

2010-12-02 Thread Leandro Pereira
On Wed, Dec 1, 2010 at 5:03 PM, Marco Trevisan (Treviño) m...@3v1n0.net wrote: Here you are. Applied, thanks. -- Cheers,   Leandro -- Increase Visibility of Your 3D Game App Earn a Chance To Win $500! Tap into the

Re: [E-devel] [PATCH] eve: use file realpath for file:// schema

2010-12-02 Thread Leandro Pereira
On Wed, Dec 1, 2010 at 4:06 PM, Marco Trevisan (Treviño) m...@3v1n0.net wrote: I've also another version for this function, this one supports any protocol, following the syntax rules stated by the RFC 3986 considering everything that precedes a semicolon (:) as the schema, and the rest as the

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread Dave Andreoli
2010/12/2 Tom Hacohen tom.haco...@partner.samsung.com: On Thu, 2010-12-02 at 10:19 -0200, Lucas De Marchi wrote: On Thu, Dec 2, 2010 at 10:03 AM, Mike McCormack mj.mccorm...@samsung.com wrote: Come on guys. The only reason that you're seeing this is that I don't commit directly to SVN.

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread Lucas De Marchi
On Thu, Dec 2, 2010 at 4:47 PM, Dave Andreoli d...@gurumeditation.it wrote: 2010/12/2 Tom Hacohen tom.haco...@partner.samsung.com: On Thu, 2010-12-02 at 10:19 -0200, Lucas De Marchi wrote: On Thu, Dec 2, 2010 at 10:03 AM, Mike McCormack mj.mccorm...@samsung.com wrote: Come on guys. The

Re: [E-devel] E SVN: sachiel trunk/edje/src/bin

2010-12-02 Thread Dave Andreoli
2010/11/30 Gustavo Sverzut Barbieri barbi...@profusion.mobi: On Tue, Nov 30, 2010 at 2:10 PM, Iván Briano (Sachiel) sachi...@gmail.com wrote: 2010/11/30 Dave Andreoli d...@gurumeditation.it: 2010/11/30 Enlightenment SVN no-re...@enlightenment.org: Log: Make edje_cc store script source

Re: [E-devel] E SVN: sachiel trunk/edje/src/bin

2010-12-02 Thread Sachiel
2010/12/2 Dave Andreoli d...@gurumeditation.it: 2010/11/30 Gustavo Sverzut Barbieri barbi...@profusion.mobi: On Tue, Nov 30, 2010 at 2:10 PM, Iván Briano (Sachiel) sachi...@gmail.com wrote: 2010/11/30 Dave Andreoli d...@gurumeditation.it: 2010/11/30 Enlightenment SVN

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread Mike Blumenkrantz
On Thu, 2 Dec 2010 13:18:02 +0100 Cedric BAIL cedric.b...@free.fr wrote: On Thu, Dec 2, 2010 at 1:08 PM, Iván Briano (Sachiel) sachi...@gmail.com wrote: 2010/12/2 Mike McCormack mj.mccorm...@samsung.com: On 12/02/2010 08:20 PM, Lucas De Marchi wrote: On Thu, Dec 2, 2010 at 8:34 AM, Cedric

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-02 Thread The Rasterman
On Thu, 2 Dec 2010 16:54:36 -0200 Lucas De Marchi lucas.demar...@profusion.mobi said: On Thu, Dec 2, 2010 at 4:47 PM, Dave Andreoli d...@gurumeditation.it wrote: 2010/12/2 Tom Hacohen tom.haco...@partner.samsung.com: On Thu, 2010-12-02 at 10:19 -0200, Lucas De Marchi wrote: On Thu, Dec 2,

Re: [E-devel] [Patch] elm_genlist and elm_list patch.

2010-12-02 Thread Daniel Juyung Seo
Dear all, anybody can review and apply this to upstream? Thank you. Daniel Juyung Seo. On Wed, Dec 1, 2010 at 8:51 AM, Daniel Juyung Seo juyung@samsung.com wrote: I attached a patch file again. Thanks. Daniel Juyung Seo. -Original Message- From: Daniel Juyung Seo

Re: [E-devel] [Patch] elm_genlist and elm_list patch.

2010-12-02 Thread The Rasterman
On Fri, 3 Dec 2010 14:11:37 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: i'll look at all of these little things... once i'm done digging thru all the other... changes i have here... :) merge merge merge... tired of merging... Dear all, anybody can review and apply this to upstream?