[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

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

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:

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

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

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:

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

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

[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

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

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:

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,

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

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

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

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

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

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

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

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,

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:

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

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

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

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

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:

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

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,

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