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

2010-01-22 Thread The Rasterman
On Sat, 23 Jan 2010 02:11:59 -0500 Jose Gonzalez said: >Carsten wrote: > > > On Sat, 23 Jan 2010 00:58:26 +0100 Peter Wehrfritz > > said: > > > >> Albin Tonnerre wrote: > >> > >>> On Fri, 22 Jan 2010 23:19 +0100, Vincent Torri wrote : > >>> > >>> > why not moving ecor

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

2010-01-22 Thread Jose Gonzalez
Carsten wrote: > On Sat, 23 Jan 2010 00:58:26 +0100 Peter Wehrfritz > said: > >> Albin Tonnerre wrote: >> >>> On Fri, 22 Jan 2010 23:19 +0100, Vincent Torri wrote : >>> >>> why not moving ecore_txt to eina, btw ? >>> As far as I understand it, ein

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

2010-01-22 Thread The Rasterman
On Sat, 23 Jan 2010 00:58:26 +0100 Peter Wehrfritz said: > Albin Tonnerre wrote: > > On Fri, 22 Jan 2010 23:19 +0100, Vincent Torri wrote : > > > >> why not moving ecore_txt to eina, btw ? > >> > > > > As far as I understand it, eina is about providing data types. IMHO neither > > ecore_s

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

2010-01-22 Thread Brian Wang
On Fri, Jan 22, 2010 at 10:54 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Jan 21, 2010 at 11:22 PM, Brian Wang > wrote: >> On Thu, Jan 21, 2010 at 8:21 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Wed, Jan 20, 2010 at 11:47 PM, Brian Wang >>> wrote: On Wed, Jan 20, 2010 at 8:17 PM, Ca

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

2010-01-22 Thread Peter Wehrfritz
Albin Tonnerre wrote: > On Fri, 22 Jan 2010 23:19 +0100, Vincent Torri wrote : > >> why not moving ecore_txt to eina, btw ? >> > > As far as I understand it, eina is about providing data types. IMHO neither > ecore_str nor ecore_txt fit in that category. > Right, nor does ecore_file, bu

[E-devel] E_fm patch

2010-01-22 Thread Christopher Michael
Here is a patch that fixes e_fm sending "selected" callbacks twice per-click. This was noticed in illume-home module. When launching an app, sometimes the app would start twice. Turns out, e_fm was sending the "selected" callback more than once. I did not direct commit this because I am not

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

2010-01-22 Thread Albin Tonnerre
On Fri, 22 Jan 2010 23:19 +0100, Vincent Torri wrote : > > > On Fri, 22 Jan 2010, Gustavo Sverzut Barbieri wrote: > > > On 1/22/10, Albin Tonnerre wrote: > >> On Fri, 22 Jan 2010 11:32 +0100, Cedric BAIL wrote : > >>> Good idea to start discussing about ecore. > >>> > >>> On Fri, Jan 22, 2010 a

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

2010-01-22 Thread Vincent Torri
On Fri, 22 Jan 2010, Gustavo Sverzut Barbieri wrote: > On 1/22/10, Albin Tonnerre wrote: >> On Fri, 22 Jan 2010 11:32 +0100, Cedric BAIL wrote : >>> Good idea to start discussing about ecore. >>> >>> On Fri, Jan 22, 2010 at 1:32 AM, Gustavo Sverzut Barbieri >>> wrote: On Thu, Jan 21, 2010

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

2010-01-22 Thread Vincent Torri
On Fri, 22 Jan 2010, Enlightenment SVN wrote: > Log: > Add EINTERN > > All functions not static in modules should be EINTERN, exepect > e_modapi_* > Author: englebass > Date: 2010-01-22 12:00:07 -0800 (Fri, 22 Jan 2010) > New Revision: 45446 > > Modified: > trunk/e/src/bin/e.h

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

2010-01-22 Thread Gustavo Sverzut Barbieri
On Fri, Jan 22, 2010 at 8:16 AM, Cedric BAIL wrote: > On Thu, Jan 21, 2010 at 11:28 PM, Vincent Torri wrote: >> 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

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

2010-01-22 Thread Gustavo Sverzut Barbieri
On Thu, Jan 21, 2010 at 11:22 PM, Brian Wang wrote: > On Thu, Jan 21, 2010 at 8:21 PM, Gustavo Sverzut Barbieri > wrote: >> On Wed, Jan 20, 2010 at 11:47 PM, Brian Wang >> wrote: >>> On Wed, Jan 20, 2010 at 8:17 PM, Carsten Haitzler >>> wrote: On Wed, 20 Jan 2010 08:24:13 -0300 Iván Bria

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

2010-01-22 Thread Gustavo Sverzut Barbieri
On 1/22/10, Cedric BAIL wrote: > Good idea to start discussing about ecore. > > On Fri, Jan 22, 2010 at 1:32 AM, Gustavo Sverzut Barbieri > wrote: >> On Thu, Jan 21, 2010 at 10:25 PM, Gustavo Sverzut Barbieri >> wrote: >>> Why ecore_job and ecore_txt are split? They are so stupid that is >>> sho

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

2010-01-22 Thread Gustavo Sverzut Barbieri
On 1/22/10, Albin Tonnerre wrote: > On Fri, 22 Jan 2010 11:32 +0100, Cedric BAIL wrote : >> Good idea to start discussing about ecore. >> >> On Fri, Jan 22, 2010 at 1:32 AM, Gustavo Sverzut Barbieri >> wrote: >> > On Thu, Jan 21, 2010 at 10:25 PM, Gustavo Sverzut Barbieri >> > wrote: >> >> Why e

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

2010-01-22 Thread Dr. Michael Lauer
Am 22.01.2010 um 02:15 schrieb 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

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

2010-01-22 Thread Albin Tonnerre
On Fri, 22 Jan 2010 11:32 +0100, Cedric BAIL wrote : > Good idea to start discussing about ecore. > > On Fri, Jan 22, 2010 at 1:32 AM, Gustavo Sverzut Barbieri > wrote: > > On Thu, Jan 21, 2010 at 10:25 PM, Gustavo Sverzut Barbieri > > wrote: > >> Why ecore_job and ecore_txt are split? They are

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

2010-01-22 Thread Cedric BAIL
Good idea to start discussing about ecore. On Fri, Jan 22, 2010 at 1:32 AM, Gustavo Sverzut Barbieri wrote: > On Thu, Jan 21, 2010 at 10:25 PM, Gustavo Sverzut Barbieri > wrote: >> Why ecore_job and ecore_txt are split? They are so stupid that is >> should go into main ecore. >> >> Anyone with t

Re: [E-devel] eina mempool review and descriptions?

2010-01-22 Thread Vincent Torri
On Fri, 22 Jan 2010, Cedric BAIL wrote: > On Thu, Jan 21, 2010 at 11:13 PM, Gustavo Sverzut Barbieri > wrote: >> 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. >> >>

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

2010-01-22 Thread Cedric BAIL
On Thu, Jan 21, 2010 at 11:28 PM, Vincent Torri wrote: > 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 i

Re: [E-devel] eina mempool review and descriptions?

2010-01-22 Thread Cedric BAIL
On Thu, Jan 21, 2010 at 11:13 PM, Gustavo Sverzut Barbieri wrote: > 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,