Re: [E-devel] E SVN: morlenxus trunk/e/src/bin

2013-01-08 Thread Michael Blumenkrantz
On Tue, Jan 8, 2013 at 2:36 AM, Carsten Haitzler ras...@rasterman.comwrote: On Tue, 08 Jan 2013 08:35:42 +1030 Simon si...@simotek.net said: On 01/08/2013 02:43 AM, Enlightenment SVN wrote: Log: Don't blank on fullscreen windows (as we don't run the screenlock on fullscreen windows).

[E-devel] elm_win...

2013-01-08 Thread Michael Blumenkrantz
it seems that any elm_win functions which set icccm window hints, such as elm_win_size_base_set(), do nothing, and never have. I'm assuming this is not intentional? -- Master SQL Server Development, Administration, T-SQL,

Re: [E-devel] elm_win...

2013-01-08 Thread The Rasterman
On Tue, 8 Jan 2013 08:50:14 + Michael Blumenkrantz michael.blumenkra...@gmail.com said: it seems that any elm_win functions which set icccm window hints, such as elm_win_size_base_set(), do nothing, and never have. I'm assuming this is not intentional? umm no - this works... because ummm

Re: [E-devel] elm_win...

2013-01-08 Thread Michael Blumenkrantz
yes, I'm aware that it's not min size, though elm does not provide any method for directly setting those either. reading through 1.7 branch, however, I see nothing that's applying the base size or any other ICCCM hints that you're allowed to set. if it's in trunk, great. On Tue, Jan 8, 2013 at

Re: [E-devel] elm_win...

2013-01-08 Thread The Rasterman
On Tue, 8 Jan 2013 09:43:31 + Michael Blumenkrantz michael.blumenkra...@gmail.com said: yes, I'm aware that it's not min size, though elm does not provide any method for directly setting those either. min size is set as an implicit bi-product of the widgets packed into the window as resize

Re: [E-devel] elm_win...

2013-01-08 Thread Christopher Michael
On 08/01/13 10:10, Carsten Haitzler (The Rasterman) wrote: On Tue, 8 Jan 2013 09:43:31 + Michael Blumenkrantz michael.blumenkra...@gmail.com said: yes, I'm aware that it's not min size, though elm does not provide any method for directly setting those either. min size is set as an

Re: [E-devel] elm_win...

2013-01-08 Thread The Rasterman
On Tue, 08 Jan 2013 10:21:01 + Christopher Michael cp.mich...@samsung.com said: On 08/01/13 10:10, Carsten Haitzler (The Rasterman) wrote: On Tue, 8 Jan 2013 09:43:31 + Michael Blumenkrantz michael.blumenkra...@gmail.com said: yes, I'm aware that it's not min size, though elm

Re: [E-devel] elm_win...

2013-01-08 Thread Christopher Michael
On 08/01/13 10:30, Carsten Haitzler (The Rasterman) wrote: On Tue, 08 Jan 2013 10:21:01 + Christopher Michael cp.mich...@samsung.com said: On 08/01/13 10:10, Carsten Haitzler (The Rasterman) wrote: On Tue, 8 Jan 2013 09:43:31 + Michael Blumenkrantz michael.blumenkra...@gmail.com

Re: [E-devel] Evas_Engine_GL_X11.h x Evas_Engine_Software_X11.h including Xlib.h

2013-01-08 Thread Gustavo Sverzut Barbieri
Summary: remove Xlib.h but take care and use longs where xlib does it. On Tuesday, January 8, 2013, Carsten Haitzler wrote: On Mon, 7 Jan 2013 21:12:58 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi javascript:; said: Why does Evas_Engine_GL_X11.h includes Xlib.h and use its types

Re: [E-devel] E SVN: cedric trunk/efl

2013-01-08 Thread Gustavo Sverzut Barbieri
Ouch. Do we need to execute every test manually? Need to call that for other libs as well. :-/ On Tuesday, January 8, 2013, Enlightenment SVN wrote: Log: efl: add eina test suite, but still disable. The test suite is broken for eina_log and eina_value... Author: cedric Date:

Re: [E-devel] Evas_Engine_GL_X11.h x Evas_Engine_Software_X11.h including Xlib.h

2013-01-08 Thread The Rasterman
On Tue, 8 Jan 2013 08:46:32 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: already did it. :) Summary: remove Xlib.h but take care and use longs where xlib does it. On Tuesday, January 8, 2013, Carsten Haitzler wrote: On Mon, 7 Jan 2013 21:12:58 -0200 Gustavo Sverzut

Re: [E-devel] E SVN: cedric trunk/efl/src/tests/eina

2013-01-08 Thread Gustavo Sverzut Barbieri
No! Why? It's the way I use to detect that with abort + gdb On Tuesday, January 8, 2013, Enlightenment SVN wrote: Log: efl: eina_magic_fail now trigger an ERR on NULL instead of CRITICAL. Updating the test suite. Author: cedric Date: 2013-01-08 01:04:29 -0800 (Tue, 08 Jan

Re: [E-devel] E SVN: cedric trunk/efl/src/tests/eina

2013-01-08 Thread Cedric BAIL
On Tue, Jan 8, 2013 at 8:07 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: No! Why? It's the way I use to detect that with abort + gdb We do generate a CRITICAL in all case in Eina_Magic except for when the pointer is NULL. In which case we trigger an ERR. That's the current

Re: [E-devel] E SVN: morlenxus trunk/e/src/bin

2013-01-08 Thread Brian 'morlenxus' Miculcy
Should i change default mode to do screen actions on fullscreen windows? I think that check might come from the old days when the presentation mode wasn't available. So in the end i could completly remove this option and don't check for fullscreen windows - if the user unlocks too fast, he

Re: [E-devel] E SVN: cedric trunk/efl/src/tests/eina

2013-01-08 Thread Gustavo Sverzut Barbieri
Why is NULL not critical? It's as failure as invalid magic On Tuesday, January 8, 2013, Cedric BAIL wrote: On Tue, Jan 8, 2013 at 8:07 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi javascript:; wrote: No! Why? It's the way I use to detect that with abort + gdb We do generate a

Re: [E-devel] EFL tests and warnings

2013-01-08 Thread Gustavo Sverzut Barbieri
I'll merge emotion today and will turn generic on by default, moving VLC to another package as you said (similar to Evas generic engines) But I'll keep GST and Xine in tree. Do you think we build them by default? All? Just GST? On Tuesday, January 8, 2013, Carsten Haitzler wrote: On Sun, 6 Jan

Re: [E-devel] Rendering issue with window title.

2013-01-08 Thread Gustavo Sverzut Barbieri
I'll reply later, but I guess we are creating a confusion on what could be the problem and it should be much simpler than what you think. Software -X11 used by popups/shelves shouldn't matter as they go to X before coming to the compositor... Unless ther is a shortcut I don't know. And we just

Re: [E-devel] E SVN: cedric trunk/efl/src/tests/eina

2013-01-08 Thread Michael Blumenkrantz
because I changed it to ERR so it would not throw false positives when debugging with abort on crit enabled On Tue, Jan 8, 2013 at 12:27 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Why is NULL not critical? It's as failure as invalid magic On Tuesday, January 8, 2013, Cedric

Re: [E-devel] E SVN: cedric trunk/efl/src/tests/eina

2013-01-08 Thread Gustavo Sverzut Barbieri
On Tue, Jan 8, 2013 at 11:24 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: because I changed it to ERR so it would not throw false positives when debugging with abort on crit enabled I'm wondering what would be a false positive. If NULL is to be allowed, then the function

Re: [E-devel] E SVN: jaehwan IN branches/elementary-1.7: . src/lib

2013-01-08 Thread Daniel Juyung Seo
Thanks for the backport :) Daniel Juyung Seo (SeoZ) On Tue, Jan 8, 2013 at 3:36 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Fix the bug which the callbacks of the sub-object are added even if the sub-object is added the parent object. Author: jaehwan Date:

Re: [E-devel] E SVN: barbieri trunk/efl

2013-01-08 Thread Cedric BAIL
On Tue, Jan 8, 2013 at 10:32 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: efl/edje: conditional usage of fixed-point, program/calc caches. Weirdly enough raster turned PROGRAM cache on to fix a bug saying that the other path was not tested, but from

[E-devel] [PATCH 1.7] efreet: Build with automake 1.13.1

2013-01-08 Thread Raphael Kubo da Costa
Apply the same fix the was done only to trunk and stop using the AM_PROG_CC_STDC macro from configure.ac, since it has been deprecated for years and has its functionality replaced by AC_PROG_CC. Index: efreet-1.7/configure.ac === ---

Re: [E-devel] E SVN: jihoon trunk/efl/src/lib/ecore_imf

2013-01-08 Thread Gustavo Sverzut Barbieri
On Tue, Jan 8, 2013 at 12:26 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Monday, January 7, 2013, Enlightenment SVN wrote: Log: ecore_imf: move the docs to header Thanks! Do you plan to do it for others? Ecore X is the biggest sucker I did some commits to Ecore_IMF

Re: [E-devel] [PATCH 1.7] efreet: Build with automake 1.13.1

2013-01-08 Thread Michael Blumenkrantz
in On Tue, Jan 8, 2013 at 2:42 PM, Raphael Kubo da Costa raphael.kubo.da.co...@intel.com wrote: Apply the same fix the was done only to trunk and stop using the AM_PROG_CC_STDC macro from configure.ac, since it has been deprecated for years and has its functionality replaced by AC_PROG_CC.

Re: [E-devel] Alpha5: 7 patches and 1 bug

2013-01-08 Thread Gustavo Sverzut Barbieri
On Mon, Jan 7, 2013 at 8:53 PM, Joel Klinghed the...@spawned.biz wrote: On Mon, 7 Jan 2013 20:39:26 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Hi Joel, This looks fine, one last question: why are these needed?

Re: [E-devel] E SVN: cedric trunk/efl/src/tests/eina

2013-01-08 Thread Tom Hacohen
I completely agree with Gustavo here. This is inconsistent and sounds like a way to make it easier to ignore bugs. If you get a CRITICAL message, it's never a false positive. At best it's mildly broken, usually more than that. On Tue, Jan 8, 2013 at 1:33 PM, Gustavo Sverzut Barbieri

Re: [E-devel] Rendering issue with window title.

2013-01-08 Thread Gustavo Sverzut Barbieri
Hi Raster, Please check my study at http://trac.enlightenment.org/e/wiki/Evas_Async_And_E_Comp Quite long, but it was required to get me to understand what is happening. On Tue, Jan 8, 2013 at 10:34 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: I'll reply later, but I guess we

Re: [E-devel] E SVN: cedric trunk/efl/src/tests/eina

2013-01-08 Thread Michael Blumenkrantz
On Tue, 8 Jan 2013 19:57:30 + Tom Hacohen t...@stosb.com wrote: I completely agree with Gustavo here. This is inconsistent and sounds like a way to make it easier to ignore bugs. If you get a CRITICAL message, it's never a false positive. At best it's mildly broken, usually more than that.

Re: [E-devel] Evas memory consumption with async render.

2013-01-08 Thread Gustavo Sverzut Barbieri
On Tue, Jan 8, 2013 at 12:59 AM, Carsten Haitzler ras...@rasterman.comwrote: On Mon, 7 Jan 2013 17:21:36 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: first... i ran a valgrind run overnight... hooray! the witch is dead.. errr. i mean the leak is gone. awesome!

Re: [E-devel] E SVN: cedric trunk/efl/src/tests/eina

2013-01-08 Thread Gustavo Sverzut Barbieri
On Tue, Jan 8, 2013 at 7:17 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Tue, 8 Jan 2013 19:57:30 + Tom Hacohen t...@stosb.com wrote: I completely agree with Gustavo here. This is inconsistent and sounds like a way to make it easier to ignore bugs. If you get a

Re: [E-devel] E SVN: cedric trunk/efl/src/tests/eina

2013-01-08 Thread Michael Blumenkrantz
On Tue, 8 Jan 2013 19:33:32 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Tue, Jan 8, 2013 at 7:17 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Tue, 8 Jan 2013 19:57:30 + Tom Hacohen t...@stosb.com wrote: I completely agree with Gustavo

[E-devel] Eet testsuite failures

2013-01-08 Thread Albin Tonnerre
Hi, I recently uploaded Eet 1.7.4 to Debian; this was the first version to have the testsuite enabled and to my suprise, it failed on all bigendian architectures (https://buildd.debian.org/status/package.php?p=eetsuite=experimental) I tried to find the cause of the issue, and it would seem

Re: [E-devel] E SVN: cedric IN trunk/efl/src: . lib/eina tests/eina

2013-01-08 Thread Gustavo Sverzut Barbieri
Quick review: - Eina_Cow_Ptr should be before given memory to user. - It would enforce alignment (as user memory could be not aligned). Eina_Cow_Ptr itself is always aligned because it contains pointers, so it will not impact what follows. - It would be less likely to suffer from

Re: [E-devel] E SVN: cedric trunk/efl/src/tests/eina

2013-01-08 Thread Gustavo Sverzut Barbieri
On Tue, Jan 8, 2013 at 7:42 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Tue, 8 Jan 2013 19:33:32 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Tue, Jan 8, 2013 at 7:17 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Tue, 8

Re: [E-devel] Eet testsuite failures

2013-01-08 Thread Gustavo Sverzut Barbieri
Hi Lutin, both seem correct to me. Let's wait for others to chime in, but they should be okay. On Tue, Jan 8, 2013 at 8:11 PM, Albin Tonnerre lu...@debian.org wrote: Hi, I recently uploaded Eet 1.7.4 to Debian; this was the first version to have the testsuite enabled and to my suprise, it

Re: [E-devel] E SVN: cedric trunk/efl/src/tests/eina

2013-01-08 Thread Tom Hacohen
On Tue, Jan 8, 2013 at 9:33 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Tue, Jan 8, 2013 at 7:17 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Tue, 8 Jan 2013 19:57:30 + Tom Hacohen t...@stosb.com wrote: I completely agree with Gustavo

Re: [E-devel] E SVN: cedric trunk/efl/src/tests/eina

2013-01-08 Thread Tom Hacohen
On Tue, Jan 8, 2013 at 9:42 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Tue, 8 Jan 2013 19:33:32 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Tue, Jan 8, 2013 at 7:17 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Tue, 8

Re: [E-devel] E SVN: cedric IN trunk/efl/src: . lib/eina tests/eina

2013-01-08 Thread Tom Hacohen
I didn't review it yet, but one thing that Gustavo said that is a must and I want to verify will happen is typedefing! -- Tom. On Tue, Jan 8, 2013 at 10:13 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Quick review: - Eina_Cow_Ptr should be before given memory to user.

Re: [E-devel] EFL tests and warnings

2013-01-08 Thread The Rasterman
On Tue, 8 Jan 2013 10:30:52 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: I'll merge emotion today and will turn generic on by default, moving VLC to another package as you said (similar to Evas generic engines) But I'll keep GST and Xine in tree. Do you think we build them by

Re: [E-devel] Rendering issue with window title.

2013-01-08 Thread The Rasterman
On Tue, 8 Jan 2013 10:34:14 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: I'll reply later, but I guess we are creating a confusion on what could be the problem and it should be much simpler than what you think. Software -X11 used by popups/shelves shouldn't matter as they go

Re: [E-devel] E SVN: barbieri IN trunk/efl: . src/lib/eina

2013-01-08 Thread Gustavo Sverzut Barbieri
could someone backport this to stable 1.7 tree? it should fix emotion detection of debian multilib as it doesn't provide a checkme file. On Tue, Jan 8, 2013 at 9:57 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: efl/eina: fix debian multilib detection without magic file.

Re: [E-devel] Rendering issue with window title.

2013-01-08 Thread Gustavo Sverzut Barbieri
On Tue, Jan 8, 2013 at 8:32 PM, Carsten Haitzler ras...@rasterman.comwrote: On Tue, 8 Jan 2013 10:34:14 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: I'll reply later, but I guess we are creating a confusion on what could be the problem and it should be much simpler than

Re: [E-devel] Eet testsuite failures

2013-01-08 Thread Leandro Dorileo
Hi, On Tue, Jan 08, 2013 at 08:18:11PM -0200, Gustavo Sverzut Barbieri wrote: Hi Lutin, both seem correct to me. Let's wait for others to chime in, but they should be okay. On Tue, Jan 8, 2013 at 8:11 PM, Albin Tonnerre lu...@debian.org wrote: Hi, I recently uploaded Eet 1.7.4

Re: [E-devel] E SVN: cedric IN trunk/efl/src: . lib/eina tests/eina

2013-01-08 Thread Cedric BAIL
Yop, On Wed, Jan 9, 2013 at 7:13 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Quick review: - Eina_Cow_Ptr should be before given memory to user. - It would enforce alignment (as user memory could be not aligned). Eina_Cow_Ptr itself is always aligned because it contains

Re: [E-devel] Alpha5: 7 patches and 1 bug

2013-01-08 Thread Joel Klinghed
On Tue, 8 Jan 2013 16:49:52 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Mon, Jan 7, 2013 at 8:53 PM, Joel Klinghed the...@spawned.biz wrote: On Mon, 7 Jan 2013 20:39:26 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Hi Joel, This looks fine,

Re: [E-devel] E SVN: raster trunk/efl

2013-01-08 Thread Gustavo Sverzut Barbieri
Bug! The patch should change the var, not the check!! On Tuesday, January 8, 2013, Enlightenment SVN wrote: Log: oops i meant to turn on calc cache.. not program cache... calc cache was the problem... but oddly turning on program cache fixed it too. :) Author: raster Date:

Re: [E-devel] Rendering issue with window title.

2013-01-08 Thread The Rasterman
On Tue, 8 Jan 2013 22:04:01 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Tue, Jan 8, 2013 at 8:32 PM, Carsten Haitzler ras...@rasterman.comwrote: On Tue, 8 Jan 2013 10:34:14 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: I'll reply later, but I guess

Re: [E-devel] E SVN: barbieri trunk/efl

2013-01-08 Thread The Rasterman
On Tue, 8 Jan 2013 22:47:02 +0900 Cedric BAIL cedric.b...@free.fr said: On Tue, Jan 8, 2013 at 10:32 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: efl/edje: conditional usage of fixed-point, program/calc caches. Weirdly enough raster turned PROGRAM cache on to fix a bug

Re: [E-devel] E SVN: discomfitor IN trunk/devs: . jeyzu

2013-01-08 Thread michael . blumenkrantz
Enlightenment SVN no-re...@enlightenment.org wrote: Log: another new(ish) developer, this time from switzerland: J?\195?\169r?\195?\169my Zurcher! Author: discomfitor Date: 2013-01-08 13:46:04 -0800 (Tue, 08 Jan 2013) New Revision: 82424 Trac:

Re: [E-devel] E SVN: discomfitor IN trunk/devs: . jeyzu

2013-01-08 Thread Lionel Orry
Congrats Jérémy! You deserve it. Don't break *too* much ;) Lionel On Wed, Jan 9, 2013 at 7:25 AM, michael.blumenkra...@gmail.com wrote: Enlightenment SVN no-re...@enlightenment.org wrote: Log: another new(ish) developer, this time from switzerland: J?\195?\169r?\195?\169my Zurcher! Author:

Re: [E-devel] Eet testsuite failures

2013-01-08 Thread Albin Tonnerre
On Wed, Jan 9, 2013 at 1:27 AM, Leandro Dorileo dori...@profusion.mobi wrote: Hi, { unsigned char *d, *comp; - int *header, ret, ok = 1; + int *header, *bigend_data, ret, ok = 1; uLongf buflen = 0; buflen = (((w * h * 101) / 100) + 3) * 4;

Re: [E-devel] E SVN: cedric trunk/efl/src/tests/eina

2013-01-08 Thread Michael Blumenkrantz
On Tue, Jan 8, 2013 at 10:15 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Tue, Jan 8, 2013 at 7:42 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Tue, 8 Jan 2013 19:33:32 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Tue, Jan 8,

Re: [E-devel] E SVN: cedric trunk/efl/src/tests/eina

2013-01-08 Thread Michael Blumenkrantz
On Tue, Jan 8, 2013 at 10:47 PM, Tom Hacohen t...@stosb.com wrote: On Tue, Jan 8, 2013 at 9:42 PM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: On Tue, 8 Jan 2013 19:33:32 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Tue, Jan 8, 2013 at 7:17 PM,

Re: [E-devel] E SVN: lucas IN trunk/e: config/default config/mobile config/standard src/bin src/modules/comp src/modules/conf_performance src/modules/everything src/modules/gadman src/modules/tiling

2013-01-08 Thread Michael Blumenkrantz
On Wed, Jan 9, 2013 at 3:21 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: e: rename option use_composite to use_shaped_win In order to move composite inside the core we need to kill the use_composite option. However in some places it is being used to switch between