Re: [E-devel] [EGIT] [core/efl] master 01/01: edje_edit: delete gradient funcs prototope

2015-09-18 Thread Stefan Schmidt
Hello. On 17/09/15 19:34, Davide Andreoli wrote: > Indeed they can be deleted, this is probably a leftover from when gradients > were removed from edje (years ago). > > Edje_Edit gradients API was working, and was removed when gradients was > removed from edje. Which would have been comit b49c241

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje_edit: delete gradient funcs prototope

2015-09-18 Thread Vyacheslav Reutskiy
Really, I don't like to a remove API's, but they have not body. Stub function as implementation - we can do it, but it's smell as an attempt to revive the corpse. I would not have left this API's, but If some one say that they need and should stay, I revert commit and make new, where it marked as

Re: [E-devel] [EGIT] [core/elementary] master 01/01: dnd/x11: correct coordinates in pos callback

2015-09-18 Thread Vyacheslav Reutskiy
Hello, As I remember we not use 'printf' for print logging. Best regards Vyacheslav Reutskiy On Fri, Sep 18, 2015 at 11:37 AM, Thiep Ha wrote: > jackdanielz pushed a commit to branch master. > > > http://git.enlightenment.org/core/elementary.git/commit/?id=0363553dfced5eb0a8000c3493bf2fb53407f

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje_edit: delete gradient funcs prototope

2015-09-18 Thread Stefan Schmidt
Hello. On 18/09/15 10:41, Vyacheslav Reutskiy wrote: > Really, I don't like to a remove API's, but they have not body. > > Stub function as implementation - we can do it, but it's smell as > an attempt to revive the corpse. I would not have left this API's, > but If some one say that they need and

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje_edit: delete gradient funcs prototope

2015-09-18 Thread Vyacheslav Reutskiy
Hello On Fri, Sep 18, 2015 at 11:58 AM, Stefan Schmidt wrote: > Hello. > > On 18/09/15 10:41, Vyacheslav Reutskiy wrote: > > Really, I don't like to a remove API's, but they have not body. > > > > Stub function as implementation - we can do it, but it's smell as > > an attempt to revive the corp

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje_edit: delete gradient funcs prototope

2015-09-18 Thread Jean-Philippe André
Hi, On Fri, Sep 18, 2015 at 7:00 PM, Vyacheslav Reutskiy wrote: > Hello > > On Fri, Sep 18, 2015 at 11:58 AM, Stefan Schmidt > wrote: > > > Hello. > > > > On 18/09/15 10:41, Vyacheslav Reutskiy wrote: > > > Really, I don't like to a remove API's, but they have not body. > > > > > > Stub functio

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje_edit: delete gradient funcs prototope

2015-09-18 Thread David Seikel
On Fri, 18 Sep 2015 13:00:50 +0300 Vyacheslav Reutskiy wrote: > Hello > > On Fri, Sep 18, 2015 at 11:58 AM, Stefan Schmidt > wrote: > > > Hello. > > > > On 18/09/15 10:41, Vyacheslav Reutskiy wrote: > > > Really, I don't like to a remove API's, but they have not body. > > > > > > Stub function

Re: [E-devel] [EGIT] [core/elementary] master 01/01: slider: slider should be focused, when slider is handled with mouse or touch event.

2015-09-18 Thread Daniel Juyung Seo
ping? On Wed, Sep 16, 2015 at 5:34 PM, Daniel Juyung Seo wrote: > Yo, > > This is not always true. > We need to consider ELM_FOCUS_MOVE_POLICY_KEY_ONLY. In that case, the > slide should not be focused by dragging. > > Thanks, > Daniel > > On Wed, Sep 16, 2015 at 10:16 AM, Hosang Kim wrote: >> he