Re: [E-devel] eo "design review"

2015-10-24 Thread David Seikel
On Sun, 25 Oct 2015 12:05:19 +0900 Carsten Haitzler (The Rasterman) wrote: > i think it's time we look at eo now not from a "oh but thats not > clean" perspective but "this is going to be faster" perspective. I agree with that, and give it a +1. I'm not up to speed on the guts of eo though, lik

[E-devel] eo "design review"

2015-10-24 Thread The Rasterman
i've been spending a bit of time profiling eo. SETUP: here is my test. frankly this is a COMMON CASE test of scrolling genlist around. this is incredibly common, and if it's slow people notice. so here is the case: export ELM_ENGINE=gl export ELM_TEST_AUTOBOUNCE=1 then every time: elemen

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread Jeff Hoogland
Per-raster's suggestion on IRC I shoved it into a scroller and it clips nicely -> https://www.enlightenment.org/ss/display.php?image=e-562c413cc3b384.04527140.jpg On Sat, Oct 24, 2015 at 9:29 PM, Stephen Houston wrote: > The E wallpaper tool forces a size on the preview. It doesn't scale. > You

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread Stephen Houston
The E wallpaper tool forces a size on the preview. It doesn't scale. Yours would work as well if you set a max size. On Oct 24, 2015 9:19 PM, "Jeff Hoogland" wrote: > I need to do this via application code - not by editing the EDC files. My > goal is to display the automatically created EDJ file

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread Jeff Hoogland
I need to do this via application code - not by editing the EDC files. My goal is to display the automatically created EDJ files that Enlightenment spits out with its wallpaper tool. There has to be a way to do this right? The E wallpaper tool seems to use a custom widget and not built in elementa

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread The Rasterman
On Sat, 24 Oct 2015 11:45:36 -0500 Jeff Hoogland said: > @Dave - you can see in my code the layout object commented out. When using > that I get the exact same results > > @Raster - I want to scale it to fit the bounds ideally. aspect: 1.7 1.7; aspect_preference: BOTH; example. you won

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread Jeff Hoogland
@Dave - you can see in my code the layout object commented out. When using that I get the exact same results @Raster - I want to scale it to fit the bounds ideally. On Sat, Oct 24, 2015 at 7:52 AM, Carsten Haitzler wrote: > On Fri, 23 Oct 2015 21:08:34 -0500 Jeff Hoogland > said: > > > I'm t

Re: [E-devel] Blogs

2015-10-24 Thread Mike Blumenkrantz
They were deleted, yes. I guess every time someone does a release (since that goes on the blog) we should check for this kind of thing. I wonder if the phabricator developers are aware of this...feature. On Fri, Oct 23, 2015 at 9:44 PM Carsten Haitzler wrote: > On Fri, 23 Oct 2015 17:45:52 +

Re: [E-devel] Efreet (?) problem

2015-10-24 Thread Massimo Maiurana
Cedric BAIL ha scritto il 23/10/2015 alle 21:36: > On Fri, Oct 23, 2015 at 7:12 AM, Carsten Haitzler > wrote: >> On Fri, 23 Oct 2015 08:02:30 +0200 Massimo Maiurana >> said: >>> Cedric BAIL ha scritto il 22/10/2015 alle 00:47: Hi, On Wed, Oct 21, 2015 at 3:38 PM, Massimo Maiurana

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread The Rasterman
On Fri, 23 Oct 2015 21:08:34 -0500 Jeff Hoogland said: > I'm trying to display an edj object in my elementary application, but I > can't see to manage to get said edj object to be contained within it's > parent object: > > http://www.enlightenment.org/ss/e-562ae713510947.78164071.jpg > > As you

Re: [E-devel] EDJE object goes outside parent's bounds

2015-10-24 Thread Davide Andreoli
2015-10-24 4:08 GMT+02:00 Jeff Hoogland : > I'm trying to display an edj object in my elementary application, but I > can't see to manage to get said edj object to be contained within it's > parent object: > > http://www.enlightenment.org/ss/e-562ae713510947.78164071.jpg > > As you can see the ima