[E-devel] [e] Double define

2012-08-21 Thread rustyBSD
Hi, == src/modules/conf_theme/e_int_config_color_classes.c == l. 235: OpenBSD's ctype.h already defines _X. ( http://ftp.cc.uoc.gr/mirrors/OpenBSD/src/include/ctype.h ) So we should use another name. -- Live Security Virtua

Re: [E-devel] [e] Overflow ?

2012-08-21 Thread rustyBSD
Le 22/08/2012 05:27, Carsten Haitzler (The Rasterman) a écrit : > On Tue, 21 Aug 2012 18:01:05 +0200 rustyBSD said: > >> Hi, >> == e/src/modules/illume-keyboard/e_kbd_int.c == >> line 972: if (sscanf(buf, "%4000s", str) != 1) continue; >> >> str is declared like this: char str[PATH_MAX]; >> >> H

Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-21 Thread Vincent Torri
On Wed, Aug 22, 2012 at 3:08 AM, Cedric BAIL wrote: > On Wed, Aug 22, 2012 at 1:48 AM, ChunEon Park wrote: >> And failed on building direct3d :0 >> >> Probably I need to look them from now? > > I think the Direct3D backend will be a little bit overly complex and > maybe not that useful. The compl

Re: [E-devel] [e] Overflow ?

2012-08-21 Thread Vincent Torri
On Wed, Aug 22, 2012 at 5:27 AM, Carsten Haitzler wrote: > On Tue, 21 Aug 2012 18:01:05 +0200 rustyBSD said: > >> Hi, >> == e/src/modules/illume-keyboard/e_kbd_int.c == >> line 972: if (sscanf(buf, "%4000s", str) != 1) continue; >> >> str is declared like this: char str[PATH_MAX]; >> >> Here, i

Re: [E-devel] [PATCH] ecore_wayland: Enable touch on wayland engine.

2012-08-21 Thread Christopher Michael
Alex, Can you please resend this as an attachment ? Thanks :) dh On 08/22/2012 03:24 AM, zhiwen...@linux.intel.com wrote: > From: root > > --- > trunk/ecore/src/lib/ecore_wayland/ecore_wl_input.c |6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/trunk/ecore/sr

Re: [E-devel] [e] Overflow ?

2012-08-21 Thread The Rasterman
On Wed, 22 Aug 2012 00:16:10 -0500 Nicholas Hughart said: > On 08/21/2012 10:27 PM, Carsten Haitzler (The Rasterman) wrote: > > On Tue, 21 Aug 2012 18:01:05 +0200 rustyBSD said: > > > >> Hi, > >> == e/src/modules/illume-keyboard/e_kbd_int.c == > >> line 972: if (sscanf(buf, "%4000s", str) != 1

Re: [E-devel] [e] Overflow ?

2012-08-21 Thread Nicholas Hughart
On 08/21/2012 10:27 PM, Carsten Haitzler (The Rasterman) wrote: > On Tue, 21 Aug 2012 18:01:05 +0200 rustyBSD said: > >> Hi, >> == e/src/modules/illume-keyboard/e_kbd_int.c == >> line 972: if (sscanf(buf, "%4000s", str) != 1) continue; >> >> str is declared like this: char str[PATH_MAX]; >> >> H

Re: [E-devel] [e] Overflow ?

2012-08-21 Thread The Rasterman
On Tue, 21 Aug 2012 18:01:05 +0200 rustyBSD said: > Hi, > == e/src/modules/illume-keyboard/e_kbd_int.c == > line 972: if (sscanf(buf, "%4000s", str) != 1) continue; > > str is declared like this: char str[PATH_MAX]; > > Here, if PATH_MAX is < 4000, it could overflow. > On my bsd, PATH_MAX is

Re: [E-devel] [e] Overflow ?

2012-08-21 Thread The Rasterman
On Tue, 21 Aug 2012 18:01:05 +0200 rustyBSD said: > Hi, > == e/src/modules/illume-keyboard/e_kbd_int.c == > line 972: if (sscanf(buf, "%4000s", str) != 1) continue; > > str is declared like this: char str[PATH_MAX]; > > Here, if PATH_MAX is < 4000, it could overflow. > On my bsd, PATH_MAX is

Re: [E-devel] The big merge.

2012-08-21 Thread David Seikel
On Wed, 22 Aug 2012 11:18:30 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 22 Aug 2012 12:10:22 +1000 David Seikel > said: > > > On Wed, 22 Aug 2012 10:20:41 +0900 Cedric BAIL > > wrote: > > > > > so as soon as Evas and Ecore get merged inside the new unified EFL > > > tree in a few

[E-devel] [PATCH] ecore_wayland: Enable touch on wayland engine.

2012-08-21 Thread zhiwen . wu
From: root --- trunk/ecore/src/lib/ecore_wayland/ecore_wl_input.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/trunk/ecore/src/lib/ecore_wayland/ecore_wl_input.c b/trunk/ecore/src/lib/ecore_wayland/ecore_wl_input.c index 4f7760b..0b6a693 100644 --- a/trunk/ecore/

Re: [E-devel] The big merge.

2012-08-21 Thread The Rasterman
On Wed, 22 Aug 2012 12:10:22 +1000 David Seikel said: > On Wed, 22 Aug 2012 10:20:41 +0900 Cedric BAIL > wrote: > > > so as soon as Evas and Ecore get merged inside the new unified EFL > > tree in a few weeks, > > I think this is the first time the timing of the merge has been > mentioned in t

[E-devel] The big merge.

2012-08-21 Thread David Seikel
On Wed, 22 Aug 2012 10:20:41 +0900 Cedric BAIL wrote: > so as soon as Evas and Ecore get merged inside the new unified EFL > tree in a few weeks, I think this is the first time the timing of the merge has been mentioned in the mailing list? It's all going to happen in a few weeks, the big EFL t

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Cedric BAIL
On Tue, Aug 21, 2012 at 10:43 PM, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 21, 2012 at 7:02 AM, Vincent Torri > wrote: >> On Tue, Aug 21, 2012 at 11:58 AM, Gustavo Sverzut Barbieri >> wrote: >>> On Tue, Aug 21, 2012 at 6:43 AM, Vincent Torri >>> wrote: On Tue, Aug 21, 2012 at 11:30

Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-21 Thread Cedric BAIL
On Wed, Aug 22, 2012 at 1:48 AM, ChunEon Park wrote: > And failed on building direct3d :0 > > Probably I need to look them from now? I think the Direct3D backend will be a little bit overly complex and maybe not that useful. The complexity will come from the fact we need EvasGL support (That mean

Re: [E-devel] [Patch] Add x property change callback in elm_win.c

2012-08-21 Thread Doyoun Kang
ok. got it. :) --- Original Message --- Sender : Carsten Haitzler Date : 2012-08-21 23:52 (GMT+09:00) Title : Re: [E-devel] [Patch] Add x property change callback in elm_win.c On Tue, 21 Aug 2012 10:58:16 + (GMT) Doyoun Kang said: > Yes. I know that the app itself sets the indicator

Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-21 Thread ChunEon Park
And failed on building direct3d :0 Probably I need to look them from now? By the way, Im wonder what do u use efl on windows for exactly? -Regards, Hermet- -Original Message- From: "ChunEon Park" To: "Enlightenment developer list"; Cc:

Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-21 Thread ChunEon Park
Passed it. You are great! -Regards, Hermet- -Original Message- From: "Vincent Torri" To: "Enlightenment developer list"; Cc: Sent: 2012-08-19 (일) 03:28:35 Subject: Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows yes unfortun

[E-devel] [e] Overflow ?

2012-08-21 Thread rustyBSD
Hi, == e/src/modules/illume-keyboard/e_kbd_int.c == line 972: if (sscanf(buf, "%4000s", str) != 1) continue; str is declared like this: char str[PATH_MAX]; Here, if PATH_MAX is < 4000, it could overflow. On my bsd, PATH_MAX is 1024, and I get a warning. Idem at line 1015 and 1030. Maxime

Re: [E-devel] Namespace error in ecore_input ?

2012-08-21 Thread Vincent Torri
On Tue, Aug 21, 2012 at 4:49 PM, Carsten Haitzler wrote: > On Tue, 21 Aug 2012 16:42:13 +0200 Vincent Torri > said: > >> On Tue, Aug 21, 2012 at 4:35 PM, Carsten Haitzler >> wrote: >> > On Tue, 21 Aug 2012 13:36:58 +0200 Vincent Torri >> > said: >> > >> > it's not an event - it's a state. it e

Re: [E-devel] [Patch] Add x property change callback in elm_win.c

2012-08-21 Thread The Rasterman
On Tue, 21 Aug 2012 10:58:16 + (GMT) Doyoun Kang said: > Yes. I know that the app itself sets the indicator state. However, there is a > case that the app itself sets the indicator state USING > ecore_x_e_illume_indicator_state_set() NOT USING elm_win_indicator_mode_set > (). In this case, th

Re: [E-devel] Namespace error in ecore_input ?

2012-08-21 Thread The Rasterman
On Tue, 21 Aug 2012 16:42:13 +0200 Vincent Torri said: > On Tue, Aug 21, 2012 at 4:35 PM, Carsten Haitzler > wrote: > > On Tue, 21 Aug 2012 13:36:58 +0200 Vincent Torri > > said: > > > > it's not an event - it's a state. it examines a sequence of keys and if it > > matches a specific sequence,

Re: [E-devel] Namespace error in ecore_input ?

2012-08-21 Thread Vincent Torri
On Tue, Aug 21, 2012 at 4:35 PM, Carsten Haitzler wrote: > On Tue, 21 Aug 2012 13:36:58 +0200 Vincent Torri > said: > > it's not an event - it's a state. it examines a sequence of keys and if it > matches a specific sequence, it returns a string to insert. it's used as part > of keyboard input,

Re: [E-devel] Namespace error in ecore_input ?

2012-08-21 Thread The Rasterman
On Tue, 21 Aug 2012 13:36:58 +0200 Vincent Torri said: it's not an event - it's a state. it examines a sequence of keys and if it matches a specific sequence, it returns a string to insert. it's used as part of keyboard input, but as it can't be sensibly done directly inside evas or ecore itself

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Gustavo Sverzut Barbieri
On Tue, Aug 21, 2012 at 7:33 AM, Vincent Torri wrote: >> >>> > - slave and server communicates heavy data using shmem. That's the most >>> > efficient system on linux, you'll need to figure out what's the best to >>> > use >>> > on Windows. It must be HIGH PERFORMANCE. >>> >>> high perf ? on Wi

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Gustavo Sverzut Barbieri
On Tue, Aug 21, 2012 at 7:02 AM, Vincent Torri wrote: > On Tue, Aug 21, 2012 at 11:58 AM, Gustavo Sverzut Barbieri > wrote: >> On Tue, Aug 21, 2012 at 6:43 AM, Vincent Torri >> wrote: >>> On Tue, Aug 21, 2012 at 11:30 AM, Gustavo Sverzut Barbieri >>> wrote: On Tue, Aug 21, 2012 at 5:07 AM

Re: [E-devel] Namespace error in ecore_input ?

2012-08-21 Thread Vincent Torri
even more : what does that do in ecore ??? It just uses Eina Vincent On Tue, Aug 21, 2012 at 1:36 PM, Vincent Torri wrote: > Hey > > in Ecore_Input, we can see: > > >typedef enum _Ecore_Compose_State > { > ECORE_COMPOSE_NONE, > ECORE_COMPOSE_MIDDLE, > ECORE_COMPO

[E-devel] Namespace error in ecore_input ?

2012-08-21 Thread Vincent Torri
Hey in Ecore_Input, we can see: typedef enum _Ecore_Compose_State { ECORE_COMPOSE_NONE, ECORE_COMPOSE_MIDDLE, ECORE_COMPOSE_DONE } Ecore_Compose_State; EAPI Ecore_Compose_State ecore_compose_get(const Eina_List *seq, char **seqstr_ret); It seems that it

Re: [E-devel] [Patch] Add x property change callback in elm_win.c

2012-08-21 Thread Doyoun Kang
Yes. I know that the app itself sets the indicator state. However, there is a case that the app itself sets the indicator state USING ecore_x_e_illume_indicator_state_set() NOT USING elm_win_indicator_mode_set(). In this case, the indmode value in Elm_Win is not changed... As you know, there is

[E-devel] Fwd: EFL: status on Windows

2012-08-21 Thread Vincent Torri
-- Forwarded message -- From: Vincent Torri Date: Tue, Aug 21, 2012 at 12:15 PM Subject: Re: [E-devel] EFL: status on Windows To: Carsten Haitzler On Tue, Aug 21, 2012 at 12:10 PM, Carsten Haitzler wrote: >> if I compile manually the ethumb theme: >> >> 1) edje_cc -id ../../dat

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Vincent Torri
> >> > - slave and server communicates heavy data using shmem. That's the most >> > efficient system on linux, you'll need to figure out what's the best to use >> > on Windows. It must be HIGH PERFORMANCE. >> >> high perf ? on Windows ? there is anyway only one way to use shared >> mem on windows

Re: [E-devel] [patch][elementary] segment_control, spinner - accessibility feature

2012-08-21 Thread The Rasterman
On Mon, 20 Aug 2012 21:56:22 +0900 Kim Shinwoo said: > dear all, hello. > > the attached patch provides accessibility features for segment_control and > spinner. > please review the patch and give feedback. thanks. > > sincerely, > shinwoo kim. tnx! in svn! :) -- - Codito, ergo

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Vincent Torri
On Tue, Aug 21, 2012 at 11:58 AM, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 21, 2012 at 6:43 AM, Vincent Torri > wrote: >> On Tue, Aug 21, 2012 at 11:30 AM, Gustavo Sverzut Barbieri >> wrote: >>> On Tue, Aug 21, 2012 at 5:07 AM, Vincent Torri >>> wrote: On Tue, Aug 21, 2012 at 9

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Gustavo Sverzut Barbieri
On Tue, Aug 21, 2012 at 6:43 AM, Vincent Torri wrote: > On Tue, Aug 21, 2012 at 11:30 AM, Gustavo Sverzut Barbieri > wrote: >> On Tue, Aug 21, 2012 at 5:07 AM, Vincent Torri >> wrote: >>> >>> On Tue, Aug 21, 2012 at 9:56 AM, Gustavo Sverzut Barbieri >>> wrote: >>> > On Tue, Aug 21, 2012 at 4:3

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Vincent Torri
On Tue, Aug 21, 2012 at 11:30 AM, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 21, 2012 at 5:07 AM, Vincent Torri > wrote: >> >> On Tue, Aug 21, 2012 at 9:56 AM, Gustavo Sverzut Barbieri >> wrote: >> > On Tue, Aug 21, 2012 at 4:32 AM, Vincent Torri >> > wrote: >> > >> >> Hey >> >> >> >> anoth

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Gustavo Sverzut Barbieri
On Tue, Aug 21, 2012 at 5:07 AM, Vincent Torri wrote: > > On Tue, Aug 21, 2012 at 9:56 AM, Gustavo Sverzut Barbieri > wrote: > > On Tue, Aug 21, 2012 at 4:32 AM, Vincent Torri > > wrote: > > > >> Hey > >> > >> another mail for the status on Windows: > >> > >> 1) cserve2 is not even compiling as

Re: [E-devel] [Patch][Emotion] fix priority set/get for gstreamer

2012-08-21 Thread Cedric BAIL
Hello, On Fri, Aug 10, 2012 at 3:35 PM, Sohyun Kim wrote: > I made a patch for emotion - gstreamer module. > > When I call emotion_object_priority_set() after emotion_object_file_set(), > xvimagesink is not created because gstreamer pipeline is already set up. > So I added restart routine for the

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread The Rasterman
On Tue, 21 Aug 2012 09:32:51 +0200 Vincent Torri said: > Hey > > another mail for the status on Windows: > > 1) cserve2 is not even compiling as shm_open() and (worse) fork() are > used in a part of the code that should be OS independent. If cserve2 > is going to be e required dep for the next

Re: [E-devel] [Patch] Add x property change callback in elm_win.c

2012-08-21 Thread The Rasterman
On Tue, 21 Aug 2012 01:33:04 + (GMT) Doyoun Kang said: ok - got an issue here - so you're tracking the indicator state property... but the app itself is the one setting this (wm should only be reading it). who outside of the app itself is changing/setting it? this shouldnt be needed... ? > D

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Vincent Torri
On Tue, Aug 21, 2012 at 9:56 AM, Gustavo Sverzut Barbieri wrote: > On Tue, Aug 21, 2012 at 4:32 AM, Vincent Torri wrote: > >> Hey >> >> another mail for the status on Windows: >> >> 1) cserve2 is not even compiling as shm_open() and (worse) fork() are >> used in a part of the code that should be O

Re: [E-devel] EFL: status on Windows

2012-08-21 Thread Gustavo Sverzut Barbieri
On Tue, Aug 21, 2012 at 4:32 AM, Vincent Torri wrote: > Hey > > another mail for the status on Windows: > > 1) cserve2 is not even compiling as shm_open() and (worse) fork() are > used in a part of the code that should be OS independent. If cserve2 > is going to be e required dep for the next evas

Re: [E-devel] [patch][elementary] datetime - _datetime_item_get() has problem. (Kim Shinwoo)

2012-08-21 Thread Sumanth Krishna Mannam
Hi Mr Kim, Please check my comments below. > > Date: Sun, 19 Aug 2012 15:47:19 +0900 > > From: Kim Shinwoo > > Subject: [E-devel] [patch][elementary] datetime - _datetime_item_get() has > > problem. > > To: Enlightenment developer list > > > > Message-ID: > > > > Content-Type: text/pl

[E-devel] EFL: status on Windows

2012-08-21 Thread Vincent Torri
Hey another mail for the status on Windows: 1) cserve2 is not even compiling as shm_open() and (worse) fork() are used in a part of the code that should be OS independent. If cserve2 is going to be e required dep for the next evas, i fear that the Windows development will stop. 2) there are some