Re: [E-devel] T-shirt for the upcoming 2016 EDDs

2016-04-11 Thread The Rasterman
On Tue, 12 Apr 2016 11:12:03 +1000 David Seikel said: > On Tue, 12 Apr 2016 09:31:42 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Mon, 11 Apr 2016 18:05:24 + Andrew Williams > > said: > > > > > Oops, it's been a month here and I don't know where we got to... > > > > > > Since

Re: [E-devel] T-shirt for the upcoming 2016 EDDs

2016-04-11 Thread David Seikel
On Tue, 12 Apr 2016 09:31:42 +0900 Carsten Haitzler (The Rasterman) wrote: > On Mon, 11 Apr 2016 18:05:24 + Andrew Williams > said: > > > Oops, it's been a month here and I don't know where we got to... > > > > Since I offered there's been something of a debate about logistics > > and no w

Re: [E-devel] T-shirt for the upcoming 2016 EDDs

2016-04-11 Thread The Rasterman
On Mon, 11 Apr 2016 18:05:24 + Andrew Williams said: > Oops, it's been a month here and I don't know where we got to... > > Since I offered there's been something of a debate about logistics and no > willing designers that I know of. > I've now booked my tickets as hand luggage only so carry

Re: [E-devel] Building Elementary Example

2016-04-11 Thread Cedric BAIL
On Sun, Apr 10, 2016 at 7:31 PM, Simon Lees wrote: > On 04/09/2016 08:36 AM, Cedric BAIL wrote: >> On Fri, Apr 8, 2016 at 12:44 AM, Simon Lees wrote: >>> Once, many moons ago one was able to build and install elementary >>> examples using the flag --enable-install-examples. It seems that in this

Re: [E-devel] [EGIT] [core/efl] master 01/01: updated po

2016-04-11 Thread Cedric BAIL
On Mon, Apr 11, 2016 at 8:28 AM, Hermet Park wrote: > hermet pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=1efa5dfe57b8e8d8bb2530861728922059aff7b1 > > commit 1efa5dfe57b8e8d8bb2530861728922059aff7b1 > Author: Hermet Park > Date: Tue Apr 12 00:27:55

Re: [E-devel] T-shirt for the upcoming 2016 EDDs

2016-04-11 Thread Andrew Williams
Oops, it's been a month here and I don't know where we got to... Since I offered there's been something of a debate about logistics and no willing designers that I know of. I've now booked my tickets as hand luggage only so carrying them will require me booking in luggage which of course I'd be ha

Re: [E-devel] [EGIT] [core/efl] master 01/01: evas.canvas3d: Add FXAA post processing render.

2016-04-11 Thread Hermet Park
Hi. Honestly, I just realized current ShadeMode. Generally, Shade is correlated with shadowing. I couldn't imagine shade mode is related with color_pick and anti-aliaising. If this Shade Mode is about Shader, then I really like to rename it Shader Filter or Shader Mode. It's much clear. Curre

Re: [E-devel] [EGIT] [core/efl] master 01/03: eo: add before and after macro hooks for API generation functions

2016-04-11 Thread Tom Hacohen
On 08/04/16 19:11, Cedric BAIL wrote: > On Thu, Apr 7, 2016 at 2:34 AM, Tom Hacohen wrote: >> On 07/04/16 09:39, Tom Hacohen wrote: >>> Dude, we've been through this already and this is not what we talked about. >>> >>> You just made everything extremely ugly and annoying to use all around. >>> Wh

[E-devel] Weekly news from the automated build and QA front

2016-04-11 Thread Stefan Schmidt
Hello. Summary: o The new Coverity numbers are in! o Enlightenment is down to 0 defects. Congrats! o That means only EFL and Rage have Coverity defects left. This should give everyone an overview over what has happened in the last week on the QA front. The numbers in parentheses reflect the value

Re: [E-devel] [EGIT] [core/efl] master 01/01: eolian: Make promise eolian generation use macros for hooks

2016-04-11 Thread Tom Hacohen
Thanks! One more thing: Can you please wrap the content of the macros in do {} while(0) (like all of our macros) and change it to be a function-call-like inside the Eo macro? That is, change "_EO_API_AFTER_HOOK" to "_EO_API_AFTER_HOOK();" and the implementation to be a do {...} while(0) so it

Re: [E-devel] [imlib2] [PATCH] off-by-one OOB read in __imlib_MergeUpdate

2016-04-11 Thread Simon Lees
On 04/06/2016 10:44 AM, Kim Woelders wrote: > On 04/02/2016 08:37 PM, Yuriy M. Kaminskiy wrote: >> Run `valgrind imlib2_test`, move mouse to right lower corner, got >> ==16086== Invalid read of size 1 >> ==16086==at 0x4E79C4E: __imlib_MergeUpdate (in >> /usr/lib/x86_64-linux-gnu/libImlib2.so

Re: [E-devel] [imlib2] integer divide by zero on 2x1 ellipse

2016-04-11 Thread Simon Lees
On 04/08/2016 03:56 AM, Kim Woelders wrote: > On 04/06/2016 03:12 AM, Simon Lees wrote: >> >> On 04/05/2016 06:48 AM, Yuriy M. Kaminskiy wrote: >>> As reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639414 >>> imlib_image_draw_ellipse(4,4,2,1) triggers divide-by-zero and SIGFPE. >>>

Re: [E-devel] [EGIT] [core/efl] master 04/04: CtxPopup: fix auto-hide property setting

2016-04-11 Thread The Rasterman
On Mon, 11 Apr 2016 10:38:02 +0300 Daniel Zaoui said: > On Mon, 11 Apr 2016 15:46:20 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Mon, 11 Apr 2016 08:17:02 +0300 Daniel Zaoui > > said: > > > > > Yo, > > > > > > On Sun, 10 Apr 2016 08:58:26 -0700 > > > Cedric BAIL wrote: > > >

Re: [E-devel] [EGIT] [core/efl] master 04/04: CtxPopup: fix auto-hide property setting

2016-04-11 Thread Daniel Zaoui
On Mon, 11 Apr 2016 15:46:20 +0900 Carsten Haitzler (The Rasterman) wrote: > On Mon, 11 Apr 2016 08:17:02 +0300 Daniel Zaoui > said: > > > Yo, > > > > On Sun, 10 Apr 2016 08:58:26 -0700 > > Cedric BAIL wrote: > > > > > On Apr 10, 2016 05:23, "Daniel Zaoui" > > > wrote: > > > > > > > > j