Re: [E-devel] clang warnings -- please help

2013-01-20 Thread Jihoon Kim
Hi, Gustavo. I've fixed warnings in edje_entry.c as rev 83033. Thanks. On Sunday, January 20, 2013, Gustavo Sverzut Barbieri wrote: > Hi, > > Today compiling efl with clang some warnings shows. While there are > some false alarms with EINA_INLINE macros (I'll try to check what to > do about thos

Re: [E-devel] [PATCH] evas: reuse evas gl context and surface if change to new rotation

2013-01-20 Thread The Rasterman
On Mon, 21 Jan 2013 02:34:13 + "Li, Peng" said: > Hi, Rasterman > > Thanks for your review. My problem is that two gl accelerated evas window > (one overlap on another and alpha channel enabled) doing rotation and the top > window content turns black for some reason. > > This evas change co

Re: [E-devel] [PATCH] [Elementary] Fix memory leak and callback function in ctxpopup

2013-01-20 Thread ChunEon Park
yes, I couldn't see the last patch that was for the backport :) I changed NEWs. thank you! -Regards, Hermet- -Original Message- From: "thiep ha" To: "Enlightenment developer list"

Re: [E-devel] elemines 0.2

2013-01-20 Thread ChunEon Park
interesting! i didn't launch it yet but are the scores shared on online? -Regards, Hermet- -Original Message- From: "Jérôme Pinot" To: "e-users"; Cc: "e-devel"

Re: [E-devel] [PATCH] evas: reuse evas gl context and surface if change to new rotation

2013-01-20 Thread Li, Peng
Hi, Rasterman Thanks for your review. My problem is that two gl accelerated evas window (one overlap on another and alpha channel enabled) doing rotation and the top window content turns black for some reason. This evas change could fix the problem. but finally we found it turns out to be an a

Re: [E-devel] Heads Up: EFL single tree is ready for tests!

2013-01-20 Thread Gustavo Sverzut Barbieri
On Sun, Jan 20, 2013 at 12:51 PM, dieter roelants wrote: > On Sun, 13 Jan 2013 22:10:08 -0200 > Gustavo Sverzut Barbieri wrote: > >> > - libedje.so is linked with libfontconfig but the rpath as specified by >> > the latter's pkg-config file is not used when linking it. Because >> > fontconfig

Re: [E-devel] [PATCH] [Elementary] Fix memory leak and callback function in ctxpopup

2013-01-20 Thread thiep ha
Dear Hermet and Daniel, Thank you for your reviewing. I provided the backport patch which is "elm_ctxpopup_memleak_callback_1.7.diff". Could you please check it and correct NEWS change for me? Thanks & Regards, Thiep --- Original Message --- Sender : Daniel Juyung Seo Date : Jan 18

[E-devel] Added Python EFL epydocs to docs page

2013-01-20 Thread Jeff Hoogland
Would it be possible to get the html python documentation epydoc generates for the different python EFL libraries added to the docs page on Enlightenment.org? For an example of what this looks like here are the VLC epydocs -> http://liris.cnrs.fr/advene//download/python-ctypes/doc/ -- ~Jeff Hoog

Re: [E-devel] elemines 0.2

2013-01-20 Thread Igor Murzov
On Sun, 20 Jan 2013 17:46:18 +0900 Jérôme Pinot wrote: > I would like to announce the availability of elemines 0.2, the EFL > minesweeper clone. This new version has some improvements, like: > > - scores management (using etrophy library) > - in game configuration > - middle click support (thank

Re: [E-devel] Heads Up: EFL single tree is ready for tests!

2013-01-20 Thread dieter roelants
On Sun, 13 Jan 2013 22:10:08 -0200 Gustavo Sverzut Barbieri wrote: > > - libedje.so is linked with libfontconfig but the rpath as specified by > > the latter's pkg-config file is not used when linking it. Because > > fontconfig is installed under the Xorg prefix (/usr/X11R7/) this > > break

[E-devel] clang warnings -- please help

2013-01-20 Thread Gustavo Sverzut Barbieri
Hi, Today compiling efl with clang some warnings shows. While there are some false alarms with EINA_INLINE macros (I'll try to check what to do about those), some are valid. == eet_chipher.c eet_decipher() == lib/eet/eet_cipher.c:1096:8: warning: variable 'opened' is used uninitialized when

Re: [E-devel] Git and Phabricator

2013-01-20 Thread David Seikel
On Sun, 20 Jan 2013 11:54:28 +0100 Cedric BAIL wrote: > On Sun, Jan 20, 2013 at 11:23 AM, David Seikel > wrote: > > On Sun, 20 Jan 2013 11:17:33 +0100 Jérémy Zurcher > > wrote: > > > >> On Sunday 20 January 2013 01:36, Tom Hacohen wrote : > >> > The current plan is to use phabricator, not cgit

Re: [E-devel] [PATCH] Fix memory leak in Eina cow

2013-01-20 Thread Cedric BAIL
On Fri, Jan 18, 2013 at 10:12 PM, Paulo Alcantara wrote: > Is this the correct fix ? Thanks, in svn. -- Cedric BAIL -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript

Re: [E-devel] Git and Phabricator

2013-01-20 Thread Cedric BAIL
On Sun, Jan 20, 2013 at 11:23 AM, David Seikel wrote: > On Sun, 20 Jan 2013 11:17:33 +0100 Jérémy Zurcher > wrote: > >> On Sunday 20 January 2013 01:36, Tom Hacohen wrote : >> > The current plan is to use phabricator, not cgit. As Alex has >> > mentioned. >> >> ;) I understood well, and I don't

Re: [E-devel] Git and Phabricator

2013-01-20 Thread David Seikel
On Sun, 20 Jan 2013 11:17:33 +0100 Jérémy Zurcher wrote: > On Sunday 20 January 2013 01:36, Tom Hacohen wrote : > > The current plan is to use phabricator, not cgit. As Alex has > > mentioned. > > ;) I understood well, and I don't challenge phabricator, it seems to > be a nice tool for code rev

Re: [E-devel] Git and Phabricator

2013-01-20 Thread Jérémy Zurcher
On Sunday 20 January 2013 01:36, Tom Hacohen wrote : > The current plan is to use phabricator, not cgit. As Alex has mentioned. ;) I understood well, and I don't challenge phabricator, it seems to be a nice tool for code review, comments, info exchange, etc. I don't know why you install trac bes

[E-devel] elemines 0.2

2013-01-20 Thread Jérôme Pinot
I would like to announce the availability of elemines 0.2, the EFL minesweeper clone. This new version has some improvements, like: - scores management (using etrophy library) - in game configuration - middle click support (thanks to Sebastian Dransfeld) - french translation - cosmetic changes (ic