[E-devel] [emotion][PATCH] fixing bugs after eina list change

2009-05-04 Thread Bruno Dilly
This patch fix some bugs in gstreamer module. Index: src/modules/gstreamer/emotion_gstreamer_pipeline_cdda.c === --- src/modules/gstreamer/emotion_gstreamer_pipeline_cdda.c (revision 40503) +++

Re: [E-devel] [emotion][PATCH] fixing bugs after eina list change

2009-05-04 Thread Gustavo Sverzut Barbieri
On Mon, May 4, 2009 at 3:23 PM, Bruno Dilly bdi...@profusion.mobi wrote: This patch fix some bugs in gstreamer module. not good on this chunk: @@ -101,6 +101,7 @@ GstCaps*sink_caps; asink = (Emotion_Audio_Sink *)eina_list_data_get(alist); +

Re: [E-devel] [emotion][PATCH] fixing bugs after eina list change

2009-05-04 Thread Vincent Torri
On Mon, 4 May 2009, Bruno Dilly wrote: This patch fix some bugs in gstreamer module. can you please open a ticket and attach the patch, please ? (http://trac.enlightenment.org/e/newticket) thank you Vincent --

[E-devel] [GSoC] Adding blog to planet e

2009-05-04 Thread Andre Dieb
Hello list, I'm one of the students for this year E's GSoC and I'm reporting project progress on my blog. Could you please add it to planet-e? The rss feed of the specific project label is http://genuinepulse.blogspot.com/feeds/posts/default/-/eupnp. Thanks in advance. -- André Dieb Martins

Re: [E-devel] [emotion][PATCH] fixing bugs after eina list change

2009-05-04 Thread Bruno Dilly
On Mon, May 4, 2009 at 3:51 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Mon, May 4, 2009 at 3:23 PM, Bruno Dilly bdi...@profusion.mobi wrote: This patch fix some bugs in gstreamer module. not good on this chunk: @@ -101,6 +101,7 @@                  GstCaps            

[E-devel] places, hal and device kit

2009-05-04 Thread Gustavo Sverzut Barbieri
http://blog.fubar.dk/?p=105 short summary: gnome is leading the move away from HAL to DeviceKit. Dave, maybe we should take on this and follow they steps? I don't know about device kit, but it's meant to be a simple thing, at least compared to the huge beast that is hal. -- Gustavo Sverzut

[E-devel] e17 crashes when loading/unloading modules

2009-05-04 Thread Albin Tonnerre
Hello, On my two computers, unloading and loading modules via the GUI gives a segfault. Apparently, it's due to _e_configure_module_update_cb being called, as the backtrace shows: 0x7f32973f3af3 in select () from /lib/libc.so.6 (gdb) bt #0 0x7f32973f3af3 in select () from /lib/libc.so.6

Re: [E-devel] single-line textblock auto scroll

2009-05-04 Thread Marco Trevisan (Treviño)
Carsten Haitzler (The Rasterman) wrote: On Thu, 30 Apr 2009 17:35:15 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thu, Apr 30, 2009 at 3:56 PM, Tomaz Noleto tnol...@gmail.com wrote: Hi, I am trying to use TEXTBLOCK with entry_mode EDITABLE, but I am facing a problem

Re: [E-devel] edje: emit signal to 'GROUP' part

2009-05-04 Thread Jose Gonzalez
pieterg wrote: On Saturday 02 May 2009 22:08:27 Gustavo Sverzut Barbieri wrote: On Sat, May 2, 2009 at 4:15 PM, pieterg piet...@gmx.com wrote: On Saturday 02 May 2009 19:26:00 Gustavo Sverzut Barbieri wrote: On Sat, May 2, 2009 at 1:28 PM, pieterg piet...@gmx.com wrote:

Re: [E-devel] single-line textblock auto scroll

2009-05-04 Thread The Rasterman
On Tue, 05 May 2009 01:50:40 +0200 Marco Trevisan (Treviño) m...@3v1n0.net said: Carsten Haitzler (The Rasterman) wrote: On Thu, 30 Apr 2009 17:35:15 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thu, Apr 30, 2009 at 3:56 PM, Tomaz Noleto tnol...@gmail.com wrote: Hi,