Re: [E-devel] Add Null-checking routine "e_dbus_message_send"

2012-09-04 Thread Sungho Kwak
I'll double check about this problem, Thx. 2012/9/4 Carsten Haitzler > On Tue, 4 Sep 2012 09:41:54 +0900 Sungho Kwak said: > > actually i think this patch is wrong... do you have any valgrind debug > output > for this? the code explicitly tries to handle the case of no cb_return (it > being NUL

Re: [E-devel] E SVN: hermet trunk/evas/src/lib/canvas

2012-09-04 Thread Chris Michael
Thank you Hermit !! :) I've been wanted to do that for a long time now ... except if I would have done it, people would have complained, so thanks for taking some initiative here :) dh -Original Message- From: Enlightenment SVN [mailto:no-re...@enlightenment.org] Sent: 04 September 2012 0

Re: [E-devel] E SVN: hermet trunk/evas/src/lib/canvas

2012-09-04 Thread Christopher Michael
On 04/09/12 10:03, Chris Michael wrote: > Thank you Hermit !! :) s/Hermit/Hermet. I've been wanted to do that for a long time now ... > except if I would have done it, people would have complained, so thanks for > taking some initiative here :) > dh > > -Original Message- > From: Enligh

Re: [E-devel] E SVN: jihoon IN trunk/elementary: . src/lib

2012-09-04 Thread Jihoon Kim
I've commited NEWS files according to your comment. thx for spotting it. 2012. 9. 4. 오후 1:08에 "Vincent Torri" 님이 작성: > NEWS file too. Same for edje and ecore_imf > > Vincent > > On Tue, Sep 4, 2012 at 4:34 AM, Enlightenment SVN > wrote: > > Log: > > elm: Add ELM_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN

[E-devel] edje: lua >= 5.2

2012-09-04 Thread Leif Middelschulte
Hi there, as some distributions and Mac OS' (home)brew package manager already ship lua >=5.2, it might be time to make the code compatible. The functions which aren't available anymore: _luaL_register Module and luaL_register deprecated, replaced by luaL_newlib and luaL_setfuncs. _lua_objlen

Re: [E-devel] edje: lua >= 5.2

2012-09-04 Thread David Seikel
On Tue, 4 Sep 2012 13:24:27 +0200 Leif Middelschulte wrote: > as some distributions and Mac OS' (home)brew package manager already > ship lua >=5.2, it might be time to make the code compatible. > > The functions which aren't available anymore: > > _luaL_register > Module and luaL_register depr

Re: [E-devel] Call for Packagers

2012-09-04 Thread Rui Miguel Silva Seabra
On Sat, 1 Sep 2012 14:48:15 -0300 Gustavo Sverzut Barbieri wrote: > Hi all, > > We have released EFL 1.7 and terminology 0.1, but to reach a broader > audience we need binary packages! > > In order to keep quality and reduce overall pain, I'd try to > coordinate this in our mail list with the f

Re: [E-devel] Call for Packagers

2012-09-04 Thread Michael Blumenkrantz
On Tue, 4 Sep 2012 13:54:30 +0100 Rui Miguel Silva Seabra wrote: > On Sat, 1 Sep 2012 14:48:15 -0300 > Gustavo Sverzut Barbieri wrote: > > > Hi all, > > > > We have released EFL 1.7 and terminology 0.1, but to reach a broader > > audience we need binary packages! > > > > In order to keep qual

Re: [E-devel] Call for Packagers

2012-09-04 Thread Rui Miguel Silva Seabra
On Tue, 4 Sep 2012 13:57:51 +0100 Michael Blumenkrantz wrote: > On Tue, 4 Sep 2012 13:54:30 +0100 > Rui Miguel Silva Seabra wrote: > > > On Sat, 1 Sep 2012 14:48:15 -0300 > > Gustavo Sverzut Barbieri wrote: > > > > > Hi all, > > > > > > We have released EFL 1.7 and terminology 0.1, but to re

Re: [E-devel] edje: lua >= 5.2

2012-09-04 Thread Leif Middelschulte
Am 04.09.2012 um 14:35 schrieb David Seikel : > On Tue, 4 Sep 2012 13:24:27 +0200 Leif Middelschulte > wrote: > >> as some distributions and Mac OS' (home)brew package manager already >> ship lua >=5.2, it might be time to make the code compatible. >> >> The functions which aren't available any

Re: [E-devel] Call for Packagers

2012-09-04 Thread Leif Middelschulte
Am 04.09.2012 um 15:09 schrieb Rui Miguel Silva Seabra : > On Tue, 4 Sep 2012 13:57:51 +0100 > Michael Blumenkrantz wrote: > >> On Tue, 4 Sep 2012 13:54:30 +0100 >> Rui Miguel Silva Seabra wrote: >> >>> On Sat, 1 Sep 2012 14:48:15 -0300 >>> Gustavo Sverzut Barbieri wrote: >>> Hi all, >>

Re: [E-devel] Call for Packagers

2012-09-04 Thread Eduardo Lima (Etrunko)
On Tue, Sep 4, 2012 at 9:54 AM, Rui Miguel Silva Seabra wrote: > On Sat, 1 Sep 2012 14:48:15 -0300 > Gustavo Sverzut Barbieri wrote: > >> Hi all, >> >> We have released EFL 1.7 and terminology 0.1, but to reach a broader >> audience we need binary packages! >> >> In order to keep quality and redu

[E-devel] elm: repair check for clearenv

2012-09-04 Thread Leif Middelschulte
Hi, on my journey to create/update packages of the 1.7 release for Mac OS' (home)brew package manager (http://mxcl.github.com/homebrew/), I stumbled over a compilation error of elm due to missing 'clearenv'. Attached is a patch that repairs the check for 'clearenv'. clear_env.diff Description

Re: [E-devel] elm: repair check for clearenv

2012-09-04 Thread Vincent Torri
On Tue, Sep 4, 2012 at 6:10 PM, Leif Middelschulte wrote: > Hi, > > on my journey to create/update packages of the 1.7 release for Mac OS' > (home)brew package manager (http://mxcl.github.com/homebrew/), I stumbled > over a compilation error of elm due to missing 'clearenv'. > > Attached is a pa

Re: [E-devel] elm: repair check for clearenv

2012-09-04 Thread Vincent Torri
On Tue, Sep 4, 2012 at 7:05 PM, Leif Middelschulte wrote: > Am 04.09.2012 um 18:18 schrieb Vincent Torri : > >> On Tue, Sep 4, 2012 at 6:10 PM, Leif Middelschulte >> wrote: >>> Hi, >>> >>> on my journey to create/update packages of the 1.7 release for Mac OS' >>> (home)brew package manager (http

Re: [E-devel] elm: repair check for clearenv

2012-09-04 Thread Leif Middelschulte
Am 04.09.2012 um 19:12 schrieb Vincent Torri : > On Tue, Sep 4, 2012 at 7:05 PM, Leif Middelschulte > wrote: >> Am 04.09.2012 um 18:18 schrieb Vincent Torri : >> >>> On Tue, Sep 4, 2012 at 6:10 PM, Leif Middelschulte >>> wrote: Hi, on my journey to create/update packages of the

Re: [E-devel] elm: repair check for clearenv

2012-09-04 Thread Vincent Torri
On Tue, Sep 4, 2012 at 7:26 PM, Leif Middelschulte wrote: > Am 04.09.2012 um 19:12 schrieb Vincent Torri : > >> On Tue, Sep 4, 2012 at 7:05 PM, Leif Middelschulte >> wrote: >>> Am 04.09.2012 um 18:18 schrieb Vincent Torri : >>> On Tue, Sep 4, 2012 at 6:10 PM, Leif Middelschulte wrote:

Re: [E-devel] Call for Packagers

2012-09-04 Thread Gustavo Sverzut Barbieri
On Tue, Sep 4, 2012 at 11:01 AM, Leif Middelschulte < leif.middelschu...@gmail.com> wrote: > Am 04.09.2012 um 15:09 schrieb Rui Miguel Silva Seabra : > > > On Tue, 4 Sep 2012 13:57:51 +0100 > > Michael Blumenkrantz wrote: > > > >> On Tue, 4 Sep 2012 13:54:30 +0100 > >> Rui Miguel Silva Seabra wr

Re: [E-devel] ATTN: all jokers dicking with stuff on e2

2012-09-04 Thread Nicholas Hughart
On 09/03/2012 10:21 AM, Tom Hacohen wrote: Who did it? I can add him back to the appropriate group, but don't want to do so if it was done intentionally :) Anyway, I agree, it should not have been necessary to use root given he's in the necessary group for updating data. It seems we have a bi

Re: [E-devel] How to Clone from http://git.enlightenment.fr

2012-09-04 Thread Bertrand Jacquin
Hi, > The reason why I created them is that cloning from a http server (like > the french one) is slo and for that there is already svn. :P Fixed, git:// is available for all git.e.fr repos, URL are updated on cgit (see http://git.enlightenment.fr/cgit.cgi/svn.git for example). Just for

Re: [E-devel] Call for Packagers

2012-09-04 Thread Leif Middelschulte
Am 04.09.2012 um 20:04 schrieb Gustavo Sverzut Barbieri : > On Tue, Sep 4, 2012 at 11:01 AM, Leif Middelschulte < > leif.middelschu...@gmail.com> wrote: > >> Am 04.09.2012 um 15:09 schrieb Rui Miguel Silva Seabra : >> >>> On Tue, 4 Sep 2012 13:57:51 +0100 >>> Michael Blumenkrantz wrote: >>> >

Re: [E-devel] Call for Packagers

2012-09-04 Thread Eduardo Lima (Etrunko)
On Tue, Sep 4, 2012 at 3:48 PM, Leif Middelschulte wrote: > Am 04.09.2012 um 20:04 schrieb Gustavo Sverzut Barbieri > : > >> On Tue, Sep 4, 2012 at 11:01 AM, Leif Middelschulte < >> leif.middelschu...@gmail.com> wrote: >> >>> Am 04.09.2012 um 15:09 schrieb Rui Miguel Silva Seabra : >>> On Tu

Re: [E-devel] How to Clone from http://git.enlightenment.fr

2012-09-04 Thread Eduardo Lima (Etrunko)
On Tue, Sep 4, 2012 at 3:45 PM, Bertrand Jacquin wrote: > Hi, > >> The reason why I created them is that cloning from a http server (like >> the french one) is slo and for that there is already svn. :P > > Fixed, git:// is available for all git.e.fr repos, URL are updated on > cgit (see ht

Re: [E-devel] Call for Packagers

2012-09-04 Thread Lucas De Marchi
On Tue, Sep 4, 2012 at 3:56 PM, Eduardo Lima (Etrunko) wrote: > On Tue, Sep 4, 2012 at 3:48 PM, Leif Middelschulte > wrote: >> Am 04.09.2012 um 20:04 schrieb Gustavo Sverzut Barbieri >> : >> >>> On Tue, Sep 4, 2012 at 11:01 AM, Leif Middelschulte < >>> leif.middelschu...@gmail.com> wrote: >>> >>

Re: [E-devel] Call for Packagers

2012-09-04 Thread Eduardo Lima (Etrunko)
On Tue, Sep 4, 2012 at 4:10 PM, Lucas De Marchi wrote: > On Tue, Sep 4, 2012 at 3:56 PM, Eduardo Lima (Etrunko) > wrote: >> On Tue, Sep 4, 2012 at 3:48 PM, Leif Middelschulte >> wrote: >>> Am 04.09.2012 um 20:04 schrieb Gustavo Sverzut Barbieri >>> : >>> On Tue, Sep 4, 2012 at 11:01 AM, L

Re: [E-devel] Python EFL Release???

2012-09-04 Thread Gustavo Sverzut Barbieri
done On Tue, Sep 4, 2012 at 2:54 AM, Simon Lees wrote: > Date: Tue, 4 Sep 2012 00:37:15 -0300 > > > From: Gustavo Sverzut Barbieri > > Subject: Re: [E-devel] Python EFL Release??? > > To: Enlightenment developer list > > > > Message-ID: > > < > > capdpn3bwn8rdcfzp0k8pxj6oav6xqr

Re: [E-devel] Call for Packagers

2012-09-04 Thread Gustavo Sverzut Barbieri
On Tue, Sep 4, 2012 at 4:17 PM, Eduardo Lima (Etrunko) wrote: > > On Tue, Sep 4, 2012 at 4:10 PM, Lucas De Marchi > wrote: > > On Tue, Sep 4, 2012 at 3:56 PM, Eduardo Lima (Etrunko) > > wrote: > >> On Tue, Sep 4, 2012 at 3:48 PM, Leif Middelschulte > >> wrote: > >>> Am 04.09.2012 um 20:04 schr

Re: [E-devel] Call for Packagers

2012-09-04 Thread Lucas De Marchi
On Tue, Sep 4, 2012 at 4:17 PM, Eduardo Lima (Etrunko) wrote: > On Tue, Sep 4, 2012 at 4:10 PM, Lucas De Marchi > wrote: >> On Tue, Sep 4, 2012 at 3:56 PM, Eduardo Lima (Etrunko) >> wrote: >>> On Tue, Sep 4, 2012 at 3:48 PM, Leif Middelschulte >>> wrote: Am 04.09.2012 um 20:04 schrieb Gus

[E-devel] EFL Gentoo Packages

2012-09-04 Thread Gustavo Sverzut Barbieri
Hi all, I'd like to ask the official Gentoo maintainer of EFL packages to please update the portage to include the following: - EFL 1.7 (as per Rasterman's announcement, none of 1.7 are there, some released are missing) - Terminology 0.1 (as per Rasterman's announcement) - Python EFL 1.7

Re: [E-devel] EFL Gentoo Packages

2012-09-04 Thread Gustavo Sverzut Barbieri
On Tue, Sep 4, 2012 at 5:20 PM, Gustavo Sverzut Barbieri wrote: > Hi all, > > I'd like to ask the official Gentoo maintainer of EFL packages to > please update the portage to include the following: >- EFL 1.7 (as per Rasterman's announcement, none of 1.7 are there, > some released are missing)

Re: [E-devel] E SVN: etrunko trunk/evas/src/modules/engines/wayland_egl

2012-09-04 Thread Christopher Michael
Enlightenment SVN wrote: >Log: >Formatting > >Author: etrunko >Date: 2012-09-04 13:38:09 -0700 (Tue, 04 Sep 2012) >New Revision: 76144 >Trac: http://trac.enlightenment.org/e/changeset/76144 > >Modified: > trunk/evas/src/modules/engines/wayland_egl/evas_engine.c > >Modified

Re: [E-devel] #1376: [wayland_shm/egl] Title bar responds to gestures in Gesture Layer 2

2012-09-04 Thread Christopher Michael
E-Trac wrote: >#1376: [wayland_shm/egl] Title bar responds to gestures in Gesture >Layer 2 >-+- >Reporter: christophe.prigent@… | Owner: >devilhorns > Type: Bug |

Re: [E-devel] elm: repair check for clearenv

2012-09-04 Thread Vincent Torri
On Tue, Sep 4, 2012 at 8:34 PM, Leif Middelschulte wrote: > Am 04.09.2012 um 19:55 schrieb Vincent Torri : > >> On Tue, Sep 4, 2012 at 7:26 PM, Leif Middelschulte >> wrote: >>> Am 04.09.2012 um 19:12 schrieb Vincent Torri : >>> On Tue, Sep 4, 2012 at 7:05 PM, Leif Middelschulte wrote:

Re: [E-devel] E SVN: lucas trunk/eina/src/include

2012-09-04 Thread Vincent Torri
news and changelog On Wed, Sep 5, 2012 at 12:20 AM, Enlightenment SVN wrote: > Log: > eina: Fix EINA_INLIST_FOREACH_SAFE macro > > EINA_INLIST_FOREACH_SAFE is very broken and it only works by luck, > depending on > the __inlist field being the first one in the struct. Until now. > > This c

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-09-04 Thread Gustavo Sverzut Barbieri
On Mon, Sep 3, 2012 at 8:28 PM, Carsten Haitzler wrote: > On Mon, 3 Sep 2012 12:11:38 -0300 Gustavo Sverzut Barbieri > said: > >> On Monday, September 3, 2012, Carsten Haitzler wrote: >> >> > On Fri, 31 Aug 2012 16:39:34 -0300 Gustavo Sverzut Barbieri >> > > said: >> > >> > > On Wed, Aug 29, 2012

Re: [E-devel] E SVN: devilhorns trunk/elementary/src/lib

2012-09-04 Thread ChunEon Park
ahh Isn't there any automatic way? -Regards, Hermet- -Original Message- From: "Enlightenment SVN" To: ; Cc: Sent: 2012-09-04 (화) 21:51:57 Subject: E SVN: devilhorns trunk/elementary/src/lib Log: Elm: Account for framespace X also. Thanks for spott

Re: [E-devel] E SVN: devilhorns trunk/elementary/src/bin

2012-09-04 Thread Daniel Juyung Seo
was that too big? just curious. Daniel Juyung Seo (SeoZ) On Sep 4, 2012 6:57 PM, "Enlightenment SVN" wrote: > Log: > Elm: Let's use sane window sizes in tests, yes ? :) > > > > Author: devilhorns > Date: 2012-09-04 02:57:21 -0700 (Tue, 04 Sep 2012) > New Revision: 76119 > Trac:

Re: [E-devel] E SVN: cedric IN trunk/edje: . doc src/bin src/examples src/lib

2012-09-04 Thread Daniel Juyung Seo
GREAT!!! This is very useful. Does this also support group inheritance? Daniel Juyung Seo (SeoZ) On Sep 4, 2012 8:28 PM, "Enlightenment SVN" wrote: > Log: > edje: add nested part support to edc. > > Blame Tasn and not the people he enslaved to get it out. > First patch by Aharon Hillel with

Re: [E-devel] E SVN: cedric IN trunk/edje: . doc src/bin src/examples src/lib

2012-09-04 Thread Cedric BAIL
On Wed, Sep 5, 2012 at 3:10 AM, Daniel Juyung Seo wrote: > GREAT!!! This is very useful. > Does this also support group inheritance? It should be an unexpected result and still work. Who knows :-) -- Cedric BAIL -- Live

Re: [E-devel] E SVN: hermet trunk/evas/src/lib/canvas

2012-09-04 Thread ChunEon Park
It's ok. :-) What was worse, someone said me as "Kermit" ...um.. wait... the someone was you?! -Regards, Hermet- -Original Message- From: "Christopher Michael" To: "Enlightenment developer list"; Cc: Sent: 2012-09-04 (화) 18:13:25 Subject: Re: [E-

Re: [E-devel] E SVN: hermet trunk/evas/src/lib/canvas

2012-09-04 Thread Daniel Juyung Seo
Hahaha I'd like to call you HELMET. Daniel Juyung Seo (SeoZ) On Wed, Sep 5, 2012 at 11:14 AM, ChunEon Park wrote: > It's ok. :-) > > What was worse, someone said me as "Kermit" > > ...um.. wait... the someone was you?! > > > > -Regards, Hermet- > -Origina

Re: [E-devel] E SVN: hermet trunk/evas/src/lib/canvas

2012-09-04 Thread The Rasterman
On Wed, 5 Sep 2012 11:14:57 +0900 (KST) ChunEon Park said: RIBBIT! :) > It's ok. :-) > > What was worse, someone said me as "Kermit" > > ...um.. wait... the someone was you?! > > > > -Regards, Hermet- > -Original Message- > From: "Christopher Mic

Re: [E-devel] Call for Packagers

2012-09-04 Thread Simon Lees
> Date: Tue, 4 Sep 2012 20:48:45 +0200 > From: Leif Middelschulte > Subject: Re: [E-devel] Call for Packagers > To: Enlightenment developer list > > Message-ID: <53a14c37-bdec-485d-ae8f-29f092368...@gmail.com> > Content-Type: text/plain; charset=windows-1252 > > Am 04.09.2012 um 20:04 sch

Re: [E-devel] Call for Packagers

2012-09-04 Thread Simon Lees
On Wed, Sep 5, 2012 at 11:54 AM, Simon Lees wrote: > > Date: Tue, 4 Sep 2012 20:48:45 +0200 >> From: Leif Middelschulte >> Subject: Re: [E-devel] Call for Packagers >> To: Enlightenment developer list >> >> Message-ID: <53a14c37-bdec-485d-ae8f-29f092368...@gmail.com> >> Content-Type: te

[E-devel] empower compile error

2012-09-04 Thread Dennis.Yxun
Hi Dev: I have problem when come up to compile empower, here is detail error. Making all in bin make[3]: Entering directory `/var/tmp/portage/app-admin/empower-/work/empower/src/bin' CC empower-main.o CC empower-gui.o CC empower-pka.o CC empower-marshal.o In file incl

Re: [E-devel] E SVN: hermet trunk/evas/src/lib/canvas

2012-09-04 Thread Gustavo Sverzut Barbieri
On Tuesday, September 4, 2012, Daniel Juyung Seo wrote: > Hahaha > I'd like to call you HELMET. +100 helmet! > > Daniel Juyung Seo (SeoZ) > > On Wed, Sep 5, 2012 at 11:14 AM, ChunEon Park wrote: > > It's ok. :-) > > > > What was worse, someone said me as "Kermit" > > > > ...um.. wait...

Re: [E-devel] Call for Packagers

2012-09-04 Thread Gustavo Sverzut Barbieri
On Tuesday, September 4, 2012, Simon Lees wrote: > On Wed, Sep 5, 2012 at 11:54 AM, Simon Lees wrote: > > > > > Date: Tue, 4 Sep 2012 20:48:45 +0200 > >> From: Leif Middelschulte > >> Subject: Re: [E-devel] Call for Packagers > >> To: Enlightenment developer list > >> > >> Message-ID: <

Re: [E-devel] Call for Packagers

2012-09-04 Thread Lucas De Marchi
On Tue, Sep 4, 2012 at 11:30 PM, Simon Lees wrote: > On Wed, Sep 5, 2012 at 11:54 AM, Simon Lees wrote: > >> >> Date: Tue, 4 Sep 2012 20:48:45 +0200 >>> From: Leif Middelschulte >>> Subject: Re: [E-devel] Call for Packagers >>> To: Enlightenment developer list >>> >>> Message-ID: <53a14

Re: [E-devel] E SVN: hermet trunk/evas/src/lib/canvas

2012-09-04 Thread The Rasterman
On Wed, 5 Sep 2012 00:06:02 -0300 Gustavo Sverzut Barbieri said: > On Tuesday, September 4, 2012, Daniel Juyung Seo wrote: > > > Hahaha > > I'd like to call you HELMET. > > > +100 helmet! dark helmet! > > Daniel Juyung Seo (SeoZ) > > > > On Wed, Sep 5, 2012 at 11:14 AM, ChunEon Park wro

Re: [E-devel] empower compile error

2012-09-04 Thread Nicholas Hughart
On 09/04/2012 09:58 PM, Dennis.Yxun wrote: Hmm, I guess I never accounted for someone not building e_dbus and efreet support into Elementary while wanting to use Empower. Silly me I guess... > Hi Dev: >I have problem when come up to compile empower, > here is detail error. > > Making all in

[E-devel] [PATCH] Add context clip for Wayland framespace

2012-09-04 Thread Paulo Alcantara
Hi, This patch adds context clip from the intersection between the non-frame objects and the framespace area so that those objects won't potentially be rendered over frame ones. Instead of clipping the objects to a general framespace clipper (and keep track of it), add context clip with the inter

Re: [E-devel] E SVN: hermet trunk/evas/src/lib/canvas

2012-09-04 Thread Lucas De Marchi
On Tue, Sep 4, 2012 at 5:56 AM, Enlightenment SVN wrote: > Log: > evas/evas_object_image - use Eina_Bool every time I see a commit like this I remember C99 is 13 years old and we are not using it. Sad. Lucas De Marchi

Re: [E-devel] Call for Packagers

2012-09-04 Thread Daniel Juyung Seo
Does it includes webkit + webkit efl? Any instructions how to install it? I tried cmake and got this error. > Please choose which WebKit port to build (one of Efl;WinCE;BlackBerry) Daniel Juyung Seo (SeoZ) On Wed, Sep 5, 2012 at 12:09 PM, Lucas De Marchi wrote: > On Tue, Sep 4, 2012 at 11:30 P

Re: [E-devel] Call for Packagers

2012-09-04 Thread Gustavo Sverzut Barbieri
On Wednesday, September 5, 2012, Lucas De Marchi wrote: > On Tue, Sep 4, 2012 at 11:30 PM, Simon Lees wrote: > > On Wed, Sep 5, 2012 at 11:54 AM, Simon Lees wrote: > > > >> > >> Date: Tue, 4 Sep 2012 20:48:45 +0200 > >>> From: Leif Middelschulte > >>> Subject: Re: [E-devel] Call for Packagers >

Re: [E-devel] E SVN: devilhorns trunk/elementary/src/lib

2012-09-04 Thread Daniel Juyung Seo
Well.. DH, do we need to consider framespace for every evas_object_move? Daniel Juyung Seo (SeoZ) On Wed, Sep 5, 2012 at 9:53 AM, ChunEon Park wrote: > ahh > > Isn't there any automatic way? > > > > -Regards, Hermet- > -Original Message- > From: "Enli

Re: [E-devel] Call for Packagers

2012-09-04 Thread Simon Lees
> Date: Wed, 5 Sep 2012 00:52:07 -0300 > From: Gustavo Sverzut Barbieri > Subject: Re: [E-devel] Call for Packagers > To: Enlightenment developer list > > Message-ID: > < > capdpn3ays5iw2g6cdxeb2bwdbg5azvh0hd6a6tud0j7u8ka...@mail.gmail.com> > Content-Type: text/plain; charset=UTF-

Re: [E-devel] empower compile error

2012-09-04 Thread Dennis.Yxun
HI Nicholas: The fault could be mine, sorry I'm testing packages in Gentoo, with the official enlightenment overlay As you already point out, I didn't enable e_dbus in elementary by default (default IUSE disabled), and there is no efreet USE, so this option is also disabled by default, If

Re: [E-devel] empower compile error

2012-09-04 Thread Nicholas Hughart
On 09/04/2012 11:17 PM, Dennis.Yxun wrote: > HI Nicholas: >The fault could be mine, sorry >I'm testing packages in Gentoo, with the official enlightenment overlay >As you already point out, I didn't enable e_dbus in elementary by > default (default IUSE disabled), and there is no efreet

Re: [E-devel] Call for Packagers

2012-09-04 Thread Dennis.Yxun
HI Juyung: Actually I made one ebuild (gentoo) for webkit-efl, and it just stay in my own overlay But for my understanding webkit-efl is just a library, currently is there any package/application depend on it? Also seems that I can't build webkit-1 and webkit-2 simultaneously, right? Dennis O

Re: [E-devel] Call for Packagers

2012-09-04 Thread Dennis.Yxun
sorry , I should check before ask seems elementary and eve (the browser) depend on webkit-efl On Wed, Sep 5, 2012 at 12:26 PM, Dennis.Yxun wrote: > HI Juyung: > Actually I made one ebuild (gentoo) for webkit-efl, and it just stay > in my own overlay > But for my understanding webkit-efl is j

Re: [E-devel] Call for Packagers

2012-09-04 Thread Daniel Juyung Seo
Yes they depend on webkit-efl. I want to try them with webkit-efl so I checked out webkit source code. But if I can easily install webkit-efl, it'll be better because I can share the information with others. Daniel Juyung Seo (SeoZ) On Wed, Sep 5, 2012 at 1:29 PM, Dennis.Yxun wrote: > sorry , I

Re: [E-devel] E SVN: hermet trunk/evas/src/lib/canvas

2012-09-04 Thread ChunEon Park
This is for readability. -Regards, Hermet- -Original Message- From: "Lucas De Marchi" To: ; Cc: ; Sent: 2012-09-05 (수) 12:47:17 Sub

Re: [E-devel] E SVN: hermet trunk/evas/src/lib/canvas

2012-09-04 Thread ChunEon Park
+100 Wow thank you! I've never got that large amount of score in my life. ;3 -Regards, Hermet- -Original Message- From: "Gustavo Sverzut Barbieri" To: "Enlightenment developer list"; Cc: Sent: 2012-09-05 (수) 12:06:02 Subject: Re: [E-devel] E S

[E-devel] Function e_dbus_request_name

2012-09-04 Thread Zbigniew Kosinski
Hello, I maintain app where e_dbus library is used. I have a question about e_dbus_request_name function. Right now, If NULL is passed instead of name parameter, I receive SIGABRT signal. Is it good idea to add null check in the e_dbus_request_name to solve describ

Re: [E-devel] E SVN: hermet trunk/evas/src/lib/canvas

2012-09-04 Thread Christopher Michael
On 05/09/12 03:14, ChunEon Park wrote: > It's ok. :-) > > What was worse, someone said me as "Kermit" > > ...um.. wait... the someone was you?! > > LOL, Indeed. Typos happen ;) dh > > -Regards, Hermet- > -Original Message- > From: "Christopher Michael"

Re: [E-devel] EFL Gentoo Packages

2012-09-04 Thread Dennis.Yxun
HI Barbieri: Thanks for pushing this! I'd really appreciate I'm not member of gentoo official EFL team, but would like to help... testing or packaging (if necessary) I think tommy is more authorize to say about this, I've talked to tommy about the E's official 1.7.0 release, and he think it'

Re: [E-devel] E SVN: devilhorns trunk/elementary/src/bin

2012-09-04 Thread Christopher Michael
On 05/09/12 01:59, Daniel Juyung Seo wrote: > was that too big? > just curious. > > Daniel Juyung Seo (SeoZ) It is for when running in Weston. By default, it creates a desktop of 1024x640. dh > On Sep 4, 2012 6:57 PM, "Enlightenment SVN" > wrote: > >> Log: >> Elm: Let's use sane window sizes i

Re: [E-devel] E SVN: devilhorns trunk/elementary/src/lib

2012-09-04 Thread Tom Hacohen
Feels a bit unacceptable. Maybe we need evas to have the framespace start at (0,0), and let people draw on negative values just for the frame. But making all the code awful everywhere doesn't sound right. -- Tom. On 05/09/12 06:56, Daniel Juyung Seo wrote: > Well.. DH, do we need to consider fr

Re: [E-devel] E SVN: devilhorns trunk/elementary/src/lib

2012-09-04 Thread Christopher Michael
On 05/09/12 07:24, Tom Hacohen wrote: > Feels a bit unacceptable. Maybe we need evas to have the framespace > start at (0,0), and let people draw on negative values just for the > frame. But making all the code awful everywhere doesn't sound right. > Well, someone already beat me to the punch there

Re: [E-devel] E SVN: mekius IN trunk/empower: . src/bin

2012-09-04 Thread Vincent Torri
On Wed, Sep 5, 2012 at 6:11 AM, Enlightenment SVN wrote: > Log: > Autofoo changes based on suggestions from Vtorri, aka Master of the Autofoo > >- pkg-config checks now done in one shot. Also added explicit checks > for Eina, Efreet, and E_Dbus to account for crazy Gentoo use cases. >

Re: [E-devel] E SVN: devilhorns trunk/elementary/src/lib

2012-09-04 Thread Tom Hacohen
Another idea: Make evas_object_move move stuff within the framespace (i.e default framespace already taken into account) and add another call (evas_object_move_raw?) that'll be used for "raw" unaltered coords. -- Tom. On 05/09/12 09:24, Tom Hacohen wrote: > Feels a bit unacceptable. Maybe we ne

Re: [E-devel] E SVN: devilhorns trunk/elementary/src/lib

2012-09-04 Thread Tom Hacohen
On 05/09/12 09:31, Christopher Michael wrote: > On 05/09/12 07:24, Tom Hacohen wrote: >> Feels a bit unacceptable. Maybe we need evas to have the framespace >> start at (0,0), and let people draw on negative values just for the >> frame. But making all the code awful everywhere doesn't sound right.

Re: [E-devel] [PATCH] Add context clip for Wayland framespace

2012-09-04 Thread Christopher Michael
On 05/09/12 04:31, Paulo Alcantara wrote: > Hi, > > This patch adds context clip from the intersection between the non-frame > objects > and the framespace area so that those objects won't potentially be rendered > over > frame ones. > > Instead of clipping the objects to a general framespace cli

Re: [E-devel] E SVN: devilhorns trunk/elementary/src/lib

2012-09-04 Thread Christopher Michael
On 05/09/12 07:32, Tom Hacohen wrote: > Another idea: > Make evas_object_move move stuff within the framespace (i.e default > framespace already taken into account) Maybe I am not understanding you here because I have not had my coffee yet, or maybe you are not understanding framespace, but that

Re: [E-devel] E SVN: devilhorns trunk/elementary/src/lib

2012-09-04 Thread Christopher Michael
On 05/09/12 07:33, Tom Hacohen wrote: > On 05/09/12 09:31, Christopher Michael wrote: >> On 05/09/12 07:24, Tom Hacohen wrote: >>> Feels a bit unacceptable. Maybe we need evas to have the framespace >>> start at (0,0), and let people draw on negative values just for the >>> frame. But making all th

Re: [E-devel] E SVN: devilhorns trunk/elementary/src/lib

2012-09-04 Thread Tom Hacohen
On 05/09/12 09:43, Christopher Michael wrote: > On 05/09/12 07:32, Tom Hacohen wrote: >> Another idea: >> Make evas_object_move move stuff within the framespace (i.e default >> framespace already taken into account) > > Maybe I am not understanding you here because I have not had my coffee > yet, o