[E-devel] [Patch] elm_genlist pan changed patch

2011-12-07 Thread 정찬욱
Dear EFL Developers This patch is to fix the problem that blinking is occured when application use the ecore timer and the rendering delay at pan resize/move using evas_object_smart_changed instead of ecore_job_add. Thanks chanwook jung elm_genlist_patch.diff Description: Binary data --

Re: [E-devel] E SVN: tasn trunk/elementary/src/lib

2011-12-07 Thread Daniel Juyung Seo
Hello Tom, Thanks for you fix. I have one question here. I think this macro has no big benefit. +#define BASE(it) (&(it)->base) There is no much difference between "BASE(it)" and "it->base". But there are two macros for base.view and base.widget in elm_widget.h #define VIEW(X) X->base.view #def

Re: [E-devel] E SVN: yoz IN trunk/elementary/src: bin lib

2011-12-07 Thread Daniel Juyung Seo
Thanks a lot! I made some changes on there. Latest changes need to come first. Dear all e-devs, please update ElementaryChanges wiki page if you change elementary APIs or whatever. Thanks. Daniel Juyung Seo (SeoZ) On Wed, Dec 7, 2011 at 11:41 PM, michael bouchaud wrote: > done > > 2011/12/7 Dan

Re: [E-devel] E SVN: seoz IN trunk/PROTO/azy/src: bin include

2011-12-07 Thread Vincent Torri
please follow that rule of thumb: first, config.h then standard headers then dependencies headers then EFL headers in the order of dependency of course Vincent On Thu, Dec 8, 2011 at 12:14 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > azy: Added appropriate headers. Fixe

Re: [E-devel] E SVN: tasn IN trunk/exactness: . data data/recording src src/bin src/lib src/scripts

2011-12-07 Thread Michael Blumenkrantz
On Wed, 07 Dec 2011 22:32:51 +0200 Tom Hacohen wrote: > On 07/12/11 19:12, Leandro Pereira wrote: > > On 12/06/2011 02:05 PM, Enlightenment SVN wrote: > >> Modified: trunk/exactness/tasn_is_a_lazy_bastard > >> === > >> --- trunk/exac

Re: [E-devel] E SVN: tasn IN trunk/exactness: . data data/recording src src/bin src/lib src/scripts

2011-12-07 Thread Tom Hacohen
On 07/12/11 19:12, Leandro Pereira wrote: > On 12/06/2011 02:05 PM, Enlightenment SVN wrote: >> Modified: trunk/exactness/tasn_is_a_lazy_bastard >> === >> --- trunk/exactness/tasn_is_a_lazy_bastard 2011-12-06 15:52:11 UTC (rev >> 65

Re: [E-devel] E SVN: tasn IN trunk/exactness: . data data/recording src src/bin src/lib src/scripts

2011-12-07 Thread Leandro Pereira
On 12/06/2011 02:05 PM, Enlightenment SVN wrote: > Modified: trunk/exactness/tasn_is_a_lazy_bastard > === > --- trunk/exactness/tasn_is_a_lazy_bastard2011-12-06 15:52:11 UTC (rev > 65960) > +++ trunk/exactness/tasn_is_a_lazy_basta

Re: [E-devel] E SVN: yoz IN trunk/elementary/src: bin lib

2011-12-07 Thread michael bouchaud
done 2011/12/7 Daniel Juyung Seo > This is cool!! > Please update ElementaryChanges wiki page for elementary API or > whatever changes. > http://trac.enlightenment.org/e/wiki/ElementaryChanges > > I just saw the elm_index code and there are a lot to be fixed in elm_index > :( > This will be done

Re: [E-devel] E SVN: raster trunk/eina/src/include

2011-12-07 Thread Lucas De Marchi
On Wed, Dec 7, 2011 at 9:06 AM, Cedric BAIL wrote: > On Wed, Dec 7, 2011 at 11:50 AM, Vincent Torri > wrote: >> On Wed, Dec 7, 2011 at 10:48 AM, Joerg Sonnenberger >> wrote: >>> On Wed, Dec 07, 2011 at 02:29:17AM -0500, Christopher Michael wrote: >>> > On 12/06/11 20:10, Enlightenment SVN wrote:

Re: [E-devel] E SVN: raster trunk/eina/src/include

2011-12-07 Thread The Rasterman
On Wed, 7 Dec 2011 12:06:46 +0100 Cedric BAIL said: > On Wed, Dec 7, 2011 at 11:50 AM, Vincent Torri > wrote: > > On Wed, Dec 7, 2011 at 10:48 AM, Joerg Sonnenberger >> wrote: > >> On Wed, Dec 07, 2011 at 02:29:17AM -0500, Christopher Michael wrote: > >> > On 12/06/11 20:10, Enlightenment SVN w

Re: [E-devel] [Patch] elm_conform patch

2011-12-07 Thread Sachiel
2011/12/7 PRINCE KUMAR DUBEY : > The problem is how focus will pass from parent through conformant (an edje > object) to its children and vice-versa. The same way the elm_layout does it internally? > Thanks. > --- Original Message --- > Sender : ??? > Date : Dec 07, 2011 07:41 (GMT+05:30

Re: [E-devel] E SVN: raster trunk/eina/src/include

2011-12-07 Thread Cedric BAIL
On Wed, Dec 7, 2011 at 11:50 AM, Vincent Torri wrote: > On Wed, Dec 7, 2011 at 10:48 AM, Joerg Sonnenberger > wrote: >> On Wed, Dec 07, 2011 at 02:29:17AM -0500, Christopher Michael wrote: >> > On 12/06/11 20:10, Enlightenment SVN wrote: >> > > Log: >> > > NO! you break api. you made my e sit here

Re: [E-devel] E SVN: raster trunk/eina/src/include

2011-12-07 Thread Vincent Torri
On Wed, Dec 7, 2011 at 10:48 AM, Joerg Sonnenberger wrote: > On Wed, Dec 07, 2011 at 02:29:17AM -0500, Christopher Michael wrote: > > On 12/06/11 20:10, Enlightenment SVN wrote: > > > Log: > > > NO! you break api. you made my e sit here with a segv in a getenv. > > >because now many libraries

Re: [E-devel] E SVN: raster trunk/eina/src/include

2011-12-07 Thread Joerg Sonnenberger
On Wed, Dec 07, 2011 at 02:29:17AM -0500, Christopher Michael wrote: > On 12/06/11 20:10, Enlightenment SVN wrote: > > Log: > > NO! you break api. you made my e sit here with a segv in a getenv. > >because now many libraries and api's don't have prototyopes for > >malloc/calloc and much mor

Re: [E-devel] [Patch] edje_entry double click word selection

2011-12-07 Thread Tom Hacohen
Dear MJ, Thanks a lot for the patch, this is a very needed feature, however I have a couple of comments on the implementation. The reason I was postponing implementing word selection for entry, is that it's not that trivial. There's a complete standard on word boundaries that has to be implem

Re: [E-devel] Compilation and Environment

2011-12-07 Thread Cedric BAIL
On Wed, Dec 7, 2011 at 9:38 AM, P Purkayastha wrote: > Isn't this already present in some form here: > http://trac.enlightenment.org/e/wiki/Packaging Oh, I didn't see that this page get so much updated. Very nice. Now need to merge information. Thanks for the link. -- Cedric BAIL --

Re: [E-devel] Compilation and Environment

2011-12-07 Thread P Purkayastha
Isn't this already present in some form here: http://trac.enlightenment.org/e/wiki/Packaging -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist a

Re: [E-devel] E SVN: tasn IN trunk/exactness: . data data/recording src src/bin src/lib src/scripts

2011-12-07 Thread Aharon Hillel
Hello Mr. Daniel Juyung Seo (SeoZ) My name is Aharon and I'm responsible for exactness. Tested it just now with 'exactness -r', it worked as expected. I would appreciate it if you FWD more information to me. You can run: LD_PRELOAD=/opt/e17/lib/exactness/libexactness.so gdb exactness_raw Then in