Re: [E-devel] edje-external and box

2010-07-02 Thread Cedric BAIL
On Thu, Jul 1, 2010 at 8:28 PM, Boris 'billiob' Faure bill...@gmail.com wrote: On Thu, Jul 1, 2010 at 20:22, Atton Jonathan jonathan.at...@gmail.com wrote: hello, How can I retrieve a external object which is in a edje box by using the name of the object ? A simple example : part {      

Re: [E-devel] edje-external and box

2010-07-02 Thread Atton Jonathan
I plan to update edje_object_part_external_object_get() and add the research in boxs. Is it ok for you ? 2010/7/1 Atton Jonathan jonathan.at...@gmail.com hello, How can I retrieve a external object which is in a edje box by using the name of the object ? A simple example : part {

Re: [E-devel] edje-external and box

2010-07-02 Thread Boris 'billiob' Faure
On Fri, Jul 2, 2010 at 10:35, Atton Jonathan jonathan.at...@gmail.com wrote: I plan to update edje_object_part_external_object_get() and add the research in boxs. Is it ok for you ? It's already the case! I've coded it then Cedric improved it. Ps: it also works for tables -- Boris 'billiob'

Re: [E-devel] edje-external and box

2010-07-02 Thread Atton Jonathan
Yes but I wish to find the part without using the complete name (tools[plop]:object name). This way the designer can add the part in a box or not. 2010/7/2 Boris 'billiob' Faure bill...@gmail.com On Fri, Jul 2, 2010 at 10:35, Atton Jonathan jonathan.at...@gmail.com wrote: I plan to update

Re: [E-devel] edje-external and box

2010-07-02 Thread Cedric BAIL
On Fri, Jul 2, 2010 at 10:46 AM, Atton Jonathan jonathan.at...@gmail.com wrote: Yes but I wish to find the part without using the complete name (tools[plop]:object name). This way the designer can add the part in a box or not. All code refering to part in edje use the same recursive code and

Re: [E-devel] Cannot build epdf (Gentoo overlay)

2010-07-02 Thread Vincent Torri
On Fri, 2 Jul 2010, Thomas Gstädtner wrote: On Fri, Jul 2, 2010 at 08:41, Vincent Torri vto...@univ-evry.fr wrote: On Thu, 1 Jul 2010, Gustavo Sverzut Barbieri wrote: On Thu, Jul 1, 2010 at 3:44 PM, Matthew Robbetts wingfeath...@gmail.com wrote: I'm trying to rebuild E17 from the

Re: [E-devel] Cannot build epdf (Gentoo overlay)

2010-07-02 Thread Thomas Gstädtner
On Fri, Jul 2, 2010 at 08:41, Vincent Torri vto...@univ-evry.fr wrote: On Thu, 1 Jul 2010, Gustavo Sverzut Barbieri wrote: On Thu, Jul 1, 2010 at 3:44 PM, Matthew Robbetts wingfeath...@gmail.com wrote: I'm trying to rebuild E17 from the current Gentoo overlay and the build process fails

[E-devel] eooorg module

2010-07-02 Thread Brian 'morlenxus' Miculcy
Hey Andreas, nice idea with the eooorg module. What you forgot: Once an openoffice window has beend opened and closed, the prestarted instance will end too. So next time you start openoffice you will get the splash screen again. The module needs to check if the prestarted instance is still

Re: [E-devel] Focus problem with edje_external

2010-07-02 Thread Sachiel
On Fri, Jul 2, 2010 at 12:40 AM, Christopher Michael cpmicha...@comcast.net wrote: On 07/01/2010 08:49 PM, Iván Briano (Sachiel) wrote: On Thu, Jul 1, 2010 at 9:35 PM, Christopher Michael cpmicha...@comcast.net  wrote: On 07/01/2010 10:32 AM, Iván Briano (Sachiel) wrote: On Thu, Jul 1,

Re: [E-devel] E SVN: cedric trunk/ephoto/src/bin

2010-07-02 Thread Gustavo Sverzut Barbieri
On Fri, Jul 2, 2010 at 8:17 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:        * ephoto: use ecore_long_run instead of idler to do async blocking IO. Author:       cedric Date:         2010-07-02 04:17:59 -0700 (Fri, 02 Jul 2010) New Revision: 49995 Modified:  

Re: [E-devel] E SVN: nash trunk/evas/src/lib

2010-07-02 Thread Gustavo Sverzut Barbieri
On Thu, Jul 1, 2010 at 9:44 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Not pure, don't need to care about results.  Code with side effects is NOT pure.  Cdoe where you can ignore the return  value because you care about the side effects should not have WARN_UNUSED...  

Re: [E-devel] E SVN: cedric trunk/ecore/src/lib/ecore

2010-07-02 Thread Gustavo Sverzut Barbieri
On Fri, Jul 2, 2010 at 8:15 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:        * ecore: fix long run thread, now that I have a nice user. Hi Cedric, Would you mind writing the docs with what each callback does, where each function runs (main/ecore thread, worker thread) and

Re: [E-devel] E SVN: cedric trunk/ephoto/src/bin

2010-07-02 Thread Cedric BAIL
On Fri, Jul 2, 2010 at 3:44 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Fri, Jul 2, 2010 at 8:17 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:        * ephoto: use ecore_long_run instead of idler to do async blocking IO. Author:       cedric Date:        

Re: [E-devel] E SVN: cedric trunk/ecore/src/lib/ecore

2010-07-02 Thread Cedric BAIL
On Fri, Jul 2, 2010 at 3:34 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Fri, Jul 2, 2010 at 8:15 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:        * ecore: fix long run thread, now that I have a nice user. Would you mind writing the docs with what each

[E-devel] [PATCH] Don't segv if there is an unnamed style in the edje file

2010-07-02 Thread Rafael Fonseca
If you create an edc file with the two following styles: styles { style { base: foo; } style { name: bar; base: foo2; } } edje_cc would SEGV when comparing whether the second style's name is equal to the previous one. The attached patch avoids that

Re: [E-devel] [PATCH] Don't segv if there is an unnamed style in the edje file

2010-07-02 Thread Cedric BAIL
On Fri, Jul 2, 2010 at 5:05 PM, Rafael Fonseca rfons...@profusion.mobi wrote: If you create an edc file with the two following styles: styles {    style {        base: foo;    }    style {        name: bar;        base: foo2;    } } edje_cc would SEGV when comparing whether the second

Re: [E-devel] E SVN: watchwolf trunk/edje/src/lib

2010-07-02 Thread Atton Jonathan
Do not kill me, my vim is stupid :( 2010/7/2 Enlightenment SVN no-re...@enlightenment.org Log: Fix research with Alias Author: watchwolf Date: 2010-07-02 11:17:37 -0700 (Fri, 02 Jul 2010) New Revision: 50003 Modified: trunk/edje/src/lib/edje_util.c Modified:

Re: [E-devel] E SVN: cedric trunk/ephoto/src/bin

2010-07-02 Thread Gustavo Sverzut Barbieri
On Fri, Jul 2, 2010 at 11:17 AM, Cedric BAIL cedric.b...@free.fr wrote: On Fri, Jul 2, 2010 at 3:44 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Fri, Jul 2, 2010 at 8:17 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:        * ephoto: use ecore_long_run instead

Re: [E-devel] E SVN: nash trunk/evas/src/lib/engines/common

2010-07-02 Thread Michael Jennings
On Friday, 02 July 2010, at 01:31:13 (-0700), Enlightenment SVN wrote: Log: Don't check alloca, it's like checking the stack exists. It can't fail on *GNU* libc, but there's nothing in the standard that stops it from returning NULL on stack overflow. In fact, the man page implies that other