Re: [E-devel] beta EFL 1.0.0???

2010-09-27 Thread Brett Nash
Should be fixed now... Along with some other plain text issues. Also fixed the stupid case that it will ask for a format that it can't handle. Regards, nash On Sun, 26 Sep 2010 14:36:22 +0200 Tom Hacohen wrote: > On Sun, 2010-09-26 at 21:28 +0900, Carsten Haitzler wrote: > elm

Re: [E-devel] beta EFL 1.0.0???

2010-09-27 Thread Tom Hacohen
On Mon, 2010-09-27 at 11:02 +0800, Brett Nash wrote: > Taking a look now. > > But then again it's not part of the beta anyway ;-) Yeah, but it still a part of our lives :P -- Tom. -- Start uncovering the many advantage

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-27 Thread Vincent Torri
On Mon, 27 Sep 2010, Brian Wang wrote: On Mon, Sep 27, 2010 at 1:51 PM, Vincent Torri wrote: On Mon, 27 Sep 2010, Brian Wang wrote: On Mon, Sep 27, 2010 at 1:05 PM, Vincent Torri wrote: On Mon, 27 Sep 2010, Brian Wang wrote: On Mon, Sep 27, 2010 at 2:37 AM, Vincent Torri wrote:

Re: [E-devel] E SVN: acidx trunk/enjoy/src/bin

2010-09-27 Thread Cedric BAIL
On Mon, Sep 27, 2010 at 7:57 PM, Enlightenment SVN wrote: > Log: >  [Enjoy] Try all possible emotion backends before giving up. > >  Try, in order: xine, gstreamer, vlc. I know xine and gstreamer backends are > working, but I don't know the state of the vlc frontend. I'm assuming it > works. Pa

Re: [E-devel] E SVN: acidx trunk/enjoy/src/bin

2010-09-27 Thread Vincent Torri
On Mon, 27 Sep 2010, Enlightenment SVN wrote: > Log: > [Enjoy] Try all possible emotion backends before giving up. > > Try, in order: xine, gstreamer, vlc. I know xine and gstreamer backends are > working, but I don't know the state of the vlc frontend. I'm assuming it > works. should'nt th

Re: [E-devel] [BUG REPORT] Edje Compilation Problem with Cross MinGW32

2010-09-27 Thread Vincent Torri
Hey, revert the patches i sent you and update elm. They should be in svn, now. Only the bugs on edje_externam should remain. I'll at them later. Vincent -- Start uncovering the many advantages of virtual appliances and

[E-devel] Fwd: E SVN: lucas IN trunk/ecore: . src/lib/ecore

2010-09-27 Thread Gustavo Sverzut Barbieri
FYI! Application and Library authors should review their usage of ecore_time_get()! Efreet is a bad boy there, needs fixing! -- Forwarded message -- From: Enlightenment SVN Date: Mon, Sep 27, 2010 at 7:35 PM Subject: E SVN: lucas IN trunk/ecore: . src/lib/ecore To: enlightenment

Re: [E-devel] E SVN: lucas IN trunk/ecore: . src/lib/ecore

2010-09-27 Thread Lucas De Marchi
On Mon, Sep 27, 2010 at 7:35 PM, Enlightenment SVN wrote: > Log: >  Make ecore_time_get and friends use monotonic clock >  Instead of relying on unix time, use a monotonic clock provided by >  clock_gettime(). If a monotonic clock is not available, it will fallback >  to CLOCK_REALTIME or unix tim

Re: [E-devel] Fwd: E SVN: lucas IN trunk/ecore: . src/lib/ecore

2010-09-27 Thread Lucas De Marchi
On Mon, Sep 27, 2010 at 7:42 PM, Gustavo Sverzut Barbieri wrote: > FYI! Application and Library authors should review their usage of > ecore_time_get()! > > Efreet is a bad boy there, needs fixing! About efreet, I asked in #edevelop and englebass told me it should work as of now. Lucas De Marc

Re: [E-devel] E SVN: lucas IN trunk/ecore: . src/lib/ecore

2010-09-27 Thread Lucas De Marchi
On Mon, Sep 27, 2010 at 7:47 PM, Lucas De Marchi wrote: > On Mon, Sep 27, 2010 at 7:35 PM, Enlightenment SVN > wrote: >> Log: >>  Make ecore_time_get and friends use monotonic clock >>  Instead of relying on unix time, use a monotonic clock provided by >>  clock_gettime(). If a monotonic clock is

Re: [E-devel] beta EFL 1.0.0???

2010-09-27 Thread Lucas De Marchi
On Fri, Sep 24, 2010 at 9:26 AM, Lucas De Marchi wrote: > On Thu, Sep 23, 2010 at 10:19 PM, Carsten Haitzler > wrote: >> i have crazy plans to throw out a beta of EFL this weekend? any objections? >> anyone who has stuff to get in to beta - get it in (fixes that is for stuff). >> pending issues/

Re: [E-devel] E SVN: lucas IN trunk/ecore: . src/lib/ecore

2010-09-27 Thread Vincent Torri
On Mon, 27 Sep 2010, Enlightenment SVN wrote: > Log: > Make ecore_time_get and friends use monotonic clock > Instead of relying on unix time, use a monotonic clock provided by > clock_gettime(). If a monotonic clock is not available, it will fallback > to CLOCK_REALTIME or unix time if neith

Re: [E-devel] E SVN: lucas IN trunk/ecore: . src/lib/ecore

2010-09-27 Thread Lucas De Marchi
On Mon, Sep 27, 2010 at 7:59 PM, Vincent Torri wrote: >> Modified: trunk/ecore/configure.ac >> === >> --- trunk/ecore/configure.ac  2010-09-27 22:34:25 UTC (rev 52823) >> +++ trunk/ecore/configure.ac  2010-09-27 22:35:35 UTC (rev 5282

Re: [E-devel] E SVN: lucas IN trunk/ecore: . src/lib/ecore

2010-09-27 Thread The Rasterman
On Mon, 27 Sep 2010 19:47:36 -0300 Lucas De Marchi said: > On Mon, Sep 27, 2010 at 7:35 PM, Enlightenment SVN > wrote: > > Log: > >  Make ecore_time_get and friends use monotonic clock > >  Instead of relying on unix time, use a monotonic clock provided by > >  clock_gettime(). If a monotonic cl

Re: [E-devel] E SVN: lucas IN trunk/ecore: . src/lib/ecore

2010-09-27 Thread Vincent Torri
On Mon, 27 Sep 2010, Lucas De Marchi wrote: On Mon, Sep 27, 2010 at 7:59 PM, Vincent Torri wrote: Modified: trunk/ecore/configure.ac === --- trunk/ecore/configure.ac  2010-09-27 22:34:25 UTC (rev 52823) +++ trunk/ecore/configure

Re: [E-devel] E SVN: lucas IN trunk/ecore: . src/lib/ecore

2010-09-27 Thread Vincent Torri
On Tue, 28 Sep 2010, Carsten Haitzler (The Rasterman) wrote: On Mon, 27 Sep 2010 19:47:36 -0300 Lucas De Marchi said: On Mon, Sep 27, 2010 at 7:35 PM, Enlightenment SVN wrote: Log:  Make ecore_time_get and friends use monotonic clock  Instead of relying on unix time, use a monotonic clock

[E-devel] Edje EXTERNAL example: video player

2010-09-27 Thread Gustavo Sverzut Barbieri
For those interested in learning Edje and wonder what is the so called "external" support, here is a small demo video player that I wrote entirely in Emotion. You need the last Emotion to get the position in slider. PS: I'm not in the mood for wiki, if you are please add it there somewhere :-) /

Re: [E-devel] E SVN: lucas IN trunk/ecore: . src/lib/ecore

2010-09-27 Thread Vincent Torri
On Mon, 27 Sep 2010, Enlightenment SVN wrote: > Log: > Make ecore_time_get and friends use monotonic clock > Instead of relying on unix time, use a monotonic clock provided by > clock_gettime(). If a monotonic clock is not available, it will fallback > to CLOCK_REALTIME or unix time if neith

Re: [E-devel] E SVN: lucas IN trunk/ecore: . src/lib/ecore

2010-09-27 Thread The Rasterman
On Tue, 28 Sep 2010 07:49:32 +0200 (CEST) Vincent Torri said: > > > On Tue, 28 Sep 2010, Carsten Haitzler (The Rasterman) wrote: > > > On Mon, 27 Sep 2010 19:47:36 -0300 Lucas De Marchi > > said: > > > >> On Mon, Sep 27, 2010 at 7:35 PM, Enlightenment SVN > >> wrote: > >>> Log: > >>>  Make e