Re: [E-devel] on sorted inserts in elm_gen*

2011-12-30 Thread Cedric BAIL
On Fri, Dec 30, 2011 at 3:24 AM, Michael Blumenkrantz wrote: > On Fri, 30 Dec 2011 11:12:35 +0900 > Carsten Haitzler (The Rasterman) wrote: > >> On Thu, 29 Dec 2011 20:43:10 -0500 Michael Blumenkrantz >> said: >> >> > why is there both a direct_sorted_insert() and a sorted_insert() when they >>

[E-devel] [PATCH] callbacks: replace remaining delete-request usages with delete,request which is emited by elm_win, update focus callback names in comments too

2011-12-30 Thread Martin Jansa
* since r58816 elm_win calls only delete,request, so delete-request is not called and still many apps and and examples are expecting it Signed-off-by: Martin Jansa --- .../src/elementaryxx/external/main.cpp |2 +- .../eflxx_examples/src/elementaryxx/full/main.cpp |2 +- ..

Re: [E-devel] porting emotion to windows

2011-12-30 Thread Mohammed Azharudin
I agree. Directshow would be a nice addition. I don't know DirectShow that well. I will look into it and see if I can do some programming. First I want to test somethings. Can you point me to the version that worked for you with Gstreamer back-end? Do you remember anything about this? Gstreamer

Re: [E-devel] porting emotion to windows

2011-12-30 Thread Cedric BAIL
Hi, On Fri, Dec 30, 2011 at 11:48 AM, Mohammed Azharudin wrote: > I agree. Directshow would be a nice addition. > > I don't know DirectShow that well. I will look into it and see if I can do > some programming. > > First I want to test somethings. Can you point me to the version that > worked for

Re: [E-devel] [PATCH] callbacks: replace remaining delete-request usages with delete,request which is emited by elm_win, update focus callback names in comments too

2011-12-30 Thread ChunEon Park
Looks good thank you! but could you please attach the patch file? :) -Regards, Hermet- -Original Message- From: "Martin Jansa" To: enlightenment-devel@lists.sourceforge.net Cc: Sent: 11-12-30(금) 19:09:42 Subject: [E-devel][PAT

Re: [E-devel] porting emotion to windows

2011-12-30 Thread Vincent Torri
i'm fixing it right now (gst backend), it remains the generic stuff that is using semaphores. I'll let you know when i finish Vincent On Fri, Dec 30, 2011 at 11:58 AM, Cedric BAIL wrote: > Hi, > > On Fri, Dec 30, 2011 at 11:48 AM, Mohammed Azharudin wrote: >> I agree. Directshow would be a nice

Re: [E-devel] porting emotion to windows

2011-12-30 Thread Vincent Torri
On Fri, Dec 30, 2011 at 11:48 AM, Mohammed Azharudin wrote: > I agree. Directshow would be a nice addition. > > I don't know DirectShow that well. I will look into it and see if I can do > some programming. that would be nice. Try to code examples with DS, without using the EFL, to understand how

Re: [E-devel] E SVN: caro IN trunk/emotion: . src/bin src/lib src/modules/generic src/modules/gstreamer

2011-12-30 Thread Sachiel
2011/12/30 Enlightenment SVN : > Log: > Emotion:fix compilation on Windows > Now it's broken on Linux. >  Note1: disable generic plugin on Windows as shm_open like >  function note implemented on that platform yet. > >  Note2: want_module stuff must be fixed in the m4 macro > >  Note3: abstract s

Re: [E-devel] E SVN: caro IN trunk/emotion: . src/bin src/lib src/modules/generic src/modules/gstreamer

2011-12-30 Thread Vincent Torri
On Fri, Dec 30, 2011 at 1:47 PM, Iván Briano (Sachiel) wrote: > 2011/12/30 Enlightenment SVN : >> Log: >> Emotion:fix compilation on Windows >> > > Now it's broken on Linux. be constructive : give the error... Vincent > >>  Note1: disable generic plugin on Windows as shm_open like >>  function

Re: [E-devel] E SVN: caro IN trunk/emotion: . src/bin src/lib src/modules/generic src/modules/gstreamer

2011-12-30 Thread Sachiel
2011/12/30 Vincent Torri : > On Fri, Dec 30, 2011 at 1:47 PM, Iván Briano (Sachiel) > wrote: >> 2011/12/30 Enlightenment SVN : >>> Log: >>> Emotion:fix compilation on Windows >>> >> >> Now it's broken on Linux. > > be constructive : give the error... > make[4]: Entering directory `/home/Sachiel/s

Re: [E-devel] E SVN: caro IN trunk/emotion: . src/bin src/lib src/modules/generic src/modules/gstreamer

2011-12-30 Thread Vincent Torri
i've updated the xine module. There will be maybe other errors On Fri, Dec 30, 2011 at 1:55 PM, Iván Briano (Sachiel) wrote: > 2011/12/30 Vincent Torri : >> On Fri, Dec 30, 2011 at 1:47 PM, Iván Briano (Sachiel) >> wrote: >>> 2011/12/30 Enlightenment SVN : Log: Emotion:fix compilation

Re: [E-devel] E SVN: caro IN trunk/emotion: . src/bin src/lib src/modules/generic src/modules/gstreamer

2011-12-30 Thread Sachiel
2011/12/30 Vincent Torri : > i've updated the xine module. There will be maybe other errors > Yes CC xine_la-emotion_xine_vo_out.lo In file included from emotion_xine_vo_out.c:17:0: ../../../src/lib/emotion_private.h:58:41: error: unknown type name 'Emotion_Vis' ../../../src/lib/emotion_pri

Re: [E-devel] E SVN: caro IN trunk/emotion: . src/bin src/lib src/modules/generic src/modules/gstreamer

2011-12-30 Thread Sachiel
2011/12/30 Iván Briano (Sachiel) : > 2011/12/30 Vincent Torri : >> i've updated the xine module. There will be maybe other errors >> > > Yes > >  CC     xine_la-emotion_xine_vo_out.lo > In file included from emotion_xine_vo_out.c:17:0: > ../../../src/lib/emotion_private.h:58:41: error: unknown type

Re: [E-devel] E SVN: caro IN trunk/emotion: . src/bin src/lib src/modules/generic src/modules/gstreamer

2011-12-30 Thread Gustavo Chaves
On Fri, Dec 30, 2011 at 11:03 AM, Vincent Torri wrote: > i've updated the xine module. There will be maybe other errors > In file included from /home/glima/devel/enlightenment-git/emotion/src/modules/gstreamer/emotion_sink.c:19:0: /home/glima/devel/enlightenment-git/emotion/src/modules/gstreamer/

Re: [E-devel] porting emotion to windows

2011-12-30 Thread Mohammed Azharudin
Ok Sure. I will try normal DS code first. Also I will try the latest emotion with gstreamer. On Fri, Dec 30, 2011 at 5:20 PM, Vincent Torri wrote: > On Fri, Dec 30, 2011 at 11:48 AM, Mohammed Azharudin > wrote: > > I agree. Directshow would be a nice addition. > > > > I don't know DirectShow

Re: [E-devel] porting emotion to windows

2011-12-30 Thread Mohammed Azharudin
Will keep you posted. On Fri, Dec 30, 2011 at 6:41 PM, Mohammed Azharudin wrote: > Ok Sure. I will try normal DS code first. > > Also I will try the latest emotion with gstreamer. > > > > > On Fri, Dec 30, 2011 at 5:20 PM, Vincent Torri wrote: > >> On Fri, Dec 30, 2011 at 11:48 AM, Mohammed Az

Re: [E-devel] E SVN: raster trunk/emotion/src/modules/xine

2011-12-30 Thread Vincent Torri
On Fri, Dec 30, 2011 at 2:07 PM, Enlightenment SVN wrote: > Log: > no - now you need Emotion.h too. this is why i like simple single >  "lib_priv.h"'s you include... then everythingg keeps working. :( but then, windows compilation fails. sometimes efl headers are included in source files, someti

Re: [E-devel] E SVN: caro IN trunk/emotion: . src/bin src/lib src/modules/generic src/modules/gstreamer

2011-12-30 Thread Vincent Torri
should be fixed now On Fri, Dec 30, 2011 at 2:08 PM, Gustavo Chaves wrote: > On Fri, Dec 30, 2011 at 11:03 AM, Vincent Torri > wrote: > >> i've updated the xine module. There will be maybe other errors >> > > In file included from > /home/glima/devel/enlightenment-git/emotion/src/modules/gstream

Re: [E-devel] E SVN: raster trunk/emotion/src/modules/gstreamer

2011-12-30 Thread Sachiel
2011/12/30 Enlightenment SVN : > Log: > emotion_gst... compile again on linux.. and remove warnings (bugs >  waiting to possibly happen) > > Still not there or now there's something wrong on my end? CC gstreamer_la-emotion_sink.lo emotion_sink.c: In function 'gstreamer_video_sink_new': emot

Re: [E-devel] E SVN: raster trunk/emotion/src/modules/gstreamer

2011-12-30 Thread Vincent Torri
On Fri, Dec 30, 2011 at 2:17 PM, Enlightenment SVN wrote: > Log: > emotion_gst... compile again on linux.. and remove warnings (bugs >  waiting to possibly happen) and you break compilation on linux if X is installed on Windows... revert that, i've fixed the code with X Vincent > > > > Author:

Re: [E-devel] E SVN: caro IN trunk/emotion: . src/bin src/lib src/modules/generic src/modules/gstreamer

2011-12-30 Thread Sachiel
2011/12/30 Vincent Torri : > should be fixed now > Works now, generic and the VLC player for it seem to work too. -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT reso

Re: [E-devel] E SVN: raster trunk/emotion/src/modules/gstreamer

2011-12-30 Thread Vincent Torri
raster didn't fix the problem correctly, i did Vincent On Fri, Dec 30, 2011 at 2:20 PM, Iván Briano (Sachiel) wrote: > 2011/12/30 Enlightenment SVN : >> Log: >> emotion_gst... compile again on linux.. and remove warnings (bugs >>  waiting to possibly happen) >> >> > > Still not there or now ther

Re: [E-devel] E SVN: raster trunk/emotion/src/modules/gstreamer

2011-12-30 Thread The Rasterman
On Fri, 30 Dec 2011 14:22:44 +0100 Vincent Torri said: > On Fri, Dec 30, 2011 at 2:17 PM, Enlightenment SVN > wrote: > > Log: > > emotion_gst... compile again on linux.. and remove warnings (bugs > >  waiting to possibly happen) > > and you break compilation on linux if X is installed on Window

Re: [E-devel] E SVN: raster trunk/emotion/src/modules/gstreamer

2011-12-30 Thread The Rasterman
On Fri, 30 Dec 2011 14:24:33 +0100 Vincent Torri said: it didn't even compile until i fixed it. it compiles with no warnings for me: -W -Wall -Wextra > raster didn't fix the problem correctly, i did > > Vincent > > On Fri, Dec 30, 2011 at 2:20 PM, Iván Briano (Sachiel) > wrote: > > 2011/12

Re: [E-devel] E17: Bug in mouse pointer shape

2011-12-30 Thread P Purkayastha
On Thursday, December 29, 2011 5:29:01 PM UTC+8, Cedric BAIL wrote: > > Hey, > > On Thu, Dec 29, 2011 at 9:44 AM, Jérôme Pinot wrote: > >> -Original Message- > >> From: Jérôme Pinot [mailto:ngc...@gmail.com] > >> Sent: Wednesday, December 28, 2011 12:37 PM > >> To: e-devel > >> Subject:

Re: [E-devel] E17: Bug in mouse pointer shape

2011-12-30 Thread Cedric BAIL
On Fri, Dec 30, 2011 at 3:03 PM, P Purkayastha wrote: > On Thursday, December 29, 2011 5:29:01 PM UTC+8, Cedric BAIL wrote: >> On Thu, Dec 29, 2011 at 9:44 AM, Jérôme Pinot wrote: >> >> -Original Message- >> >> From: Jérôme Pinot [mailto:ngc...@gmail.com] >> >> Sent: Wednesday, December 2

Re: [E-devel] E17: Bug in mouse pointer shape

2011-12-30 Thread Jérôme Pinot
On 12/30/11 15:09, Cedric BAIL wrote: > On Fri, Dec 30, 2011 at 3:03 PM, P Purkayastha wrote: > > On Thursday, December 29, 2011 5:29:01 PM UTC+8, Cedric BAIL wrote: > >> On Thu, Dec 29, 2011 at 9:44 AM, Jérôme Pinot wrote: > >> >> -Original Message- > >> >> From: Jérôme Pinot [mailto:ngc

Re: [E-devel] E17: Bug in mouse pointer shape

2011-12-30 Thread Cedric BAIL
On Fri, Dec 30, 2011 at 3:13 PM, Jérôme Pinot wrote: > On 12/30/11 15:09, Cedric BAIL wrote: >> On Fri, Dec 30, 2011 at 3:03 PM, P Purkayastha wrote: >> > On Thursday, December 29, 2011 5:29:01 PM UTC+8, Cedric BAIL wrote: >> >> On Thu, Dec 29, 2011 at 9:44 AM, Jérôme Pinot wrote: >> >> >> -

Re: [E-devel] E SVN: cedric IN trunk/emotion: m4 src/generic_players/vlc src/modules/generic

2011-12-30 Thread Vincent Torri
On Fri, Dec 30, 2011 at 4:06 PM, Enlightenment SVN wrote: > Log: > emotion: fix build with Eina_Semaphore. > > > Author:       cedric > Date:         2011-12-30 07:06:24 -0800 (Fri, 30 Dec 2011) > New Revision: 66697 > Trac:         http://trac.enlightenment.org/e/changeset/66697 > > Modified: >  

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-12-30 Thread Cedric BAIL
On Fri, Dec 30, 2011 at 4:20 PM, Enlightenment SVN wrote: > Log: > fix mouse out handler to out all objects mouse is in - right thing to >  do. I see some resizing issue in E17 where mouse out seems to be ignored or something like that. > Author:       raster > Date:         2011-12-30 07:20:15

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-12-30 Thread The Rasterman
On Fri, 30 Dec 2011 16:40:42 +0100 Cedric BAIL said: > On Fri, Dec 30, 2011 at 4:20 PM, Enlightenment SVN > wrote: > > Log: > > fix mouse out handler to out all objects mouse is in - right thing to > >  do. > > I see some resizing issue in E17 where mouse out seems to be ignored > or something

[E-devel] Connection Manager

2011-12-30 Thread Andreas Volz
Hello, I compiled yesterday E17 + all modules from SVN. After I started up again my conman module is red and don't show something. Before it was working nice for switching networks. Any ideas? regards Andreas -- Technical Blog --

Re: [E-devel] Connection Manager

2011-12-30 Thread The Rasterman
On Fri, 30 Dec 2011 23:17:14 +0100 Andreas Volz said: > Hello, > > I compiled yesterday E17 + all modules from SVN. After I started up > again my conman module is red and don't show something. Before it was > working nice for switching networks. > > Any ideas? > > regards > Andreas u no