Re: [E-devel] Edje bugs?

2011-12-29 Thread Youness Alaoui
On Thu, Dec 29, 2011 at 1:00 AM, David Seikel onef...@gmail.com wrote: On Thu, 29 Dec 2011 00:37:35 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net 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

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 shape to

[E-devel] [patch] add copypaste example to elementary_test

2011-12-29 Thread Hyoyoung Chang
Dear all, It's a patch to add copypaste 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 kakar...@kakaroto.homelinux.net 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

Re: [E-devel] porting emotion to windows

2011-12-29 Thread The Rasterman
On Thu, 29 Dec 2011 06:38:00 +0100 Vincent Torri vincent.to...@gmail.com said: On Thu, Dec 29, 2011 at 4:26 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 28 Dec 2011 19:30:59 +0530 Mohammed Azharudin az...@emo2.com said: Hello All, I am currently working on porting emotion

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 ngc...@gmail.com 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 I

Re: [E-devel] Edje bugs?

2011-12-29 Thread David Seikel
On Thu, 29 Dec 2011 03:07:32 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net wrote: On Thu, Dec 29, 2011 at 1:00 AM, David Seikel onef...@gmail.com wrote: On Thu, 29 Dec 2011 00:37:35 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net wrote: p.s: Anyone knows how to use lua to

Re: [E-devel] Edje bugs?

2011-12-29 Thread The Rasterman
On Thu, 29 Dec 2011 00:37:35 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net 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

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 leif.middelschu...@gmail.com: 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

[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 SVNlt;no-re...@enlightenment.orggt; To: enlightenment-...@lists.sourceforge.net Cc: Sent:

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

2011-12-29 Thread Leif Middelschulte
2011/12/28 Leif Middelschulte leif.middelschu...@gmail.com: 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 mhe...@member.fsf.org: I learned how to record

Re: [E-devel] [patch] add copypaste example to elementary_test

2011-12-29 Thread Michael Blumenkrantz
On Thu, 29 Dec 2011 18:08:48 +0900 Hyoyoung Chang hyoyo...@gmail.com wrote: Dear all, It's a patch to add copypaste 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

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 michael.blumenkra...@gmail.com 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.

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 gl77@samsung.com 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

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) ras...@rasterman.com wrote: On Thu, 29 Dec 2011 20:43:10 -0500 Michael Blumenkrantz michael.blumenkra...@gmail.com said: why is there both a direct_sorted_insert() and a sorted_insert() when they both do the exact same

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 ohpo...@gmail.com 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

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

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 gl77@samsung.com 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!

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 no-re...@enlightenment.org wrote: Log: The Evil gets all 6's.  Signed-off-by: Sanjeev BA iamsanj...@gmail.com Author:       sanjeev Date:         2011-12-29 23:06:40 -0800 (Thu, 29 Dec 2011)

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 seojuyu...@gmail.com wrote: From: Daniel Juyung Seo seojuyu...@gmail.com 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

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 michael.blumenkra...@gmail.com wrote: On Fri, 30 Dec 2011 16:14:30 +0900 Daniel Juyung Seo seojuyu...@gmail.com wrote: From: Daniel Juyung Seo seojuyu...@gmail.com To:

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 no-re...@enlightenment.org wrote: Log: The Evil gets all 6's. Signed-off-by: Sanjeev BA iamsanj...@gmail.com Author: sanjeev Date: 2011-12-29 23:06:40 -0800 (Thu, 29 Dec 2011) New Revision: 6 rofl -- A big old

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 michael.blumenkra...@gmail.com wrote: On Fri, 30 Dec 2011 16:14:30 +0900 Daniel Juyung Seo seojuyu...@gmail.com wrote: From: Daniel Juyung Seo seojuyu...@gmail.com To: enlightenment-devel@lists.sourceforge.net Cc: