Re: [E-devel] [EGIT] [core/enlightenment] master 01/01: Fix e_menu trying to swallow an object from a different canvas

2015-10-21 Thread Mike Blumenkrantz
This commit is indicative of wrong behavior in EFL/Elementary. The elm_win at e_comp->elm IS the compositor canvas. The evas returned by evas_object_evas_get() in this case must always be e_comp->evas. If it is not, then there is a huge bug somewhere in the libraries which will break the compositor

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add edje signal emit about swallow, text

2015-10-21 Thread Stefan Schmidt
Hello. On 21/10/15 14:57, Jaehwan Kim wrote: > jaehwan pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=b1fa1c5aadc71881cb1e4e264d680ea5efa79a69 > > commit b1fa1c5aadc71881cb1e4e264d680ea5efa79a69 > Author: Jaehwan Kim > Date: Wed Oct 21 21:51:54 2015 +

Re: [E-devel] [EGIT] [core/elementary] master 10/17: elm_hoversel: add elm_hoversel_scroll_enabled_set/get() API

2015-10-21 Thread Stefan Schmidt
Hello Jee-Yong Um. On 07/10/15 20:22, Davide Andreoli wrote: > 2015-08-04 16:59 GMT+02:00 Jee-Yong Um : > >> cedric pushed a commit to branch master. >> >> >> http://git.enlightenment.org/core/elementary.git/commit/?id=e8264becb8f6f36e3c62c5fc5e4a46bbdbb9cf1f >> >> commit e8264becb8f6f36e3c62c5fc5

Re: [E-devel] EFL + Elementary ABI report v1.16.0 alpha1

2015-10-21 Thread Stefan Schmidt
Hello. On 20/10/15 21:36, Davide Andreoli wrote: > 2015-10-20 11:06 GMT+02:00 Stefan Schmidt : > >> Hello. >> >> On 18/10/15 12:07, Davide Andreoli wrote: >>> 2015-10-08 23:02 GMT+02:00 Stefan Schmidt : >>> Hello. On 06/10/15 13:26, Stefan Schmidt wrote: > Hello. > > On

Re: [E-devel] Add the signal emit about swallow and text

2015-10-21 Thread Amitesh Singh
Hello, On Mon, Oct 19, 2015 at 5:23 PM, Jaehwan Kim wrote: > I sent two replies about this issue. > But there's no answer. > If there's no objection in my opinion, I will commit it. > > We are in freeze state now. We should probably need more discussion on it. Although I am still against the ide

Re: [E-devel] [EGIT] [core/efl] master 02/02: efl - eo - massively improve eo cal resolv and data scope get with cache

2015-10-21 Thread Cedric BAIL
On Wed, Oct 21, 2015 at 4:16 AM, Carsten Haitzler wrote: > raster pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=7cc41473a30236b11f0c7b57425e273d2874e30e > > commit 7cc41473a30236b11f0c7b57425e273d2874e30e > Author: Carsten Haitzler (Rasterman) > Date:

[E-devel] Efreet (?) problem

2015-10-21 Thread Massimo Maiurana
I rebuilt EFL/E from current git and for some reason my startup application didn't start anymore. I thought that wiping out the efreet cache could make all working again, but instead it made evrything not displaying applications :( Menus are still populated, though. Odd. In syslog I see these line

Re: [E-devel] Efreet (?) problem

2015-10-21 Thread Cedric BAIL
Hi, On Wed, Oct 21, 2015 at 3:38 PM, Massimo Maiurana wrote: > I rebuilt EFL/E from current git and for some reason my startup > application didn't start anymore. I thought that wiping out the efreet > cache could make all working again, but instead it made evrything not > displaying applications

Re: [E-devel] [EGIT] [core/efl] master 02/02: efl - eo - massively improve eo cal resolv and data scope get with cache

2015-10-21 Thread The Rasterman
On Wed, 21 Oct 2015 15:17:49 -0700 Cedric BAIL said: > On Wed, Oct 21, 2015 at 4:16 AM, Carsten Haitzler > wrote: > > raster pushed a commit to branch master. > > > > http://git.enlightenment.org/core/efl.git/commit/?id=7cc41473a30236b11f0c7b57425e273d2874e30e > > > > commit 7cc41473a30236b11f0c

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add edje signal emit about swallow, text

2015-10-21 Thread Jaehwan Kim
sorry, I forgot about that. I reverted my commit. I will push it at the next version. Thanks. 2015. 10. 22. 오전 12:22에 "Stefan Schmidt" 님이 작성: > Hello. > > On 21/10/15 14:57, Jaehwan Kim wrote: > > jaehwan pushed a commit to branch master. > > > > > http://git.enlightenment.org/core/efl.git/commit

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add edje signal emit about swallow, text

2015-10-21 Thread The Rasterman
On Thu, 22 Oct 2015 09:43:53 +0900 Jaehwan Kim said: > sorry, I forgot about that. > I reverted my commit. > I will push it at the next version. yeah- keep it on hot standby. i think there are differences to note. right now i'm looking into eo's performance impact on efl. or have been. imho thi