Re: [E-devel] E SVN: urandom IN trunk/ephoto: . data/themes/default src/bin

2010-09-14 Thread Cedric BAIL
On Tue, Sep 14, 2010 at 10:35 AM, Enlightenment SVN wrote: > Log: >  optional libexif support. > >  initial rotation support with edje map (the swallow still needs to be > refitted in the available space after the rotation) Just one question why didn't you add exif support to elementary instead

Re: [E-devel] E SVN: urandom IN trunk/ephoto: . data/themes/default src/bin

2010-09-14 Thread Viktor Kojouharov
tbh I'm not sure it should be there. it does add another dependency, which might not be desirable. and the actual exif code is pretty small, so it can easily be copied around for other apps to use. and the actual rotation is still a bit rough, so it's definitely not ready for elementary, if that sh

Re: [E-devel] E SVN: urandom IN trunk/ephoto: . data/themes/default src/bin

2010-09-14 Thread Cedric BAIL
On Tue, Sep 14, 2010 at 11:03 AM, Viktor Kojouharov wrote: > tbh I'm not sure it should be there. it does add another dependency, which > might not be desirable. and the actual exif code is pretty small, so it can > easily be copied around for other apps to use. > and the actual rotation is still

Re: [E-devel] Elm Thumb and ifdef

2010-09-14 Thread Gustavo Sverzut Barbieri
On Tue, Sep 14, 2010 at 3:30 AM, Brett Nash wrote: > > > > #ifdef ELM_ETHUMB > > >   EAPI Ethumb_Client *elm_thumb_ethumb_client_get(void); > > > #else > > >   EAPI void           *elm_thumb_ethumb_client_get(void); > > > #endif > > > > > > How are you supposed to use it in an application without

Re: [E-devel] E SVN: nash IN trunk: TMP/st/elementary/src/lib ecore/src/lib/ecore_x

2010-09-14 Thread Mike McCormack
On 09/13/2010 08:46 PM, Gustavo Sverzut Barbieri wrote: > > Yeah... that's the kind of problem I said in the other mail thread > that got disturbed by stupid GIT discussions :-/ See guys, not even > GIT would help here :-/ > The problem here isn't the revision control system, it's that there's

[E-devel] Question about Illume and ELM

2010-09-14 Thread Nicolas Aguirre
Hi folks, I have received a touchbook[1] 3 month ago, and I would like to do something with it. I have already installed angstrom on it with e17 and illume-home profile. It's running fine, and the composite manager looks good on top of the sgx gles graphic card. But i'm not really satisfied with

[E-devel] Evas Textblock: Request for review

2010-09-14 Thread Tom Hacohen
Hey all, I just committed a fix to an issue with multiple tabs and text causing text to disappear. During that fix I removed a function that looked odd and I think that caused the problem. The function itself made 0 sense to me, I really don't get what it was for, that's why I removed it. The fun

Re: [E-devel] Question about Illume and ELM

2010-09-14 Thread Christopher Michael
Hi Nicolas, I will try to answer some of these questions for you below. On 09/14/2010 09:33 AM, Nicolas Aguirre wrote: > Hi folks, > > I have received a touchbook[1] 3 month ago, and I would like to do > something with it. > I have already installed angstrom on it with e17 and illume-home > profi

Re: [E-devel] Evas Textblock: Request for review

2010-09-14 Thread Sachiel
On Tue, Sep 14, 2010 at 11:24 AM, Tom Hacohen wrote: > Hey all, > > I just committed a fix to an issue with multiple tabs and text causing > text to disappear. During that fix I removed a function that looked odd > and I think that caused the problem. The function itself made 0 sense to > me, I re

[E-devel] emotion smart callbacks

2010-09-14 Thread Andreas Volz
Hello, I noticed that the emotion smart callbacks are at most undocumented. Or didn't I find the documentation? What is the best way to detect that a file has played to the end? regards Andreas -- Start uncoveri

Re: [E-devel] emotion smart callbacks

2010-09-14 Thread Hugo Camboulive
Evas callbacks for emotion : http://trac.enlightenment.org/e/browser/trunk/emotion/src/lib/emotion_smart.c 97 static const char SIG_FRAME_DECODE[] = "frame_decode"; 98 static const char SIG_POSITION_UPDATE[] = "position_update"; 99 static const char SIG_LENGTH_CHANGE[] = "length_ch

Re: [E-devel] Evas Textblock: Request for review

2010-09-14 Thread The Rasterman
On Tue, 14 Sep 2010 14:19:43 -0300 Iván Briano (Sachiel) said: > On Tue, Sep 14, 2010 at 11:24 AM, Tom Hacohen > wrote: > > Hey all, > > > > I just committed a fix to an issue with multiple tabs and text causing > > text to disappear. During that fix I removed a function that looked odd > > and

Re: [E-devel] E SVN: nash IN trunk: TMP/st/elementary/src/lib ecore/src/lib/ecore_x

2010-09-14 Thread The Rasterman
On Tue, 14 Sep 2010 21:18:58 +0900 Mike McCormack said: > On 09/13/2010 08:46 PM, Gustavo Sverzut Barbieri wrote: > > > > Yeah... that's the kind of problem I said in the other mail thread > > that got disturbed by stupid GIT discussions :-/ See guys, not even > > GIT would help here :-/ > >

Re: [E-devel] Question about Illume and ELM

2010-09-14 Thread The Rasterman
On Tue, 14 Sep 2010 15:33:22 +0200 Nicolas Aguirre said: > Hi folks, > > I have received a touchbook[1] 3 month ago, and I would like to do > something with it. > I have already installed angstrom on it with e17 and illume-home > profile. It's running fine, and the composite manager looks good o

Re: [E-devel] emotion smart callbacks

2010-09-14 Thread The Rasterman
On Tue, 14 Sep 2010 22:28:44 +0200 Andreas Volz said: > Hello, > > I noticed that the emotion smart callbacks are at most undocumented. Or > didn't I find the documentation? > > What is the best way to detect that a file has played to the end? yeah - not documented. "decode_stop" is what you w

Re: [E-devel] E SVN: raster trunk/edje/src/lib

2010-09-14 Thread Leif Middelschulte
Hey guys, Am 15.09.2010 um 00:32 schrieb Enlightenment SVN: > Log: > CEDRI! >borked e conf panel. unbork. disable aspect. > I guess Sachiel was referring in his commit (r52254) to this one from cedric. So it should be reverted as well, shouldn't it? BR, Leif >

Re: [E-devel] E SVN: nash IN trunk: TMP/st/elementary/src/lib ecore/src/lib/ecore_x

2010-09-14 Thread Mike McCormack
On 09/15/2010 06:49 AM, Carsten Haitzler (The Rasterman) wrote: > On Tue, 14 Sep 2010 21:18:58 +0900 Mike McCormack > said: > > >> On 09/13/2010 08:46 PM, Gustavo Sverzut Barbieri wrote: >> >>> Yeah... that's the kind of problem I said in the other mail thread >>> that got disturbed by st

Re: [E-devel] E SVN: raster trunk/edje/src/lib

2010-09-14 Thread The Rasterman
On Wed, 15 Sep 2010 01:10:00 +0200 Leif Middelschulte said: > Hey guys, > > Am 15.09.2010 um 00:32 schrieb Enlightenment SVN: > > > Log: > > CEDRI! > >borked e conf panel. unbork. disable aspect. > > > > I guess Sachiel was referring in his commit (r52254) to this

Re: [E-devel] E SVN: nash IN trunk: TMP/st/elementary/src/lib ecore/src/lib/ecore_x

2010-09-14 Thread The Rasterman
On Wed, 15 Sep 2010 09:05:15 +0900 Mike McCormack said: > On 09/15/2010 06:49 AM, Carsten Haitzler (The Rasterman) wrote: > > On Tue, 14 Sep 2010 21:18:58 +0900 Mike McCormack > > said: > > > > > >> On 09/13/2010 08:46 PM, Gustavo Sverzut Barbieri wrote: > >> > >>> Yeah... that's the ki

Re: [E-devel] E SVN: nash IN trunk: TMP/st/elementary/src/lib ecore/src/lib/ecore_x

2010-09-14 Thread Gustavo Sverzut Barbieri
On Tue, Sep 14, 2010 at 9:13 PM, Carsten Haitzler wrote: > On Wed, 15 Sep 2010 09:05:15 +0900 Mike McCormack > said: > >> On 09/15/2010 06:49 AM, Carsten Haitzler (The Rasterman) wrote: >> > On Tue, 14 Sep 2010 21:18:58 +0900 Mike McCormack >> > said: >> > >> > >> >> On 09/13/2010 08:46 PM, Gusta

Re: [E-devel] E SVN: nash IN trunk: TMP/st/elementary/src/lib ecore/src/lib/ecore_x

2010-09-14 Thread Mike McCormack
On 09/15/2010 09:13 AM, Carsten Haitzler (The Rasterman) wrote: > i do - because i actually do have some level of patches that end up in queues > (for people without svn access) and they eat up quite a bit of time. even for > the few that are around and even for fairly superficial review. Big pat

[E-devel] How to Package a MinGW-based SDK

2010-09-14 Thread Brian Wang
Hello list/Vincent, I've followed the guide @http://trac.enlightenment.org/e/wiki/EFLWindowsXP. Thanks to the wiki, with just a few glitches, I've finally built my EFL + Elementary!!! The question now is: how do I move the whole runtime environment of EFL to Windows (XP)? My dev/compile environme

Re: [E-devel] E SVN: nash IN trunk: TMP/st/elementary/src/lib ecore/src/lib/ecore_x

2010-09-14 Thread The Rasterman
On Wed, 15 Sep 2010 09:36:55 +0900 Mike McCormack said: > On 09/15/2010 09:13 AM, Carsten Haitzler (The Rasterman) wrote: > > > i do - because i actually do have some level of patches that end up in > > queues (for people without svn access) and they eat up quite a bit of time. > > even for the

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-14 Thread The Rasterman
On Wed, 15 Sep 2010 10:49:35 +0800 Brian Wang said: > Hello list/Vincent, > > I've followed the guide @http://trac.enlightenment.org/e/wiki/EFLWindowsXP. > Thanks to the wiki, with just a few glitches, I've finally built my > EFL + Elementary!!! > > The question now is: how do I move the whole

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-14 Thread Brian Wang
On Wed, Sep 15, 2010 at 12:51 PM, Carsten Haitzler wrote: > On Wed, 15 Sep 2010 10:49:35 +0800 Brian Wang > said: > >> Hello list/Vincent, >> >> I've followed the guide @http://trac.enlightenment.org/e/wiki/EFLWindowsXP. >> Thanks to the wiki, with just a few glitches, I've finally built my >> E

Re: [E-devel] E SVN: nash IN trunk: TMP/st/elementary/src/lib ecore/src/lib/ecore_x

2010-09-14 Thread Mike McCormack
On 09/15/2010 01:50 PM, Carsten Haitzler (The Rasterman) wrote: > but i do agree with the "small patches". i disagree with needing to go into a > patch queue and be reviewed. i think we can handle this given our current > infra > with svn commits list - the commits though need to be small and dig

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-14 Thread Vincent Torri
Hey, > I've followed the guide @http://trac.enlightenment.org/e/wiki/EFLWindowsXP. > Thanks to the wiki, with just a few glitches, I've finally built my > EFL + Elementary!!! > > The question now is: how do I move the whole runtime environment of > EFL to Windows (XP)? > My dev/compile environmen

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-14 Thread Vincent Torri
On Wed, 15 Sep 2010, Brian Wang wrote: > On Wed, Sep 15, 2010 at 12:51 PM, Carsten Haitzler > wrote: >> On Wed, 15 Sep 2010 10:49:35 +0800 Brian Wang >> said: >> >>> Hello list/Vincent, >>> >>> I've followed the guide @http://trac.enlightenment.org/e/wiki/EFLWindowsXP. >>> Thanks to the wiki

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-14 Thread Vincent Torri
On Wed, 15 Sep 2010, Brian Wang wrote: > On Wed, Sep 15, 2010 at 12:51 PM, Carsten Haitzler > wrote: >> On Wed, 15 Sep 2010 10:49:35 +0800 Brian Wang >> said: >> > I'm writing a WIN32 gui helper utility for my device. I'm using > wxWidgets right now and after some experience of EFL, I feel

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-14 Thread Brian Wang
On Wed, Sep 15, 2010 at 2:00 PM, Vincent Torri wrote: > > Hey, > >> I've followed the guide >> @http://trac.enlightenment.org/e/wiki/EFLWindowsXP. >> Thanks to the wiki, with just a few glitches, I've finally built my >> EFL + Elementary!!! >> >> The question now is: how do I move the whole runtim

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-14 Thread Vincent Torri
On Wed, 15 Sep 2010, Brian Wang wrote: >> Untar it (using 7zip for example) in a path without space. You'll be able to >> launch an MSYS terminal. All the needed dependencies should be there. Just >> check out the libs and compile them using the wiki. > > I'm sticked to my linux box... It's a p

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-14 Thread Brian Wang
On Wed, Sep 15, 2010 at 2:08 PM, Vincent Torri wrote: > > > On Wed, 15 Sep 2010, Brian Wang wrote: > >> On Wed, Sep 15, 2010 at 12:51 PM, Carsten Haitzler >> wrote: >>> >>> On Wed, 15 Sep 2010 10:49:35 +0800 Brian Wang >>> said: >>> Hello list/Vincent, I've followed the guide

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-14 Thread Brian Wang
On Wed, Sep 15, 2010 at 2:12 PM, Vincent Torri wrote: > > > On Wed, 15 Sep 2010, Brian Wang wrote: > >> On Wed, Sep 15, 2010 at 12:51 PM, Carsten Haitzler >> wrote: >>> >>> On Wed, 15 Sep 2010 10:49:35 +0800 Brian Wang >>> said: >>> >> I'm writing a WIN32 gui helper utility for my device.  I'm u

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-14 Thread Brian Wang
On Wed, Sep 15, 2010 at 2:38 PM, Vincent Torri wrote: > > > On Wed, 15 Sep 2010, Brian Wang wrote: > >>> Untar it (using 7zip for example) in a path without space. You'll be able >>> to >>> launch an MSYS terminal. All the needed dependencies should be there. >>> Just >>> check out the libs and co

Re: [E-devel] How to Package a MinGW-based SDK

2010-09-14 Thread Dale Anderson
count me in on this , I for one would like to know also. On 15 September 2010 18:42, Brian Wang wrote: > On Wed, Sep 15, 2010 at 2:12 PM, Vincent Torri > wrote: > > > > > > On Wed, 15 Sep 2010, Brian Wang wrote: > > > >> On Wed, Sep 15, 2010 at 12:51 PM, Carsten Haitzler < > ras...@rasterman.co