Re: [E-devel] 答复: Questions about ecore_thread_feedback_run

2011-09-06 Thread Cedric BAIL
Hi, Could you send me an example of the code that trigger the issue ? No problem if you send it directly to me. So I can understand what is going on. Thanks, 2011/9/6 Li SuXia : > Hi, I tied as you said, remove the '!' in ecore/src/lib/ecore/ecore_thread.c > at line 1099 and use EINA_TRUE for tr

Re: [E-devel] E SVN: discomfitor trunk/eeze/src/lib

2011-09-06 Thread Mike Blumenkrantz
On Tue, 6 Sep 2011 12:16:56 -0700 "Enlightenment SVN" wrote: > Log: > not sure how this happened, but it's totally wrong > > Author: discomfitor > Date: 2011-09-06 12:16:56 -0700 (Tue, 06 Sep 2011) > New Revision: 63230 > Trac: http://trac.enlightenment.org/e/changeset/632

[E-devel] elementary and initramfs?

2011-09-06 Thread David Seikel
This is a kinda odd problem I'm trying to sort out. I'm using elementary running on framebuffer for an embedded app. Built a linux system based on aboriginal linux, pretty much just enough bare bones to be able to run elementary (and mc during develpment). It all works fine, except when I try to

[E-devel] [PATCH] update cursor location when the position of entry is changed

2011-09-06 Thread Jihoon Kim
Hello, EFL developers. The cursor location information should be transferred when the position of entry is changed. For example, an entry can be moved by comformant, rotate event. The transferred cursor location is used for letting candidate word window move the appropriate position. Would you

[E-devel] bodhi-close module

2011-09-06 Thread Jeff Hoogland
I'm attaching the source code for a simple module I was wondering if it would be possible to get into the E svn. It creates a simple gadget that can be added to a shelf that when pressed sends a close message to the currently focused window. We use it with out tablet layout. -- ~Jeff Hoogland

Re: [E-devel] E SVN: barbieri IN trunk/devs: . kakaroto

2011-09-06 Thread Daniel Juyung Seo
Welcome to e world! How surprising that I didn't know you even you'd been hanging around on irc channel! Nice to meet you. Daniel Juyung Seo (SeoZ) On Tue, Sep 6, 2011 at 4:23 AM, Enlightenment SVN wrote: > Log: > welcome kakaroto, the ps3 hacker! > > > Author:       barbieri > Date:         201

[E-devel] [patch] elm_{entry, label} - add evas_event_{freeze, thaw}

2011-09-06 Thread Hyoyoung Chang
Dear developers. This patch adds evas_event_freeze and thaw to elm_{entry,label}. Normally it's not speed up much. But in some event storm cases, it's speed up to 10% in my test cases (which is putting 200 entries in a box) Thank you Index: src/lib/elm_entry.c ==