Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-08 Thread Boris Faure
I've applied the patches on py-elm. Thank you. -- Boris Faure -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio,

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-07 Thread Jihoon Kim
I've added test code in elementary_test entry6. You can test it in illume touch environment. You can use illume touch screen mode following the below step in e17: Setting Setting panel Profiles Select Touch Screen Press Apply button. On Saturday, February 4, 2012, Davide Andreoli wrote:

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-05 Thread Martin Jansa
On Sat, Feb 04, 2012 at 11:41:59AM +0100, Davide Andreoli wrote: 2012/2/4 Martin Jansa martin.ja...@gmail.com: On Fri, Feb 03, 2012 at 06:59:49PM +0100, Davide Andreoli wrote: 2012/2/3 Martin Jansa martin.ja...@gmail.com: On Fri, Feb 03, 2012 at 04:37:20PM +0900, Jihoon Kim wrote: Hi,

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-04 Thread Martin Jansa
On Fri, Feb 03, 2012 at 06:59:49PM +0100, Davide Andreoli wrote: 2012/2/3 Martin Jansa martin.ja...@gmail.com: On Fri, Feb 03, 2012 at 04:37:20PM +0900, Jihoon Kim wrote: Hi, Martin. '0001-elm_entry-add-missing-elm_entry_input_panel_enabled_.patch' is applied in SVN. Thanks.

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-04 Thread Davide Andreoli
2012/2/4 Martin Jansa martin.ja...@gmail.com: On Fri, Feb 03, 2012 at 06:59:49PM +0100, Davide Andreoli wrote: 2012/2/3 Martin Jansa martin.ja...@gmail.com: On Fri, Feb 03, 2012 at 04:37:20PM +0900, Jihoon Kim wrote: Hi, Martin.

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-03 Thread Martin Jansa
On Fri, Feb 03, 2012 at 04:41:19PM +0900, Jihoon Kim wrote: As Sachiel said, I guess you don't have any immodule. You can check whether immodule is existed or not in /usr/local/lib/ecore/immodules or /usr/lib/ecore/immodules. If there is no immodule, en-imf_context is equal to NULL because

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-03 Thread Martin Jansa
On Fri, Feb 03, 2012 at 04:37:20PM +0900, Jihoon Kim wrote: Hi, Martin. '0001-elm_entry-add-missing-elm_entry_input_panel_enabled_.patch' is applied in SVN. Thanks. However, I can't apply python patch because I haven't used python. Is there anybody able to review Martin's python patch?

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-03 Thread Sachiel
-- Forwarded message -- From: Martin Jansa martin.ja...@gmail.com Date: 2012/2/3 Subject: Re: [E-devel] [PATCH] python-elementary: keyboard fixes To: Enlightenment developer list enlightenment-devel@lists.sourceforge.net On Fri, Feb 03, 2012 at 04:41:19PM +0900, Jihoon Kim wrote

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-03 Thread Martin Jansa
On Fri, Feb 03, 2012 at 10:52:18AM -0200, Iván Briano (Sachiel) wrote: -- Forwarded message -- From: Martin Jansa martin.ja...@gmail.com Date: 2012/2/3 Subject: Re: [E-devel] [PATCH] python-elementary: keyboard fixes To: Enlightenment developer list enlightenment-devel

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-03 Thread Davide Andreoli
2012/2/3 Martin Jansa martin.ja...@gmail.com: On Fri, Feb 03, 2012 at 04:37:20PM +0900, Jihoon Kim wrote: Hi, Martin. '0001-elm_entry-add-missing-elm_entry_input_panel_enabled_.patch' is applied in SVN. Thanks. However, I can't apply python patch because I haven't used python. Is there

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-02 Thread Jihoon Kim
Hi, Martin. Did you compiile ecore with --disable-ecore-imf option? It can be a clue to me to debug this bug. If it is, I think it can be fixed easily. (I will.) On Thursday, February 2, 2012, Martin Jansa wrote: Hi, two patches attached to make keyboard show/hide working again at least

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-02 Thread Martin Jansa
On Thu, Feb 02, 2012 at 05:47:14PM +0900, Jihoon Kim wrote: Hi, Martin. Did you compiile ecore with --disable-ecore-imf option? It can be a clue to me to debug this bug. No, imf is enabled: Ecore_IMF: yes XIM: yes

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-02 Thread Martin Jansa
On Thu, Feb 02, 2012 at 10:03:35AM +0100, Martin Jansa wrote: On Thu, Feb 02, 2012 at 05:47:14PM +0900, Jihoon Kim wrote: Hi, Martin. Did you compiile ecore with --disable-ecore-imf option? It can be a clue to me to debug this bug. No, imf is enabled: Ecore_IMF:

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-02 Thread Sachiel
2012/2/2 Martin Jansa martin.ja...@gmail.com: On Thu, Feb 02, 2012 at 10:03:35AM +0100, Martin Jansa wrote: On Thu, Feb 02, 2012 at 05:47:14PM +0900, Jihoon Kim wrote: Hi, Martin. Did you compiile ecore with --disable-ecore-imf option? It can be a clue to me to debug this bug. No, imf

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-02 Thread Jihoon Kim
Hi, Martin. I've fixed on rev 67690, 67691. Would you please test again after updating edje, elementary svn and building? On Friday, February 3, 2012, Iván Briano (Sachiel) wrote: 2012/2/2 Martin Jansa martin.ja...@gmail.com javascript:;: On Thu, Feb 02, 2012 at 10:03:35AM +0100, Martin

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-02 Thread Martin Jansa
On Fri, Feb 03, 2012 at 02:05:43PM +0900, Jihoon Kim wrote: Hi, Martin. I've fixed on rev 67690, 67691. Would you please test again after updating edje, elementary svn and building? Hi, can you apply those 4 patches from me, so I can upgrade and test without local patches? Thanks,

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-02 Thread Martin Jansa
On Thu, Feb 02, 2012 at 07:09:27PM -0200, Iván Briano (Sachiel) wrote: 2012/2/2 Martin Jansa martin.ja...@gmail.com: On Thu, Feb 02, 2012 at 10:03:35AM +0100, Martin Jansa wrote: On Thu, Feb 02, 2012 at 05:47:14PM +0900, Jihoon Kim wrote: Hi, Martin. Did you compiile ecore with

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-02 Thread Jihoon Kim
Hi, Martin. '0001-elm_entry-add-missing-elm_entry_input_panel_enabled_.patch' is applied in SVN. Thanks. However, I can't apply python patch because I haven't used python. Is there anybody able to review Martin's python patch? On Friday, February 3, 2012, Martin Jansa wrote: On Thu, Feb 02,

Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-02 Thread Jihoon Kim
As Sachiel said, I guess you don't have any immodule. You can check whether immodule is existed or not in /usr/local/lib/ecore/immodules or /usr/lib/ecore/immodules. If there is no immodule, en-imf_context is equal to NULL because immodule can't be loaded. On Friday, February 3, 2012, Martin

[E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-01 Thread Martin Jansa
Hi, two patches attached to make keyboard show/hide working again at least when called manually ie: win.keyboard_mode_set(elementary.ELM_WIN_KEYBOARD_ON) But there is still problem with virtual keyboard not automatically showing when some text entry get focus I guess it's because of this patch