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

2011-02-19 Thread Daniel Juyung Seo
Hi Raster, Thank you for your job. I was curious how to add that alias to edje_cc_handlers. But instead of adding 'ellipsis' alias to 'elipsis', how about adding 'elipsis' alias to 'ellipsis'? Internal functions and structures are not exposed so I think we can fix this up. If you don't mind, I wo

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

2011-06-14 Thread Vincent Torri
On Tue, 14 Jun 2011, Enlightenment SVN wrote: > Log: > From: Vincent Torri > Subject: [E-devel] Edje: using fdopen instead of fopen in edje_cc > > On windows, using open() followed by fopen() does not work. Hence, in > edje_cc, where mkstemp (which uses open) is followed by fopen, edje_cc >

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

2011-06-15 Thread Vincent Torri
On Wed, 15 Jun 2011, Enlightenment SVN wrote: > Log: > From: Ulrich Eckhardt > Subject: [E-devel] Provide sensible errors for edje utilities > > If you start edje_player or edje_inspector with a path to a file that doesn't > exist you get a bogus error message saying that the file doesn't co

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

2011-06-15 Thread Gustavo Sverzut Barbieri
On Wed, Jun 15, 2011 at 6:50 AM, Vincent Torri wrote: > On Wed, 15 Jun 2011, Enlightenment SVN wrote: >> Log: >> From: Ulrich Eckhardt >>  Subject: [E-devel] Provide sensible errors for edje utilities >> >>  If you start edje_player or edje_inspector with a path to a file that >> doesn't >>  exi

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

2012-04-19 Thread Daniel Juyung Seo
Oh unset feature? This might be useful. Daniel Juyung Seo (SeoZ) On Thu, Apr 19, 2012 at 12:35 PM, Enlightenment SVN wrote: > Log: > small improvement - allow part names of "-" to mean "remove part name >  itd and reset back to -1 - ie none". useful for to/to_x/to_y etc. > > > > Author:    

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

2012-05-23 Thread David Seikel
On Tue, 22 May 2012 20:12:25 -0700 "Enlightenment SVN" wrote: > Log: > found scrollbar bug in e17 theme... something to do with my making > part lookups faster (O(1)). disable new part lookup code until i've > figured it out. Is it safe to use edje_cc again? See my previous email about it b

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

2012-05-23 Thread The Rasterman
On Wed, 23 May 2012 22:11:50 +1000 David Seikel said: > On Tue, 22 May 2012 20:12:25 -0700 "Enlightenment SVN" > wrote: > > > Log: > > found scrollbar bug in e17 theme... something to do with my making > > part lookups faster (O(1)). disable new part lookup code until i've > > figured it ou

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

2012-07-06 Thread David Seikel
On Fri, 6 Jul 2012 19:12:22 -0700 "Enlightenment SVN" wrote: > Log: > thats it. threads off in edje_cc by default. we need to focus on > stability now. I was gonna say "saves me from bitching about it again", but then the elementary compile hangs before and after getting this update. sigh O

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

2012-07-06 Thread David Seikel
On Sat, 7 Jul 2012 12:42:44 +1000 David Seikel wrote: > On Fri, 6 Jul 2012 19:12:22 -0700 "Enlightenment SVN" > wrote: > > > Log: > > thats it. threads off in edje_cc by default. we need to focus on > > stability now. > > I was gonna say "saves me from bitching about it again", but then the

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

2012-07-06 Thread The Rasterman
On Sat, 7 Jul 2012 12:42:44 +1000 David Seikel said: > On Fri, 6 Jul 2012 19:12:22 -0700 "Enlightenment SVN" > wrote: > > > Log: > > thats it. threads off in edje_cc by default. we need to focus on > > stability now. > > I was gonna say "saves me from bitching about it again", but then the

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

2012-07-06 Thread The Rasterman
On Sat, 7 Jul 2012 12:55:09 +1000 David Seikel said: > On Sat, 7 Jul 2012 12:42:44 +1000 David Seikel > wrote: > > > On Fri, 6 Jul 2012 19:12:22 -0700 "Enlightenment SVN" > > wrote: > > > > > Log: > > > thats it. threads off in edje_cc by default. we need to focus on > > > stability now. >

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

2012-07-06 Thread The Rasterman
On Sat, 7 Jul 2012 12:55:09 +1000 David Seikel said: > On Sat, 7 Jul 2012 12:42:44 +1000 David Seikel > wrote: > > > On Fri, 6 Jul 2012 19:12:22 -0700 "Enlightenment SVN" > > wrote: > > > > > Log: > > > thats it. threads off in edje_cc by default. we need to focus on > > > stability now. >

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

2008-09-24 Thread Christopher Michael
This has been needed for a while !! KUDOS !! :) dh Enlightenment SVN wrote: > Log: > allow groups if declared later to override (Replace) their prior > declarations. > this basically allows u to #include some .edc then selectively override some > things in it u want changed. > > > >

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

2011-11-23 Thread Sachiel
2011/11/23 Enlightenment SVN : > Log: > aaah allow type to be set on group inherit or part inherit... you just >  really shouldnt set it to a different type as its not very sensible. > > > > Author:       raster > Date:         2011-11-23 02:38:43 -0800 (Wed, 23 Nov 2011) > New Revision: 65534 > Tr

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

2011-11-23 Thread The Rasterman
On Wed, 23 Nov 2011 10:32:51 -0200 Iván Briano (Sachiel) said: > 2011/11/23 Enlightenment SVN : > > Log: > > aaah allow type to be set on group inherit or part inherit... you just > >  really shouldnt set it to a different type as its not very sensible. > > > > > > > > Author:       raster > > Da

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

2011-11-23 Thread Jaehwan Kim
2011년 11월 24일 목요일에 Carsten Haitzler님이 작성: > On Wed, 23 Nov 2011 10:32:51 -0200 Iván Briano (Sachiel) < > sachi...@gmail.com > > said: > > > 2011/11/23 Enlightenment SVN > >: > > > Log: > > > aaah allow type to be set on group inherit or part inherit... you just > > > really shouldnt set it to a

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

2011-11-23 Thread The Rasterman
On Thu, 24 Nov 2011 11:12:06 +0900 Jaehwan Kim said: > 2011년 11월 24일 목요일에 Carsten Haitzler님이 작성: > > > On Wed, 23 Nov 2011 10:32:51 -0200 Iván Briano (Sachiel) < > > sachi...@gmail.com > > > said: > > > > > 2011/11/23 Enlightenment SVN > > >: > > > > Log: > > > > aaah allow type to be set on gr

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

2011-12-15 Thread Jaehwan Kim
Dear raster Thank you for getting back out and sorry for an inconvenience. I should have be more careful. But It's necessary code for type change. After I check the issue, I will fix the seg fault. Thanks -- Jaehwan Kim 2011년 12월 16일 금요일에 Enlightenment SVN님이 작성: > Log: > back out: > r66257 <-

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

2009-12-17 Thread Vincent Torri
On Thu, 17 Dec 2009, Enlightenment SVN wrote: > Log: > fix return checks. broke compile! i tried on my ubuntu before commiting and elm and e17 themes were compiled flawlessly. If it works, now, it's good i'll try on opensolaris this evening :p Vincent > > > Author: raster > Date:

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

2011-03-21 Thread Daniel Juyung Seo
Thank you! This fixed my edc build problem in editje. Thanks. Daniel Juyung Seo (SeoZ) On Mon, Mar 21, 2011 at 6:22 PM, Enlightenment SVN wrote: > Log: > epp output -> dont add extra spaces for macros! damnit! :) > > > > Author:       raster > Date:         2011-03-21 02:22:27 -0700 (Mon, 21 Mar