Re: [E-devel] [EGIT] [core/efl] master 01/02: Readd the master clip for rendering of wayland engines.

2013-09-12 Thread Christopher Michael
Hey antognolli, On 11/09/13 18:51, Rafael Antognolli wrote: Hey dh, On Wed, Sep 11, 2013 at 10:11 AM, Chris Michael - Enlightenment Git no-re...@enlightenment.org wrote: devilhorns pushed a commit to branch master. commit d673cbc3982399a11be74a42f909e68b0f380dea Author: Chris Michael

Re: [E-devel] About evas_object_clip_set() function ~~

2013-09-12 Thread 이준호
Thank you!! I will try to use cairo instead of evas api~~ 2013. 9. 12. 오후 2:50에 ChunEon Park her...@naver.com님이 작성: Unfortunately not yet. Evas doesn support image masking yet. Maybe will be supported later 1.8 but I'm not sure. -Regards, Hermet-

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elc_fileselector : Select path which user typed on path_entry.

2013-09-12 Thread ChunEon Park
if so, sorry, i don't agree on your patch. the reason. 1. app may wanna show the messages if the user typed the incorrect file path. 2. This changed the behavior. Enventor has broken caused of this patch. -Regards, Hermet- -Original Message-

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary - revert ddc3cf80ce0a50a9161fcb212d3414f5d7b5898c

2013-09-12 Thread The Rasterman
On Thu, 12 Sep 2013 14:45:57 +0900 (KST) ChunEon Park her...@naver.com said: ^ ^ O O .. \__/ Hi, I reverted elm_object_item_get() API. Cedric, Raster, Daniel, Me together discussed for more proper way instead of the API. In the end, Cedric suggested to return the rectangle object

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary - revert ddc3cf80ce0a50a9161fcb212d3414f5d7b5898c

2013-09-12 Thread Daniel Juyung Seo
I also agree with this idea. This is the most convenient and safe way to handle this issue sanely among suggested ideas. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Sep 12, 2013 at 2:45 PM, ChunEon Park her...@naver.com wrote: Hi, I reverted elm_object_item_get() API. Cedric, Raster, Daniel,

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary - revert ddc3cf80ce0a50a9161fcb212d3414f5d7b5898c

2013-09-12 Thread Michael Blumenkrantz
I like how regardless of location or topic, we can always count on a Daniel to be at every EFL-related meeting, discussion, or conference. On Thu, Sep 12, 2013 at 9:32 AM, Daniel Juyung Seo seojuyu...@gmail.comwrote: I also agree with this idea. This is the most convenient and safe way to

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

2013-09-12 Thread Tom Hacohen
On 11/09/13 15:12, Gustavo Sverzut Barbieri wrote: On Tue, Sep 10, 2013 at 10:21 PM, Cedric BAIL cedric.b...@free.fr wrote: On Wed, Sep 11, 2013 at 2:32 AM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 10 Sep 2013 22:02:02 +0200 Côme BERNIGAUD come.bernig...@laposte.net said: Le

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elc_fileselector : Select path which user typed on path_entry.

2013-09-12 Thread ryuan Choi
As discussed, Although it looks wrong to send selected signal for wrong file name on path_entry, I agree that legacy may use it. For legacy, I will restore to send selected signal for wrong file name on path_entry. And I will also send file,select,error signal (or any suggestion?) to deprecate

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_imf: Fix memory leak in scim immodule

2013-09-12 Thread Eduardo Lima (Etrunko)
Does this one needs to be backported? If so, there is still time before the final release. :) 2013/9/11 Jihoon Kim - Enlightenment Git no-re...@enlightenment.org: jihoon pushed a commit to branch master. commit 6ff49dbc706f7896960227d18fe35b1d743cc359 Author: Jihoon Kim

Re: [E-devel] [EGIT] [core/efl] master 01/02: Reduce additional call to eina_stringshare_replace.

2013-09-12 Thread Gustavo Sverzut Barbieri
On Thu, Sep 12, 2013 at 11:03 AM, Chris Michael - Enlightenment Git no-re...@enlightenment.org wrote: devilhorns pushed a commit to branch master. commit f4f44c777ad410eaea152cc8745ca641ea2c2d5a Author: Chris Michael cp.mich...@samsung.com Date: Thu Sep 12 13:25:34 2013 +0100 Reduce

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary - introduces 3 apis elm_object_item_track/untrack/track_get().

2013-09-12 Thread ChunEon Park
Many cases can be. for example, in case of fancy application. user wanna add a particle effect when a list item is selected. in that case, item geometry may be required. -Regards, Hermet- -Original Message- From: Gustavo Sverzut

Re: [E-devel] About evas_object_clip_set() function ~~

2013-09-12 Thread Gustavo Sverzut Barbieri
Hi, The code to do that is trivial and you don't need cairo just for that. If all you need is a circle you can do it yourself easily using a wikipedia algorithm. The problem with it being in Evas is that is must be super-fast and work in many engines (gl, sw, -- mmx, sse, neon). Just be aware

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elc_fileselector : Select path which user typed on path_entry.

2013-09-12 Thread ChunEon Park
i like selected,invalid. -Regards, Hermet- -Original Message- From: ryuan Choiryuan.c...@gmail.com To: Enlightenment developer listenlightenment-devel@lists.sourceforge.net; Cc: enlightenment-...@lists.sourceforge.net; Sent: 2013-09-12 (목)

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary - introduces 3 apis elm_object_item_track/untrack/track_get().

2013-09-12 Thread Tom Hacohen
On 12/09/13 16:37, ChunEon Park wrote: Many cases can be. for example, in case of fancy application. user wanna add a particle effect when a list item is selected. in that case, item geometry may be required. Same comments as about the previous commit + more. Particle effect: unless I

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary - introduces 3 apis elm_object_item_track/untrack/track_get().

2013-09-12 Thread Gustavo Sverzut Barbieri
I find this quite useless... what's the use case for that? On Thu, Sep 12, 2013 at 11:24 AM, ChunEon Park - Enlightenment Git no-re...@enlightenment.org wrote: hermet pushed a commit to branch master. commit 1dcd32068b6690c4b474dd79aa82fa34e566eae6 Author: ChunEon Park her...@hermet.pe.kr

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary - introduces 3 apis elm_object_item_track/untrack/track_get().

2013-09-12 Thread Gustavo Sverzut Barbieri
On Thu, Sep 12, 2013 at 12:52 PM, Tom Hacohen tom.haco...@samsung.com wrote: On 12/09/13 16:37, ChunEon Park wrote: Many cases can be. for example, in case of fancy application. user wanna add a particle effect when a list item is selected. in that case, item geometry may be required.

Re: [E-devel] [EGIT] [core/efl] master 01/02: evil: fix compilation for Windows = Vista and gcc 4.8.1.

2013-09-12 Thread Eduardo Lima (Etrunko)
I have pushed this one to the stable branch for you ;) 2013/9/11 Cedric Bail - Enlightenment Git no-re...@enlightenment.org: cedric pushed a commit to branch master. commit 766d1d178884c8f33c14170ff0c14cefbb2ae31d Author: Cedric Bail cedric.b...@samsung.com Date: Mon Sep 2 05:40:45 2013

[E-devel] Migration of Enlightenment GIT Commits Mailing List

2013-09-12 Thread Bertrand Jacquin
Hi, Tommorrow at 13:00 UTC, the Enlightenment GIT Commits Mailing List will be moved from Sourceforge to own servers. This to avoid the moderation madness. All subscribed people will be moved to the new list and unsubscribed from the old one. This means no user action will be required. Then,

Re: [E-devel] [EGIT] [core/efl] master 01/02: evil: fix compilation for Windows = Vista and gcc 4.8.1.

2013-09-12 Thread Cedric BAIL
Thanks :-) On Fri, Sep 13, 2013 at 2:28 AM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: I have pushed this one to the stable branch for you ;) 2013/9/11 Cedric Bail - Enlightenment Git no-re...@enlightenment.org: cedric pushed a commit to branch master. commit

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_imf: Fix memory leak in scim immodule

2013-09-12 Thread Cedric BAIL
I bet it should. On Thu, Sep 12, 2013 at 10:32 PM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: Does this one needs to be backported? If so, there is still time before the final release. :) 2013/9/11 Jihoon Kim - Enlightenment Git no-re...@enlightenment.org: jihoon pushed a commit to

Re: [E-devel] [EGIT] [core/efl] master 01/01: ecore_imf: Fix memory leak in scim immodule

2013-09-12 Thread Jihoon Kim
hi, I've applied in ecore-1.7 branch now. thanks for reminding me. 2013. 9. 13. 오전 10:09에 Cedric BAIL cedric.b...@free.fr님이 작성: I bet it should. On Thu, Sep 12, 2013 at 10:32 PM, Eduardo Lima (Etrunko) ebl...@gmail.com wrote: Does this one needs to be backported? If so, there is still time

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary - introduces 3 apis elm_object_item_track/untrack/track_get().

2013-09-12 Thread Cedric BAIL
Hello, On Fri, Sep 13, 2013 at 1:14 AM, Gustavo Sverzut Barbieri barbi...@gmail.com wrote: On Thu, Sep 12, 2013 at 12:52 PM, Tom Hacohen tom.haco...@samsung.com wrote: On 12/09/13 16:37, ChunEon Park wrote: Many cases can be. for example, in case of fancy application. user wanna add a

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elementary - introduces 3 apis elm_object_item_track/untrack/track_get().

2013-09-12 Thread ChunEon Park
Particle effect: unless I get you wrong, shouldn't that be an edje theme? - it depends on the ux/particle quality, Still you wonder, then see the link.