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

2013-10-27 Thread daniel.za...@samsung.com
Yo, On 10/28/2013 04:02 AM, Carsten Haitzler (The Rasterman) wrote: > On Tue, 22 Oct 2013 08:43:14 +0200 Raoul Hecky 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 -

Re: [E-devel] Evas cserve2

2013-10-27 Thread ChunEon Park
Also it will be useful when you post it to the phabricator article. https://phab.enlightenment.org/phame/post/all/ -Regards, Hermet- -Original Message- From: "Jean-Philippe André" To: "Enlightenment developer list"; Cc: Sent: 2013-10-24 (목) 10:45:

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 wrote: > On Sat, 12 Oct 2013 11:43:33 +0900 Jérôme Pinot 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 :

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 said: > On Tue, Oct 15, 2013 at 4:31 AM, Michael Blumenkrantz > wrote: > > rejected, this patch completely breaks build. > > Sorry, forgot to add more files to the patch. I've also changed for > the EAPI to have extern "C" > when compil

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 said: > Raster, > > On Wed, Oct 16, 2013 at 8:58 PM, Carsten Haitzler > wrote: > > On Wed, 16 Oct 2013 12:26:26 -0300 Ulisses Furquim > > said: > > > >> Raster, > >> > >> On Wed, Oct 16, 2013 at 12:01 PM, Carsten Haitzler > >> wrote: > >> > r

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 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 dinner, we had

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) wrote: > On Tue, 22 Oct 2013 08:43:14 +0200 Raoul Hecky > sa

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 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 way to know this w

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

2013-10-27 Thread The Rasterman
On Tue, 22 Oct 2013 08:43:14 +0200 Raoul Hecky 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 punctuation as english!

[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) Date: Mon Oct 28 10:26:32 2013 +0900 evas - cover corner case for nat

[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 Date: Sun Oct 27 21:46:43 2013 +0200 Elementary: Fixes for Theme ---

[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 Date: Sun Oct 27 15:44:31 2013 + Fix formatting Signed-off-by: Chri

[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 Date: Sun Oct 27 15:43:18 2013 + Fix compiler warning(s) about eina_hash_int

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" > 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 >> dropp

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" 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, the button is > disa

[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 206004

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

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" wrote: > > On 10/26/13 19:27, Rafael Antognolli wrote: > > On Sat, Oct 26, 2013 at 3:13 PM, Rafael Antognolli wrote: > >> Hey dh, > >> > >> On Tue, Jul 23, 2013 at 3:15 AM, Chris Michael - Enlightenment Git > >> wrote: > >>> devilhorns pushed a commit to

[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) Date: Sun Oct 27 19:26:07 2013 +0900 no longer e dev day --- publ

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" 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 repeat_events. > I

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, Car

[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 Date: Sun Oct 27 08:54:26 2013 +0200 Eo: fix macros for table A

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 > wrote: >> Hey dh, >> >> On Tue, Jul 23, 2013 at 3:15 AM, Chris Michael - Enlightenment Git >> wrote: >>> devilhorns pushed a commit to branch master. >>> >>> commit cc596a358851e06f162dd3e8f75938c4