Re: [E-devel] Request for review: entry, changed, user additional change info

2011-10-16 Thread Tom Hacohen
On 17/10/11 08:20, Carsten Haitzler (The Rasterman) wrote: > On Mon, 17 Oct 2011 08:17:49 +0200 Tom Hacohen > said: > >> On 13/10/11 14:11, Carsten Haitzler (The Rasterman) wrote: >>> well here's my take. >>> >>> signals are a generic abstract way to talk with edje. it literally allows >>> edje t

Re: [E-devel] Request for review: entry, changed, user additional change info

2011-10-16 Thread The Rasterman
On Mon, 17 Oct 2011 08:17:49 +0200 Tom Hacohen said: > On 13/10/11 14:11, Carsten Haitzler (The Rasterman) wrote: > > well here's my take. > > > > signals are a generic abstract way to talk with edje. it literally allows > > edje to even have the whole engine run in another process/thread and han

Re: [E-devel] Request for review: entry, changed, user additional change info

2011-10-16 Thread Tom Hacohen
On 13/10/11 14:11, Carsten Haitzler (The Rasterman) wrote: > well here's my take. > > signals are a generic abstract way to talk with edje. it literally allows edje > to even have the whole engine run in another process/thread and handle signals > off there. the design allows it so in future we cou

Re: [E-devel] [E-Devel][Review][Patch] Evas GL Extensions + a bug fix

2011-10-16 Thread The Rasterman
On Thu, 13 Oct 2011 16:04:40 +0900 "Sung W. Park" said: comments: 1. after much thought i think keeping glgetprocaddess wrapping will be best. people just are used to that and it makes "passthrough" mode (no virtual context on top of the real gl) simpler and easier. for actual egl calls we HAVE

Re: [E-devel] Question about event propagation routine of elm_scroller

2011-10-16 Thread The Rasterman
On Mon, 17 Oct 2011 04:50:06 + (GMT) EunMi Lee said: > Dear Haitzler, > > I'm sorry I forget to explain in detail. I will explain more. > Firstly, I know elementary provides apis to control parent scroller, and > scroller in scroller works. But my problem is that "webview in the WebKit > Eng

Re: [E-devel] Question about event propagation routine of elm_scroller

2011-10-16 Thread EunMi Lee
Dear Haitzler, I'm sorry I forget to explain in detail. I will explain more. Firstly, I know elementary provides apis to control parent scroller, and scroller in scroller works. But my problem is that "webview in the WebKit Engine is pure Evas_Object and it is not an elementary widget." so, I ca

Re: [E-devel] set revision for tarball made by make dist

2011-10-16 Thread The Rasterman
On Mon, 17 Oct 2011 01:28:32 +0200 Tomas Cech said: eh? what are you trying to fix? it works just fine for me... ??? > Hi, > > I noticed with SVN revision 64115, that tarball made by `make dist' > doesn't set revision number correctly. Since it makes tarball > containing directory with version

Re: [E-devel] [Patch] Evas touch event patch.

2011-10-16 Thread The Rasterman
On Thu, 06 Oct 2011 10:20:57 +0200 Tom Hacohen said: > On 06/10/11 10:15, EunMi Lee wrote: > > Dear Tom, > > > >> What do you think about removing this from upstream and moving it to your > >> code? > > => My answer is I really need touch event in the evas. > > Yes, it just unifies mouse/mu

Re: [E-devel] set revision for tarball made by make dist

2011-10-16 Thread Tomas Cech
On Mon, Oct 17, 2011 at 01:37:31AM +0200, Tomas Cech wrote: On Mon, Oct 17, 2011 at 01:28:32AM +0200, Tomas Cech wrote: Hi, I noticed with SVN revision 64115, that tarball made by `make dist' doesn't set revision number correctly. Since it makes tarball containing directory with version in the

Re: [E-devel] e17 segfault on fresh install

2011-10-16 Thread The Rasterman
On Mon, 17 Oct 2011 10:57:59 +1100 Jochen Schröder said: > On 10/17/2011 10:51 AM, Carsten Haitzler (The Rasterman) wrote: > > On Mon, 17 Oct 2011 10:43:46 +1100 Jochen Schröder > > said: > > > >> On 10/15/2011 04:20 AM, Jim Kukunas wrote: > >>> On Fri, Oct 14, 2011 at 03:18:48PM +1100, Jochen Sc

Re: [E-devel] e17 segfault on fresh install

2011-10-16 Thread Jochen Schröder
On 10/17/2011 10:51 AM, Carsten Haitzler (The Rasterman) wrote: > On Mon, 17 Oct 2011 10:43:46 +1100 Jochen Schröder said: > >> On 10/15/2011 04:20 AM, Jim Kukunas wrote: >>> On Fri, Oct 14, 2011 at 03:18:48PM +1100, Jochen Schröder wrote: Hi all, I just rebuild all of EFL and E17 g

Re: [E-devel] e17 segfault on fresh install

2011-10-16 Thread The Rasterman
On Mon, 17 Oct 2011 10:43:46 +1100 Jochen Schröder said: > On 10/15/2011 04:20 AM, Jim Kukunas wrote: > > On Fri, Oct 14, 2011 at 03:18:48PM +1100, Jochen Schröder wrote: > >> Hi all, > >> > >> I just rebuild all of EFL and E17 gives me a segfault when starting > >> with a clean config directory.

Re: [E-devel] e17 segfault on fresh install

2011-10-16 Thread Jochen Schröder
On 10/15/2011 04:20 AM, Jim Kukunas wrote: > On Fri, Oct 14, 2011 at 03:18:48PM +1100, Jochen Schröder wrote: >> Hi all, >> >> I just rebuild all of EFL and E17 gives me a segfault when starting >> with a clean config directory. Seems to be related to the recent >> sse3 work. > > What is your compi

Re: [E-devel] set revision for tarball made by make dist

2011-10-16 Thread Tomas Cech
On Mon, Oct 17, 2011 at 01:28:32AM +0200, Tomas Cech wrote: Hi, I noticed with SVN revision 64115, that tarball made by `make dist' doesn't set revision number correctly. Since it makes tarball containing directory with version in the name, I propose following change. It's example made for eina

[E-devel] set revision for tarball made by make dist

2011-10-16 Thread Tomas Cech
Hi, I noticed with SVN revision 64115, that tarball made by `make dist' doesn't set revision number correctly. Since it makes tarball containing directory with version in the name, I propose following change. It's example made for eina. Is it acceptable solution? Best regards, Tomas Cech Sleep

Re: [E-devel] E SVN: discomfitor trunk/evas

2011-10-16 Thread Mike Blumenkrantz
On Sun, 16 Oct 2011 08:46:28 -0700 "Enlightenment SVN" wrote: > Log: > svn:ignore > > > Author: discomfitor > Date: 2011-10-16 08:46:28 -0700 (Sun, 16 Oct 2011) > New Revision: 64116 > Trac: http://trac.enlightenment.org/e/changeset/64116 > > Modified: > trunk/evas/