Re: [E-devel] [EGIT] [core/efl] master 01/01: eo - destruction - ensure child is removed from parent child list

2015-08-20 Thread Jean-Philippe André
On Thu, Aug 20, 2015 at 6:48 PM, Carsten Haitzler wrote: > On Thu, 20 Aug 2015 10:12:30 +0200 Cedric BAIL said: > > > On Thu, Aug 20, 2015 at 9:22 AM, Daniel Zaoui > > wrote: > > > On Thu, 20 Aug 2015 15:48:23 +0900 > > > Carsten Haitzler (The Rasterman) wrote: > > > > > >> On Thu, 20 Aug 2015

Re: [E-devel] [EGIT] [core/efl] master 01/01: eo - destruction - ensure child is removed from parent child list

2015-08-20 Thread The Rasterman
On Thu, 20 Aug 2015 18:48:46 +0900 Carsten Haitzler (The Rasterman) said: > we do have an issue still - up for discussion here. > > obj = eo_add(SIMPLE_CLASS, NULL); > obj2 = eo_add(SIMPLE_CLASS, obj); > > has obj2 at refcount of 1. as i would expect. BUT > > obj = eo_add(SIMPLE_CLASS, NULL);

Re: [E-devel] [EGIT] [core/elementary] master 01/02: spinner: Remove unnecessary temporary variable.

2015-08-20 Thread Daniel Juyung Seo
Hi Vyacheslav Reutskiy, That's a good question. Currently we're taking this approach. - xxx_widget_theme_apply() returns only when there is a critical problem like failing on fetching widget data which could imply memory corruption. - xxx_widget_theme_apply() will continue working even though elm_

Re: [E-devel] [EGIT] [core/elementary] elementary-1.15 01/05: popup: make scroller optional in popup

2015-08-20 Thread Daniel Juyung Seo
Hi Davide, This is what I have been doing for this specific purpose. https://git.enlightenment.org/core/elementary.git/tree/data/themes/edc/elm/panes.edc#n1 data.item can be documented in the default theme. Once we're ready, we should push this to the official widget documentation or custom theme

Re: [E-devel] [EGIT] [core/efl] master 01/01: eo - destruction - ensure child is removed from parent child list

2015-08-20 Thread The Rasterman
On Thu, 20 Aug 2015 10:12:30 +0200 Cedric BAIL said: > On Thu, Aug 20, 2015 at 9:22 AM, Daniel Zaoui > wrote: > > On Thu, 20 Aug 2015 15:48:23 +0900 > > Carsten Haitzler (The Rasterman) wrote: > > > >> On Thu, 20 Aug 2015 09:09:44 +0300 Daniel Zaoui > >> said: > >> > >> > Hi, > >> > > >> > On

Re: [E-devel] Phabricator auto-closes tickets from non-master branches

2015-08-20 Thread Daniel Hirt
On 08/20/2015 11:44 AM, Tom Hacohen wrote: > On 20/08/15 09:34, Tom Hacohen wrote: >> On 20/08/15 06:59, Daniel Hirt wrote: >>> Hey all, >>> >>> Yesterday I had a little mishap with a phabricator ticket: it seems that >>> pushing fixes to branches (e.g. devs/herdsman/my_branch) is triggering >>> an

Re: [E-devel] Phabricator auto-closes tickets from non-master branches

2015-08-20 Thread Tom Hacohen
On 20/08/15 09:34, Tom Hacohen wrote: > On 20/08/15 06:59, Daniel Hirt wrote: >> Hey all, >> >> Yesterday I had a little mishap with a phabricator ticket: it seems that >> pushing fixes to branches (e.g. devs/herdsman/my_branch) is triggering >> an auto-close to the ticket that's referenced there (

Re: [E-devel] Phabricator auto-closes tickets from non-master branches

2015-08-20 Thread Tom Hacohen
On 20/08/15 06:59, Daniel Hirt wrote: > Hey all, > > Yesterday I had a little mishap with a phabricator ticket: it seems that > pushing fixes to branches (e.g. devs/herdsman/my_branch) is triggering > an auto-close to the ticket that's referenced there (e.g. "Fixes > T1234"). I expect that it shoul

Re: [E-devel] [EGIT] [core/efl] master 01/01: eo - destruction - ensure child is removed from parent child list

2015-08-20 Thread Cedric BAIL
On Thu, Aug 20, 2015 at 9:22 AM, Daniel Zaoui wrote: > On Thu, 20 Aug 2015 15:48:23 +0900 > Carsten Haitzler (The Rasterman) wrote: > >> On Thu, 20 Aug 2015 09:09:44 +0300 Daniel Zaoui >> said: >> >> > Hi, >> > >> > On Wed, 19 Aug 2015 20:53:53 -0700 >> > Carsten Haitzler wrote: >> > >> > > ras

Re: [E-devel] [EGIT] [core/efl] master 01/01: eo - destruction - ensure child is removed from parent child list

2015-08-20 Thread The Rasterman
On Thu, 20 Aug 2015 10:22:42 +0300 Daniel Zaoui said: > On Thu, 20 Aug 2015 15:48:23 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Thu, 20 Aug 2015 09:09:44 +0300 Daniel Zaoui > > said: > > > > > Hi, > > > > > > On Wed, 19 Aug 2015 20:53:53 -0700 > > > Carsten Haitzler wrote: > >

Re: [E-devel] [EGIT] [core/efl] master 01/01: eo - destruction - ensure child is removed from parent child list

2015-08-20 Thread Daniel Zaoui
On Thu, 20 Aug 2015 15:48:23 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 20 Aug 2015 09:09:44 +0300 Daniel Zaoui > said: > > > Hi, > > > > On Wed, 19 Aug 2015 20:53:53 -0700 > > Carsten Haitzler wrote: > > > > > raster pushed a commit to branch master. > > > > > > http://git.enl