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 daniel.za...@samsung.com said: On Thu, 20 Aug 2015 15:48:23 +0900 Carsten Haitzler ras...@rasterman.com (The Rasterman) wrote: On Thu, 20 Aug 2015 09:09:44 +0300 Daniel Zaoui daniel.za...@samsung.com said: Hi, On Wed, 19 Aug

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 (e.g. Fixes

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

2015-08-20 Thread Daniel Hirt
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 should do that only if I push to master. Can someone

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
Hi, On Wed, 19 Aug 2015 20:53:53 -0700 Carsten Haitzler ras...@rasterman.com wrote: raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8689d54471aafdd7a5b5a27ce116bf2ab68c1042 commit 8689d54471aafdd7a5b5a27ce116bf2ab68c1042 Author: Carsten

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 09:09:44 +0300 Daniel Zaoui daniel.za...@samsung.com said: Hi, On Wed, 19 Aug 2015 20:53:53 -0700 Carsten Haitzler ras...@rasterman.com wrote: raster pushed a commit to branch master.

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 auto-close to

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 ras...@rasterman.com (The Rasterman) wrote: On Thu, 20 Aug 2015 09:09:44 +0300 Daniel Zaoui daniel.za...@samsung.com said: Hi, On Wed, 19 Aug 2015 20:53:53 -0700 Carsten Haitzler ras...@rasterman.com wrote: raster pushed a

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 daniel.za...@samsung.com wrote: On Thu, 20 Aug 2015 15:48:23 +0900 Carsten Haitzler ras...@rasterman.com (The Rasterman) wrote: On Thu, 20 Aug 2015 09:09:44 +0300 Daniel Zaoui daniel.za...@samsung.com said: Hi, On Wed, 19 Aug 2015 20:53:53

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 should do

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 cedric.b...@free.fr said: On Thu, Aug 20, 2015 at 9:22 AM, Daniel Zaoui daniel.za...@samsung.com wrote: On Thu, 20 Aug 2015 15:48:23 +0900 Carsten Haitzler ras...@rasterman.com (The Rasterman) wrote: On Thu, 20 Aug 2015 09:09:44 +0300

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) ras...@rasterman.com 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 =

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

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