Re: [E-devel] To be killed

2011-03-25 Thread David Seikel
On Fri, 25 Mar 2011 16:22:24 +0900 Carsten Haitzler (The Rasterman) wrote: > On Fri, 25 Mar 2011 15:29:03 +1000 David Seikel > said: > > > On Mon, 21 Mar 2011 08:48:06 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > reducing # of enignes is simply trying to fit our > > > work into

Re: [E-devel] ecore_evas build failure

2011-03-25 Thread Vincent Torri
On Fri, 25 Mar 2011, fmanc...@web2tel.net wrote: Quoting Lucas De Marchi : Did you enable this backend on ecore, but not on evas? What are the outputs of configure for Evas and Ecore? Good point Lucas. It was enabled on ecore but not on evas. I did "./autogen.sh --enable-evas-ecore-softw

Re: [E-devel] ecore_evas build failure

2011-03-25 Thread fmanchon
Quoting Lucas De Marchi : > Did you enable this backend on ecore, but not on evas? What are the > outputs of configure for Evas and Ecore? Good point Lucas. It was enabled on ecore but not on evas. I did "./autogen.sh --enable-evas-ecore-software-16-x11=no" on ecore solved the problem :-)

Re: [E-devel] [Review] [Patch] Evas - OpenGL and Evas (Part 4)

2011-03-25 Thread Sung W. Park
i'm glad we got to this point =) On Fri, Mar 25, 2011 at 2:59 PM, Carsten Haitzler wrote: > On Wed, 16 Mar 2011 16:26:44 +0900 "Sung W. Park" > said: > > ok - accounting for some of the comments so far... her'es my take :) > (finally)! :) > > 1. you use evas_object_image_pixels_dirty_set(). this

Re: [E-devel] Evas - OpenGL and Image Object - evas_object_image_native_surface_set()

2011-03-25 Thread The Rasterman
On Fri, 25 Mar 2011 15:46:41 +0900 "Sung W. Park" said: > oh great! I guess you finally got around to it =) yeah... today is "catch up" day :) > On Fri, Mar 25, 2011 at 1:57 PM, Carsten Haitzler wrote: > > > On Mon, 14 Mar 2011 10:49:10 +0900 "Sung W. Park" > > said: > > > > > Ah, i see that

Re: [E-devel] To be killed

2011-03-25 Thread The Rasterman
On Fri, 25 Mar 2011 15:29:03 +1000 David Seikel said: > On Mon, 21 Mar 2011 08:48:06 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > reducing # of enignes is simply trying to fit our > > work into our manpower and if every new engine feature requires you > > have to read up 16 gfx api's a

Re: [E-devel] [Patch] Display more than 3 items

2011-03-25 Thread The Rasterman
On Wed, 23 Mar 2011 08:19:13 -0700 Daniel Juyung Seo said: you're going to hate me :) you did go the right way - theme defines default, code can override... BUT.. you are ALSO missing a fit POLICY. you are fitting just N items in the visible region. i think... you are missing the ability to say

Re: [E-devel] [e-users] Elementary fileselector weirdness

2011-03-25 Thread The Rasterman
On Thu, 24 Mar 2011 08:35:27 -0500 Benjamin Flanagin said: is your toplevel widget an elm_win? is the edje file ua re opening loaded as an elm_layout widget? if not there WILL be issues like focus handling etc. guaranteed. > So I'm now convinced its a regression/bug in either edje or elementary.