Re: [E-devel] [bug] Auto-resize window make window desapear

2010-07-06 Thread DEMAINE Benoit-Pierre
On 04/07/10 23:22, Andreas Volz wrote: I recent changed some features and fixed some bugs in the E resize and placement algorithm. All my tests in trunk/TEST/app/e/e_place_test are working. This covers all the use cases I know here. If your use case is more special please try to explain how

Re: [E-devel] Force re-read of default background edj

2010-07-06 Thread Sebastian Dransfeld
e_bg_zone_update does the actual work of changing the background. Sebastian Steve Jones wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for the thought anyway. Suggestions of places to look are often as useful as direct answers! Steve. On 07/05/2010 07:51 PM, Christopher

[E-devel] evas_box vs elm_box

2010-07-06 Thread Atton Jonathan
hey hey, evas_box and elm_box are different, no news here. Currently Enki create the UI in C files (with elm_box) and I am converting it in edje external (edje box in this case) and I have a problem with elm_notify and box. In elm_notify I calculate the minimum size of the content and then I

Re: [E-devel] evas_box vs elm_box

2010-07-06 Thread Gustavo Sverzut Barbieri
On Tue, Jul 6, 2010 at 3:36 PM, Atton Jonathan jonathan.at...@gmail.com wrote: hey hey, evas_box and elm_box are different, no news here. Currently Enki create the UI in C files (with elm_box) and I am converting it in edje external (edje box in this case) and I have a problem with

Re: [E-devel] E SVN: andreas IN trunk/e: config/default config/illume config/illume-home config/minimalist config/netbook config/scaleable config/standard src/bin src/modules/conf_window_manipulation

2010-07-06 Thread Christopher Michael
WARNING: Segfaults ahead w/ this ... Think you forgot to bump E's config epoch here ... you did add new values, yes ?? :) dh On 07/06/2010 03:49 PM, Enlightenment SVN wrote: Log: added two new configuration options for the geometry_manipulation conf plugin: int

Re: [E-devel] [bug] Auto-resize window make window desapear

2010-07-06 Thread Andreas Volz
Am Mon, 05 Jul 2010 12:19:35 +0200 schrieb DEMAINE Benoit-Pierre: By new feature, I mean that when I compiled it on may 30th, Rox was working like it did for the past 5 years, and, this changed when i rebuild on june 29th (i recompile only monthly). Just rebuild now, no difference. First

Re: [E-devel] E SVN: andreas IN trunk/e: config/default config/illume config/illume-home config/minimalist config/netbook config/scaleable config/standard src/bin src/modules/conf_window_manipulation

2010-07-06 Thread Sachiel
On Tue, Jul 6, 2010 at 4:49 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  added two new configuration options for the geometry_manipulation conf plugin:     int         geometry_auto_move; // GUI     int         geometry_auto_resize_limit; // GUI  This does influence the

Re: [E-devel] evas_box vs elm_box

2010-07-06 Thread Atton Jonathan
same problem : http://dev.enlightenment.fr/~watchwolf/enki/images/stories/scripts/evas_box_2.tar.gzhttp://dev.enlightenment.fr/~watchwolf/enki/images/stories/scripts/evas_box.tar.gz http://dev.enlightenment.fr/~watchwolf/enki/images/stories/scripts/evas_box.tar.gzIt seems that min: 1 1 does

Re: [E-devel] E SVN: andreas IN trunk/e: config/default config/illume config/illume-home config/minimalist config/netbook config/scaleable config/standard src/bin src/modules/conf_window_manipulation

2010-07-06 Thread Christopher Michael
I Fixed it already in svn. dh On 07/06/2010 03:53 PM, Christopher Michael wrote: WARNING: Segfaults ahead w/ this ... Think you forgot to bump E's config epoch here ... you did add new values, yes ?? :) dh On 07/06/2010 03:49 PM, Enlightenment SVN wrote: Log: added two new

Re: [E-devel] evas_box vs elm_box

2010-07-06 Thread Gustavo Sverzut Barbieri
it should do, send us the sample edc as well On Tue, Jul 6, 2010 at 5:01 PM, Atton Jonathan jonathan.at...@gmail.com wrote: same problem : http://dev.enlightenment.fr/~watchwolf/enki/images/stories/scripts/evas_box_2.tar.gz It seems that min: 1 1 does nothing. I will have to check this.

Re: [E-devel] E SVN: andreas IN trunk/e: config/default config/illume config/illume-home config/minimalist config/netbook config/scaleable config/standard src/bin src/modules/conf_window_manipulation

2010-07-06 Thread Andreas Volz
Am Tue, 06 Jul 2010 15:53:38 -0400 schrieb Christopher Michael: Ah ok. Thanks for that hint. I had several segfaults while finding out how the config mechanism works. Then I cleaned my config. So I missed the fact that a version bump is needed. Next time I know that... regards Andreas

Re: [E-devel] E SVN: andreas IN trunk/e: config/default config/illume config/illume-home config/minimalist config/netbook config/scaleable config/standard src/bin src/modules/conf_window_manipulation

2010-07-06 Thread Christopher Michael
On 07/06/2010 04:09 PM, Andreas Volz wrote: Am Tue, 06 Jul 2010 15:53:38 -0400 schrieb Christopher Michael: Ah ok. Thanks for that hint. You're Welcome :) I had several segfaults while finding out how the config mechanism works. Then I cleaned my config. So I missed the fact that a version

Re: [E-devel] evas_box vs elm_box

2010-07-06 Thread Atton Jonathan
the sample is inside. 2010/7/6 Gustavo Sverzut Barbieri barbi...@profusion.mobi it should do, send us the sample edc as well On Tue, Jul 6, 2010 at 5:01 PM, Atton Jonathan jonathan.at...@gmail.com wrote: same problem :

Re: [E-devel] evas_box vs elm_box

2010-07-06 Thread Gustavo Sverzut Barbieri
On Tue, Jul 6, 2010 at 5:27 PM, Atton Jonathan jonathan.at...@gmail.com wrote: the sample is inside. Sorry, the URL was written as _2, but link was to the old file! http://pastebin.com/XN5Gz603 It seems to be a bug in Edje's min_calc not considering BOX box.min as it does for text. Needs

Re: [E-devel] [announce] geneet: eet boilerplate generator

2010-07-06 Thread Bruno Dilly
On Wed, Jun 30, 2010 at 5:07 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Jun 30, 2010 at 4:05 PM, Leandro Pereira lean...@profusion.mobi wrote: Hi. While working with eet, I thought that writing all the boilerplate code was was boring enough, that I've written a

Re: [E-devel] evas_box vs elm_box

2010-07-06 Thread Sachiel
On Tue, Jul 6, 2010 at 5:59 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Tue, Jul 6, 2010 at 5:27 PM, Atton Jonathan jonathan.at...@gmail.com wrote: the sample is inside. Sorry, the URL was written as _2, but link was to the old file!    http://pastebin.com/XN5Gz603 It

Re: [E-devel] [PATCH] Fix gengrid item positioning

2010-07-06 Thread Rafael Fonseca
On 07/05/2010 06:15 PM, Rafael Fonseca wrote: Guys, The attached patch fix the positioning of gengrid's items when pan_smart size is smaller than viewport size. Can someone apply it, please? BR. Already applied by okra. -- Rafael Fonseca ProFUSION embedded systems

[E-devel] Lua2?

2010-07-06 Thread David Seikel
I'm a bit out of the loop these days. what's lua2 all about? Some fork of lua, something internal to E, or...? -- A big old stinking pile of genius that no one wants coz there are too many silver coated monkeys in the world. signature.asc Description: PGP signature

Re: [E-devel] Lua2?

2010-07-06 Thread The Rasterman
On Wed, 7 Jul 2010 11:03:20 +1000 David Seikel onef...@gmail.com said: been there for a while. basically edje has lua support for scripting. but its a bit crufty with a not-so-nice lua script api for talking to edje/efl. i'm redoing it to make it nicer - in the hope that this cleaner api will be

[E-devel] email backlog

2010-07-06 Thread The Rasterman
by the way. i've been busy moving countries and as such.. my handling e devel mail has slipped through the cracks. i have a backlog of emails with little ticks next to them... i'll try and get to them... if you're waiting for me.. wait a bit longer. :) -- - Codito, ergo sum - I

Re: [E-devel] Lua2?

2010-07-06 Thread David Seikel
On Wed, 7 Jul 2010 10:17:26 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Wed, 7 Jul 2010 11:03:20 +1000 David Seikel onef...@gmail.com said: been there for a while. basically edje has lua support for scripting. but its a bit crufty with a not-so-nice lua script api