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 SCIM.

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Christopher Michael
On 02/02/12 01:15, Rajeev Ranjan wrote: > Hi, > > Attached to the mail is patch for Elementary Widget elm_panes. > This patch addresses the issue of API elm_panes_fixed_set 'size_fixed_set' dh not working as the signal required to do so is not handled in default theme. signals..sigs.. > > Cha

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

2012-02-02 Thread Christopher Michael
On 02/01/12 21:33, Enlightenment SVN wrote: > Log: > [elementary/elm_entry] Were these signals(copy, cut) intentionally >deleted? Anyway ~ I added them becasue they were there :) > I can not (at this time) see how this hurts things. Let it in. More avenue for themes to work maybe? Cannot hurt

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Rajeev Ranjan
-- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, mor

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Rajeev Ranjan
Hi Michael, Without this patch even if one sets the second parameter of API elm_panes_fixed_set(Evas_Object obj, Eina_Bool fixed) to EINA_TRUE, there is no impact and handler does not get fixed to the current location. The internal edje signals emitted in this API is not handled in default the

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Christopher Michael
On 02/02/12 08:40, Rajeev Ranjan wrote: > Hi Michael, > Without this patch even if one sets the second parameter of API > elm_panes_fixed_set(Evas_Object obj, Eina_Bool fixed) to EINA_TRUE, there is > no impact and handler does not get fixed to the current location. > The internal edje signal

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Michael Blumenkrantz
On Thu, 02 Feb 2012 10:38:20 -0500 Christopher Michael wrote: > On 02/02/12 08:40, Rajeev Ranjan wrote: > > Hi Michael, > > Without this patch even if one sets the second parameter of API > > elm_panes_fixed_set(Evas_Object obj, Eina_Bool fixed) to EINA_TRUE, there > > is no impact and handle

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Christopher Michael
On 02/02/12 10:41, Michael Blumenkrantz wrote: > On Thu, 02 Feb 2012 10:38:20 -0500 > Christopher Michael wrote: > >> On 02/02/12 08:40, Rajeev Ranjan wrote: >>> Hi Michael, >>> Without this patch even if one sets the second parameter of API >>> elm_panes_fixed_set(Evas_Object obj, Eina_Bool

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Michael Blumenkrantz
On Thu, 02 Feb 2012 10:46:33 -0500 Christopher Michael wrote: > On 02/02/12 10:41, Michael Blumenkrantz wrote: > > On Thu, 02 Feb 2012 10:38:20 -0500 > > Christopher Michael wrote: > > > >> On 02/02/12 08:40, Rajeev Ranjan wrote: > >>> Hi Michael, > >>> Without this patch even if one sets t

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

2012-02-02 Thread The Rasterman
On Wed, 01 Feb 2012 06:51:59 -0500 Christopher Michael said: > On 02/01/12 04:48, Enlightenment SVN wrote: > > Log: > > ok 1 segv less. this code looks most suspicious... > > > Interesting ... How did you come across this segv ?? just moving mouse over a window... just randomly during resize or

Re: [E-devel] [Patch] ecore_ipc - remove potential risk in ecore_ipc_shutdown

2012-02-02 Thread The Rasterman
On Wed, 01 Feb 2012 03:06:01 + (GMT) Jeong-Hyun Yun said: > Dear All. > > I removed potential risk in ecore_ipc_shutdown. > > If servers can't eina_list removed in ecore_ipc_server_del(), > for example, delete_me is true or event_count == 0 or etc., > then the while loop will be infinite.

Re: [E-devel] [Patch] ecore_ipc - remove potential risk in ecore_ipc_shutdown

2012-02-02 Thread Sachiel
2012/2/2 Carsten Haitzler : > On Wed, 01 Feb 2012 03:06:01 + (GMT) Jeong-Hyun Yun > said: > >> Dear All. >> >> I removed potential risk in ecore_ipc_shutdown. >> >> If servers can't eina_list removed in ecore_ipc_server_del(), >> for example, delete_me is true or event_count  == 0 or etc., >>

Re: [E-devel] [Patch] ecore_ipc - remove potential risk in ecore_ipc_shutdown

2012-02-02 Thread Michael Blumenkrantz
On Thu, 2 Feb 2012 18:00:09 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 01 Feb 2012 03:06:01 + (GMT) Jeong-Hyun Yun > said: > > > Dear All. > > > > I removed potential risk in ecore_ipc_shutdown. > > > > If servers can't eina_list removed in ecore_ipc_server_del(), > > for ex

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 : > 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 e

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 >: > > On Thu, Feb 02, 2012 at 10:03:35AM +0100, Martin Jansa wrote: > >> On Thu, Feb 02, 2

Re: [E-devel] [Patch] elm_panes patch

2012-02-02 Thread Rajeev Ranjan
Hi, > >> On 02/02/12 10:41, Michael Blumenkrantz wrote: > >> I'd like to see: > >> > >> >> This patch addresses the issue of API elm_panes_fixed_set > >> > 'size_fixed_set' > >> > >> renamed to elm_panes_size_fixed_set OR elm_panes_fixed_size_set ... > >> elm_panes_fixed_set doesn't exactly t

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 : > > 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-

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 Ja