Re: [E-devel] sound api plan

2011-11-10 Thread David Seikel
On Tue, 8 Nov 2011 16:33:42 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Tue, 8 Nov 2011 07:23:27 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: On Mon, 7 Nov 2011, Carsten Haitzler (The Rasterman) wrote: attached. this was a sample edc that would

Re: [E-devel] sound api plan

2011-11-10 Thread David Seikel
On Thu, 10 Nov 2011 18:50:45 +1000 David Seikel onef...@gmail.com wrote: I have idea what traditional Korean music is like. Oops, that should have been - I no have idea what traditional Korean music is like. Just in case Samsung and our large contingent of Korean developers care. -- A big

Re: [E-devel] FOSDEM 2012

2011-11-10 Thread Stefan Schmidt
Hello. On Mon, 2011-10-31 at 11:08, Stefan Schmidt wrote: So we have some people. Enough to organize such an event? For people coming in by plane or need to take some days off work it would be good to know early if it will happen. :) It does not look to good to get somthing running. Only 3

[E-devel] About release, snapshots and openBSD port

2011-11-10 Thread Vincent Torri
Hey I'm talking a lot with an openBSD dev, and currently it's very hard for them to follow the changes in the trunk. What they would like to have is snapshots to provide easily patches for the EFL. Would it be possible to have, during the freeze period, some daily snashots ? It would be nice

[E-devel] e_dbus + eina_simple_xml example

2011-11-10 Thread Gustavo Sverzut Barbieri
Hi all, Given the lack of eina_simple_xml (sax-parser) examples and the recent usage of expat in elev8 I'm sending the attached example so people will see how to parse xml using super-fast SAX and create an efficient custom memory structure from it. It looks complex if you compare to a DOM like

Re: [E-devel] e_dbus + eina_simple_xml example

2011-11-10 Thread Vincent Torri
hey On Thu, 10 Nov 2011, Gustavo Sverzut Barbieri wrote: Hi all, Given the lack of eina_simple_xml (sax-parser) examples and the recent usage of expat in elev8 I'm sending the attached example so people will see how to parse xml using super-fast SAX and create an efficient custom memory

Re: [E-devel] FOSDEM 2012

2011-11-10 Thread Philippe Caseiro
Hello I just have the news by the crossdesktop devroom organiser, the FOSDEM reject our demand for a devroom BUT the crossedesktop propose to welcome us. I think it's a great news. Maybe next year we can have a Devroom :D. I post more information asap. -- Philippe Caseiro Change your

[E-devel] Fwd: [FOSDEM 2012] Enlightenment devroom not accepted, proposal for CrossDesktop

2011-11-10 Thread Philippe Caseiro
More information -- Forwarded message -- From: Pascal Bleser pble...@fosdem.org Date: 11 November 2011 00:07 Subject: [FOSDEM 2012] Enlightenment devroom not accepted, proposal for CrossDesktop To: Philippe Caseiro caseiro.phili...@gmail.com Cc: devro...@fosdem.org Hi Philippe

[E-devel] [Patch][ecore_con] Refactoring curl port

2011-11-10 Thread Bluezery
Dear all, I have modified the way curl used in ecore_con_url.c 1) A file descriptor of libcurl is not matched to any easy handles. We can get a file descriptor from curl_multi_fdset(), we do not guarantee that it is a socket of easy handle just performed. If libcurl multi handle uses pipeline,

[E-devel] [Patch][Ecore][Win32] Add some window messages and virtual keys for Shift, Ctrl, Alt

2011-11-10 Thread cnook
Dear All(maybe not All but Mr. Vincent 8-] ), Hello~ I have attached patch as subject of this mail. That's all. Please check the patch and let me know your opinions. Thanks always. Shinwoo Kim. Index: src/lib/ecore_win32/ecore_win32.c

[E-devel] Fwd: [Patch][Ecore][Win32][Wince] Add some window messages and virtual keys for Shift, Ctrl, Alt

2011-11-10 Thread cnook
Sorry I overlooked wince again. Jihoon Kim who is having eagle eyes told me. Thanks! TGIF!! -- Forwarded message -- From: cnook kimci...@gmail.com Date: 2011/11/11 Subject: [Patch][Ecore][Win32] Add some window messages and virtual keys for Shift,Ctrl,Alt To: EFL

[E-devel] [Patch][elm_map] Bug fix: use safe iterator instead

2011-11-10 Thread Bluezery
Hi, There are bugs that map removes list elements when using EINA_LIST_FOREACH or EINA_LIST_REVERSE_FOREACH. We should use EINA_LIST_FOREACH_SAFE or EINA_LIST_REVERSE_FOREACH_SAFE instead for above case. Please review belows Index: src/lib/elm_map.c

Re: [E-devel] Logs for EFL Slow Start Issue

2011-11-10 Thread The Rasterman
On Fri, 11 Nov 2011 07:02:20 +0900 Sanjeev B.A. iamsanj...@gmail.com said: Hi Raster and Cedric, Attached are the logs for efl slowness after long idling issue we discussed yesterday. Putty contains the gdb bt during the period of slowness. Putty1 contains the top output for enlightenment

Re: [E-devel] sound api plan

2011-11-10 Thread The Rasterman
On Thu, 10 Nov 2011 18:50:45 +1000 David Seikel onef...@gmail.com said: On Tue, 8 Nov 2011 16:33:42 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Tue, 8 Nov 2011 07:23:27 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: On Mon, 7 Nov 2011, Carsten

Re: [E-devel] Ecore_processing mtdev events

2011-11-10 Thread The Rasterman
On Fri, 4 Nov 2011 20:11:12 +0530 HariHara Sudhan h...@emo2.com said: timestamp doesn't matter. it calls the callbacks on the objects the events are going to go to. if the mouse is grabbed (first press grabs mouse to the objects pressed) then callbacks are reported relative to grabbed objects

Re: [E-devel] About release, snapshots and openBSD port

2011-11-10 Thread The Rasterman
On Thu, 10 Nov 2011 18:18:29 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: Hey I'm talking a lot with an openBSD dev, and currently it's very hard for them to follow the changes in the trunk. What they would like to have is snapshots to provide easily patches for the EFL. how is

Re: [E-devel] [Patch] ecore_evas_win32, window focus-in/out event callback

2011-11-10 Thread Vincent Torri
On Thu, 10 Nov 2011, cnook wrote: Dear Mr. Vincent Torri, Hi~ I have attached refined patch based on your comments include wince related also. Thanks a lot! applied thank you Vincent Sincerely, Shinwoo Kim. 2011/11/9 cnook kimci...@gmail.com: Dear All, Hello~ There were

Re: [E-devel] E SVN: raster trunk/e_dbus

2011-11-10 Thread Vincent Torri
On Thu, 10 Nov 2011, Enlightenment SVN wrote: Log: add libdbus pc include/link correctness for DSO linking. Author: raster Date: 2011-11-10 23:14:27 -0800 (Thu, 10 Nov 2011) New Revision: 65047 Trac: http://trac.enlightenment.org/e/changeset/65047 Modified:

Re: [E-devel] Fwd: [Patch][Ecore][Win32][Wince] Add some window messages and virtual keys for Shift, Ctrl, Alt

2011-11-10 Thread Vincent Torri
On Fri, 11 Nov 2011, cnook wrote: Sorry I overlooked wince again. looks good in svn, thank you ! Vincent Jihoon Kim who is having eagle eyes told me. Thanks! TGIF!! -- Forwarded message -- From: cnook kimci...@gmail.com Date: 2011/11/11 Subject:

Re: [E-devel] E SVN: discomfitor trunk/ecore/src/lib/ecore_con

2011-11-10 Thread Vincent Torri
On Thu, 10 Nov 2011, Enlightenment SVN wrote: Log: redo ecore-con shutdown to fix crashes if people are stupid and call ecore_con_shutdown() while servers exist and main loop is still running Author: discomfitor Date: 2011-11-10 18:44:16 -0800 (Thu, 10 Nov 2011) New

Re: [E-devel] E SVN: discomfitor trunk/ecore/src/lib/ecore_con

2011-11-10 Thread Mike Blumenkrantz
On Fri, 11 Nov 2011 08:35:14 +0100 (CET) Vincent Torri vto...@univ-evry.fr wrote: On Thu, 10 Nov 2011, Enlightenment SVN wrote: Log: redo ecore-con shutdown to fix crashes if people are stupid and call ecore_con_shutdown() while servers exist and main loop is still running

Re: [E-devel] E SVN: discomfitor IN trunk/eeze: . src/lib

2011-11-10 Thread Vincent Torri
could you please: 1) add a NEWS file which mentions all the interesting modifications (in our case, it's mainly API additions. You can see such file in ecore. It would be nice if all the NEWS files have the same layout (ecore is a bit special as there are several subsystems, it's not the case

Re: [E-devel] Ecore_processing mtdev events

2011-11-10 Thread HariHara Sudhan
OK thank you, I think i have a lead. I will work on a solution. Regards, HariHaraSudhan On Fri, Nov 11, 2011 at 12:25 PM, Carsten Haitzler ras...@rasterman.com wrote: On Fri, 4 Nov 2011 20:11:12 +0530 HariHara Sudhan h...@emo2.com said: timestamp doesn't matter. it calls the callbacks on

[E-devel] E17 tablet recommendation / Android

2011-11-10 Thread Andreas Volz
Hello, could anyone recommend a good tablet pc for E17? Does anyone know if it's possible to run edje based applications (not E17 itself!) on Android based tablets? As Android supports native applications and has an OpenGL interface it should be possible, not? regards Andreas --