[E-devel] elm_genlist Performance Problem Revisited (Loading and Scrolling)

2010-01-21 Thread Brian Wang
Hello all, Loading (startup) performance problem: -- I just had time to look at the elm_genlist performance problem again. Sometime ago, I asked the list about elm_genlist's walking through the list at startup in order to determine the list's width

Re: [E-devel] elm_genlist Performance Problem Revisited (Loading and Scrolling)

2010-01-21 Thread Atton Jonathan
2010/1/21 Brian Wang brian.wang.0...@gmail.com Hello all, Loading (startup) performance problem: -- I just had time to look at the elm_genlist performance problem again. Sometime ago, I asked the list about elm_genlist's walking through the

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

2010-01-21 Thread Gustavo Sverzut Barbieri
On Thu, Jan 21, 2010 at 5:50 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  remove unneeded action Author:       englebass Date:         2010-01-20 23:50:06 -0800 (Wed, 20 Jan 2010) New Revision: 45379 Modified:  trunk/e/src/bin/e_actions.c Modified:

Re: [E-devel] elm_genlist Performance Problem Revisited (Loading and Scrolling)

2010-01-21 Thread Gustavo Sverzut Barbieri
On Thu, Jan 21, 2010 at 8:30 AM, Atton Jonathan jonathan.at...@gmail.com wrote: 2010/1/21 Brian Wang brian.wang.0...@gmail.com Hello all, Loading (startup) performance problem: -- I just had time to look at the elm_genlist performance problem

Re: [E-devel] [PATCH] Elementary, elm_button.c : Emit mouse down event

2010-01-21 Thread Gustavo Sverzut Barbieri
On Wed, Jan 20, 2010 at 11:47 PM, Brian Wang brian.wang.0...@gmail.com wrote: On Wed, Jan 20, 2010 at 8:17 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 20 Jan 2010 08:24:13 -0300 Iván Briano (Sachiel) sachi...@gmail.com said: On Wed, Jan 20, 2010 at 7:55 AM, Gustavo Sverzut

Re: [E-devel] Elementary entry regression

2010-01-21 Thread Cedric BAIL
On Wed, Jan 20, 2010 at 11:22 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 20 Jan 2010 21:59:03 +0100 Cedric BAIL moa.blueb...@gmail.com said: On Wednesday, January 20, 2010, Iván Briano (Sachiel) sachi...@gmail.com wrote: On Wed, Jan 20, 2010 at 4:25 PM, Nicolas Aguirre

Re: [E-devel] elm_genlist Performance Problem Revisited (Loading and Scrolling)

2010-01-21 Thread Nicolas Aguirre
2010/1/21 Gustavo Sverzut Barbieri barbi...@profusion.mobi: On Thu, Jan 21, 2010 at 8:30 AM, Atton Jonathan jonathan.at...@gmail.com wrote: 2010/1/21 Brian Wang brian.wang.0...@gmail.com Hello all, Loading (startup) performance problem: -- I

Re: [E-devel] elm_genlist Performance Problem Revisited (Loading and Scrolling)

2010-01-21 Thread Michael 'Mickey' Lauer
Am Donnerstag, den 21.01.2010, 10:26 -0200 schrieb Gustavo Sverzut Barbieri: And to say more, just like I did with Guarana's list, we should abstract the model it uses, providing functions to check the number of items and get items given its index. That way we can write those functions that

[E-devel] eina mempool review and descriptions?

2010-01-21 Thread Gustavo Sverzut Barbieri
Hey all, I'm doing ebuilds for gentoo and I want to make them use configurable mempools, however the names are stupidly bad and I have no idea the use so I enable or disable them. could someone (ie: cedric) document what are these, how they are chosen, which should be really enabled and which

Re: [E-devel] eina bechmarks broken against evas and ecore

2010-01-21 Thread Vincent Torri
On Thu, 21 Jan 2010, Gustavo Sverzut Barbieri wrote: title says it all, we don't have native evas and ecore data anymore, so benchmarks cannot work. Either we remove those for 1.0 or we copy the old files from svn history and have in src/tests. I like the second one. Vincent

[E-devel] merge ecore job and txt into ecore?

2010-01-21 Thread Gustavo Sverzut Barbieri
Why ecore_job and ecore_txt are split? They are so stupid that is should go into main ecore. Anyone with time to merge this and fix all apps that pkg-config ecore-job or ecore-txt to use simply ecore? -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems

Re: [E-devel] merge ecore job and txt into ecore?

2010-01-21 Thread Gustavo Sverzut Barbieri
On Thu, Jan 21, 2010 at 10:25 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Why ecore_job and ecore_txt are split? They are so stupid that is should go into main ecore. Anyone with time to merge this and fix all apps that pkg-config ecore-job or ecore-txt to use simply ecore?

Re: [E-devel] elm_genlist Performance Problem Revisited (Loading and Scrolling)

2010-01-21 Thread Brian Wang
[snip] And to say more, just like I did with Guarana's list, we should abstract the model it uses, providing functions to check the number of items and get items given its index.  That way we can write those functions that query SQL and no need to actually create a list with 1000 elements in

Re: [E-devel] [PATCH] Elementary, elm_button.c : Emit mouse down event

2010-01-21 Thread Brian Wang
On Thu, Jan 21, 2010 at 8:21 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Jan 20, 2010 at 11:47 PM, Brian Wang brian.wang.0...@gmail.com wrote: On Wed, Jan 20, 2010 at 8:17 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 20 Jan 2010 08:24:13 -0300 Iván Briano

Re: [E-devel] elm_genlist Performance Problem Revisited (Loading and Scrolling)

2010-01-21 Thread Brian Wang
On Fri, Jan 22, 2010 at 9:28 AM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 22 Jan 2010 09:15:44 +0800 Brian Wang brian.wang.0...@gmail.com said: [snip] And to say more, just like I did with Guarana's list, we should abstract the model it uses, providing functions to check the

Re: [E-devel] elm_genlist Performance Problem Revisited (Loading and Scrolling)

2010-01-21 Thread The Rasterman
On Thu, 21 Jan 2010 17:04:32 +0800 Brian Wang brian.wang.0...@gmail.com said: sounds ok - u missed something. this isnt just height. width. and width it determined by content (eg how long is the text label). and... that can vary WILDLY. you'd have to have width fixed too. Hello all, Loading

Re: [E-devel] elm_genlist Performance Problem Revisited (Loading and Scrolling)

2010-01-21 Thread The Rasterman
On Fri, 22 Jan 2010 09:15:44 +0800 Brian Wang brian.wang.0...@gmail.com said: [snip] And to say more, just like I did with Guarana's list, we should abstract the model it uses, providing functions to check the number of items and get items given its index.  That way we can write those

[E-devel] [PATCH] elm_genlist : Introduce homogeneous mode and configurable block size

2010-01-21 Thread Brian Wang
Hello all, The attached (hopefully, it's attached) is my try to implement the homogeneous mode for elm_genlist. I know it's far from perfect (e.g. it still walks through the list to gather the width and height) and it might contain bugs. It's ok with valgrind reports on x86 though. The patch

Re: [E-devel] [PATCH] elm_genlist : Introduce homogeneous mode and configurable block size

2010-01-21 Thread Brian Wang
This is lame... Another try. On Fri, Jan 22, 2010 at 10:24 AM, Brian Wang brian.wang.0...@gmail.com wrote: Hello all, The attached (hopefully, it's attached) is my try to implement the homogeneous mode for elm_genlist.  I know it's far from perfect (e.g. it still walks through the list to

Re: [E-devel] elm_genlist Performance Problem Revisited (Loading and Scrolling)

2010-01-21 Thread The Rasterman
On Fri, 22 Jan 2010 10:15:52 +0800 Brian Wang brian.wang.0...@gmail.com said: On Fri, Jan 22, 2010 at 9:28 AM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 22 Jan 2010 09:15:44 +0800 Brian Wang brian.wang.0...@gmail.com said: [snip] And to say more, just like I did with

Re: [E-devel] elm_genlist Performance Problem Revisited (Loading and Scrolling)

2010-01-21 Thread Brian Wang
On Fri, Jan 22, 2010 at 10:36 AM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 22 Jan 2010 10:15:52 +0800 Brian Wang brian.wang.0...@gmail.com said: On Fri, Jan 22, 2010 at 9:28 AM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 22 Jan 2010 09:15:44 +0800 Brian Wang