Re: [E-devel] Edje bugs?

2011-12-29 Thread Youness Alaoui
On Thu, Dec 29, 2011 at 1:00 AM, David Seikel wrote: > On Thu, 29 Dec 2011 00:37:35 -0500 Youness Alaoui > wrote: > > > p.s: Anyone knows how to use lua to get a part's object? all I saw in > > the doc is edje.edje() to create a new edje object.. but what if I > > want to write a script to get a

Re: [E-devel] E17: Bug in mouse pointer shape

2011-12-29 Thread Jérôme Pinot
> -Original Message- > From: Jérôme Pinot [mailto:ngc...@gmail.com] > Sent: Wednesday, December 28, 2011 12:37 PM > To: e-devel > Subject: [E-devel] E17: Bug in mouse pointer shape > > Hi, > > I'm seeing a bug there. When I move the mouse pointer to a corner of a > window, it changes sh

[E-devel] [patch] add copy&paste example to elementary_test

2011-12-29 Thread Hyoyoung Chang
Dear all, It's a patch to add copy&paste example to elm test in misc section. In this time, it contains only simple copying and paste, but i'll more extend. Thank you Index: elementary/src/bin/test.c === --- elementary/src/bin/test.c

Re: [E-devel] Edje bugs?

2011-12-29 Thread Cedric BAIL
Hello, On Thu, Dec 29, 2011 at 6:37 AM, Youness Alaoui wrote: > I'm trying to develop a small GUI using edje, and I've run into a few > problems already... it seems that the 'clip_to' keyword screws up some > stuff. > Unless I'm understanding this wrong, the clip_to only means "do not draw > anyt

Re: [E-devel] porting emotion to windows

2011-12-29 Thread The Rasterman
On Thu, 29 Dec 2011 06:38:00 +0100 Vincent Torri said: > On Thu, Dec 29, 2011 at 4:26 AM, Carsten Haitzler > wrote: > > On Wed, 28 Dec 2011 19:30:59 +0530 Mohammed Azharudin said: > > > >> Hello All, > >> > >> I am currently working on porting emotion to Windows. I would like to get > > > > WOO

Re: [E-devel] E17: Bug in mouse pointer shape

2011-12-29 Thread Cedric BAIL
Hey, On Thu, Dec 29, 2011 at 9:44 AM, Jérôme Pinot wrote: >> -Original Message- >> From: Jérôme Pinot [mailto:ngc...@gmail.com] >> Sent: Wednesday, December 28, 2011 12:37 PM >> To: e-devel >> Subject: [E-devel] E17: Bug in mouse pointer shape >> >> Hi, >> >> I'm seeing a bug there. When

Re: [E-devel] Edje bugs?

2011-12-29 Thread David Seikel
On Thu, 29 Dec 2011 03:07:32 -0500 Youness Alaoui wrote: > On Thu, Dec 29, 2011 at 1:00 AM, David Seikel > wrote: > > > On Thu, 29 Dec 2011 00:37:35 -0500 Youness Alaoui > > wrote: > > > > > p.s: Anyone knows how to use lua to get a part's object? all I > > > saw in the doc is edje.edje() to c

Re: [E-devel] Edje bugs?

2011-12-29 Thread The Rasterman
On Thu, 29 Dec 2011 00:37:35 -0500 Youness Alaoui said: > Hi, > > I'm trying to develop a small GUI using edje, and I've run into a few > problems already... it seems that the 'clip_to' keyword screws up some > stuff. > Unless I'm understanding this wrong, the clip_to only means "do not draw > a

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

2011-12-29 Thread mh
On Dec 29, 2011, at 1:30 PM, Leif Middelschulte wrote: > 2011/12/28 Leif Middelschulte : >> >> Hi Mike, >> >> thanks your effort. The backtraces look promising. >> >> I'll have a look soon and hope to be able to fix this issue. >> > I hope it's fixed now :-) Perfect! Thanks very much Leif!

[E-devel] [Patch] E17/comp: add _NET_WM_CM_Sn checking code

2011-12-29 Thread Gwanglim Lee
Dear all, I've added checking code to detect another compositor that is already running. And I've also removed unnecessory set/unset code for _NET_WM_CM_S#. Please review this patch. Thanks. e17-comp.patch Description: Binary data

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

2011-12-29 Thread ChunEon Park
Cedric, this commit is the result of my review. Maybe the original writer could explain this reason. -Regards, Hermet- -Original Message- From: "Enlightenment SVN" To: enlightenment-...@lists.sourceforge.net Cc: Sent: 11-1

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

2011-12-29 Thread Leif Middelschulte
2011/12/28 Leif Middelschulte : > > Hi Mike, > > thanks your effort. The backtraces look promising. > > I'll have a look soon and hope to be able to fix this issue. > I hope it's fixed now :-) > Am 27.12.2011 um 14:42 schrieb mh : > >> I learned how to record the gdb session. The attached gdb sessi

Re: [E-devel] [patch] add copy&paste example to elementary_test

2011-12-29 Thread Michael Blumenkrantz
On Thu, 29 Dec 2011 18:08:48 +0900 Hyoyoung Chang wrote: > Dear all, > > It's a patch to add copy&paste example to elm test in misc section. > In this time, it contains only simple copying and paste, but i'll more extend. > > Thank you in. --

[E-devel] on sorted inserts in elm_gen*

2011-12-29 Thread Michael Blumenkrantz
why is there both a direct_sorted_insert() and a sorted_insert() when they both do the exact same thing? -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to d

Re: [E-devel] on sorted inserts in elm_gen*

2011-12-29 Thread The Rasterman
On Thu, 29 Dec 2011 20:43:10 -0500 Michael Blumenkrantz said: > why is there both a direct_sorted_insert() and a sorted_insert() when they > both do the exact same thing? they dont do the same thing. not quite. though i think its silly to have both. elm_genlist_item_sorted_insert() calls the com

Re: [E-devel] [Patch] E17/comp: add _NET_WM_CM_Sn checking code

2011-12-29 Thread The Rasterman
On Thu, 29 Dec 2011 13:17:41 + (GMT) Gwanglim Lee said: > Dear all, > > I've added checking code to detect another compositor that is already running. > > And I've also removed unnecessory set/unset code for _NET_WM_CM_S#. > Please review this patch. i'm curious. when did u hit this issue?

Re: [E-devel] on sorted inserts in elm_gen*

2011-12-29 Thread Michael Blumenkrantz
On Fri, 30 Dec 2011 11:12:35 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 29 Dec 2011 20:43:10 -0500 Michael Blumenkrantz > said: > > > why is there both a direct_sorted_insert() and a sorted_insert() when they > > both do the exact same thing? > > they dont do the same thing. not q

Re: [E-devel] [Patch][elm_map] Smooth stepping of wheel & pinch gesture

2011-12-29 Thread The Rasterman
On Thu, 29 Dec 2011 15:31:16 +0900 Bluezery said: in svn! :) > Hi, > > When elm_map doing zooming by using wheel gesture, scroller is resized > if it exceeds certain limit. > But current limit value is 2.0 & 1.0, actually those should be below > 2.0 and above 1.0. > The reason is that resizing

Re: [E-devel] [Patch] E17/comp: add _NET_WM_CM_Sn checking code

2011-12-29 Thread Gwanglim Lee
Thanks. You can get this issue when you are trying to run enlightenment on Xephyr that has already xcompmgr. Yes, I know stand-alone composite manager is not used these days. :) I was wondering about set/unset _NET_WM_CM_Sn selection twice in comp init and shutdown routine. Then I was realizing

Re: [E-devel] [Patch] E17/comp: add _NET_WM_CM_Sn checking code

2011-12-29 Thread The Rasterman
On Fri, 30 Dec 2011 04:38:08 + (GMT) Gwanglim Lee said: > Thanks. > > You can get this issue when you are trying to run enlightenment on Xephyr > that has already xcompmgr. Yes, I know stand-alone composite manager is not > used these days. :) so you were using xcompmgr! wow.. unusual! :)

Re: [E-devel] E SVN: sanjeev trunk/evil/src/lib

2011-12-29 Thread Daniel Juyung Seo
You've got the points! Daniel Juyung Seo (SeoZ) On Fri, Dec 30, 2011 at 4:06 PM, Enlightenment SVN wrote: > Log: > The Evil gets all 6's. > >  Signed-off-by: Sanjeev BA > > Author:       sanjeev > Date:         2011-12-29 23:06:40 -0800 (Thu, 29 Dec 2011) > New Revision: 6 > Trac:         h

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

2011-12-29 Thread Michael Blumenkrantz
On Fri, 30 Dec 2011 16:14:30 +0900 Daniel Juyung Seo wrote: > From: Daniel Juyung Seo > To: enlightenment-devel@lists.sourceforge.net > Cc: enlightenment-...@lists.sourceforge.net > Subject: Re: [E-devel] E SVN: raster trunk/elementary/src/lib > Date: Fri, 30 Dec 2011 16:14:30 +0900 > Reply-To:

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

2011-12-29 Thread Daniel Juyung Seo
Sorry, I just pressed "reply to all" button :) Daniel Juyung Seo (SeoZ) On Fri, Dec 30, 2011 at 4:27 PM, Michael Blumenkrantz wrote: > On Fri, 30 Dec 2011 16:14:30 +0900 > Daniel Juyung Seo wrote: > >> From: Daniel Juyung Seo >> To: enlightenment-devel@lists.sourceforge.net >> Cc: enlightenmen

Re: [E-devel] E SVN: sanjeev trunk/evil/src/lib

2011-12-29 Thread David Seikel
On Thu, 29 Dec 2011 23:06:40 -0800 "Enlightenment SVN" wrote: > Log: > The Evil gets all 6's. > > Signed-off-by: Sanjeev BA > > Author: sanjeev > Date: 2011-12-29 23:06:40 -0800 (Thu, 29 Dec 2011) > New Revision: 6 rofl -- A big old stinking pile of genius that no one

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

2011-12-29 Thread David Seikel
On Fri, 30 Dec 2011 02:27:16 -0500 Michael Blumenkrantz wrote: > On Fri, 30 Dec 2011 16:14:30 +0900 > Daniel Juyung Seo wrote: > > > From: Daniel Juyung Seo > > To: enlightenment-devel@lists.sourceforge.net > > Cc: enlightenment-...@lists.sourceforge.net > > Subject: Re: [E-devel] E SVN: raste