Re: [E-devel] [EGIT] [core/efl] master 03/07: If the init count is = 1, then we want to iterate (ecore_imf wayland module adds an extra init).

2013-10-27 Thread Chris Michael
On 10/26/13 19:27, Rafael Antognolli wrote: On Sat, Oct 26, 2013 at 3:13 PM, Rafael Antognolli antogno...@gmail.com wrote: Hey dh, On Tue, Jul 23, 2013 at 3:15 AM, Chris Michael - Enlightenment Git no-re...@enlightenment.org wrote: devilhorns pushed a commit to branch master. commit

[EGIT] [core/elementary] master 01/01: Eo: fix macros for table

2013-10-27 Thread Daniel Zaoui
jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=296e763d1c44f978ca585b90448b4b1f99202017 commit 296e763d1c44f978ca585b90448b4b1f99202017 Author: Daniel Zaoui daniel.za...@samsung.com Date: Sun Oct 27 08:54:26 2013 +0200 Eo: fix

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm button theme - ensure only event part gets events

2013-10-27 Thread daniel.za...@samsung.com
Yo Master, Just to inform you that this commit broke my DnD overlapping test. It is supposed to support dropping into boxes but now, box is no more found as a target. I suppose it is related to the repeat_events. I will try to give you more inputs later. Your JackZ. On 10/25/2013 04:01 PM,

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm button theme - ensure only event part gets events

2013-10-27 Thread The Rasterman
On Sun, 27 Oct 2013 11:56:42 +0200 daniel.za...@samsung.com daniel.za...@samsung.com said: Yo Master, Just to inform you that this commit broke my DnD overlapping test. It is supposed to support dropping into boxes but now, box is no more found as a target. I suppose it is related to the

[EGIT] [website/www] master 01/01: no longer e dev day

2013-10-27 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=db4abec84be497c5afa11ac8c0605fdae280dbb7 commit db4abec84be497c5afa11ac8c0605fdae280dbb7 Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Sun Oct 27 19:26:07 2013 +0900 no

Re: [E-devel] [EGIT] [core/efl] master 03/07: If the init count is = 1, then we want to iterate (ecore_imf wayland module adds an extra init).

2013-10-27 Thread Rafael Antognolli
On Oct 27, 2013 6:06 AM, Chris Michael devilho...@comcast.net wrote: On 10/26/13 19:27, Rafael Antognolli wrote: On Sat, Oct 26, 2013 at 3:13 PM, Rafael Antognolli antogno...@gmail.com wrote: Hey dh, On Tue, Jul 23, 2013 at 3:15 AM, Chris Michael - Enlightenment Git

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm button theme - ensure only event part gets events

2013-10-27 Thread daniel.za...@samsung.com
I think I found the issue. In my test, I have two buttons. The first one is a drop target and works well. The second one is not a drop target and dropping on it is supposed to drop into the box. Now, the button is disabled and it seems that evas_tree_objects_at_xy_get doesn't return one of its

[E-devel] [PATCH] configure.ac: check for dlopen/dlsym and use -ldl for Ecore_X/Xlib

2013-10-27 Thread Albin Tonnerre
ecore_x/xlib/ecore_x_vsync.c uses dlopen and dlsym, but configure.ac only checks for this for the XCB variant. This results in linker errors when using strict linker flags (-Wl,-z,defs) --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm button theme - ensure only event part gets events

2013-10-27 Thread The Rasterman
On Sun, 27 Oct 2013 13:45:13 +0200 daniel.za...@samsung.com daniel.za...@samsung.com said: I think I found the issue. In my test, I have two buttons. The first one is a drop target and works well. The second one is not a drop target and dropping on it is supposed to drop into the box. Now,

Re: [E-devel] [EGIT] [core/elementary] master 01/01: elm button theme - ensure only event part gets events

2013-10-27 Thread daniel.za...@samsung.com
On 10/27/2013 02:51 PM, Carsten Haitzler (The Rasterman) wrote: On Sun, 27 Oct 2013 13:45:13 +0200 daniel.za...@samsung.com daniel.za...@samsung.com said: I think I found the issue. In my test, I have two buttons. The first one is a drop target and works well. The second one is not a drop

[EGIT] [core/efl] master 01/02: Fix compiler warning(s) about eina_hash_int64 being passed pointer from integer

2013-10-27 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2be84a6073641578f1e0d5a35d9ef935a171bef5 commit 2be84a6073641578f1e0d5a35d9ef935a171bef5 Author: Chris Michael devilho...@comcast.net Date: Sun Oct 27 15:43:18 2013 + Fix compiler

[EGIT] [core/efl] master 02/02: Fix formatting

2013-10-27 Thread Chris Michael
devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=28fed3fdb7153696d3e04f3bbdc457cc1d6f19ef commit 28fed3fdb7153696d3e04f3bbdc457cc1d6f19ef Author: Chris Michael devilho...@comcast.net Date: Sun Oct 27 15:44:31 2013 + Fix formatting

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Fixes for Theme

2013-10-27 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=af9c5b884594c35fa7d3d7f8cf1fd966e88e84a3 commit af9c5b884594c35fa7d3d7f8cf1fd966e88e84a3 Author: Kai Huuhko kai.huu...@gmail.com Date: Sun Oct 27 21:46:43 2013 +0200 Elementary:

[EGIT] [core/efl] master 01/01: evas - cover corner case for native surface shared refs on obj delete

2013-10-27 Thread Rasterman
raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9f690ba390fe0922df10cdefe07db8680d5a088f commit 9f690ba390fe0922df10cdefe07db8680d5a088f Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Mon Oct 28 10:26:32 2013 +0900 evas -

Re: [E-devel] Eolian meta-data parsing

2013-10-27 Thread The Rasterman
On Tue, 22 Oct 2013 08:43:14 +0200 Raoul Hecky raoul.he...@gmail.com said: I'm also more for json, it allows other tools to parse the files and you don't need to learn a new syntax... except syntax is pretty moot... it's like saying hey - i can understand finnish because they use the same

Re: [E-devel] a little problem on macbook

2013-10-27 Thread The Rasterman
On Wed, 23 Oct 2013 08:04:18 -0700 Kim Shinwoo kimcinoo@gmail.com said: and don't set it all the way down. it depends from hardware to hardware how the backlight behaves. on MOST hw i have seen backlight of 0 is actually just very dim but on some it literally is turn off entirely. there is no

Re: [E-devel] Eolian meta-data parsing

2013-10-27 Thread David Seikel
+1 for a sensible description of the problem and solution from raster. -1 to all the just jump on [insert inappropriate but fashionable tech here] bandwagon votes. On Mon, 28 Oct 2013 11:02:05 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Tue, 22 Oct 2013 08:43:14 +0200

Re: [E-devel] [RFC] configure options for maintainers

2013-10-27 Thread The Rasterman
On Sat, 12 Oct 2013 11:43:33 +0900 Jérôme Pinot ngc...@gmail.com said: great.. but how do you EXTRACT this info then from the lib? :) it's a lib.. it can't execute on its own... and printfing such strings on every fn call is just anti-social :) Hi, During the Enlightenment French League^W^W

Re: [E-devel] [EGIT] [core/efl] master 03/03: async render - alpha set. if not visible dont WAIT. do it now.

2013-10-27 Thread The Rasterman
On Fri, 18 Oct 2013 15:19:00 -0300 Ulisses Furquim uliss...@gmail.com said: Raster, On Wed, Oct 16, 2013 at 8:58 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 16 Oct 2013 12:26:26 -0300 Ulisses Furquim uliss...@gmail.com said: Raster, On Wed, Oct 16, 2013 at 12:01 PM,

Re: [E-devel] Creating enlightenment module with C++

2013-10-27 Thread The Rasterman
On Tue, 15 Oct 2013 10:05:41 -0300 Felipe Magno de Almeida felipe.m.alme...@gmail.com said: On Tue, Oct 15, 2013 at 4:31 AM, Michael Blumenkrantz michael.blumenkra...@gmail.com wrote: rejected, this patch completely breaks build. Sorry, forgot to add more files to the patch. I've also

Re: [E-devel] [RFC] configure options for maintainers

2013-10-27 Thread Cedric BAIL
On Mon, Oct 28, 2013 at 11:49 AM, Carsten Haitzler ras...@rasterman.com wrote: On Sat, 12 Oct 2013 11:43:33 +0900 Jérôme Pinot ngc...@gmail.com said: great.. but how do you EXTRACT this info then from the lib? :) it's a lib.. it can't execute on its own... and printfing such strings on every