Re: [E-devel] [EGIT] [core/elementary] master 01/01: Spinner: Add changed callback call when spinner value set.

2015-05-28 Thread ChunEon Park
I see. It will be better to revert if this breaks the compatibility. Thanks. -Regards, Hermet- -Original Message- From: "Davide Andreoli" To: "Enlightenment developer list"; Cc: ; Sent: 2015-05-29 (금) 03:27:02 Subject: Re: [E-devel] [EGIT] [core/ele

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Spinner: Add changed callback call when spinner value set.

2015-05-28 Thread Cedric BAIL
On Thu, May 28, 2015 at 8:27 PM, Davide Andreoli wrote: > Are you sure we really want this behavior? > > I found this kind of callback (fired by the use of the API) quite annoying > most of the time... > > for example: > you have a photo app with a visible spinner for the image zoom level, when >

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Spinner: Add changed callback call when spinner value set.

2015-05-28 Thread Davide Andreoli
Are you sure we really want this behavior? I found this kind of callback (fired by the use of the API) quite annoying most of the time... for example: you have a photo app with a visible spinner for the image zoom level, when the user "move" the spinner you change the zoom of the image. But the z

Re: [E-devel] [Enlightenment-release] Pre-release tarballs for efl and elm 1.14.1

2015-05-28 Thread Stefan Schmidt
Hello. On 27/05/15 15:44, Stefan Schmidt wrote: > Hello. > > I just uploaded the tarballs for 1.14.1 which will become the final > release if I hear nothing problematic within the next 24h. > > Thanks are going to SeoZ how worked with me on this release. > > http://download.enlightenment.org/pre-r

Re: [E-devel] Cursor placement on location of right click?

2015-05-28 Thread Tom Hacohen
On 28/05/15 09:56, SHILPA ONKAR SINGH wrote: > Hi All, > > I think cursor should be placed on location of right click in entry and below > is the use case: > > Dynamic menu item addition based on location of right click, similar use case > as longpressed case. > because context menu is shown in

Re: [E-devel] Cursor placement on location of right click?

2015-05-28 Thread Cedric BAIL
Hello, On Thu, May 28, 2015 at 10:56 AM, SHILPA ONKAR SINGH wrote: > I think cursor should be placed on location of right click in entry and below > is the use case: > > Dynamic menu item addition based on location of right click, similar use case > as longpressed case. > because context menu i

Re: [E-devel] Elm_Entry context menu, dynamic items addition

2015-05-28 Thread Tom Hacohen
On 28/05/15 08:30, SHILPA ONKAR SINGH wrote: > Hi Daniel, > > Good Idea, but it will still be calling an external function in the middle of > menu call right? > The function which is registered by application using menu item provider API. > but still, this idea is good and methodical. > Now questi

[E-devel] Cursor placement on location of right click?

2015-05-28 Thread SHILPA ONKAR SINGH
Hi All, I think cursor should be placed on location of right click in entry and below is the use case: Dynamic menu item addition based on location of right click, similar use case as longpressed case. because context menu is shown in longpress case in non desktop entry and on right click in

Re: [E-devel] Elm_Entry context menu, dynamic items addition

2015-05-28 Thread SHILPA ONKAR SINGH
Hi Daniel, Good Idea, but it will still be calling an external function in the middle of menu call right? The function which is registered by application using menu item provider API. but still, this idea is good and methodical. Now question is, should we go for menu_provider_append or menu_pro

[E-devel] enventor v0.5.1 release

2015-05-28 Thread ChunEon Park
Hi. Enventor v0.5.1 has been just released. There bugs were not much found/fixed since v0.5.0, However, it fixed compile issue of the package because of the broken Eo compatibility with efl v1.14. Have a fun. thank you. Fixes: Fix the compatibility to eo syntax change. Fix library ini