Re: [E-devel] could somebody design Enventor logo?

2013-09-04 Thread ChunEon Park
Someday, it will support --enable-raster-ass :3 -Regards, Hermet- -Original Message- From: Sung W. Parksung...@gmail.com To: Enlightenment developer listenlightenment-devel@lists.sourceforge.net; Cc: Sent: 2013-09-04 (수) 14:50:05 Subject: Re:

Re: [E-devel] eet serialization questions

2013-09-04 Thread Cedric BAIL
On Wed, Sep 4, 2013 at 5:24 AM, Christophe Sadoine ch...@indefini.org wrote: On 3 September 2013 15:26, Cedric BAIL cedric.b...@free.fr wrote: On Tue, Sep 3, 2013 at 7:04 AM, Christophe Sadoine ch...@indefini.org wrote: I have some questions concerning eet :) 1) I have a struct like this:

Re: [E-devel] Weekly news from the automated build and QA front

2013-09-04 Thread Stefan Schmidt
Hello. On 09/03/2013 08:11 AM, Stefan Schmidt wrote: Coverity: o EFL: Outstanding defects 452 (452) with a density of 0.85 (0.85). 1 defects fixed since last build and 1 added. o Elm: Outstanding defects 20 (20) with a density of 0.09 (0.09). 0 defects fixed since last build and 0 added. o

Re: [E-devel] could somebody design Enventor logo?

2013-09-04 Thread The Rasterman
On Wed, 4 Sep 2013 15:16:33 +0900 (KST) ChunEon Park her...@naver.com said: Someday, it will support --enable-raster-ass :3 phat! -Regards, Hermet- -Original Message- From: Sung W. Parksung...@gmail.com To: Enlightenment developer

[E-devel] crashdump.txt - for info

2013-09-04 Thread rob
Switching windows at the time. Thread 3 (Thread 0x7fa4eb471700 (LWP 4473)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1 0x7fa4f7354214 in eina_condition_wait (cond=0x7fa4f75e1320 evas_thread_queue_condition) at

Re: [E-devel] crashdump.txt - for info

2013-09-04 Thread The Rasterman
On Wed, 04 Sep 2013 10:03:37 +0100 rob r...@rektau.ukfsn.org said: e17 or e18 (0.17.99)? Switching windows at the time. Thread 3 (Thread 0x7fa4eb471700 (LWP 4473)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185 No locals. #1

[E-devel] File /usr/lib/pkconfig/eo.pc and EO name

2013-09-04 Thread Côme BERNIGAUD
Hello, I saw that there is a new component named EO in the EFLs. EO is already a library, it stands for «Evolving Objects» : http://eodev.sourceforge.net/ This is causing trouble, at least for one file: /usr/lib/pkgconfig/eo.pc is the pkgconfig for evolving objects, which is already used by

Re: [E-devel] crashdump.txt - for info

2013-09-04 Thread rob
On 04/09/13 12:28, Carsten Haitzler (The Rasterman) wrote: On Wed, 04 Sep 2013 10:03:37 +0100 rob r...@rektau.ukfsn.org said: e17 or e18 (0.17.99)? 17.99.17067 Switching windows at the time. Thread 3 (Thread 0x7fa4eb471700 (LWP 4473)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at

Re: [E-devel] crashdump.txt - for info

2013-09-04 Thread The Rasterman
On Wed, 04 Sep 2013 13:09:55 +0100 rob r...@rektau.ukfsn.org said: On 04/09/13 12:28, Carsten Haitzler (The Rasterman) wrote: On Wed, 04 Sep 2013 10:03:37 +0100 rob r...@rektau.ukfsn.org said: e17 or e18 (0.17.99)? 17.99.17067 yagh! your bt makes no sense. the obj couldnt be null given

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: be recursive on edje_object_scale_set

2013-09-04 Thread Michaël Bouchaud
Grrr, you're right. I had forget edje cotnainer and their items are in subobjs. But we really need a recursive call here... If you have an edje with a part of type GROUP where the edje internaly loaded have a part GROUP too... I will think about a better fix... 2013/9/4 Gustavo Sverzut Barbieri

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: be recursive on edje_object_scale_set

2013-09-04 Thread Gustavo Sverzut Barbieri
i don't think we should recursively set(), rather we should invalidate them so they can recalculate based on parent. Your logic will broke if you have one CHILD widget explicitly set to ANOTHER scale... it will now be reset to parent's value. On Wed, Sep 4, 2013 at 7:06 AM, Michaël Bouchaud -

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: be recursive on edje_object_scale_set

2013-09-04 Thread Michaël Bouchaud
I reread the code and the code already do in this way. I don't change it... if ((ep-part-type == EDJE_PART_TYPE_BOX) || (ep-part-type == EDJE_PART_TYPE_TABLE)) { EINA_LIST_FOREACH(ep-typedata.container-items, l, o) edje_object_scale_set(o, scale);

Re: [E-devel] Weekly news from the automated build and QA front

2013-09-04 Thread Daniel Juyung Seo
OK Thanks for your effort. Daniel Juyung Seo (SeoZ) On Wed, Sep 4, 2013 at 4:50 PM, Stefan Schmidt s.schm...@samsung.comwrote: Hello. On 09/03/2013 08:11 AM, Stefan Schmidt wrote: Coverity: o EFL: Outstanding defects 452 (452) with a density of 0.85 (0.85). 1 defects fixed since

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Add a rectangle to trac frame spacer so we can set opaque_region properly.

2013-09-04 Thread Rafael Antognolli
Hi dh, Is this done because of the black spacer that you mention in Ecore's commit? If so, that's fixed there already, do we still need this fix in elementary too? BTW, look at the comment below... On Wed, Sep 4, 2013 at 10:38 AM, Chris Michael - Enlightenment Git no-re...@enlightenment.org

Re: [E-devel] [EGIT] [core/elementary] master 01/02: elm_config : profile may be broken when clicked reset button in profiles tab

2013-09-04 Thread Daniel Juyung Seo
Thanks for the good fix :) Daniel Juyung Seo (SeoZ) On Wed, Sep 4, 2013 at 10:20 AM, Ryuan Choi - Enlightenment Git no-re...@enlightenment.org wrote: ryuan pushed a commit to branch master. commit c968d0c43e56278cc9473381259585d17cd9b27b Author: Ryuan Choi ryuan.c...@gmail.com Date:

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: apply show_ready timeout to each new show, not just the first one.

2013-09-04 Thread Michael Blumenkrantz
On Tue, 03 Sep 2013 23:13:39 -0700 Carsten Haitzler (Rasterman) - Enlightenment Git no-re...@enlightenment.org wrote: raster pushed a commit to branch master. commit af576fcd8f46c37dfb5fbe0d43240794daf4d460 Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Wed Sep 4

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: apply show_ready timeout to each new show, not just the first one.

2013-09-04 Thread The Rasterman
On Wed, 4 Sep 2013 19:29:38 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com said: On Tue, 03 Sep 2013 23:13:39 -0700 Carsten Haitzler (Rasterman) - Enlightenment Git no-re...@enlightenment.org wrote: raster pushed a commit to branch master. commit

Re: [E-devel] [EGIT] [core/efl] master 19/19: Merge branch 'framespace'

2013-09-04 Thread Cedric BAIL
On Wed, Sep 4, 2013 at 3:37 PM, Chris Michael - Enlightenment Git no-re...@enlightenment.org wrote: devilhorns pushed a commit to branch master. commit 03604a15b6158fdefcfb0f833567dbf91b38c659 Merge: 88cc896 609941e Author: Chris Michael cp.mich...@samsung.com Date: Wed Sep 4 14:36:29 2013

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: be recursive on edje_object_scale_set

2013-09-04 Thread Cedric BAIL
On Wed, Sep 4, 2013 at 5:52 PM, Michaël Bouchaud y...@efl.so wrote: I reread the code and the code already do in this way. I don't change it... if ((ep-part-type == EDJE_PART_TYPE_BOX) || (ep-part-type == EDJE_PART_TYPE_TABLE)) {

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: apply show_ready timeout to each new show, not just the first one.

2013-09-04 Thread Michael Blumenkrantz
On Thu, 5 Sep 2013 08:59:11 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Wed, 4 Sep 2013 19:29:38 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com said: On Tue, 03 Sep 2013 23:13:39 -0700 Carsten Haitzler (Rasterman) - Enlightenment Git

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: apply show_ready timeout to each new show, not just the first one.

2013-09-04 Thread The Rasterman
On Thu, 5 Sep 2013 04:18:52 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com said: On Thu, 5 Sep 2013 08:59:11 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Wed, 4 Sep 2013 19:29:38 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com said: On

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: apply show_ready timeout to each new show, not just the first one.

2013-09-04 Thread Michael Blumenkrantz
On Thu, 5 Sep 2013 12:44:13 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 5 Sep 2013 04:18:52 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com said: On Thu, 5 Sep 2013 08:59:11 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote:

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: apply show_ready timeout to each new show, not just the first one.

2013-09-04 Thread The Rasterman
On Thu, 5 Sep 2013 04:47:07 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com said: On Thu, 5 Sep 2013 12:44:13 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 5 Sep 2013 04:18:52 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com said: On

Re: [E-devel] Weekly news from the automated build and QA front

2013-09-04 Thread David Seikel
On Wed, 04 Sep 2013 08:50:50 +0100 Stefan Schmidt s.schm...@samsung.com wrote: Hello. On 09/03/2013 08:11 AM, Stefan Schmidt wrote: Coverity: o EFL: Outstanding defects 452 (452) with a density of 0.85 (0.85). 1 defects fixed since last build and 1 added. o Elm: Outstanding defects

Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: apply show_ready timeout to each new show, not just the first one.

2013-09-04 Thread Cedric BAIL
On Thu, Sep 5, 2013 at 7:28 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 5 Sep 2013 04:47:07 +0100 Michael Blumenkrantz michael.blumenkra...@gmail.com said: On Thu, 5 Sep 2013 12:44:13 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 5 Sep 2013 04:18:52