Re: [E-devel] Trying buildbot

2012-01-30 Thread Christopher Michael
On 01/30/12 01:35, Carsten Haitzler (The Rasterman) wrote: > On Sun, 15 Jan 2012 12:38:13 -0200 Gustavo Sverzut Barbieri > said: > > could you move this to e1.enlightenment.org ? since it's idle... it'd be much > better there! > Agreed. And lets not spam the channel unless there is a problem..ple

Re: [E-devel] [Patch] elm_win - added code to handle window type change

2012-01-30 Thread Christopher Michael
On 01/30/12 02:39, Doyoun Kang wrote: > Dear all. > > When the window type is changed by window manager or other daemon, What WM ?? GTK+ ? That's a toolkit. Anyway.. elm_win couldn't detect this change and didn't change Elm_Win's type. Or the system that you were running in did not support so

Re: [E-devel] [Patch] elm_win - added code to handle window type change

2012-01-30 Thread Andreas Volz
Am Mon, 30 Jan 2012 07:39:03 + (GMT) schrieb Doyoun Kang: > Dear all. > > When the window type is changed by window manager or other daemon, > elm_win couldn't detect this change and didn't change Elm_Win's type. > So, after some operation (like elm_win_alpha_set or > elm_win_transparent_set,

Re: [E-devel] [e-users] Accessibility

2012-01-30 Thread Dariusz Filipski
Hi, > As Gustavo's answer, this is more an enlightenment-devel question. So removing user's list from CC to avoid cross-posting. > Unlike Gustavo's answer, I'm leading a team to support the a11y for the > improvement of EFL. > Currently we have specially been developing Screen reader, Giant font

Re: [E-devel] [Patch] elm_win - added code to handle window type change

2012-01-30 Thread The Rasterman
On Mon, 30 Jan 2012 07:39:03 + (GMT) Doyoun Kang said: wtf? wm has no business changing window type - neither does any other process. window TYPE is defined by the owning app - it decides what type it is. this here is working around a bug in some other "rude" apps. :( > Dear all. > > When t

Re: [E-devel] [Patch] elm_win - added code to handle window type change

2012-01-30 Thread The Rasterman
On Mon, 30 Jan 2012 09:38:25 +0100 Andreas Volz said: > Am Mon, 30 Jan 2012 07:39:03 + (GMT) schrieb Doyoun Kang: > > > Dear all. > > > > When the window type is changed by window manager or other daemon, > > elm_win couldn't detect this change and didn't change Elm_Win's type. > > So, afte

Re: [E-devel] [e-users] Accessibility

2012-01-30 Thread The Rasterman
On Mon, 30 Jan 2012 10:53:11 +0100 (CET) "Dariusz Filipski" said: > Hi, > > > As Gustavo's answer, this is more an enlightenment-devel question. > > So removing user's list from CC to avoid cross-posting. > > > Unlike Gustavo's answer, I'm leading a team to support the a11y for the > > improve

Re: [E-devel] Windows port : should I drop vc++ support ?

2012-01-30 Thread Nicolas Aguirre
2012/1/30 Carsten Haitzler : > On Sun, 22 Jan 2012 21:41:21 +0100 Vincent Torri > said: > > i'm for "use gcc or clang on windows if u want to build efl". > as for USING efl as apps - i'm in the "please lets make it work for people > using vc++". :) > >> Hey >> >> Currently, there are a lot of pro

Re: [E-devel] [Patch] elm_win - added code to handle window type change

2012-01-30 Thread Doyoun Kang
Oh... Changing window type by window manager is just for example. never mind. :) My question is "Could application change the window type in run-time?" For example, I made a Evas_Object using elm_win_add(NULL, ELM_WIN_BASIC). And then I changed the window type using ecore_x_netwm_window_type_set

Re: [E-devel] [Patch] elm_win - added code to handle window type change

2012-01-30 Thread The Rasterman
On Mon, 30 Jan 2012 10:24:51 + (GMT) Doyoun Kang said: > Oh... Changing window type by window manager is just for example. never > mind. :) > > My question is "Could application change the window type in run-time?" > For example, I made a Evas_Object using elm_win_add(NULL, ELM_WIN_BASIC).

Re: [E-devel] [Patch] elm_win - added code to handle window type change

2012-01-30 Thread Doyoun Kang
ok. i see. :) Thanks. --- Doyoun Kang --- Original Message --- Sender : Carsten Haitzler Date : 2012-01-30 20:14 (GMT+09:00) Title : Re: [E-devel] [Patch] elm_win - added code to handle window type change On Mon, 30 Jan 2012 10:24:51 + (GMT) Doyoun Kang said: > Oh... Changing windo

[E-devel] [PATCH 1/2] python-elementary: s/Elm_Gengrid_Item /Elm_Object_Item

2012-01-30 Thread Martin Jansa
-- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com From e7b271fa48365e740a889d45ec179876e49834d3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 30 Jan 2012 15:10:03 +0100 Subject: [PATCH 1/2] python-elementary: s/Elm_Gengrid_Item /Elm_Object_Item /g Signed-off-by: Martin Jansa -

[E-devel] [PATCH 2/2] eve: use Elm_Object_Item instead of Elm_Gengrid_Item

2012-01-30 Thread Martin Jansa
-- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com From b84b6ae11874f677d5a669e8fec60ed172571615 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 30 Jan 2012 15:10:58 +0100 Subject: [PATCH 2/2] eve: use Elm_Object_Item instead of Elm_Gengrid_Item Signed-off-by: Martin Jansa --- e

Re: [E-devel] [PATCH 1/2] python-elementary: s/Elm_Gengrid_Item /Elm_Object_Item

2012-01-30 Thread Rafael Fonseca
Committed revision 67608. Thanks! -- Rafael Fonseca -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, S

[E-devel] [PATCH] elfe: replace Elm_Gengrid_Item with Elm_Object_Item

2012-01-30 Thread Martin Jansa
-- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com From c44479eb671e2f2511ab6ee6b91136f34af3f153 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 30 Jan 2012 19:43:51 +0100 Subject: [PATCH] elfe: replace Elm_Gengrid_Item with Elm_Object_Item * otherwise fails with: allapps.c:78:4:

[E-devel] sysconf doubling bug

2012-01-30 Thread Jeff Hoogland
So whenever "apply" is selected from the new sysconf configuration all the "system" buttons are doubled. Anyone else getting this issue? See this image for what I mean: http://dl.dropbox.com/u/933691/UP/Sysconf.png -- ~Jeff Hoogland Thoughts on Technology

Re: [E-devel] sysconf doubling bug

2012-01-30 Thread Vadim Efimov
Jeff Hoogland писал(а) в своём письме Mon, 30 Jan 2012 21:47:37 +0100: > So whenever "apply" is selected from the new sysconf configuration all the > "system" buttons are doubled. Anyone else getting this issue? See this > image for what I mean: http://dl.dropbox.com/u/933691/UP/Sysconf.png > I

Re: [E-devel] sysconf doubling bug

2012-01-30 Thread Jeff Hoogland
Every time you hit "Apply" in the sysconf it adds more. Resetting your E profile defaults it back to the normal 1 set of buttons. On Mon, Jan 30, 2012 at 3:39 PM, Vadim Efimov wrote: > Jeff Hoogland писал(а) в своём письме Mon, 30 > Jan 2012 21:47:37 +0100: > > > So whenever "apply" is selecte

Re: [E-devel] E SVN: jypark trunk/evas/src/lib/cache

2012-01-30 Thread ChunEon Park
It's hard to find out fixed code regarding the log message. :( -Regards, Hermet- -Original Message- From: "Enlightenment SVN" To: enlightenment-...@lists.sourceforge.net Cc: Sent: 12-01-30(월) 23:36:15 Subject: E SVN: jypar

Re: [E-devel] [PATCH 1/2] python-elementary: s/Elm_Gengrid_Item /Elm_Object_Item

2012-01-30 Thread ChunEon Park
in svn by rfonseca. rev. 67608 Thank you. -Regards, Hermet- -Original Message- From: "Martin Jansa" To: "Enlightenment developer list" Cc: Sent: 12-01-31(화) 00:37:32 Subject: [E-deve

Re: [E-devel] [PATCH 2/2] eve: use Elm_Object_Item instead of Elm_Gengrid_Item

2012-01-30 Thread ChunEon Park
in 67612 thank you. -Regards, Hermet- -Original Message- From: "Martin Jansa" To: "Enlightenment developer list" Cc: Sent: 12-01-31(화) 00:43:25 Subject: [E-devel] [PATCH 2/2] eve: us

Re: [E-devel] [PATCH] elfe: replace Elm_Gengrid_Item with Elm_Object_Item

2012-01-30 Thread ChunEon Park
Thank you. but captainigloo fixed them in advance. -Regards, Hermet- -Original Message- From: "Martin Jansa" To: "Enlightenment developer list" Cc: Sent: 12-01-31(화) 03:49:00 Subject