Re: [E-devel] EFL 1.15.1 build error with opengles

2015-10-01 Thread Nicolas Aguirre
2015-10-01 19:44 GMT+02:00 Martin Jansa : > On Thu, Oct 01, 2015 at 10:07:49AM +0200, Nicolas Aguirre wrote: >> 2015-10-01 0:21 GMT+02:00 Cedric BAIL : >> > Hello, >> > >> > On Wed, Sep 30, 2015 at 7:00 AM, Nicolas Aguirre >> > wrote: >> >> I'm building EFL 1.15.1 with yocto for a sunxi processor

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

2015-10-01 Thread Daniel Juyung Seo
Well, The tarballs were made at the exact time I pre-announced earlier. I just announced the tarballs a little bit late. EFL is based on 537747, Elementary is based on 8a3b12. It looks like many commits were pushed after I made that tarball and I didn't even pushed NEWS files update commit :( I a

Re: [E-devel] EFL 1.15.1 build error with opengles

2015-10-01 Thread Martin Jansa
On Thu, Oct 01, 2015 at 10:07:49AM +0200, Nicolas Aguirre wrote: > 2015-10-01 0:21 GMT+02:00 Cedric BAIL : > > Hello, > > > > On Wed, Sep 30, 2015 at 7:00 AM, Nicolas Aguirre > > wrote: > >> I'm building EFL 1.15.1 with yocto for a sunxi processor and i want to > >> use Mali glesv2 acceleration on

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

2015-10-01 Thread Mike Blumenkrantz
I also pushed a build fix a few hours ago. On Thu, Oct 1, 2015 at 5:19 AM Nicolas Aguirre wrote: > 2015-10-01 9:03 GMT+02:00 Daniel Juyung Seo : > > Hello. > > > > I uploaded the tarballs for 1.15.2 last night KST which will become the > final > > release if I hear nothing problematic within the

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje_cc: Add "norender; " as lazEDC for "no_render: 1; "

2015-10-01 Thread Mike Blumenkrantz
You may consider adding 'render' as well to include the case where an inherited/virtual group with norender set is meant to have render set. On Thu, Oct 1, 2015 at 9:23 AM Jean-Philippe ANDRÉ wrote: > jpeg pushed a commit to branch master. > > > http://git.enlightenment.org/core/efl.git/commit/?

Re: [E-devel] [EGIT] [core/elementary] elementary-1.15 01/02: colorclass: remove remote editor, make base api public

2015-10-01 Thread Mike Blumenkrantz
This was under a beta api define, and it's highly unlikely that there were any other users besides Enlightenment from git. Furthermore, this will not break abi for applications compiled against previous versions of efl; anyone who has compiled code using a previous version will, at the least, still

Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add eina_tmpstr_strftime

2015-10-01 Thread SHILPA ONKAR SINGH
Not much time hence reverted as before but retained the actual bug fix and (tmpstr example - eina_tmpstr_strftime) https://phab.enlightenment.org/D3123 https://phab.enlightenment.org/D3124 - Shilpa --- Original Message --- Sender : Tom Hacohen Date : Oct 01, 2015 23:38 (GMT+09:00) Title

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Merge branch 'devs/stanluk/perf'

2015-10-01 Thread Tom Hacohen
DO NOT FOLLOW THAT GUY. :P -- Tom. On 01/10/15 15:48, Lukasz Stanislawski wrote: > On 10/01/2015 04:29 PM, Tom Hacohen wrote: >> Hey man, >> >> Good job mastering git merge --no-ff thing. :) >> Makes for a much cleaner log and easier to go through. >> >> I just have one comment: please, is future

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Merge branch 'devs/stanluk/perf'

2015-10-01 Thread Lukasz Stanislawski
On 10/01/2015 04:29 PM, Tom Hacohen wrote: > Hey man, > > Good job mastering git merge --no-ff thing. :) > Makes for a much cleaner log and easier to go through. > > I just have one comment: please, is future patches, make sure to have > the first summary line of the merge commit as the summary of

Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add eina_tmpstr_strftime

2015-10-01 Thread Tom Hacohen
On 01/10/15 15:34, SHILPA ONKAR SINGH wrote: > Ok got it, eina_str.c, eina_str.h > we have dependency of eina_tmpstr_strftime in calendar widget and also have > added an example for the same > so first we have to remove the dependency before reverting that patch so I > plan to do it together > an

Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add eina_tmpstr_strftime

2015-10-01 Thread SHILPA ONKAR SINGH
Ok got it, eina_str.c, eina_str.h we have dependency of eina_tmpstr_strftime in calendar widget and also have added an example for the same so first we have to remove the dependency before reverting that patch so I plan to do it together and also I am a little lost on eina_tmpstr_manage_new (this

Re: [E-devel] [EGIT] [core/elementary] master 01/01: Merge branch 'devs/stanluk/perf'

2015-10-01 Thread Tom Hacohen
Hey man, Good job mastering git merge --no-ff thing. :) Makes for a much cleaner log and easier to go through. I just have one comment: please, is future patches, make sure to have the first summary line of the merge commit as the summary of the whole change, so for example inn this case: "Ats

Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add eina_tmpstr_strftime

2015-10-01 Thread Tom Hacohen
If I remember correctly there's a string utility part in the library (where all the utf8 functions are too). You can surely find a place. Definitely not eina_strbuf_strftime. Strbuf is something else entirely. You want to add eina_strftime, and eina_tmpstr_managed_new (I think that's the name),

Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add eina_tmpstr_strftime

2015-10-01 Thread SHILPA ONKAR SINGH
Hi Tom, few quick questions, first want to concentrate on eina_strftime only as few patches are dependent on that where do you propose to add this API, as it does not seem to belong anywhere? strbuf? eina_strbuf_strftime? - Shilpa --- Original Message --- Sender : Tom Hacohen Date : O

Re: [E-devel] [EGIT] [core/efl] master 17/20: eina_tmpstr: add eina_tmpstr_strftime

2015-10-01 Thread Tom Hacohen
Freeze is coming near. Should I revert the previous patches, or is it being taken care of? -- Tom. On 29/09/15 07:04, SHILPA ONKAR SINGH wrote: > > > --- Original Message --- > Sender : Amitesh Singh > Date : Sep 29, 2015 02:03 (GMT+09:00) > Title : Re: [E-devel] [EGIT] [core/efl] maste

Re: [E-devel] Enlightenment Developers Day

2015-10-01 Thread Stefan Schmidt
Hello. On 01/10/15 00:25, Cedric BAIL wrote: > Hello, > > Enlightenment Developers Day 2015 in Dublin is now around the corner. > The location of the event will be at Trinity City Hotel meeting room : > http://www.trinitycityhotel.com/en/meeting-rooms-dublin/ . > > Hope to see you all there, We s

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

2015-10-01 Thread Nicolas Aguirre
2015-10-01 9:03 GMT+02:00 Daniel Juyung Seo : > Hello. > > I uploaded the tarballs for 1.15.2 last night KST which will become the final > release if I hear nothing problematic within the next 24h. > > https://download.enlightenment.org/pre-releases/efl-1.15.2-pre.tar.gz > b02596ae3194b57df7fdaafd6

Re: [E-devel] EFL 1.15.1 build error with opengles

2015-10-01 Thread Nicolas Aguirre
2015-10-01 0:21 GMT+02:00 Cedric BAIL : > Hello, > > On Wed, Sep 30, 2015 at 7:00 AM, Nicolas Aguirre > wrote: >> I'm building EFL 1.15.1 with yocto for a sunxi processor and i want to >> use Mali glesv2 acceleration on xorg. >> >> I got multiples errors related to egl/glesv2. >> >> Configure log

Re: [E-devel] [EGIT] [core/elementary] elementary-1.15 01/02: colorclass: remove remote editor, make base api public

2015-10-01 Thread Daniel Juyung Seo
Hi Mike, API change/addition in a stable branch does not sound right. Why did you push this? Thanks, Daniel On Thu, Oct 1, 2015 at 5:30 AM, Mike Blumenkrantz wrote: > discomfitor pushed a commit to branch elementary-1.15. > > http://git.enlightenment.org/core/elementary.git/commit/?id=cf846e9

Re: [E-devel] 1.15.2 Planned for Thursday Next Week (Oct. 1)

2015-10-01 Thread Daniel Juyung Seo
Hi Ross, Thanks for your reach out but we don't get patched directly into stable branch. The patch should be pushed to master and need to have enough time to be tested. Push your patches to stable branch after 1.15.2 release. Thanks, Daniel On Sun, Sep 27, 2015 at 12:05 AM, Ross Vandegrift wr

[E-devel] Pre-release tarballs for efl and elm 1.15.2

2015-10-01 Thread Daniel Juyung Seo
Hello. I uploaded the tarballs for 1.15.2 last night KST which will become the final release if I hear nothing problematic within the next 24h. https://download.enlightenment.org/pre-releases/efl-1.15.2-pre.tar.gz b02596ae3194b57df7fdaafd62f620019bdd55e50a73c5bd69e4b66344e301bb https://download.