[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 -- Techn

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 wrote: > On Fri, 4 Nov 2011 20:11:12 +0530 HariHara Sudhan said: > > timestamp doesn't matter. it calls the callbacks on the objects the events are > g

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

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) > Ne

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 > Date: 2011/11/11 > Subject: [Patch][Ecore][Win32] Add so

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

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 : >> Dear All, Hello~ >> >> There were unimplemen

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 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 that hard? svn

Re: [E-devel] Ecore_processing mtdev events

2011-11-10 Thread The Rasterman
On Fri, 4 Nov 2011 20:11:12 +0530 HariHara Sudhan 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 until last finger

Re: [E-devel] sound api "plan"

2011-11-10 Thread The Rasterman
On Thu, 10 Nov 2011 18:50:45 +1000 David Seikel said: > On Tue, 8 Nov 2011 16:33:42 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Tue, 8 Nov 2011 07:23:27 +0100 (CET) Vincent Torri > > said: > > > > > > > > > > > On Mon, 7 Nov 2011, Carsten Haitzler (The Rasterman) wrote: > > >

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." 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 process. >

[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 ===

[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 Date: 2011/11/11 Subject: [Patch][Ecore][Win32] Add some window messages and virtual keys for Shift,Ctrl,Alt To: EFL Dear All(maybe not All but Mr.

[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] [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, th

[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 Date: 11 November 2011 00:07 Subject: [FOSDEM 2012] Enlightenment devroom not accepted, proposal for CrossDesktop To: Philippe Caseiro Cc: devro...@fosdem.org Hi Philippe We will not include your request for a devro

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 co

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 memor

[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 p

[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

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

Re: [E-devel] sound api "plan"

2011-11-10 Thread David Seikel
On Thu, 10 Nov 2011 18:50:45 +1000 David Seikel 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 old stinking pile

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) wrote: > On Tue, 8 Nov 2011 07:23:27 +0100 (CET) Vincent Torri > said: > > > > > > > On Mon, 7 Nov 2011, Carsten Haitzler (The Rasterman) wrote: > > > > > attached. this was a sample edc that would be able to play audio, > >