[E-devel] widget concept: elm_viewedit discussion

2011-11-04 Thread SHILPAONKAR SINGH

Hi All,

There is a plan to make elm_viewedit widget.  
The concept of this widget is shifting between light weight viewable widget to 
heavy weight editor widget 
basically for performance optimization.   
If a screen has to be launched with multiple heavy weight editing widgets [ 
like elm_entry,  elm_slider, elm_colorselector etc:]
it may slow down launching time.
Instead launch a screen with viewer widgets [ TEXT parts, elm_label etc:- ] and 
only when these widgets are focused replace them with editor widget 
and when unfocused replace them back with viewer widget. This will help reduce 
launching time of an application.
 
and also there is no need to create multiple editor widgets. Single editor 
widget can be reused [singleton].
for e.g.: same entry widget can be reused throughout the screen or app.  For 
e.g.:  if 10 entry widgets are required per screen, only one widget can be 
created instead of 10 and reused throughout based on which viewer is focused. 

This widget will be based on class concept,  a viewer class and an editor 
class. Application will need to implement the interfaces like viewer/editor 
get, data get and data set
so that any widget can be used as viewer/editor.

Default viewer/editor classes  also can be provided which application can use 
for common set of widgets. these default classes will reduce alot of 
application code.

For eg:
Viewer : TEXT Editor: slider [ to select a range of values  once selected use 
the selected value and update text part]
Viewer: TEXTBLOCK/LABEL Editor: elm_entry [ user edits the text and once 
editing is complete label widget is updated with current edited text ]
Viewer: Color Retangle Editor: Elm_colorselector [ select color once done 
update the color rectangle with selected color ]
 
Viewer widgets can be small occupy less space where as editor widgets can be 
large, using this concept even screen space can 
be optimized.

Please let us know your opinion regarding this widget concept and design.

Thanks  Regards
Shilpa Singh

--- Original Message ---
Sender : SHILPAONKAR SINGHshilpa.si...@samsung.com Lead Engineer/SISO-Linux 
Platform Lab/Samsung Electronics
Date : Nov 03, 2011 15:46 (GMT+09:00)
Title : [E-devel] elm_colorselector patch - edje objects replaced by button 
object


Hi All,

Please find attached elm_colorselector patch.
In this patch edje objects used for button functionality are replaced by button 
widgets.
and button widget's clicked event and repeated event is used instead of edje
object's mouse down event and timers[for auto repeat functionality].
theme hook is also modified to make color selector fully themeable.
?
Change Description
Elm_colorselector: 1. Color change on clicked instead of mouse down.
2. Edje objects (left/right button) are replaced by button objects. 
?
Thanks  Regards
Shilpa Singh
--
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] E SVN: raster IN trunk/edje: . data/include doc src src/bin src/examples src/lib src/modules src/modules/alsa_snd_player src/modules/eet_snd_reader src/modules/multisense_factory

2011-11-04 Thread Mike Blumenkrantz
On Fri,  4 Nov 2011 05:18:13 -0700
Enlightenment SVN no-re...@enlightenment.org wrote:

 Log:
 From: Prince Kumar Dubey prince.du...@samsung.com
   From: Govindaraju S M govi...@samsung.com
   Subject: edje multisense patch for sound sample, tone and haptic play
   
   ... This is the beginning of sound (and haptic) support in Edje - it
   works, but only at certain basic sample playback levels. more will come.
   
   
 
 Author:   raster
 Date: 2011-11-04 05:18:13 -0700 (Fri, 04 Nov 2011)
 New Revision: 64731
 Trac: http://trac.enlightenment.org/e/changeset/64731
 
 Added:
   trunk/edje/src/bin/edje_multisense_convert.c
 trunk/edje/src/bin/edje_multisense_convert.h
 trunk/edje/src/examples/multisense.edc trunk/edje/src/lib/edje_multisense.c
 trunk/edje/src/modules/ trunk/edje/src/modules/Makefile.am
 trunk/edje/src/modules/alsa_snd_player/
 trunk/edje/src/modules/alsa_snd_player/Makefile.am
 trunk/edje/src/modules/alsa_snd_player/alsa_snd_player.c
 trunk/edje/src/modules/eet_snd_reader/
 trunk/edje/src/modules/eet_snd_reader/Makefile.am
 trunk/edje/src/modules/eet_snd_reader/eet_snd_reader.c
 trunk/edje/src/modules/multisense_factory/
 trunk/edje/src/modules/multisense_factory/Makefile.am
 trunk/edje/src/modules/multisense_factory/multisense_factory.c Modified:
 trunk/edje/AUTHORS trunk/edje/configure.ac trunk/edje/data/include/edje.inc
 trunk/edje/doc/examples.dox trunk/edje/src/Makefile.am
 trunk/edje/src/bin/Makefile.am trunk/edje/src/bin/edje_cc.c
 trunk/edje/src/bin/edje_cc.h trunk/edje/src/bin/edje_cc_handlers.c
 trunk/edje/src/bin/edje_cc_out.c trunk/edje/src/bin/edje_decc.c
 trunk/edje/src/examples/Makefile.am trunk/edje/src/lib/Edje.h
 trunk/edje/src/lib/Makefile.am trunk/edje/src/lib/edje_data.c
 trunk/edje/src/lib/edje_embryo.c trunk/edje/src/lib/edje_load.c
 trunk/edje/src/lib/edje_main.c trunk/edje/src/lib/edje_module.c
 trunk/edje/src/lib/edje_private.h trunk/edje/src/lib/edje_program.c 
 
...really?

-- 
Mike Blumenkrantz
Zentific: Doctor recommended, mother approved.

--
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] E SVN: sanjeev trunk/e_dbus/src/lib/dbus

2011-11-04 Thread Mike Blumenkrantz
On Fri,  4 Nov 2011 05:12:40 -0700
Enlightenment SVN no-re...@enlightenment.org wrote:

 Log:
 Add a getter for DBusConnection pointer from E_DBus_Connection.
 
 Author:   sanjeev
 Date: 2011-11-04 05:12:40 -0700 (Fri, 04 Nov 2011)
 New Revision: 64728
 Trac: http://trac.enlightenment.org/e/changeset/64728
 
 Modified:
   trunk/e_dbus/src/lib/dbus/E_DBus.h
 trunk/e_dbus/src/lib/dbus/e_dbus_object.c 
Your doxygen is wrong, you didn't add @since, you didn't update the Changelog,
and your formatting does not follow EFL conventions.

Please take more care in your commits.
-- 
Mike Blumenkrantz
Zentific: Doctor recommended, mother approved.

--
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] E SVN: sanjeev trunk/e_dbus/src/lib/dbus

2011-11-04 Thread Lucas De Marchi
On Fri, Nov 4, 2011 at 10:37 AM, Mike Blumenkrantz m...@zentific.com wrote:
 On Fri,  4 Nov 2011 05:12:40 -0700
 Enlightenment SVN no-re...@enlightenment.org wrote:

 Log:
 Add a getter for DBusConnection pointer from E_DBus_Connection.

 Author:       sanjeev
 Date:         2011-11-04 05:12:40 -0700 (Fri, 04 Nov 2011)
 New Revision: 64728
 Trac:         http://trac.enlightenment.org/e/changeset/64728

 Modified:
   trunk/e_dbus/src/lib/dbus/E_DBus.h
 trunk/e_dbus/src/lib/dbus/e_dbus_object.c
 Your doxygen is wrong, you didn't add @since, you didn't update the Changelog,
 and your formatting does not follow EFL conventions.

And... this is the function
e_dbus_connection_dbus_connection_get(E_DBus_Connection *conn),
which is internal and shouldn't be exported. Why are you exporting it?


Lucas De Marchi

--
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] E SVN: sanjeev trunk/e_dbus/src/lib/dbus

2011-11-04 Thread Mike Blumenkrantz
On Fri, 4 Nov 2011 11:17:40 -0200
Lucas De Marchi lucas.demar...@profusion.mobi wrote:

 On Fri, Nov 4, 2011 at 10:37 AM, Mike Blumenkrantz m...@zentific.com wrote:
  On Fri,  4 Nov 2011 05:12:40 -0700
  Enlightenment SVN no-re...@enlightenment.org wrote:
 
  Log:
  Add a getter for DBusConnection pointer from E_DBus_Connection.
 
  Author:       sanjeev
  Date:         2011-11-04 05:12:40 -0700 (Fri, 04 Nov 2011)
  New Revision: 64728
  Trac:         http://trac.enlightenment.org/e/changeset/64728
 
  Modified:
    trunk/e_dbus/src/lib/dbus/E_DBus.h
  trunk/e_dbus/src/lib/dbus/e_dbus_object.c
  Your doxygen is wrong, you didn't add @since, you didn't update the
  Changelog, and your formatting does not follow EFL conventions.
 
 And... this is the function
 e_dbus_connection_dbus_connection_get(E_DBus_Connection *conn),
 which is internal and shouldn't be exported. Why are you exporting it?
 
 
 Lucas De Marchi
 
He claimed he needed it for some v8 nonsense so I said okay.

-- 
Mike Blumenkrantz
Zentific: Doctor recommended, mother approved.

--
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] E-MODULES-EXTRA cleanup session

2011-11-04 Thread Brian 'morlenxus' Miculcy
On 10/30/2011 03:16 PM, Tom Hacohen wrote:
 Hey all,

 I want to delete (mark as deprecated?) all the broken/deprecated modules
 there. Users often try to use them and this just causes havoc (just go
 to trac/community forums to see if you don't believe me).

 Here's a list of the major culprits:

 calendar - delete, implemented in clock.
 exalt-client - is there anyone using this and not connman?
 exebuf - isn't that deprecated by everything?
 forecasts, eweather, weather - is any of them deprecated? are they the
 same/overlap too much?
 itask-ng - can delete the dir, I guess...
 language - works for q66, broken for me, q66 claims to introduce a new
 version tonight (xkbswitch) we'll take his word for it. :)
 mail - does it work?
 news - does it segfault all the time or is it usable?
 screenshot - deprecated by the e shot module?
 slideshow - unstable?
 taskbar/
 tclock - deprecated by default clock.
 tiling, e-tiling: do we need both?
 wlan - wth is that? can that be removed?


 What do you guys think? What can I remove?

 --
 Tom.

 --
 Get your Android app more play: Bring it to the BlackBerry PlayBook
 in minutes. BlackBerry App World#153; now supports Android#153; Apps
 for the BlackBerryreg; PlayBook#153;. Discover just how easy and simple
 it is! http://p.sf.net/sfu/android-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
I suggest putting eooorg on that list, it isn't finished, wasn't 
maintained since a while and also it doesn't func correct.

--
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] E SVN: sanjeev trunk/e_dbus/src/lib/dbus

2011-11-04 Thread Sanjeev B.A.
Mike Z,
I did not notice the API mentioned by Lucas. It would be sufficient to
export that one. I can revert the commit that I made and change elev8 to
use the existing API.

Lucas,
I am trying to write dbus support for elev8 and for introspection (sync) I
need to use libdbus API.
(I am using both e_dbus and libdbus API in the implementation.)

libdbus API needs DBusConnection and hence I need to export it.

Regards,
Sanjeev

On Fri, Nov 4, 2011 at 10:24 PM, Mike Blumenkrantz m...@zentific.comwrote:

 On Fri, 4 Nov 2011 11:17:40 -0200
 Lucas De Marchi lucas.demar...@profusion.mobi wrote:

  On Fri, Nov 4, 2011 at 10:37 AM, Mike Blumenkrantz m...@zentific.com
 wrote:
   On Fri,  4 Nov 2011 05:12:40 -0700
   Enlightenment SVN no-re...@enlightenment.org wrote:
  
   Log:
   Add a getter for DBusConnection pointer from E_DBus_Connection.
  
   Author:   sanjeev
   Date: 2011-11-04 05:12:40 -0700 (Fri, 04 Nov 2011)
   New Revision: 64728
   Trac: http://trac.enlightenment.org/e/changeset/64728
  
   Modified:
 trunk/e_dbus/src/lib/dbus/E_DBus.h
   trunk/e_dbus/src/lib/dbus/e_dbus_object.c
   Your doxygen is wrong, you didn't add @since, you didn't update the
   Changelog, and your formatting does not follow EFL conventions.
 
  And... this is the function
  e_dbus_connection_dbus_connection_get(E_DBus_Connection *conn),
  which is internal and shouldn't be exported. Why are you exporting it?
 
 
  Lucas De Marchi
 
 He claimed he needed it for some v8 nonsense so I said okay.

 --
 Mike Blumenkrantz
 Zentific: Doctor recommended, mother approved.


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

--
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] Ecore_processing mtdev events

2011-11-04 Thread HariHara Sudhan
As you Said ecore process all the events, and passes on to evas.
In evas at two points events are filtered.

1. evas_event_feed_multi_move()
2.evas_object_event_callback_call()

in evas_object_event_calback_call the if(obj-callbacks) fail for
events two consecutive events at same time.
only one of them returns value the other one returns NULL.

in evas_event_feed_multi_move(), the if condition to check for
checking objects in position,visibility and etc fails for several
events.

i'm not able to find why the condition fails in both these points.
Is the reason due to pouring events for the same timestamp?
any possible solutions?


thanks in advance

Regards
HariHaraSudhan

On Fri, Nov 4, 2011 at 4:58 AM, Carsten Haitzler ras...@rasterman.com wrote:
 On Thu, 3 Nov 2011 19:36:11 +0530 HariHara Sudhan h...@emo2.com said:

 Mouse gives events on a minimum of 8ms gap, but i get 2-3 touch events
 within a ms.
 So that is a lot of events.
 But some events generated on ecore side, which are pushed into event
 queue using _ecore_mouse_move are not reflected as evas_callbacks.
 Some times it generates 3-4 events on ecore side but i get only one
 callback on evas side.
 here is the sample


 evas id=2 x=578 y=66
 eCore id=2 x=577 y=66

 evas id=2 x=577 y=66
 eCore id=2 x=577 y=65
 eCore id=2 x=578 y=65

 evas id=2 x=577 y=65

 evas id=2 x=578 y=65
 eCore id=1 x=153 y=50
 eCore id=1 x=153 y=51

 evas id=1 x=153 y=51
 eCore id=2 x=578 y=64
 eCore id=1 x=153 y=52
 eCore id=2 x=578 y=65
 eCore id=1 x=153 y=53
 eCore id=2 x=579 y=65
 eCore id=1 x=153 y=54
 eCore id=2 x=579 y=66
 eCore id=2 x=579 y=67

 evas id=2 x=579 y=67
 eCore id=1 x=153 y=55
 eCore id=2 x=580 y=67
 eCore id=1 x=153 y=56
 eCore id=1 x=153 y=57
 eCore id=1 x=152 y=57
 eCore id=2 x=580 y=68
 eCore id=2 x=581 y=68


 this is where my problem is,a lot of ecore events are generated but on
 eas side i get only few.

 I couldn't find why some events are not reflected in evas_callbacks.

 is there a way to process the touch events as a seperate thread in
 ecore_event_procesing? or any other solution for this problem?

 threads have nothing to do with this other than complicating things. they 
 don't
 solve anything, and won't. (unless u are spending large amounts of cpu just
 handling the input event stream and making ecore events out of it).  so you 
 get
 ecore events - fine, but evas isnt calling back for all events... that
 shouldn't happen (unless position hasn't changed etc.)

 Regards
 HariHaraSudhan

 On Thu, Nov 3, 2011 at 6:34 PM, HariHara Sudhan h...@emo2.com wrote:
  Sent from my Windows Phone
  From: Carsten Haitzler
  Sent: 11/3/2011 4:20 PM
  To: Enlightenment developer list
  Cc: HariHara Sudhan
  Subject: Re: [E-devel] Ecore_processing mtdev events
  On Wed, 2 Nov 2011 19:38:09 +0530 HariHara Sudhan h...@emo2.com said:
 
  Hi all,
  I've lately added mtdev to receive touch events and process them as
  ecore mouse events( as mpx).
  i get the window id by the original mouse movements and use that id
  for passing touch events for that window.
 
  i get the slot id from mtdev. Passing the slot id(starting from 1)
  makes ecore think it as mpx style events and the callbacks for single
  finger touch are also working fine. But when using two or more fingers
  lots of events are generated. When getting data from callback of
  EVAS_CALLBACK_MULTI_MOVE, lot of touch move events aren't properly
  received for both the touch points.
 
  I'm not sure why some events are discarded when using two or more
  fingers,but i think it might be discarded due to ecore queue overflow.
 
  now i'm thinking of having a separate queue in ecore just to process
  the touch events and thread them so that both touch and other events
  gets processed in time.
  Does anyone know what the reason for discarding of events might be??
  if possible can anyone get me a solution for this problem too.
 
  Thanks in advance!
 
  hmm - the intent is u get an event whenever either one of the points 
  touched
  reports a movement - thats the intention. yes- you may get a lot of events.
  that depends on the hardware and xorg itself. as such ecore doesnt discard
  events as it has no fixed size buffer - it won't overflow. it will pass on
  all events. it only avoids generating events for the same touch point.
 
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)    ras...@rasterman.com
 



 --
 Regards
 HariHaraSudhan



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





-- 
Regards
HariHaraSudhan

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

[E-devel] [Patch] Urgent review needed: sound support for Eina_List

2011-11-04 Thread Mike Blumenkrantz
Hi,

Attached is a patch which I have been working on for several months: sound for
Eina_List. Features include:

*Asynchronous playback
*Synchronous playback
*Multisampling
*Gapless playback
*Generation of lists from sounds
*GStreamer integration in order to support a broad variety of formats
*Initial support for DJ effects (crossfade, loop, scratch, more to come)
*Modular output architecture (ALSA and OSS right now, though ALSA is a little
  hacky)

I had finished this some time ago, but forgot about it until I was reminded by
the recent edje sound features. Please review it ASAP, as I have applications
which will require it to be present in the 1.1 release.

Thanks in advance!
-- 
Mike Blumenkrantz
Zentific: Doctor recommended, mother approved.
tß2”®šãÕ£ƒÕ¼}О*Mlxÿڇ€•:}àõ°Ù
K;UŽÈÏþ€óe]vT5RFSá羉ßx‰îº×ÿÞÁ°c×û›J
É'â°è¡]v¡¬*¾¿_¼%ìb«Ò/í£V¼è:ûIoá‹ÆÄóšwÔ ·*Û‘ñëRPµB”þL,â,ý)œL  
–Úë€5ú{™d烵ö‚~T²t~Ób¶9#òÅã'xa,ö 
H¾w.(ÝÝHõFUùQ½Ïˆ@Ïv`smê×)Þ·€,4ä§Kꑯ|
­ŠÁ`|@^2    
â3Š¾ªlzŒ:akˆÕîíÛGVGeOç%t¾²ð\֓gˆûjÀÛWB°¬ä.‘Ø„PÖì:½W)r’cuEw•î3ì
gËëÎáÕÀ–æÓb¹ßŸ”h»™4ð’ëŽÌÙí‰ÑQšâ#¸–cŸ³õ¾Ý(SëýTÍâ
sç@Z‡y1Á(xñyÚö+Rö•¦E%[6ÆcuOŽ]¶œókG\~J…ªz ôyÞõ\7™TÓm~ʹ€¹ˆbŽ£µ¿HÛ}¡Çà‰Ê`VÏLÚÛ[ÀÏAØE,
‰{ó}à•§Ô)xkH|òÅ­Ùá1'uU‰‰Ž\a+ãKFt5Üâ©Ä‹æz$ÌÊS1Ù†åXÉk=Žãö^=°®¡ÁfinlÁ‰ƒ$

ìžÒ­¦vlÛ_º‘3ÉÂ6\žTW³Ù¹!N¹Ê#‰ÓŒ\ƒ.Žs˲)w[Ԉ+ù™-ò˜ò+pN¿U:I`T½ë]m'b@€+ÀªYהŠù«3Óc'‡“û2,„jù%ÏÞð½×ÔtõØP†ö”ïÇ¥¤*êà-˜a…Ìú'à†M0Ǘ¿ð!J`Vg¤
  
ê—SoZ6è”ÚG¦ÏwKI…²·ùH×ÜçøD’4ß«¢È¹f9قÌGvö؟´Ì4㕐_¬xjÔ¸ñIOtœ‰Dƒjõ¶—t#ÔVβÂfq,+\õ¸n bù5«w²Rltv¨=ì€-u[׫öÚSÚ
mAxy£™æe¼ ¼jٗ璪Q™§´7~%7ù÷mþŠyíŽÔƒÐíí‹
M+C ž\å2—½È´Ck¯ƒ–táåüëµd,øpâ_f£Wk^ªÁ­øe±}÷É;¨ð¦Öہ¥Äö_.´¼VÜú:Æú­JŠš±ðñÜ.ðj¢éÄF4à?®ÞH

]xÒßFŠSÕ~€ƒiÍlŠÝDíã:E%]Dƒ#Ô­ŠÊ¦qâD仔4‘y”4°Ò™Þue¢w'Z^Áú²þZ3ºz'³Žþð{+àdç÷ÉÛ`C5˜(Q±5R€€ ‰Ó$¤c\èºå‡»KòöÙ0O»%ýÔ9!0\wžêÄlm¹/(dRʗ°$ÐlŒK•müѼ£
º(iÕ* 
ñ,Ðä}{ÜP(ˆ9ÐÕc?BÙØ.ÝGÍê€{°JµjéØÖ»Íþ¤°,úM:™˜óR|(³‰Af:ìJ¢ë隰¬KÓ¼+@†½E‘þnÕÎs×6¯bˆå@òÅցWÇýšÛ3aP;tß)w#T©[MdÝÚıÁî;¯ÜÝy±o7ÿé]Q²™®ÍٍŠ_ŽY$·+¾gè%¾±†¦tsLçÖ#%
‡ÀÔ8ƪ,=H¥8©ÆŒc-pP“î2ñT4m5¾Vê´#÷‘=8ñ »înÅñ­~
L¢Ž®žJP• ¨ò˜çùÞC(2Z㗈 à=¹   '¢geµÙs1°††ŸþN눽iñlH1/ˆ©=(+åC¯Ô¼
ƵሖNòø*9Z`ãYÓïÎiÒúÝÙÉ¡'ø_|¦òÄמ£‡â±ëÙi   bÜÖ1Ý-ëW`„óhV$5üÝ$Lú΢Ï
öétíCz£ž,Qa{˜p^³m+–´Êk;‡ÂØMŸ½«ý‘ØV÷xOɂ7¡Á8×ãÌ)M:nAƒî¤í(ÇF\
({p€—Ī+uºþ¤î AÏùHÏÜzû?fD¿È—¥æ5òÛÿ 
‹ò²%ÈcëR~±MpK.“3DTUô-ìé^Üyb¯J :æÉ,Õ¯ç^kCƜ‚\`ášfÁs2ˆãq2À?Ù*6U*³!uFD-¿×í௦$ìBͻ،¸*‡ààήZ…
   ¹_$¦@Ãn(m…‹Ü 
ÊÞĊÜ/¿Hä–ÿ¶6EÍδaˆ²V;}¾@bÝ#3—)Ё±§T¨`.Œg®!¢[Üõ1=ÀÎÿEªç2¡fƒLýÂnÁÿOúWbxåJQVêÂÂ+¤¿`dÝh!¬(CՍ9À³`•{·—uMì±N:Á#ÓâƒõÆb±ÀdKmÌ}WFó
8³ý0\ÀíksWQý¯
•IŠ„Ï3«yúG¶Ðð å;3L Þ\wȘxÀÓ{f¥,í/
ñƒzŒ.R˜]L™ÔwFôGæÊ=sŠì5#¾kžûìÇžZ½l/­·¾Z”¡4_½qx豀é]4dF/¹ÄYp48þ°Îv—ÿ5klÆ»#,ÐØzÑ`óùÅkÌÎÀša÷p×zŸv¬
 Y´äºI49ùX·Nì'[ìT¸Ø¶[]^˜‰lÛyK…®8,ÁÓ®ˆÐýÉ»Õ÷ëcQ…”×™^˜Ÿ¦rám¢q臭qÚEˆê½÷Ô$
/-]–ÙMµØ
gõ—_K½„„+ N]ZŽ½n1«ÛW“ézÝÌ¡aâÊÅñœD
~½Cëô¢¡ãèÖ=Á»µÇPó|IˆçWìE_0±ú^ñû?ӈºøk¯­¿­ÒÆ 7Þ-šŠ–­¹Ïwċ2¥,jµÞ…üÆÛ 
ùè¤1Iΰ¥­†Á¯ÂV)™ÑѤ°Òà?3®@ÌíºHªi´–û]QêT!»,úiŒ±MeS¹¡²ÓÕqWY€êÓ@½ûåŎ  
ÐóÃUë‚.’ð¿×mNÿ·©i N’U}r¼.¢rÐ1—Ï'Ý©1Óߔ@‘ZvSz¨Öš…õo
r   ÈFٸݬúS5·Õ’Jå»NÐÏö½´ŠkËtÕUÆ%§ø`¦ÔEcu„†`CP
þN]6¹O2ºpÚFë×ÀúOnéiÀâë’Ëm‡5s]S-–ɤòÅrK¯ºñ
”üFXÀÅ­âw¹%WðúÆn¸Ó!X°=îHkŠI=IçpW­á$•Šå.ÀɾQBǨ’3ë©­ß²ïúÁ1¦’ÍMäí0T8ëhÄln»fûNð_`Ó{Ìê§g£p2Ynq%QYóÿIt²baºL·àa`ƒ€Í¤†ÃhŒ;©é¼›ÊµÐ
  /sbŠ¯ä·Un‡ßÙñÉ@—òð#q…ýaå§(2Çß3vÇWZ»lÿ¸Ìx§·T”âxûâ‰ù6ԅN¼V»žéˆè7ó
 ZQtˆèÓÐÙÛ]S”ߤWk®µPˁŒ+Œu*¥Œñ½3í 
þ¢ûXH˜Ù6kå@Ã'ˆŸÂSM
[÷NZ¦¤Ø|ú¦ÅŸßR¬`7-z×[×f/½émâu~ÂÚÊÆÓÆáoßH_8Ÿ¼Ij¤œ0JŽÕø#/iþrëÞ ‚fê×ãÎØ+Á“F:Å2BDtÉRrþe
Úª¹ïÃë4ÃÔj¡O½\ý.ÐvýŠyuD£êµÆ¶•oŒÐ
hÝþÅC„BÔ',ÓpI¥Û:Œ¿®̞vD¯Ä^ð¡wbÆe°ßÕ|9¯g¼B9d¤•XäÎoc“Ôé!Î݅Xö©=›äú%WVq{…àÓªÆjýv¦Çh›‘n¼«,G
ù¦'p,˜1—sý#ò`A;wìëb`šï¶†°z%°‚ûpñæ6C©â²L
‚©mMu¥Úƒ°nìÕ¦]q [ð©dÅÃyxLߞMúþ¾5ߚƒí)íðÈËÉ
™ÛýV=›_Ñԓ`î´$“Úòôü«w]ûÒ÷SܦÌz`þ‡¿ØïDi5ß6ªTù~yû(e‘QZÞYbU«á'i£“+˜(VgF.òòϨŸ_/¥Á¨~¤Ú7֞ü£¾ùÖk4À¼úÌ-ÌÑ$Èë]ﮧݼió!tIïD2’)YžÒ±„Xó%î§X*¼%zÓëÅÀc¥hx
ì¦7zFHÍ䋹lòâ
éädBi:~U….3ŒŸ˜½˜Ì‹œ…k„^(¥÷ß6¨,ŽÃí~`âý÷)³£ùéxf…
duÏ¥Sbý6ŠomÌåF4iY͖+È@fˆ]ðr`ºiš˜êŸy#
xAG@áM/S¢nûŒ¨bÚ¹—{€ûª­Y:1ïp
4È)›LVcIȃŒáÌvp¤¸éeŒpç·íHTÔ
1•
3H
ê=˜ä¤¶$È+®`1Z֏Vi€çÅö×JÅÛ
C%¥ŒÈ‘ÆÞÙ­0Ñ03t2チemùmEBêcRDv)Åée…H;-1ÜK[ægÀç¥(“Žc©q»·nf\gßmz,©¸ÐÕJ‹å*»õÌ%~B+ð.1
îtt‡=ëpñk/̗K6O9·F÷õ¯I+U»E¹
V¾ÎQ!sàcœ%ÕNWõž¾ˆV“[*ïØ9'K1¸›ú|ÁÚs:^ždB{êü‡  Ø
qíºÁPß|œæÒR÷ÄafÌa.ËÞw»ÔÝ
CÌWM¤òÑ Of•/XtF};¸
+ɗÆ_ð+//ȗ_„éqû§†¼áä½e6ùfüÁ™â9¤«÷ÌóÌfVhš,ˆ4gB¥µˆñºË[ë—?í°%›` Ï²ž¢ÒÒýUÿ·I¸éF”CW
™8rVJþÖÀz­½œúÛ°U»‹¨†-à¨w_  ×w_ø_ø'FïÔô¬ˆë¬ ‡Q­{5ٌ¼Ü;×sÏ'c  
YÞ Œ¤ú±NxFÙº¶žÖ¥Ë=¼@[iÆÕ¤\o“‚-ìL¼½Ä·iÏô¨O
€E°€3Ll 9œ
Œºg$Y˜¶KÅù’á“!…º˜Ó6ü!Æ\rÕ(C«Aù 
@µË–jkOŠÜT2¢V®Ò¬}•ŽFή·Ø.¦,Jßûµ4‡0“ŠM³Ïî¼?åk)QëðÑˬrÏhÕ-ð(Pðx¤³IÃÜ卪ùªìϳ÷*§YP{(¸-¼MosCì¥NŒžEêÑidžÛºŽBÛ´N².Лì!_û-\Õ?…

Re: [E-devel] [Patch] Urgent review needed: sound support for Eina_List

2011-11-04 Thread Vincent Torri

strange, we are not April the 1st...

On Fri, 4 Nov 2011, Mike Blumenkrantz wrote:

 Hi,

 Attached is a patch which I have been working on for several months: sound for
 Eina_List. Features include:

 *Asynchronous playback
 *Synchronous playback
 *Multisampling
 *Gapless playback
 *Generation of lists from sounds
 *GStreamer integration in order to support a broad variety of formats
 *Initial support for DJ effects (crossfade, loop, scratch, more to come)
 *Modular output architecture (ALSA and OSS right now, though ALSA is a little
  hacky)

 I had finished this some time ago, but forgot about it until I was reminded by
 the recent edje sound features. Please review it ASAP, as I have applications
 which will require it to be present in the 1.1 release.

 Thanks in advance!
 -- 
 Mike Blumenkrantz
 Zentific: Doctor recommended, mother approved.


--
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] [Patch] Urgent review needed: sound support for Eina_List

2011-11-04 Thread Sachiel
2011/11/4 Vincent Torri vto...@univ-evry.fr:

 strange, we are not April the 1st...


That should tell you this is no joke.

 On Fri, 4 Nov 2011, Mike Blumenkrantz wrote:

 Hi,

 Attached is a patch which I have been working on for several months: sound 
 for
 Eina_List. Features include:

 *Asynchronous playback
 *Synchronous playback
 *Multisampling
 *Gapless playback
 *Generation of lists from sounds
 *GStreamer integration in order to support a broad variety of formats
 *Initial support for DJ effects (crossfade, loop, scratch, more to come)
 *Modular output architecture (ALSA and OSS right now, though ALSA is a little
                              hacky)

 I had finished this some time ago, but forgot about it until I was reminded 
 by
 the recent edje sound features. Please review it ASAP, as I have applications
 which will require it to be present in the 1.1 release.

 Thanks in advance!
 --
 Mike Blumenkrantz
 Zentific: Doctor recommended, mother approved.


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


--
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] [Patch] Urgent review needed: sound support for Eina_List

2011-11-04 Thread Vincent Torri



On Fri, 4 Nov 2011, Iván Briano (Sachiel) wrote:


2011/11/4 Vincent Torri vto...@univ-evry.fr:


strange, we are not April the 1st...



That should tell you this is no joke.


the patch is then a joke :) Did you read it ?

Vincent




On Fri, 4 Nov 2011, Mike Blumenkrantz wrote:


Hi,

Attached is a patch which I have been working on for several months: sound for
Eina_List. Features include:

*Asynchronous playback
*Synchronous playback
*Multisampling
*Gapless playback
*Generation of lists from sounds
*GStreamer integration in order to support a broad variety of formats
*Initial support for DJ effects (crossfade, loop, scratch, more to come)
*Modular output architecture (ALSA and OSS right now, though ALSA is a little
                             hacky)

I had finished this some time ago, but forgot about it until I was reminded by
the recent edje sound features. Please review it ASAP, as I have applications
which will require it to be present in the 1.1 release.

Thanks in advance!
--
Mike Blumenkrantz
Zentific: Doctor recommended, mother approved.



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



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

--
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] [Patch] Urgent review needed: sound support for Eina_List

2011-11-04 Thread Sachiel
2011/11/4 Vincent Torri vto...@univ-evry.fr:


 On Fri, 4 Nov 2011, Iván Briano (Sachiel) wrote:

 2011/11/4 Vincent Torri vto...@univ-evry.fr:

 strange, we are not April the 1st...


 That should tell you this is no joke.

 the patch is then a joke :) Did you read it ?


Maybe something got corrupted. I guess we'll have to fix
it during the weekend.

 Vincent


 On Fri, 4 Nov 2011, Mike Blumenkrantz wrote:

 Hi,

 Attached is a patch which I have been working on for several months:
 sound for
 Eina_List. Features include:

 *Asynchronous playback
 *Synchronous playback
 *Multisampling
 *Gapless playback
 *Generation of lists from sounds
 *GStreamer integration in order to support a broad variety of formats
 *Initial support for DJ effects (crossfade, loop, scratch, more to come)
 *Modular output architecture (ALSA and OSS right now, though ALSA is a
 little
                              hacky)

 I had finished this some time ago, but forgot about it until I was
 reminded by
 the recent edje sound features. Please review it ASAP, as I have
 applications
 which will require it to be present in the 1.1 release.

 Thanks in advance!
 --
 Mike Blumenkrantz
 Zentific: Doctor recommended, mother approved.



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



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


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



--
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] [Patch] Urgent review needed: sound support for Eina_List

2011-11-04 Thread Hugo Camboulive
*Modular output architecture (ALSA and OSS right now, though ALSA is a
little hacky)

I haven't read (could not, like everyone :P) the patch, but aren't you
reinventing portaudio for that part?

It already supports ALSA, OSS, OSX and Windows. Both synchronous (ie write
audio to fd) and asynchronous (callback) modes.

Having used it I can tell you it's fairly neat



Think of the poor soul who will have to dwelve through the seven hells of
Windows API to implement this :D

On Fri, Nov 4, 2011 at 4:22 PM, Iván Briano (Sachiel) sachi...@gmail.comwrote:

 2011/11/4 Vincent Torri vto...@univ-evry.fr:
 
 
  On Fri, 4 Nov 2011, Iván Briano (Sachiel) wrote:
 
  2011/11/4 Vincent Torri vto...@univ-evry.fr:
 
  strange, we are not April the 1st...
 
 
  That should tell you this is no joke.
 
  the patch is then a joke :) Did you read it ?
 

 Maybe something got corrupted. I guess we'll have to fix
 it during the weekend.

  Vincent
 
 
  On Fri, 4 Nov 2011, Mike Blumenkrantz wrote:
 
  Hi,
 
  Attached is a patch which I have been working on for several months:
  sound for
  Eina_List. Features include:
 
  *Asynchronous playback
  *Synchronous playback
  *Multisampling
  *Gapless playback
  *Generation of lists from sounds
  *GStreamer integration in order to support a broad variety of formats
  *Initial support for DJ effects (crossfade, loop, scratch, more to
 come)
  *Modular output architecture (ALSA and OSS right now, though ALSA is a
  little
   hacky)
 
  I had finished this some time ago, but forgot about it until I was
  reminded by
  the recent edje sound features. Please review it ASAP, as I have
  applications
  which will require it to be present in the 1.1 release.
 
  Thanks in advance!
  --
  Mike Blumenkrantz
  Zentific: Doctor recommended, mother approved.
 
 
 
 
 --
  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
 
 
 
 
 --
  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
 
 
 
 --
  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
 
 


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

--
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] [Patch] Urgent review needed: sound support for Eina_List

2011-11-04 Thread Tom Hacohen
On 04/11/11 17:10, Mike Blumenkrantz wrote:
 Hi,
 
 Attached is a patch which I have been working on for several months: sound for
 Eina_List. Features include:
 
 *Asynchronous playback
 *Synchronous playback
 *Multisampling
 *Gapless playback
 *Generation of lists from sounds
 *GStreamer integration in order to support a broad variety of formats
 *Initial support for DJ effects (crossfade, loop, scratch, more to come)
 *Modular output architecture (ALSA and OSS right now, though ALSA is a little
   hacky)
 
 I had finished this some time ago, but forgot about it until I was reminded by
 the recent edje sound features. Please review it ASAP, as I have applications
 which will require it to be present in the 1.1 release.
 
 Thanks in advance!

Please add it to Eina_Inlist/Eina_Clist as well.

--
Tom.


--
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] [Patch] Urgent review needed: sound support for Eina_List

2011-11-04 Thread Vincent Torri



On Fri, 4 Nov 2011, Hugo Camboulive wrote:


*Modular output architecture (ALSA and OSS right now, though ALSA is a
little hacky)

I haven't read (could not, like everyone :P) the patch, but aren't you
reinventing portaudio for that part?

It already supports ALSA, OSS, OSX and Windows. Both synchronous (ie write
audio to fd) and asynchronous (callback) modes.

Having used it I can tell you it's fairly neat



Think of the poor soul who will have to dwelve through the seven hells of
Windows API to implement this :D


do you know that you can help me improving the Windows port ? :-)

Vincent



On Fri, Nov 4, 2011 at 4:22 PM, Iván Briano (Sachiel) sachi...@gmail.comwrote:


2011/11/4 Vincent Torri vto...@univ-evry.fr:



On Fri, 4 Nov 2011, Iván Briano (Sachiel) wrote:


2011/11/4 Vincent Torri vto...@univ-evry.fr:


strange, we are not April the 1st...



That should tell you this is no joke.


the patch is then a joke :) Did you read it ?



Maybe something got corrupted. I guess we'll have to fix
it during the weekend.


Vincent




On Fri, 4 Nov 2011, Mike Blumenkrantz wrote:


Hi,

Attached is a patch which I have been working on for several months:
sound for
Eina_List. Features include:

*Asynchronous playback
*Synchronous playback
*Multisampling
*Gapless playback
*Generation of lists from sounds
*GStreamer integration in order to support a broad variety of formats
*Initial support for DJ effects (crossfade, loop, scratch, more to

come)

*Modular output architecture (ALSA and OSS right now, though ALSA is a
little
 hacky)

I had finished this some time ago, but forgot about it until I was
reminded by
the recent edje sound features. Please review it ASAP, as I have
applications
which will require it to be present in the 1.1 release.

Thanks in advance!
--
Mike Blumenkrantz
Zentific: Doctor recommended, mother approved.






--

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






--

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





--

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





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


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

--
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] [Patch] Urgent review needed: sound support for Eina_List

2011-11-04 Thread Bruno Dilly
On Fri, Nov 4, 2011 at 1:22 PM, Iván Briano (Sachiel)
sachi...@gmail.com wrote:
 2011/11/4 Vincent Torri vto...@univ-evry.fr:


 On Fri, 4 Nov 2011, Iván Briano (Sachiel) wrote:

 2011/11/4 Vincent Torri vto...@univ-evry.fr:

 strange, we are not April the 1st...


 That should tell you this is no joke.

 the patch is then a joke :) Did you read it ?


 Maybe something got corrupted. I guess we'll have to fix
 it during the weekend.

Mike, could you please correct your coding style.
It's a bit hard to follow this.

But anyway, good work. Long time I was waiting for this awesome feature.


 Vincent


 On Fri, 4 Nov 2011, Mike Blumenkrantz wrote:

 Hi,

 Attached is a patch which I have been working on for several months:
 sound for
 Eina_List. Features include:

 *Asynchronous playback
 *Synchronous playback
 *Multisampling
 *Gapless playback
 *Generation of lists from sounds
 *GStreamer integration in order to support a broad variety of formats
 *Initial support for DJ effects (crossfade, loop, scratch, more to come)
 *Modular output architecture (ALSA and OSS right now, though ALSA is a
 little
                              hacky)

 I had finished this some time ago, but forgot about it until I was
 reminded by
 the recent edje sound features. Please review it ASAP, as I have
 applications
 which will require it to be present in the 1.1 release.

 Thanks in advance!
 --
 Mike Blumenkrantz
 Zentific: Doctor recommended, mother approved.



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



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


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



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




-- 
Bruno Dilly
Senior Developer
ProFUSION embedded systems
http://profusion.mobi

--
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] [Patch] Urgent review needed: sound support for Eina_List

2011-11-04 Thread Nicolas Aguirre
2011/11/4 Bruno Dilly bdi...@profusion.mobi:
 On Fri, Nov 4, 2011 at 1:22 PM, Iván Briano (Sachiel)
 sachi...@gmail.com wrote:
 2011/11/4 Vincent Torri vto...@univ-evry.fr:


 On Fri, 4 Nov 2011, Iván Briano (Sachiel) wrote:

 2011/11/4 Vincent Torri vto...@univ-evry.fr:

 strange, we are not April the 1st...


 That should tell you this is no joke.

 the patch is then a joke :) Did you read it ?


 Maybe something got corrupted. I guess we'll have to fix
 it during the weekend.

 Mike, could you please correct your coding style.
 It's a bit hard to follow this.

 But anyway, good work. Long time I was waiting for this awesome feature.


 Vincent


 On Fri, 4 Nov 2011, Mike Blumenkrantz wrote:

 Hi,

 Attached is a patch which I have been working on for several months:
 sound for
 Eina_List. Features include:

 *Asynchronous playback
 *Synchronous playback
 *Multisampling
 *Gapless playback
 *Generation of lists from sounds
 *GStreamer integration in order to support a broad variety of formats
 *Initial support for DJ effects (crossfade, loop, scratch, more to come)
 *Modular output architecture (ALSA and OSS right now, though ALSA is a
 little
                              hacky)

 I had finished this some time ago, but forgot about it until I was
 reminded by
 the recent edje sound features. Please review it ASAP, as I have
 applications
 which will require it to be present in the 1.1 release.

 Thanks in advance!
 --
 Mike Blumenkrantz
 Zentific: Doctor recommended, mother approved.



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



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


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



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




 --
 Bruno Dilly
 Senior Developer
 ProFUSION embedded systems
 http://profusion.mobi

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


You forgot Changelog and @since in the doc.


-- 
Nicolas Aguirre
Mail: aguirre.nico...@gmail.com
Web: http://enna.geexbox.org
Blog: http://dev.enlightenment.fr/~captainigloo/

--
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] E SVN: raster IN trunk/edje/src: bin lib modules/eet_snd_reader

2011-11-04 Thread Vincent Torri


On Fri, 4 Nov 2011, Enlightenment SVN wrote:

 Log:
 fix a few warnings i get on 64bit than didnt pop up on 32, revert edje
  module load api break -back to eina_bool return. add some @sinces even
  if there are no docs.



 Author:   raster
 Date: 2011-11-04 16:19:14 -0700 (Fri, 04 Nov 2011)
 New Revision: 64751
 Trac: http://trac.enlightenment.org/e/changeset/64751

 Modified:
  trunk/edje/src/bin/edje_multisense_convert.c trunk/edje/src/lib/Edje.h 
 trunk/edje/src/lib/edje_module.c trunk/edje/src/lib/edje_multisense.c 
 trunk/edje/src/lib/edje_private.h 
 trunk/edje/src/modules/eet_snd_reader/eet_snd_reader.c

 Modified: trunk/edje/src/bin/edje_multisense_convert.c
 ===
 --- trunk/edje/src/bin/edje_multisense_convert.c  2011-11-04 22:42:41 UTC 
 (rev 64750)
 +++ trunk/edje/src/bin/edje_multisense_convert.c  2011-11-04 23:19:14 UTC 
 (rev 64751)
 @@ -156,7 +156,7 @@
if (ok)
  {
 init_status = FLAC__stream_encoder_init_file(encoder, snd_path, NULL,
 - (void 
 *)(total_samples));
 + (void 
 *)(long)(total_samples));

with such casts, i'll have problems on Windows 64 bits, as on that 
platform, long if 4 bytes long and not 8

Vincent

 if (init_status != FLAC__STREAM_ENCODER_INIT_STATUS_OK)
   {
  ERR(ERROR: unable to initialize FLAC encoder: %s\n,

 Modified: trunk/edje/src/lib/Edje.h
 ===
 --- trunk/edje/src/lib/Edje.h 2011-11-04 22:42:41 UTC (rev 64750)
 +++ trunk/edje/src/lib/Edje.h 2011-11-04 23:19:14 UTC (rev 64751)
 @@ -615,8 +615,8 @@
EDJE_ACTION_TYPE_FOCUS_OBJECT= 10,
EDJE_ACTION_TYPE_PARAM_COPY  = 11,
EDJE_ACTION_TYPE_PARAM_SET   = 12,
 -   EDJE_ACTION_TYPE_SOUND_SAMPLE= 13,
 -   EDJE_ACTION_TYPE_SOUND_TONE  = 14,
 +   EDJE_ACTION_TYPE_SOUND_SAMPLE= 13, /** @since 1.1 */
 +   EDJE_ACTION_TYPE_SOUND_TONE  = 14, /** @since 1.1 */
EDJE_ACTION_TYPE_LAST= 15
 } Edje_Action_Type;

 @@ -3801,7 +3801,7 @@
  */
EAPI const Edje_External_Type   *edje_external_type_get (const 
 char *type_name);

 -   EAPI Eina_Module*edje_module_load(const char 
 *module);
 +   EAPI Eina_Bool   edje_module_load(const char 
 *module);
EAPI const Eina_List*edje_available_modules_get  (void);

/* perspective info for maps inside edje objects */

 Modified: trunk/edje/src/lib/edje_module.c
 ===
 --- trunk/edje/src/lib/edje_module.c  2011-11-04 22:42:41 UTC (rev 64750)
 +++ trunk/edje/src/lib/edje_module.c  2011-11-04 23:19:14 UTC (rev 64751)
 @@ -14,9 +14,16 @@
 # define EDJE_MODULE_NAME module.so
 #endif

 -EAPI Eina_Module *
 +EAPI Eina_Bool
 edje_module_load(const char *module)
 {
 +   if (_edje_module_handle_load(module)) return EINA_TRUE;
 +   return EINA_FALSE;
 +}
 +
 +Eina_Module *
 +_edje_module_handle_load(const char *module)
 +{
const char *path;
Eina_List *l;
Eina_Module *em = NULL;

 Modified: trunk/edje/src/lib/edje_multisense.c
 ===
 --- trunk/edje/src/lib/edje_multisense.c  2011-11-04 22:42:41 UTC (rev 
 64750)
 +++ trunk/edje/src/lib/edje_multisense.c  2011-11-04 23:19:14 UTC (rev 
 64751)
 @@ -88,7 +88,7 @@
else
  strcpy(ms_factory, multisense_factory);

 -   m = edje_module_load(ms_factory);
 +   m = _edje_module_handle_load(ms_factory);
if (!m) goto err;

 #ifdef HAVE_LIBREMIX
 @@ -197,7 +197,7 @@
 edje_remix_tone_create(Multisense_Data *msdata, Edje*ed, Edje_Tone_Action 
 *action)
 {
Edje_Sound_Tone *tone;
 -   RemixSquareTone *square;
 +   RemixSquareTone *square = NULL;
unsigned int i;

if ((!ed) || (!ed-file) || (!ed-file-sound_dir))

 Modified: trunk/edje/src/lib/edje_private.h
 ===
 --- trunk/edje/src/lib/edje_private.h 2011-11-04 22:42:41 UTC (rev 64750)
 +++ trunk/edje/src/lib/edje_private.h 2011-11-04 23:19:14 UTC (rev 64751)
 @@ -1908,8 +1908,9 @@
 void *_edje_external_params_parse(Evas_Object *obj, const Eina_List *params);
 void _edje_external_parsed_params_free(Evas_Object *obj, void *params);

 -EAPI void _edje_module_init();
 -EAPI void _edje_module_shutdown();
 +Eina_Module *_edje_module_handle_load(const char *module);
 +void _edje_module_init();
 +void _edje_module_shutdown();

 static inline Eina_Bool
 edje_program_is_strncmp(const char *str)
 @@ -1936,6 +1937,7 @@
return EINA_TRUE;
 }

 +/* used by edje_cc - private still */
 EAPI void _edje_program_insert(Edje_Part_Collection *ed, Edje_Program *p);
 EAPI void _edje_program_remove(Edje_Part_Collection *ed, Edje_Program *p);


 

Re: [E-devel] [Patch] Urgent review needed: sound support for Eina_List

2011-11-04 Thread Hugo Camboulive
lalala can't hear you lalala

On Fri, Nov 4, 2011 at 4:50 PM, Vincent Torri vto...@univ-evry.fr wrote:



 On Fri, 4 Nov 2011, Hugo Camboulive wrote:

  *Modular output architecture (ALSA and OSS right now, though ALSA is a
 little hacky)

 I haven't read (could not, like everyone :P) the patch, but aren't you
 reinventing portaudio for that part?

 It already supports ALSA, OSS, OSX and Windows. Both synchronous (ie
 write
 audio to fd) and asynchronous (callback) modes.

 Having used it I can tell you it's fairly neat



 Think of the poor soul who will have to dwelve through the seven hells of
 Windows API to implement this :D


 do you know that you can help me improving the Windows port ? :-)

 Vincent



 On Fri, Nov 4, 2011 at 4:22 PM, Iván Briano (Sachiel) sachi...@gmail.com
 wrote:

  2011/11/4 Vincent Torri vto...@univ-evry.fr:



 On Fri, 4 Nov 2011, Iván Briano (Sachiel) wrote:

  2011/11/4 Vincent Torri vto...@univ-evry.fr:


 strange, we are not April the 1st...


 That should tell you this is no joke.


 the patch is then a joke :) Did you read it ?


 Maybe something got corrupted. I guess we'll have to fix
 it during the weekend.

  Vincent


  On Fri, 4 Nov 2011, Mike Blumenkrantz wrote:

  Hi,

 Attached is a patch which I have been working on for several months:
 sound for
 Eina_List. Features include:

 *Asynchronous playback
 *Synchronous playback
 *Multisampling
 *Gapless playback
 *Generation of lists from sounds
 *GStreamer integration in order to support a broad variety of formats
 *Initial support for DJ effects (crossfade, loop, scratch, more to

 come)

 *Modular output architecture (ALSA and OSS right now, though ALSA is a
 little
 hacky)

 I had finished this some time ago, but forgot about it until I was
 reminded by
 the recent edje sound features. Please review it ASAP, as I have
 applications
 which will require it to be present in the 1.1 release.

 Thanks in advance!
 --
 Mike Blumenkrantz
 Zentific: Doctor recommended, mother approved.




  --**--**
 --

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




  --**--**
 --

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



  --**--**
 --

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




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

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



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

Re: [E-devel] E SVN: quaker trunk/E-MODULES-EXTRA/xkbswitch/src

2011-11-04 Thread Mike Blumenkrantz
On Fri,  4 Nov 2011 18:54:58 -0700
Enlightenment SVN no-re...@enlightenment.org wrote:

 Log:
 Much cleaned and more efficient config stuff in xkbswitch.
 
 Author:   quaker
 Date: 2011-11-04 18:54:57 -0700 (Fri, 04 Nov 2011)
 New Revision: 64752
 Trac: http://trac.enlightenment.org/e/changeset/64752
 
 Modified:
   trunk/E-MODULES-EXTRA/xkbswitch/src/e_mod_config.c
 trunk/E-MODULES-EXTRA/xkbswitch/src/e_mod_main.c
 trunk/E-MODULES-EXTRA/xkbswitch/src/e_mod_main.h
 trunk/E-MODULES-EXTRA/xkbswitch/src/e_mod_parse.c 
 
 Modified: trunk/E-MODULES-EXTRA/xkbswitch/src/e_mod_config.c
 ===
 --- trunk/E-MODULES-EXTRA/xkbswitch/src/e_mod_config.c2011-11-04
 23:19:14 UTC (rev 64751) +++
 trunk/E-MODULES-EXTRA/xkbswitch/src/e_mod_config.c2011-11-05 01:54:57
 UTC (rev 64752) @@ -1,13 +1,9 @@ -/*
 - * Configuration dialog handling for XKB Switcher module, sync'd with Eet
 storage.
 - */
 +#include e.h
  
 -#include e.h
  #include e_mod_main.h
  #include e_mod_parse.h
  
 -/* This is automatically typedef'd by E */
 -
 +/* automatically typedef'd by E */
  struct _E_Config_Dialog_Data 
  {
  Evas *evas;
 @@ -18,11 +14,20 @@
  
  /* Local prototypes */
  
 -static void*_create_data (E_Config_Dialog *cfd);
 -static void _free_data   (E_Config_Dialog *cfd, E_Config_Dialog_Data
 *cfdata); -static Evas_Object *_basic_create(E_Config_Dialog *cfd, Evas
 *evas, E_Config_Dialog_Data *cfdata); -static int  _basic_apply
 (E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata); +static void
 *_create_data(E_Config_Dialog *cfd); 
 +static void  _free_data  (
 +E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata
 +);
 +
 +static Evas_Object *_basic_create(
 +E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata
 +);
 +
 +static int _basic_apply(
 +E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata
 +);
 +
  static void _cb_add (void *data, void *data2 __UNUSED__);
  static void _cb_del (void *data, void *data2 __UNUSED__);
  static void _cb_up  (void *data, void *data2 __UNUSED__);
 @@ -36,18 +41,21 @@
  
  static void _fill_used_list(E_Config_Dialog_Data *cfdata);
  
 -/* External Functions */
 +/* Externals */
  
 -E_Config_Dialog *e_xkb_cfg_dialog(E_Container *con, const char *params) 
 +E_Config_Dialog *
 +e_xkb_cfg_dialog(E_Container *con, const char *params) 
  {
  E_Config_Dialog*cfd = NULL;
  E_Config_Dialog_View *v = NULL;
 +
  char buf[4096];
  
 -if (e_config_dialog_find(XKB Switcher,
 keyboard_and_mouse/xkbswitch)) return NULL;
 +if (e_config_dialog_find(XKB Switcher, keyboard_and_mouse/xkbswitch))
 +return NULL;
  
 -v = E_NEW(E_Config_Dialog_View, 1);
 -if (!v) return NULL;
 +if (!(v = E_NEW(E_Config_Dialog_View, 1)))
 +return NULL;
  
  v-create_cfdata= _create_data;
  v-free_cfdata  = _free_data;
 @@ -55,7 +63,11 @@
  v-basic.apply_cfdata   = _basic_apply;
  
  /* Icon in the theme */
 -snprintf(buf, sizeof(buf), %s/e-module-xkbswitch.edj,
 e_xkb_cfg_inst-module-dir);
 +snprintf(
 +buf, sizeof(buf),
 +%s/e-module-xkbswitch.edj,
 +e_xkb_cfg_inst-module-dir
 +);
  
  /* create our config dialog */
  cfd = e_config_dialog_new(
 @@ -73,68 +85,80 @@
  
  /* Locals */
  
 -static void *_create_data(E_Config_Dialog *cfd)
 +static void *
 +_create_data(E_Config_Dialog *cfd)
  {
 -E_Config_Dialog_Data *cfdata = NULL;
 -Eina_List *l;
 -e_xkb_cfg_layout *cfglayout;
 -E_XKB_Layout *layout;
 -E_XKB_Model *model;
 -E_XKB_Variant *variant;
 +E_Config_Dialog_Data *cfdata  = NULL;
 +Eina_List*l   = NULL;
 +E_XKB_Config_Layout  *cl  = NULL;
 +E_XKB_Layout *layout  = NULL;
 +E_XKB_Model  *model   = NULL;
 +E_XKB_Variant*variant = NULL;
  
  cfdata = E_NEW(E_Config_Dialog_Data, 1);
  
 -EINA_LIST_FOREACH(e_xkb_cfg_inst-used_layouts, l, cfglayout)
 +EINA_LIST_FOREACH(e_xkb_cfg_inst-used_layouts, l, cl)
  {
 -Eina_List *node = eina_list_search_unsorted_list(layouts,
 layout_sort_by_name_cb, cfglayout-name);
 +Eina_List *node = eina_list_search_unsorted_list(
 +layouts, layout_sort_by_name_cb, cl-name
 +);
  if (!node) continue;
  
  layout = eina_list_data_get(node);
 +
  /* this is important for load ordering */
 -layouts = eina_list_append(eina_list_remove_list(layouts, node),
 layout);
 +layouts = eina_list_append(
 +eina_list_remove_list(layouts, node), layout
 +);
  
 -model = eina_list_search_unsorted(models, model_sort_by_name_cb,
 cfglayout-model);
 -variant = eina_list_search_unsorted(layout-variants,
 variant_sort_by_name_cb, cfglayout-variant);
 +model = eina_list_search_unsorted(
 +models, model_sort_by_name_cb, cl-model
 + 

Re: [E-devel] Trac - All users account/permissions were deleted, please register.

2011-11-04 Thread P Purkayastha


On Wednesday, November 2, 2011 5:00:27 PM UTC+8, Tom Hacohen wrote:

 Dear all,

 Unfortunately, raster and I discovered today that all the user accounts 
 were deleted. The cause is unknown, but unfortunately that's how things 
 are.

 Please register again and let raster/me know what permissions you had 
 and we'll grant them back.

 Sorry for the inconvenience,
 Tom.

I got around to checking my account today. Apparently my account wasn't 
deleted. The password was simply not working. All I had to do was ask trac 
to email me a new password and I was able to login with the new one.  I 
suspect it was the same for the other accounts. That is, they are not 
deleted, but simply passwords are lost.
--
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] Trac - All users account/permissions were deleted, please register.

2011-11-04 Thread Mike Blumenkrantz
On Fri, 4 Nov 2011 20:10:57 -0700 (PDT)
P Purkayastha ppu...@gmail.com wrote:

 
 
 On Wednesday, November 2, 2011 5:00:27 PM UTC+8, Tom Hacohen wrote:
 
  Dear all,
 
  Unfortunately, raster and I discovered today that all the user accounts 
  were deleted. The cause is unknown, but unfortunately that's how things 
  are.
 
  Please register again and let raster/me know what permissions you had 
  and we'll grant them back.
 
  Sorry for the inconvenience,
  Tom.
 
 I got around to checking my account today. Apparently my account wasn't 
 deleted. The password was simply not working. All I had to do was ask trac 
 to email me a new password and I was able to login with the new one.  I 
 suspect it was the same for the other accounts. That is, they are not 
 deleted, but simply passwords are lost.
I hope this isn't true. It destroys my convincing argument for why I can't use
trac.

-- 
Mike Blumenkrantz
Zentific: Doctor recommended, mother approved.

--
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] Trac - All users account/permissions were deleted, please register.

2011-11-04 Thread P Purkayastha
On Sat, Nov 5, 2011 at 11:29 AM, Mike Blumenkrantz m...@zentific.comwrote:

 On Fri, 4 Nov 2011 20:10:57 -0700 (PDT)
 P Purkayastha ppu...@gmail.com wrote:

 
 
  On Wednesday, November 2, 2011 5:00:27 PM UTC+8, Tom Hacohen wrote:
  
   Dear all,
  
   Unfortunately, raster and I discovered today that all the user accounts
   were deleted. The cause is unknown, but unfortunately that's how things
   are.
  
   Please register again and let raster/me know what permissions you had
   and we'll grant them back.
  
   Sorry for the inconvenience,
   Tom.
  
  I got around to checking my account today. Apparently my account wasn't
  deleted. The password was simply not working. All I had to do was ask
 trac
  to email me a new password and I was able to login with the new one.  I
  suspect it was the same for the other accounts. That is, they are not
  deleted, but simply passwords are lost.
 I hope this isn't true. It destroys my convincing argument for why I can't
 use
 trac.

 --
  Mike Blumenkrantz


Why is emailing the user a new password bad? You need to provide the
username and the email address associated with the username.
--
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] Trac - All users account/permissions were deleted, please register.

2011-11-04 Thread P Purkayastha
On Sat, Nov 5, 2011 at 11:38 AM, P Purkayastha ppu...@gmail.com wrote:



 On Sat, Nov 5, 2011 at 11:29 AM, Mike Blumenkrantz m...@zentific.comwrote:

 On Fri, 4 Nov 2011 20:10:57 -0700 (PDT)
 P Purkayastha ppu...@gmail.com wrote:

 
 
  On Wednesday, November 2, 2011 5:00:27 PM UTC+8, Tom Hacohen wrote:
  
   Dear all,
  
   Unfortunately, raster and I discovered today that all the user
 accounts
   were deleted. The cause is unknown, but unfortunately that's how
 things
   are.
  
   Please register again and let raster/me know what permissions you had
   and we'll grant them back.
  
   Sorry for the inconvenience,
   Tom.
  
  I got around to checking my account today. Apparently my account wasn't
  deleted. The password was simply not working. All I had to do was ask
 trac
  to email me a new password and I was able to login with the new one.  I
  suspect it was the same for the other accounts. That is, they are not
  deleted, but simply passwords are lost.
 I hope this isn't true. It destroys my convincing argument for why I
 can't use
 trac.

 --
  Mike Blumenkrantz


Oh haha.. sorry. You didn't mean it was bad :)))
--
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] Trac - All users account/permissions were deleted, please register.

2011-11-04 Thread Sanjeev
Same with me. Apparently, I have registered a few months back and I had same 
experience.
I did see a SQL style error, but the password reset link got emailed anyway.

-Original Message-
From: P Purkayastha [mailto:ppu...@gmail.com] 
Sent: 05 November 2011 12:11
To: mailing-enlightenment-de...@googlegroups.com
Cc: Enlightenment developer list
Subject: Re: [E-devel] Trac - All users account/permissions were deleted, 
please register.



On Wednesday, November 2, 2011 5:00:27 PM UTC+8, Tom Hacohen wrote:

 Dear all,

 Unfortunately, raster and I discovered today that all the user 
 accounts were deleted. The cause is unknown, but unfortunately that's 
 how things are.

 Please register again and let raster/me know what permissions you had 
 and we'll grant them back.

 Sorry for the inconvenience,
 Tom.

I got around to checking my account today. Apparently my account wasn't 
deleted. The password was simply not working. All I had to do was ask trac to 
email me a new password and I was able to login with the new one.  I suspect it 
was the same for the other accounts. That is, they are not deleted, but simply 
passwords are lost.
--
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] Trac - All users account/permissions were deleted, please register.

2011-11-04 Thread David Seikel
On Fri, 4 Nov 2011 23:29:02 -0400 Mike Blumenkrantz m...@zentific.com
wrote:

 On Fri, 4 Nov 2011 20:10:57 -0700 (PDT)
 P Purkayastha ppu...@gmail.com wrote:
 
  
  
  On Wednesday, November 2, 2011 5:00:27 PM UTC+8, Tom Hacohen wrote:
  
   Dear all,
  
   Unfortunately, raster and I discovered today that all the user
   accounts were deleted. The cause is unknown, but unfortunately
   that's how things are.
  
   Please register again and let raster/me know what permissions you
   had and we'll grant them back.
  
   Sorry for the inconvenience,
   Tom.
  
  I got around to checking my account today. Apparently my account
  wasn't deleted. The password was simply not working. All I had to
  do was ask trac to email me a new password and I was able to login
  with the new one.  I suspect it was the same for the other
  accounts. That is, they are not deleted, but simply passwords are
  lost.
 I hope this isn't true. It destroys my convincing argument for why I
 can't use trac.

Trac still seems incapable of sending my confirmation email, so I
still have a convincing argument to not use it.  Yes, I have checked my
spam buckets, it's not there either.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
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] Trac - All users account/permissions were deleted, please register.

2011-11-04 Thread Mike Blumenkrantz
On Sat, 5 Nov 2011 14:54:38 +1000
David Seikel onef...@gmail.com wrote:

 On Fri, 4 Nov 2011 23:29:02 -0400 Mike Blumenkrantz m...@zentific.com
 wrote:
 
  On Fri, 4 Nov 2011 20:10:57 -0700 (PDT)
  P Purkayastha ppu...@gmail.com wrote:
  
   
   
   On Wednesday, November 2, 2011 5:00:27 PM UTC+8, Tom Hacohen wrote:
   
Dear all,
   
Unfortunately, raster and I discovered today that all the user
accounts were deleted. The cause is unknown, but unfortunately
that's how things are.
   
Please register again and let raster/me know what permissions you
had and we'll grant them back.
   
Sorry for the inconvenience,
Tom.
   
   I got around to checking my account today. Apparently my account
   wasn't deleted. The password was simply not working. All I had to
   do was ask trac to email me a new password and I was able to login
   with the new one.  I suspect it was the same for the other
   accounts. That is, they are not deleted, but simply passwords are
   lost.
  I hope this isn't true. It destroys my convincing argument for why I
  can't use trac.
 
 Trac still seems incapable of sending my confirmation email, so I
 still have a convincing argument to not use it.  Yes, I have checked my
 spam buckets, it's not there either.
 
Oh good, the same thing happened to me. Yep, definitely no ability to log into
trac here.

-- 
Mike Blumenkrantz
Zentific: Doctor recommended, mother approved.

--
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] [Patch] Urgent review needed: sound support for Eina_List

2011-11-04 Thread David Seikel
I'm so glad you implemented that new FDO spec for wrapping sounds in
XML.  Having each sample written out in octal, wrapped with sample
rate= channel= format=/sample is just so much more readable
than that pure binary gibberish we had before.  Not to mention the
wonderful flexibility to be able change the sample rate, channel
assignment, and sound format per sample.  No more wondering what format
a sound file is in ever again. Simply brilliant.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
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