Re: [E-devel] does anyone use --enable-g-main-loop

2018-05-02 Thread Hermet Park
So far, Tizen dosen't use g-main-loop nor unlikely use it in the future. On Thu, May 3, 2018, 01:21 Cedric Bail wrote: > On April 30, 2018 8:28 PM, Carsten Haitzler wrote: > > On Mon, 30 Apr 2018 11:35:53 + Mike Blumenkrantz > >

Re: [E-devel] Heads up on upcoming 1.21 stabilization phase

2018-05-02 Thread William L. Thomson Jr.
On Wed, 02 May 2018 16:38:07 + Stephen Houston wrote: > Raster this is more of a question for you. You know my thoughts on > theme being a pressing issue. Is this something we as the community > can band together during stabilization and have flat ready to go for >

Re: [E-devel] [EGIT] [core/efl] master 01/01: Revert Efl.Ui.Multibuttonentry to create new one.

2018-05-02 Thread Davide Andreoli
2018-04-30 12:59 GMT+02:00 조재현 : > Dear Davide Andreoli, > > Sorry for inconvenience. > I fixed the make check fail by the commit ec59f8053a9a7ee7ff848a1bab1d0d > 980d914bc3 > > Best Regards, > Jaehyun Cho. > Great thanks :) > > -Original Message- > From:

Re: [E-devel] [EGIT] [core/efl] master 49/66: eina: make eina_value_pget on an EINA_VALUE_TYPE_STRINGSHARE return a new reference to a stringshare.

2018-05-02 Thread Cedric Bail
Yeah, I got to wonder about this one too. There was code expecting to own a reference when manipulating STRINGSHARE. The alternative was maybe to do the ref on the other side. The only other case where a get like that could potentially return a ref is EINA_VALUE_TYPE_OBJECT, but we don't do it

Re: [E-devel] Running Wayland under elogind

2018-05-02 Thread William L. Thomson Jr.
For anyone interested I made my crude hackish patch for adding elogind support to EFL public in my repo. https://github.com/Obsidian-StudiosInc/os-xtoo/blob/master/dev-libs/efl/files/elogind.patch Others including myself are interested in playing around with Wayland via elogind vs systemd. I had

Re: [E-devel] Heads up on upcoming 1.21 stabilization phase

2018-05-02 Thread Stephen Houston
Raster this is more of a question for you. You know my thoughts on theme being a pressing issue. Is this something we as the community can band together during stabilization and have flat ready to go for 1.21 or is this something that we will have to put off yet again for a later release? My

Re: [E-devel] [EGIT] [core/efl] master 49/66: eina: make eina_value_pget on an EINA_VALUE_TYPE_STRINGSHARE return a new reference to a stringshare.

2018-05-02 Thread Gustavo Sverzut Barbieri
this doesn't look right, we don't ref in other cases... On Tue, May 1, 2018 at 2:40 PM, Cedric BAIL wrote: > cedric pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=b1883c7989355e95cd4c826d3c7ecdbbbd257d77 > > commit

Re: [E-devel] PATCH: imlib2: loader_tga: fix regression in RLE raw byte handling

2018-05-02 Thread Kim Woelders
Hello Ralph, I actually sent two replies to your patch sent to me on April 17: -- #1 - April 19: Thanks, I'll be looking into this shortly. It would be very helpful if you could send me one or more images that demonstrate the problem that I can use for testing. /Kim

Re: [E-devel] Heads up on upcoming 1.21 stabilization phase

2018-05-02 Thread 조재현
5908 and D5988. (D6008 has been submitted already.) D5988 is for tab pager. Thank you 네이버 메일 앱에서 보냈습니다. -Original Message- 보낸사람: "조재현" 받는사람: "Enlightenment developer list" 날짜: 2018.05.02 오후 08:05:04 제목: Re: [E-devel]

[E-devel] PATCH: imlib2: loader_tga: fix regression in RLE raw byte handling

2018-05-02 Thread Ralph Siemsen
Below is a patch for imlib2 TGA image loader, which fixes a regression in loading of RLE-encoded files. This patch is based on the current git head of the imlib2 repo. Additionally, I could not find an entry for imlib2 in Phabricator, so I am unable to create a patch using Arcanist. Cheers,

[E-devel] Patch Review: Improving Community Interaction

2018-05-02 Thread Mike Blumenkrantz
Something which has been brought up time and again is that the process for submitting and getting a patch reviewed in EFL is not well known or documented. Furthermore, getting a patch reviewed is challenging due to lack of reviewers. After spending some time on phab, I've come up with an easy

Re: [E-devel] does anyone use --enable-g-main-loop

2018-05-02 Thread Cedric Bail
On April 30, 2018 8:28 PM, Carsten Haitzler wrote: > On Mon, 30 Apr 2018 11:35:53 + Mike Blumenkrantz > michael.blumenkra...@gmail.com said: > > Regardless of this usage, however, I'm still not sure it's a good idea to > > be dropping support for this type of integration

Re: [E-devel] [EGIT] [core/efl] master 01/01: Revert Efl.Ui.Multibuttonentry to create new one.

2018-05-02 Thread 조재현
Dear Davide Andreoli, Sorry for inconvenience. I fixed the make check fail by the commit ec59f8053a9a7ee7ff848a1bab1d0d980d914bc3 Best Regards, Jaehyun Cho. -Original Message- From: "Davide Andreoli" To: "Enlightenment developer

Re: [E-devel] Heads up on upcoming 1.21 stabilization phase

2018-05-02 Thread 조재현
1.21 freeze, there are two patches to be submitted as follows. https://phab.enlightenment.org/D5908 https://phab.enlightenment.org/D6008 D5908 is for slider widget and D6008 is for tab pager widget in efl ui interface. Those patches are necessary widgets for the new efl ui interface and they