Re: [E-devel] Emotion problem

2012-05-03 Thread Flávio Ceolin
On Thu, May 3, 2012 at 11:49 AM, Flavio Ceolin wrote: > Hi folks, > > I've got a problem when using emotion. The signal "playback_started" is > never called. I also have checked the emotion examples and the same > happens. The others signals like "playback_finished" and "open_done" are > working a

Re: [E-devel] Emotion problem

2012-05-04 Thread Flávio Ceolin
Hi, On Thu, May 3, 2012 at 9:04 PM, Cedric BAIL wrote: > Hi, > > On Fri, May 4, 2012 at 1:44 AM, Flávio Ceolin > wrote: >> On Thu, May 3, 2012 at 11:49 AM, Flavio Ceolin >> wrote: >>> Hi folks, >>> >>> I've got a problem when using emoti

Re: [E-devel] [Patch] [Edje] Added: Pulseaudio remix plug-in for edje multisense module

2012-06-14 Thread Flávio Ceolin
Hello Prince, On Thu, Jun 14, 2012 at 10:14 AM, PRINCE KUMAR DUBEY wrote: > > Hi, >   Please review the attached patch for pulse audio remix pulg-in added as > output device for multisense feature with other enhancements, details are > given below. > > Change Description: > 1. Multisense suppor

Re: [E-devel] [Patch] [Edje] Added: Pulseaudio remix plug-in for edje multisense module

2012-06-18 Thread Flávio Ceolin
Hi Prince, On Mon, Jun 18, 2012 at 9:56 AM, PRINCE KUMAR DUBEY wrote: > Hi Flavio, > > I tested "edje_player multisense.edje" to reproduce seg fault as mentioned > below, but couldn't succeed with memcheck as well. > My svn rev is 72374. Please let me know the scenario to reproduce it. > > And r

Re: [E-devel] [Patch] [Edje] Added: Pulseaudio remix plug-in for edje multisense module

2012-06-26 Thread Flávio Ceolin
Hi Prince, On Tue, Jun 26, 2012 at 11:47 AM, Prince Kr Dubey wrote: > Hi Flavio, > > I'll create another patch with the modification suggested by you and > Gustavo. > And will post the same to community ASAP. > > Thanks & Regards, > Prince > > On 06/25/2012 14:20:20 , Flavio Ceolin wrote: >> Hi

Re: [E-devel] [Patch] [Edje] Added: Pulseaudio remix plug-in for edje multisense module

2012-07-09 Thread Flávio Ceolin
Hi Prince, On Mon, Jul 9, 2012 at 3:50 AM, Carsten Haitzler wrote: > On Fri, 06 Jul 2012 14:59:52 + (GMT) PRINCE KUMAR DUBEY > said: > >> >>Hi, >> >> >>-- >> >>From: "Carsten Haitzler (The Rasterman)" <[1]ras...@rasterman.com> >> >>

Re: [E-devel] [Patch] [Edje] Added: Pulseaudio remix plug-in for edje multisense module

2012-07-11 Thread Flávio Ceolin
Hi Prince, On Tue, Jul 10, 2012 at 10:13 AM, Prince Kr Dubey wrote: > Hi, > > -- > From: "Flávio Ceolin" > Sent: Tuesday, July 10, 2012 3:56 AM > To: "Enlightenment developer list" > > Cc: "PRI

[E-devel] ecore-audio and pulseaudio

2012-08-26 Thread Flávio Ceolin
Hi folks, I've been working with pulseaudio for while and now we've implemented audio envelopes in PulseAdudio. The code is not upstream yet, but it can be found in this repository (http://git.profusion.mobi/cgit.cgi/ceolin/pulseaudio/) (branch ramp). Using this code is pretty simple, for example

Re: [E-devel] ecore-audio and pulseaudio

2012-08-27 Thread Flávio Ceolin
On Mon, Aug 27, 2012 at 12:15 AM, Carsten Haitzler wrote: > On Sun, 26 Aug 2012 23:26:41 -0300 Flávio Ceolin > > said: > > so it's an envelope with only 2 points. start and end? Yep, initially yes, but it's possible create support for multiple points using this api

[E-devel] Problem with ecore_con_url

2011-06-28 Thread Flávio Ceolin
Hello efl developers, Trying to use ecore_con_url I wrote a simple test (file in attached) but ecore_con_url_get is failing. Digging into the code I figured out that the function curl_multi_fdset (in the ecore_con_url.c:1769) sets fd_max to -1 then ecore_con_url cannot set up a fd_handler. I also

Re: [E-devel] Problem with ecore_con_url

2011-06-29 Thread Flávio Ceolin
Well, the problem is that my libcurl was build with the flag --enable-threaded-resolver and during the resolve phase there's no fd to wait on. As fair as I know, the libcurl package in, at least gentoo, fedora and arch, is using this flag. Regards, Ceolin. 2011/6/28 Flávio Ceolin : > H

[E-devel] Swipe event for the elm_list

2010-10-06 Thread Flávio Ceolin
Hello, I have done a patch to add a new event for the elm_list similar to the iphone swipe's effect. The event is quite simple, it's triggered when a horizontal drag plus mouse release occur. There are two patches, the first is the feature itself and the second is just two examples for elementary

Re: [E-devel] Swipe event for the elm_list

2010-10-06 Thread Flávio Ceolin
New patch with the modifications suggested by Gustavo Barbieri. On Wed, Oct 6, 2010 at 5:05 PM, Gustavo Sverzut Barbieri wrote: > 2010/10/6 Tiago Falcão : >> I prefer two signals: "swipe,left" and "swipe,right". You can want register >> both with the same callback. > > Ceolin asked me and I said

Re: [E-devel] Swipe event for the elm_list

2010-10-12 Thread Flávio Ceolin
>> Would be great in elm_genlist too. > > That's the idea, so we can have swipe to show extra actions... like > use the state concept from genlist to show extra actions one may use > (in your case: forward, retweet, view profile, ...;  in my case I want > to show action to add music to playlist, or

Re: [E-devel] edje : codegen issues

2012-09-14 Thread Flávio Ceolin
Hi Vincent, On Fri, Sep 14, 2012 at 6:47 AM, Vincent Torri wrote: > hey > > 1) codegen still seg fault on windows in edje/src/examples Is it the same problem described in the other thread ? If, not could you send the backtrace please ? > > 2) if epp or edje need to be recompiled because of new

Re: [E-devel] edje : codegen issues

2012-09-14 Thread Flávio Ceolin
On Fri, Sep 14, 2012 at 10:46 AM, Vincent Torri wrote: > On Fri, Sep 14, 2012 at 3:38 PM, Flávio Ceolin > wrote: >> Hi Vincent, >> >> On Fri, Sep 14, 2012 at 6:47 AM, Vincent Torri >> wrote: >>> hey >>> >>> 1) codegen still seg fault on

[E-devel] Ecore_Evas engines

2012-12-04 Thread Flávio Ceolin
the commits, i did it to make easier understand how the engines were ported Best Regards, Flávio Ceolin -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and pro

Re: [E-devel] Ecore_Evas engines

2012-12-04 Thread Flávio Ceolin
On Tue, Dec 4, 2012 at 1:04 PM, Vincent Torri wrote: > On Tue, Dec 4, 2012 at 3:24 PM, Flávio Ceolin > wrote: >> Hi folks, >> >> I have recently committed in IN-EFL/ecore some patches implementing >> support for loadables modules. It makes the engines been loaded

Re: [E-devel] Ecore_Evas engines

2012-12-05 Thread Flávio Ceolin
On Wed, Dec 5, 2012 at 12:41 AM, David Seikel wrote: > On Tue, 4 Dec 2012 23:44:48 -0200 Gustavo Sverzut Barbieri > wrote: > >> On Tuesday, December 4, 2012, David Seikel wrote: >> >> > On Tue, 4 Dec 2012 12:24:28 -0200 Flávio Ceolin >> > > wrote: >&

Re: [E-devel] Ecore_Evas engines

2012-12-05 Thread Flávio Ceolin
On Wed, Dec 5, 2012 at 12:54 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Dec 5, 2012 at 12:43 PM, Vincent Torri > wrote: >> On Wed, Dec 5, 2012 at 2:14 PM, Flávio Ceolin >> wrote: >>> On Wed, Dec 5, 2012 at 12:41 AM, David Seikel wrote: >>>> On Tue, 4

Re: [E-devel] Ecore_Evas engines

2012-12-05 Thread Flávio Ceolin
On Tue, Dec 4, 2012 at 1:04 PM, Vincent Torri wrote: > On Tue, Dec 4, 2012 at 3:24 PM, Flávio Ceolin > wrote: >> Hi folks, >> >> I have recently committed in IN-EFL/ecore some patches implementing >> support for loadables modules. It makes the engines been loaded

Re: [E-devel] Package 'elementary' requires 'elocation >= 1.7.99' but version of elocation is 0.1.0.81014

2012-12-17 Thread Flávio Ceolin
Hi, On Sun, Dec 16, 2012 at 11:05 PM, David Seikel wrote: > On Mon, 17 Dec 2012 08:47:14 +0900 Carsten Haitzler (The Rasterman) > wrote: > >> On Mon, 17 Dec 2012 01:41:09 +1000 David Seikel >> said: >> >> > On Sat, 15 Dec 2012 20:16:07 +1000 David Seikel >> > wrote: >> > >> > > Think it's a re

Re: [E-devel] E SVN: ceolin IN trunk/elementary: data/themes/widgets src/lib

2013-01-07 Thread Flávio Ceolin
vas_object_smart_changed(data); >>> >>> sd->interval = sd->interval / 1.05; >>> - ecore_timer_interval_set(sd->spin, sd->interval); >>> + ecore_timer_interval_set(sd->spin_month, sd->interval); >>> >>> return ECORE_CALLBACK_RENEW; >>> } >>

Re: [E-devel] Any Improved Pulseaudio support for Mixer planned?

2014-03-10 Thread Flávio Ceolin
Hi folks, On Sun, Mar 9, 2014 at 12:57 AM, Carsten Haitzler wrote: > On Sat, 8 Mar 2014 14:22:40 -0300 Gustavo Sverzut Barbieri > > said: > >> i recall flavio used the pulseaudio library, just integrated into the >> ecore main loop. > > aaah god it. > >> he had an elm ui that looks like the pav

Re: [E-devel] Any Improved Pulseaudio support for Mixer planned?

2014-03-10 Thread Flávio Ceolin
t! :) > > How should the applet work ? > > Greetings bu5hm4n ! > > Am 10.03.2014 18:58, schrieb jeffhoogl...@gmail.com: >> This is amazing, thank you for your work. Looking forward to it being >> published. >> >> >> On 3/10/14 12:00 Flávio Ceolin wr

Re: [E-devel] Any Improved Pulseaudio support for Mixer planned?

2014-03-10 Thread Flávio Ceolin
but I'll release something usable soon. > > On Mon, Mar 10, 2014 at 3:54 PM, Flávio Ceolin > wrote: > >> I'm using the same edj of the current mixer, so it looks exaclty the >> same, but i intend to replace the label with the channel name with a >> toggle t