Re: [E-devel] edje multisense

2012-07-23 Thread The Rasterman
On Thu, 19 Jul 2012 13:58:29 +0200 Anisse Astier ani...@astier.eu said:

 On Wed, 18 Jul 2012 17:36:30 +0900, Carsten Haitzler (The Rasterman)
 ras...@rasterman.com wrote :
 
  On Tue, 17 Jul 2012 09:13:10 +0200 jls legalize jlslegal...@gmail.com
  said:
  
   Hi
   What do I need multisense in edje for?
   Is there any app that uses it?
   Thanks
  
  nothing uses it currently. you don't need it currently, but its the start of
  being able to have audio and haptic feedback control available in edje.
  
 Yeah. About that.
 
 I saw in edcref that since edje 1.1 you have sounds and tones. I tried
 using that for a certain terminal theme, but was only met with silence.
 
 Should I have any dependencies installed when I compile edje to have it
 playing sounds ?

correct. and they are all disabled right now for release, so even with them it
wont be enabled unless u patch the code/build. :)

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-19 Thread Jérôme Pinot
On 07/18/12 10:18, Daniel Juyung Seo wrote:
 Looks great!
 But it crashed when I clicked my mouse.
 I built elemies without sound support.
 
 Here is the backtrace.
 http://slexy.org/view/s2tFeewyv1
 x is 5 and y is 4363412 in the following code.
 if (ev-button == 1  matrix[x][y][2] == 0)

Thanks for report and test. It appears to be a problem with 32bits
systems. Commit fdcb00be1145488e5c5e48238ef6c2ead4dbb9f6 in the
git repository fixes it.

 Daniel Juyung Seo (SeoZ)
 
 On Wed, Jul 18, 2012 at 12:59 AM, Vincent Torri vincent.to...@gmail.com 
 wrote:
  On Tue, Jul 17, 2012 at 5:33 PM, Jérôme Pinot ngc...@gmail.com wrote:
  On 07/17/12 12:47, jls legalize wrote:
  Thank you very much Cedric
  Where can I find this app? I tried searching but I cannot find it.
 
  It is not released yet, but you can give it a try. To test the sound,
  you must compile with --enable-sound and have recent EFL.
 
  http://ngc891.blogdns.net/cgit/elemines.git/

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-19 Thread Vincent Torri
i don't understand your commit wrt your explanation. I think that the
problem is here : memcpy(data, coord, sizeof(coord));

i would have done : memcpy(data, coord, sizeof(coord));

Vincent

On Thu, Jul 19, 2012 at 1:09 PM, Jérôme Pinot ngc...@gmail.com wrote:
 On 07/18/12 10:18, Daniel Juyung Seo wrote:
 Looks great!
 But it crashed when I clicked my mouse.
 I built elemies without sound support.

 Here is the backtrace.
 http://slexy.org/view/s2tFeewyv1
 x is 5 and y is 4363412 in the following code.
 if (ev-button == 1  matrix[x][y][2] == 0)

 Thanks for report and test. It appears to be a problem with 32bits
 systems. Commit fdcb00be1145488e5c5e48238ef6c2ead4dbb9f6 in the
 git repository fixes it.

 Daniel Juyung Seo (SeoZ)

 On Wed, Jul 18, 2012 at 12:59 AM, Vincent Torri vincent.to...@gmail.com 
 wrote:
  On Tue, Jul 17, 2012 at 5:33 PM, Jérôme Pinot ngc...@gmail.com wrote:
  On 07/17/12 12:47, jls legalize wrote:
  Thank you very much Cedric
  Where can I find this app? I tried searching but I cannot find it.
 
  It is not released yet, but you can give it a try. To test the sound,
  you must compile with --enable-sound and have recent EFL.
 
  http://ngc891.blogdns.net/cgit/elemines.git/

 --
 Jérôme Pinot
 http://ngc891.blogdns.net/

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-19 Thread Anisse Astier
On Wed, 18 Jul 2012 17:36:30 +0900, Carsten Haitzler (The Rasterman) 
ras...@rasterman.com wrote :

 On Tue, 17 Jul 2012 09:13:10 +0200 jls legalize jlslegal...@gmail.com said:
 
  Hi
  What do I need multisense in edje for?
  Is there any app that uses it?
  Thanks
 
 nothing uses it currently. you don't need it currently, but its the start of
 being able to have audio and haptic feedback control available in edje.
 
Yeah. About that.

I saw in edcref that since edje 1.1 you have sounds and tones. I tried
using that for a certain terminal theme, but was only met with silence.

Should I have any dependencies installed when I compile edje to have it
playing sounds ?


Regards,

Anisse

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-19 Thread Vincent Torri
On Thu, Jul 19, 2012 at 1:58 PM, Anisse Astier ani...@astier.eu wrote:
 On Wed, 18 Jul 2012 17:36:30 +0900, Carsten Haitzler (The Rasterman) 
 ras...@rasterman.com wrote :

 On Tue, 17 Jul 2012 09:13:10 +0200 jls legalize jlslegal...@gmail.com said:

  Hi
  What do I need multisense in edje for?
  Is there any app that uses it?
  Thanks

 nothing uses it currently. you don't need it currently, but its the start of
 being able to have audio and haptic feedback control available in edje.

 Yeah. About that.

 I saw in edcref that since edje 1.1 you have sounds and tones. I tried
 using that for a certain terminal theme, but was only met with silence.

 Should I have any dependencies installed when I compile edje to have it
 playing sounds ?


you must have all of the deps

Vincent

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-19 Thread Jérôme Pinot
On 07/19/12 13:58, Anisse Astier wrote:
 On Wed, 18 Jul 2012 17:36:30 +0900, Carsten Haitzler (The Rasterman) 
 ras...@rasterman.com wrote :
 
  On Tue, 17 Jul 2012 09:13:10 +0200 jls legalize jlslegal...@gmail.com 
  said:
  
   Hi
   What do I need multisense in edje for?
   Is there any app that uses it?
   Thanks
  
  nothing uses it currently. you don't need it currently, but its the start of
  being able to have audio and haptic feedback control available in edje.
  
 Yeah. About that.
 
 I saw in edcref that since edje 1.1 you have sounds and tones. I tried
 using that for a certain terminal theme, but was only met with silence.
 
 Should I have any dependencies installed when I compile edje to have it
 playing sounds ?

You need remix https://github.com/kfish/remix/commits/master 

Multisense sound doesn't seem to work well. It usually plays the first
sound, and then, nothing more. You have to reload the app, not fun :-(

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-19 Thread Jérôme Pinot
On 07/19/12 13:15, Vincent Torri wrote:
 i don't understand your commit wrt your explanation. I think that the
 problem is here : memcpy(data, coord, sizeof(coord));

pointer size depends of arch

 i would have done : memcpy(data, coord, sizeof(coord));

Indeed cleaner and more portable. Committed!

 Vincent
 
 On Thu, Jul 19, 2012 at 1:09 PM, Jérôme Pinot ngc...@gmail.com wrote:
  On 07/18/12 10:18, Daniel Juyung Seo wrote:
  Looks great!
  But it crashed when I clicked my mouse.
  I built elemies without sound support.
 
  Here is the backtrace.
  http://slexy.org/view/s2tFeewyv1
  x is 5 and y is 4363412 in the following code.
  if (ev-button == 1  matrix[x][y][2] == 0)
 
  Thanks for report and test. It appears to be a problem with 32bits
  systems. Commit fdcb00be1145488e5c5e48238ef6c2ead4dbb9f6 in the
  git repository fixes it.
 
  Daniel Juyung Seo (SeoZ)
 
  On Wed, Jul 18, 2012 at 12:59 AM, Vincent Torri vincent.to...@gmail.com 
  wrote:
   On Tue, Jul 17, 2012 at 5:33 PM, Jérôme Pinot ngc...@gmail.com wrote:
   On 07/17/12 12:47, jls legalize wrote:
   Thank you very much Cedric
   Where can I find this app? I tried searching but I cannot find it.
  
   It is not released yet, but you can give it a try. To test the sound,
   you must compile with --enable-sound and have recent EFL.
  
   http://ngc891.blogdns.net/cgit/elemines.git/

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-19 Thread Daniel Juyung Seo
It crashes when I click the screen.

Now x is 8 and y is -1073746288.
if (ev-button == 1  matrix[x][y][2] == 0)

I need to check this at work.

Daniel Juyung Seo (SeoZ)

On Thu, Jul 19, 2012 at 9:33 PM, Jérôme Pinot ngc...@gmail.com wrote:
 On 07/19/12 13:15, Vincent Torri wrote:
 i don't understand your commit wrt your explanation. I think that the
 problem is here : memcpy(data, coord, sizeof(coord));

 pointer size depends of arch

 i would have done : memcpy(data, coord, sizeof(coord));

 Indeed cleaner and more portable. Committed!

 Vincent

 On Thu, Jul 19, 2012 at 1:09 PM, Jérôme Pinot ngc...@gmail.com wrote:
  On 07/18/12 10:18, Daniel Juyung Seo wrote:
  Looks great!
  But it crashed when I clicked my mouse.
  I built elemies without sound support.
 
  Here is the backtrace.
  http://slexy.org/view/s2tFeewyv1
  x is 5 and y is 4363412 in the following code.
  if (ev-button == 1  matrix[x][y][2] == 0)
 
  Thanks for report and test. It appears to be a problem with 32bits
  systems. Commit fdcb00be1145488e5c5e48238ef6c2ead4dbb9f6 in the
  git repository fixes it.
 
  Daniel Juyung Seo (SeoZ)
 
  On Wed, Jul 18, 2012 at 12:59 AM, Vincent Torri vincent.to...@gmail.com 
  wrote:
   On Tue, Jul 17, 2012 at 5:33 PM, Jérôme Pinot ngc...@gmail.com wrote:
   On 07/17/12 12:47, jls legalize wrote:
   Thank you very much Cedric
   Where can I find this app? I tried searching but I cannot find it.
  
   It is not released yet, but you can give it a try. To test the sound,
   you must compile with --enable-sound and have recent EFL.
  
   http://ngc891.blogdns.net/cgit/elemines.git/

 --
 Jérôme Pinot
 http://ngc891.blogdns.net/

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-19 Thread Daniel Juyung Seo
It crashes also at work.
Can you have a look at this again?
Now x is 8 and y is 4411380.

Thanks.

Daniel Juyung Seo (SeoZ)

On Fri, Jul 20, 2012 at 6:11 AM, Daniel Juyung Seo seojuyu...@gmail.com wrote:
 It crashes when I click the screen.

 Now x is 8 and y is -1073746288.
 if (ev-button == 1  matrix[x][y][2] == 0)

 I need to check this at work.

 Daniel Juyung Seo (SeoZ)

 On Thu, Jul 19, 2012 at 9:33 PM, Jérôme Pinot ngc...@gmail.com wrote:
 On 07/19/12 13:15, Vincent Torri wrote:
 i don't understand your commit wrt your explanation. I think that the
 problem is here : memcpy(data, coord, sizeof(coord));

 pointer size depends of arch

 i would have done : memcpy(data, coord, sizeof(coord));

 Indeed cleaner and more portable. Committed!

 Vincent

 On Thu, Jul 19, 2012 at 1:09 PM, Jérôme Pinot ngc...@gmail.com wrote:
  On 07/18/12 10:18, Daniel Juyung Seo wrote:
  Looks great!
  But it crashed when I clicked my mouse.
  I built elemies without sound support.
 
  Here is the backtrace.
  http://slexy.org/view/s2tFeewyv1
  x is 5 and y is 4363412 in the following code.
  if (ev-button == 1  matrix[x][y][2] == 0)
 
  Thanks for report and test. It appears to be a problem with 32bits
  systems. Commit fdcb00be1145488e5c5e48238ef6c2ead4dbb9f6 in the
  git repository fixes it.
 
  Daniel Juyung Seo (SeoZ)
 
  On Wed, Jul 18, 2012 at 12:59 AM, Vincent Torri 
  vincent.to...@gmail.com wrote:
   On Tue, Jul 17, 2012 at 5:33 PM, Jérôme Pinot ngc...@gmail.com wrote:
   On 07/17/12 12:47, jls legalize wrote:
   Thank you very much Cedric
   Where can I find this app? I tried searching but I cannot find it.
  
   It is not released yet, but you can give it a try. To test the sound,
   you must compile with --enable-sound and have recent EFL.
  
   http://ngc891.blogdns.net/cgit/elemines.git/

 --
 Jérôme Pinot
 http://ngc891.blogdns.net/

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-18 Thread The Rasterman
On Tue, 17 Jul 2012 09:13:10 +0200 jls legalize jlslegal...@gmail.com said:

 Hi
 What do I need multisense in edje for?
 Is there any app that uses it?
 Thanks

nothing uses it currently. you don't need it currently, but its the start of
being able to have audio and haptic feedback control available in edje.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-18 Thread Jérôme Pinot
On 07/17/12 17:59, Vincent Torri wrote:
 On Tue, Jul 17, 2012 at 5:33 PM, Jérôme Pinot ngc...@gmail.com wrote:
  On 07/17/12 12:47, jls legalize wrote:
  Thank you very much Cedric
  Where can I find this app? I tried searching but I cannot find it.
 
  It is not released yet, but you can give it a try. To test the sound,
  you must compile with --enable-sound and have recent EFL.
 
  http://ngc891.blogdns.net/cgit/elemines.git/
 
 can you liost your 2 apps in the wiki :
 http://trac.enlightenment.org/e/wiki (under Applications) ?
 
 Vincent

Done.

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] edje multisense

2012-07-17 Thread jls legalize
Hi
What do I need multisense in edje for?
Is there any app that uses it?
Thanks

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-17 Thread Rajeev Ranjan

Hi,
  Multisense in edje is for supporting various type of feedbacks like sound, 
vibration etc at edje level based on the events.
This feature can be used by applications using edje's edc interfaces.
Each type of multisense feedback can have various attributes eg. sound can have 
amplitude as a property.
The usage of this is similar to that of image.
Currently it is implemented at edje level however work is in progress to bring 
it at ecore level so that it can be used outside edc files as well.
Regards,
Rajeev

--- Original Message ---
Sender : jls legalizejlslegal...@gmail.com
Date : Jul 17, 2012 12:43 (GMT+05:30)
Title : [E-devel] edje multisense

Hi
What do I need multisense in edje for?
Is there any app that uses it?
Thanks

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-17 Thread jls legalize
thank you Rajeev for the answer.
I'm the e package mantainer for Tiny Core Linux, so my question is
where should I enable or not multisense. Do I need sndfile, remix,
vorbis and alsa in edje?

2012/7/17, Rajeev Ranjan rajee...@samsung.com:

 Hi,
   Multisense in edje is for supporting various type of feedbacks like sound,
 vibration etc at edje level based on the events.
 This feature can be used by applications using edje's edc interfaces.
 Each type of multisense feedback can have various attributes eg. sound can
 have amplitude as a property.
 The usage of this is similar to that of image.
 Currently it is implemented at edje level however work is in progress to
 bring it at ecore level so that it can be used outside edc files as well.
 Regards,
 Rajeev

 --- Original Message ---
 Sender : jls legalizejlslegal...@gmail.com
 Date : Jul 17, 2012 12:43 (GMT+05:30)
 Title : [E-devel] edje multisense

 Hi
 What do I need multisense in edje for?
 Is there any app that uses it?
 Thanks

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-17 Thread Cedric BAIL
On Tue, Jul 17, 2012 at 7:13 PM, jls legalize jlslegal...@gmail.com wrote:
 thank you Rajeev for the answer.
 I'm the e package mantainer for Tiny Core Linux, so my question is
 where should I enable or not multisense. Do I need sndfile, remix,
 vorbis and alsa in edje?

At this point in time and for the coming release, I think it's not
worth it. The only open source application that made use of it is
elimine. I don't know any theme that use this feature.
-- 
Cedric BAIL

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-17 Thread jls legalize
Thank you very much Cedric
Where can I find this app? I tried searching but I cannot find it.

2012/7/17, Cedric BAIL cedric.b...@free.fr:
 On Tue, Jul 17, 2012 at 7:13 PM, jls legalize jlslegal...@gmail.com
 wrote:
 thank you Rajeev for the answer.
 I'm the e package mantainer for Tiny Core Linux, so my question is
 where should I enable or not multisense. Do I need sndfile, remix,
 vorbis and alsa in edje?

 At this point in time and for the coming release, I think it's not
 worth it. The only open source application that made use of it is
 elimine. I don't know any theme that use this feature.
 --
 Cedric BAIL

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-17 Thread Jérôme Pinot
On 07/17/12 12:47, jls legalize wrote:
 Thank you very much Cedric
 Where can I find this app? I tried searching but I cannot find it.

It is not released yet, but you can give it a try. To test the sound,
you must compile with --enable-sound and have recent EFL.

http://ngc891.blogdns.net/cgit/elemines.git/ 

 2012/7/17, Cedric BAIL cedric.b...@free.fr:
  On Tue, Jul 17, 2012 at 7:13 PM, jls legalize jlslegal...@gmail.com
  wrote:
  thank you Rajeev for the answer.
  I'm the e package mantainer for Tiny Core Linux, so my question is
  where should I enable or not multisense. Do I need sndfile, remix,
  vorbis and alsa in edje?
 
  At this point in time and for the coming release, I think it's not
  worth it. The only open source application that made use of it is
  elimine. I don't know any theme that use this feature.
  --
  Cedric BAIL

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-17 Thread Vincent Torri
On Tue, Jul 17, 2012 at 5:33 PM, Jérôme Pinot ngc...@gmail.com wrote:
 On 07/17/12 12:47, jls legalize wrote:
 Thank you very much Cedric
 Where can I find this app? I tried searching but I cannot find it.

 It is not released yet, but you can give it a try. To test the sound,
 you must compile with --enable-sound and have recent EFL.

 http://ngc891.blogdns.net/cgit/elemines.git/

can you liost your 2 apps in the wiki :
http://trac.enlightenment.org/e/wiki (under Applications) ?

Vincent


 2012/7/17, Cedric BAIL cedric.b...@free.fr:
  On Tue, Jul 17, 2012 at 7:13 PM, jls legalize jlslegal...@gmail.com
  wrote:
  thank you Rajeev for the answer.
  I'm the e package mantainer for Tiny Core Linux, so my question is
  where should I enable or not multisense. Do I need sndfile, remix,
  vorbis and alsa in edje?
 
  At this point in time and for the coming release, I think it's not
  worth it. The only open source application that made use of it is
  elimine. I don't know any theme that use this feature.
  --
  Cedric BAIL

 --
 Jérôme Pinot
 http://ngc891.blogdns.net/

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2012-07-17 Thread Daniel Juyung Seo
Looks great!
But it crashed when I clicked my mouse.
I built elemies without sound support.

Here is the backtrace.
http://slexy.org/view/s2tFeewyv1
x is 5 and y is 4363412 in the following code.
if (ev-button == 1  matrix[x][y][2] == 0)

Daniel Juyung Seo (SeoZ)

On Wed, Jul 18, 2012 at 12:59 AM, Vincent Torri vincent.to...@gmail.com wrote:
 On Tue, Jul 17, 2012 at 5:33 PM, Jérôme Pinot ngc...@gmail.com wrote:
 On 07/17/12 12:47, jls legalize wrote:
 Thank you very much Cedric
 Where can I find this app? I tried searching but I cannot find it.

 It is not released yet, but you can give it a try. To test the sound,
 you must compile with --enable-sound and have recent EFL.

 http://ngc891.blogdns.net/cgit/elemines.git/

 can you liost your 2 apps in the wiki :
 http://trac.enlightenment.org/e/wiki (under Applications) ?

 Vincent


 2012/7/17, Cedric BAIL cedric.b...@free.fr:
  On Tue, Jul 17, 2012 at 7:13 PM, jls legalize jlslegal...@gmail.com
  wrote:
  thank you Rajeev for the answer.
  I'm the e package mantainer for Tiny Core Linux, so my question is
  where should I enable or not multisense. Do I need sndfile, remix,
  vorbis and alsa in edje?
 
  At this point in time and for the coming release, I think it's not
  worth it. The only open source application that made use of it is
  elimine. I don't know any theme that use this feature.
  --
  Cedric BAIL

 --
 Jérôme Pinot
 http://ngc891.blogdns.net/

 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] edje, multisense and protability

2012-07-14 Thread Vincent Torri
hey

currently, multisense is not portable : pipe stuff is used and it will
not work on Windows.

We have a beautiful ecore_pipe that is portable, why is it not used ??

Vincent

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje, multisense and protability

2012-07-14 Thread Vincent Torri
On Sat, Jul 14, 2012 at 9:32 AM, Vincent Torri vincent.to...@gmail.com wrote:
 hey

 currently, multisense is not portable : pipe stuff is used and it will
 not work on Windows.

 We have a beautiful ecore_pipe that is portable, why is it not used ??

in addition, in edje_multisense.c, sometimes HAVE_LIBREMIX is used,
sometimes it's ENABLE_MULTISENSE. Problem with command_pipe : if
multisense is used, but libremix not installed, you will try to use
command_pipe while it's not declared.

Vincent

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje, multisense and protability

2012-07-14 Thread Cedric BAIL
Yop,

On Sat, Jul 14, 2012 at 9:32 AM, Vincent Torri vincent.to...@gmail.com wrote:
 currently, multisense is not portable : pipe stuff is used and it will
 not work on Windows.

 We have a beautiful ecore_pipe that is portable, why is it not used ??

Because it's not really up to our standard. I discovered
edje_multisense code today, and now I saw a lot of thing that need to
be fixed. I will move it to Ecore_Pipe and try to remove the needless
crap.
-- 
Cedric BAIL

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje, multisense and protability

2012-07-14 Thread Gustavo Sverzut Barbieri
On Saturday, July 14, 2012, Cedric BAIL wrote:

 Yop,

 On Sat, Jul 14, 2012 at 9:32 AM, Vincent Torri 
 vincent.to...@gmail.comjavascript:;
 wrote:
  currently, multisense is not portable : pipe stuff is used and it will
  not work on Windows.
 
  We have a beautiful ecore_pipe that is portable, why is it not used ??

 Because it's not really up to our standard. I discovered
 edje_multisense code today, and now I saw a lot of thing that need to
 be fixed. I will move it to Ecore_Pipe and try to remove the needless
 crap.


Don't waste your time now.


Btw, did you see that Daniel is doing ecore_audio and multisense will use
it? Did you see how much simpler it can become just using PA directly?

I'm waiting people to reply to Flavio's email about that one


 --
 Cedric BAIL


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net javascript:;
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje, multisense and protability

2012-07-14 Thread Cedric BAIL
On Sat, Jul 14, 2012 at 3:28 PM, Gustavo Sverzut Barbieri
barbi...@profusion.mobi wrote:
 On Saturday, July 14, 2012, Cedric BAIL wrote:
 On Sat, Jul 14, 2012 at 9:32 AM, Vincent Torri 
 vincent.to...@gmail.comjavascript:;
 wrote:
  currently, multisense is not portable : pipe stuff is used and it will
  not work on Windows.
 
  We have a beautiful ecore_pipe that is portable, why is it not used ??

 Because it's not really up to our standard. I discovered
 edje_multisense code today, and now I saw a lot of thing that need to
 be fixed. I will move it to Ecore_Pipe and try to remove the needless
 crap.

 Don't waste your time now.

Well, I was going to fix at least the minimal buggy things I saw so at
least it's usable if someone turn it on. Maybe I will just spend half
a day on fixing the obvious part. No big change.

 Btw, did you see that Daniel is doing ecore_audio and multisense will use
 it? Did you see how much simpler it can become just using PA directly?

Nop didn't got the time to do it. But yes, that will help for sure.
-- 
Cedric BAIL

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense example feedback?

2012-04-05 Thread Cedric BAIL
On Thu, Apr 5, 2012 at 7:04 AM, Sanjeev BA eflel...@gmail.com wrote:
 Raster is at the Linux Foundation Collaboration Summit.
 https://events.linuxfoundation.org/events/collaboration-summit/haitzler

Does that mean you dispatched some ninja to track him ?
-- 
Cedric BAIL

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] edje multisense example feedback?

2012-04-04 Thread Jérôme Pinot
Hi,

Last week, I sent to the list an edje example for multisense because
there was nothing working and no code example in the doc.

I didn't get any feedback, so I would like to have some comments to know
if it was rejected/forgotten/put aside for now etc.

I can resend the patch if needed.

Thanks,

-- 
Jérôme Pinot
http://ngc891.blogdns.net/


signature.asc
Description: Digital signature
--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense example feedback?

2012-04-04 Thread Vincent Torri
On Thu, Apr 5, 2012 at 3:08 AM, Jérôme Pinot ngc...@gmail.com wrote:
 Hi,

 Last week, I sent to the list an edje example for multisense because
 there was nothing working and no code example in the doc.

 I didn't get any feedback, so I would like to have some comments to know
 if it was rejected/forgotten/put aside for now etc.

multisense is raster code. I think that you should wait for him to
answer. He's not even on IRC, so he might be travelling.

Vincent

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense example feedback?

2012-04-04 Thread Sanjeev BA
Raster is at the Linux Foundation Collaboration Summit.
https://events.linuxfoundation.org/events/collaboration-summit/haitzler


On Thu, Apr 5, 2012 at 1:48 PM, Vincent Torri vincent.to...@gmail.comwrote:

 On Thu, Apr 5, 2012 at 3:08 AM, Jérôme Pinot ngc...@gmail.com wrote:
  Hi,
 
  Last week, I sent to the list an edje example for multisense because
  there was nothing working and no code example in the doc.
 
  I didn't get any feedback, so I would like to have some comments to know
  if it was rejected/forgotten/put aside for now etc.

 multisense is raster code. I think that you should wait for him to
 answer. He's not even on IRC, so he might be travelling.

 Vincent


 --
 Better than sec? Nothing is better than sec when it comes to
 monitoring Big Data applications. Try Boundary one-second
 resolution app monitoring today. Free.
 http://p.sf.net/sfu/Boundary-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] edje multisense

2011-11-06 Thread Vincent Torri

hey

trying to build with multisense, i have to install libremix (as 
multisense needs all its deps...).

my Ubuntu does not have it.

I google a bit and found that:

http://www.metadecks.org/software/remix/

omg, 2004 is when the latest source code is released...

compiling... failed.

At least, there is no problem in adding that multisense new feature just 
before the 1.1 release, as it's not possible to enable it anyway...

Vincent

--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2011-11-06 Thread The Rasterman
On Sun, 6 Nov 2011 08:54:43 +0100 (CET) Vincent Torri vto...@univ-evry.fr
said:

just apply this:

http://yourpaste.net/9568/

 
 hey
 
 trying to build with multisense, i have to install libremix (as 
 multisense needs all its deps...).
 
 my Ubuntu does not have it.
 
 I google a bit and found that:
 
 http://www.metadecks.org/software/remix/
 
 omg, 2004 is when the latest source code is released...
 
 compiling... failed.
 
 At least, there is no problem in adding that multisense new feature just 
 before the 1.1 release, as it's not possible to enable it anyway...
 
 Vincent
 
 --
 RSA(R) Conference 2012
 Save $700 by Nov 18
 Register now
 http://p.sf.net/sfu/rsa-sfdev2dev1
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2011-11-06 Thread Vincent Torri


On Sun, 6 Nov 2011, Carsten Haitzler (The Rasterman) wrote:

 On Sun, 6 Nov 2011 08:54:43 +0100 (CET) Vincent Torri vto...@univ-evry.fr
 said:

 just apply this:

 http://yourpaste.net/9568/

you use the svn code of libremix ?

Vincent



 hey

 trying to build with multisense, i have to install libremix (as
 multisense needs all its deps...).

 my Ubuntu does not have it.

 I google a bit and found that:

 http://www.metadecks.org/software/remix/

 omg, 2004 is when the latest source code is released...

 compiling... failed.

 At least, there is no problem in adding that multisense new feature just
 before the 1.1 release, as it's not possible to enable it anyway...

 Vincent

 --
 RSA(R) Conference 2012
 Save $700 by Nov 18
 Register now
 http://p.sf.net/sfu/rsa-sfdev2dev1
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



 -- 
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com



--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje multisense

2011-11-06 Thread The Rasterman
On Sun, 6 Nov 2011 10:39:20 +0100 (CET) Vincent Torri vto...@univ-evry.fr
said:

 
 
 On Sun, 6 Nov 2011, Carsten Haitzler (The Rasterman) wrote:
 
  On Sun, 6 Nov 2011 08:54:43 +0100 (CET) Vincent Torri vto...@univ-evry.fr
  said:
 
  just apply this:
 
  http://yourpaste.net/9568/
 
 you use the svn code of libremix ?

yes. same as the git tree.

 Vincent
 
 
 
  hey
 
  trying to build with multisense, i have to install libremix (as
  multisense needs all its deps...).
 
  my Ubuntu does not have it.
 
  I google a bit and found that:
 
  http://www.metadecks.org/software/remix/
 
  omg, 2004 is when the latest source code is released...
 
  compiling... failed.
 
  At least, there is no problem in adding that multisense new feature just
  before the 1.1 release, as it's not possible to enable it anyway...
 
  Vincent
 
  --
  RSA(R) Conference 2012
  Save $700 by Nov 18
  Register now
  http://p.sf.net/sfu/rsa-sfdev2dev1
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 
  -- 
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel