Re: [E-devel] [Question][Windows] Shift/Alt/Ctrl key press operation

2012-03-26 Thread Vincent Torri
On Mon, Mar 26, 2012 at 7:29 AM, cnook kimci...@gmail.com wrote: Thanks for your response. I have attached a patch upon  your comments. The meaning of bit 30(0x4000 in the patch) is as bellows The previous key state. The value is 1 if the key is down before the message is sent, or it is 0

Re: [E-devel] [Question][Windows] Shift/Alt/Ctrl key press operation

2012-03-26 Thread Vincent Torri
On Mon, Mar 26, 2012 at 8:32 AM, Vincent Torri vincent.to...@gmail.com wrote: On Mon, Mar 26, 2012 at 7:29 AM, cnook kimci...@gmail.com wrote: Thanks for your response. I have attached a patch upon  your comments. The meaning of bit 30(0x4000 in the patch) is as bellows The previous key

Re: [E-devel] Using emotion in a 3D world.

2012-03-26 Thread David Seikel
On Mon, 26 Mar 2012 12:52:10 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Mon, 26 Mar 2012 12:22:48 +1000 David Seikel onef...@gmail.com said: I'm wondering if emotion would be suitable for use in a 3D environment? Where a particular texture marks where the video

Re: [E-devel] [Question][Windows] Shift/Alt/Ctrl key press operation

2012-03-26 Thread Kim Shinwoo
Oh.. sure, you are right. the Win key also needs the patch. - I have attached - I have one more question. On the Ubuntu, when you hold down the Space key, then DOWN and UP event occur repeatedly even though only DOWN event occurs on the Windows.. So my question is as before... Should I modify

[E-devel] [Question][Ecore_Thread] active thread count is -1?

2012-03-26 Thread Sohyun Kim
Hi I have a question about Ecore_Thread. When I added Ecore_Thread using ecore_thread_feedback_run() while setting try_no_queue parameter to EINA_TRUE, I found active thread count is 0. However, after the thread is ended, the active count became -1. I think the thread should not be counted at all

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

2012-03-26 Thread ChunEon Park
You didn't update position history. Maybe it should be ignored the all mouse events once the down is happened on the freeze/hold status. -Regards, Hermet- -Original Message- From: Enlightenment SVNlt;no-re...@enlightenment.orggt; To:

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

2012-03-26 Thread Daniel Juyung Seo
and the formatting is even wrong. Daniel Juyung Seo (Seoz) On Mon, Mar 26, 2012 at 7:19 PM, ChunEon Park her...@naver.com wrote: You didn't update position history. Maybe it should be ignored the all mouse events once the down is happened on the freeze/hold status.

[E-devel] Software Hangs E Reboot/Shutdown

2012-03-26 Thread Joel Madero
I've brought this up in Bodhi Forum as well but I figured I'd add it here. There are quite a few pieces of software that make E hang on reboot. It's been pointed out that this is the fault of the software not taking normal kill commands which I'm sure is true but all of the software packages that

[E-devel] [PATCH] ecrire:cfg.c,main.c malloc return checks

2012-03-26 Thread Vikram Narayanan
In ecrire, Check return values of *alloc functions, though its unlikely to fail. There are chances though! Comments please. Thanks, Vikram From d88fd3edd3fabe2d5ae7c2e9e957e17e508757ba Mon Sep 17 00:00:00 2001 From: Vikram Narayanan vikram...@gmail.com Date: Mon, 26 Mar 2012 09:22:59 +0530

Re: [E-devel] [PATCH] ecrire:cfg.c,main.c malloc return checks

2012-03-26 Thread Michael Blumenkrantz
On Tue, 27 Mar 2012 00:21:19 +0530 Vikram Narayanan vikram...@gmail.com wrote: In ecrire, Check return values of *alloc functions, though its unlikely to fail. There are chances though! Comments please. Thanks, Vikram efl applications typically don't bother checking return values on

[E-devel] [PATCH] e_randr: fix compiler warning

2012-03-26 Thread Thomas Gstädtner
Signed-off-by: Thomas Gstädtner tho...@gstaedtner.net --- src/bin/e_randr_private.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/bin/e_randr_private.h b/src/bin/e_randr_private.h index cada26a..02c7abc 100644 --- a/src/bin/e_randr_private.h +++

Re: [E-devel] [PATCH] ecrire:cfg.c,main.c malloc return checks

2012-03-26 Thread Vikram Narayanan
On 3/27/2012 12:37 AM, Michael Blumenkrantz wrote: On Tue, 27 Mar 2012 00:21:19 +0530 Vikram Narayananvikram...@gmail.com wrote: In ecrire, Check return values of *alloc functions, though its unlikely to fail. There are chances though! Comments please. Thanks, Vikram efl applications

Re: [E-devel] E SVN: sanjeev IN trunk/PROTO/elev8: data/javascript src/modules/elm

2012-03-26 Thread Lucas De Marchi
Hi Sanjeev, On Mon, Mar 26, 2012 at 8:54 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: CtxPopup support.  Signed-off-by: Sanjeev BA eflel...@gmail.com Author:       sanjeev Date:         2012-03-26 04:54:09 -0700 (Mon, 26 Mar 2012) New Revision: 69636 Trac:        

Re: [E-devel] [PATCH] e_randr: fix compiler warning

2012-03-26 Thread Leif Middelschulte
2012/3/26 Thomas Gstädtner tho...@gstaedtner.net: Signed-off-by: Thomas Gstädtner tho...@gstaedtner.net ---  src/bin/e_randr_private.h |    3 +++  1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/bin/e_randr_private.h b/src/bin/e_randr_private.h index cada26a..02c7abc

Re: [E-devel] [PATCH] e_randr: fix compiler warning

2012-03-26 Thread thomasg
On Mon, Mar 26, 2012 at 23:03, Leif Middelschulte leif.middelschu...@gmail.com wrote: 2012/3/26 Thomas Gstädtner tho...@gstaedtner.net: Signed-off-by: Thomas Gstädtner tho...@gstaedtner.net ---  src/bin/e_randr_private.h |    3 +++  1 files changed, 3 insertions(+), 0 deletions(-) diff

Re: [E-devel] [PATCH] e_randr: fix compiler warning

2012-03-26 Thread Daniel Juyung Seo
http://trac.enlightenment.org/e/wiki/PatchReview FYI On Mar 27, 2012 6:14 AM, thomasg tho...@gstaedtner.net wrote: -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here

Re: [E-devel] [PATCH] e_randr: fix compiler warning

2012-03-26 Thread thomasg
On Tue, Mar 27, 2012 at 00:27, Daniel Juyung Seo seojuyu...@gmail.com wrote: http://trac.enlightenment.org/e/wiki/PatchReview FYI On Mar 27, 2012 6:14 AM, thomasg tho...@gstaedtner.net wrote: -- This SF email is

Re: [E-devel] [PATCH] e_randr: fix compiler warning

2012-03-26 Thread Daniel Juyung Seo
I had no problem applying git patches so far :) And I use both git-svn and git. On Mar 27, 2012 7:37 AM, thomasg tho...@gstaedtner.net wrote: On Tue, Mar 27, 2012 at 00:27, Daniel Juyung Seo seojuyu...@gmail.com wrote: http://trac.enlightenment.org/e/wiki/PatchReview FYI On Mar 27, 2012

[E-devel] [patch][elementary] elc_popup, restack issue

2012-03-26 Thread cnook
Dear All, Hello. The elc_popup does not raise to the top of its layer even though evas_object_raise() is called with the popup object. Because the elm_widget_resize_object_set(); makes notify object which is internally used in the popup have a smart parent. Ultimately, the callback function for

[E-devel] Event time discrepancy.

2012-03-26 Thread David Seikel
I'm developing an embedded app under X, but the real app runs on the Linux frame buffer. Part of the real hardware pretends to be a USB keyboard. Some of the fake key events it sends need to be discarded if they are too old by the time the app gets around to process them. Some need to be