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

2011-01-15 Thread The Rasterman
On Sat, 15 Jan 2011 22:02:53 -0500 Mike Blumenkrantz said: > On Sun, 16 Jan 2011 11:54:02 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Sun, 16 Jan 2011 03:47:06 +0100 (CET) Vincent Torri > > said: > > > > > is that change correct ? > > > > yes. i kept sources floatign about - but

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

2011-01-15 Thread The Rasterman
On Sun, 16 Jan 2011 04:02:01 +0100 (CET) Vincent Torri said: > > > On Sun, 16 Jan 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Sun, 16 Jan 2011 03:47:06 +0100 (CET) Vincent Torri > > said: > > > >> is that change correct ? > > > > yes. i kept sources floatign about - but no binary i

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2011-01-15 Thread Mike Blumenkrantz
On Sun, 16 Jan 2011 03:51:18 +0100 (CET) Vincent Torri wrote: > > > On Sat, 15 Jan 2011, Enlightenment SVN wrote: > > > Log: > > avoid possible strlen(NULL) > > > > > > Author: discomfitor > > Date: 2011-01-15 17:11:46 -0800 (Sat, 15 Jan 2011) > > New Revision: 56144 > > Trac:

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

2011-01-15 Thread Mike Blumenkrantz
On Sun, 16 Jan 2011 11:54:02 +0900 Carsten Haitzler (The Rasterman) wrote: > On Sun, 16 Jan 2011 03:47:06 +0100 (CET) Vincent Torri > said: > > > is that change correct ? > > yes. i kept sources floatign about - but no binary is built. in case someone > for some bizarre reasons needs/wants edj

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

2011-01-15 Thread Vincent Torri
On Sun, 16 Jan 2011, Carsten Haitzler (The Rasterman) wrote: > On Sun, 16 Jan 2011 03:47:06 +0100 (CET) Vincent Torri > said: > >> is that change correct ? > > yes. i kept sources floatign about - but no binary is built. in case someone > for some bizarre reasons needs/wants edje_convert - they

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

2011-01-15 Thread The Rasterman
On Sun, 16 Jan 2011 03:47:06 +0100 (CET) Vincent Torri said: > is that change correct ? yes. i kept sources floatign about - but no binary is built. in case someone for some bizarre reasons needs/wants edje_convert - they can hand-build it themselves, but its otherwise dormant and the actual sou

Re: [E-devel] E SVN: discomfitor trunk/e/src/bin

2011-01-15 Thread Vincent Torri
On Sat, 15 Jan 2011, Enlightenment SVN wrote: > Log: > avoid possible strlen(NULL) > > > Author: discomfitor > Date: 2011-01-15 17:11:46 -0800 (Sat, 15 Jan 2011) > New Revision: 56144 > Trac: http://trac.enlightenment.org/e/changeset/56144 > > Modified: > trunk/e/src/bin/e

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

2011-01-15 Thread Vincent Torri
On Sat, 15 Jan 2011, Enlightenment SVN wrote: > Log: > prep for 1.0 -> edje_convert no longer needed/used. if you havent > converted by now... too late. thats pre 1.0 - history. > > > > Author: raster > Date: 2011-01-15 17:57:46 -0800 (Sat, 15 Jan 2011) > New Revision: 56156 > Tra

Re: [E-devel] Startup Applications Handled by Profile

2011-01-15 Thread Leif Middelschulte
Hi Jeff, afaik startup-applications are based on XDG-standards and theirfore are per user. I think they are stored somewhere in ~/.config/. Maybe it's possible to fetch the profile's name currently deployed by e17 using enlightenment_remote or a env-var and use that information within your auto-st

[E-devel] Startup Applications Handled by Profile

2011-01-15 Thread Jeff Hoogland
Howdy Folks, I was wondering why the start up applications in Enlightenment are not per-profile like all other configuration options are. I want to create an "ecomorph" profile for Bodhi, but it requires launching a command at startup, I do not want this command launched with the non-ecomorph prof

Re: [E-devel] EFL 1.0... ready?

2011-01-15 Thread sd
> On Sat, 15 Jan 2011 13:51:38 +1000 David Seikel said: > >> On Sat, 15 Jan 2011 12:37:58 +0900 Carsten Haitzler (The Rasterman) >> wrote: >> >> > On Sat, 15 Jan 2011 11:43:44 +1000 David Seikel >> > said: >> > >> > > On Sat, 15 Jan 2011 09:30:34 +0800 P Purkayastha >> > > wrote: >> > > >> > >

[E-devel] 1.0 prep

2011-01-15 Thread Mike Blumenkrantz
I've created some clang reports for edje, evas, and efreet which can be found at: http://darc.ath.cx:8003/e/edje http://darc.ath.cx:8003/e/evas http://darc.ath.cx:8003/e/efreet I do not know the codebase well enough to adequately review them. If you know the code for these libraries, please take a

Re: [E-devel] [PATCH] elc_ctxpopup

2011-01-15 Thread The Rasterman
On Fri, 14 Jan 2011 09:42:24 +0900 ChunEon Park said: > Dear EFL developers, > > Here is one feature for elc_ctxpopup > - elm_ctxpopup_background_dimmed_disabled_set > - elm_ctxpopup_background_dimmed_disabled_get > > Please check then apply it. > > Thank you very much ! hmmm why aren't you

Re: [E-devel] [Patch] small patch for elm_pager.c

2011-01-15 Thread The Rasterman
On Wed, 12 Jan 2011 16:51:33 +0900 WooHyun Jung said: oh indeed that is a bug - obj is deleted. hiding it is bad. as such interestingly enough in evas, this will never crash because objects never get immediately deleted - they are kept in the canvas for 2 canvas render cycles due to needing to ke

Re: [E-devel] [PATCH] elm_transit

2011-01-15 Thread The Rasterman
On Wed, 12 Jan 2011 15:43:07 +0900 ChunEon Park said: cool! much better! in svn it is! > Hello, > > Thanks for your advice. > > I modified then send patches again. > > Please review then apply them. > > 001 - elm_transit_paused_set / elm_transit_paused_get / > elm_transit_progress_value_g

Re: [E-devel] snaps

2011-01-15 Thread Michael Taubert
Hi! Am 14.01.2011 um 08:19 schrieb Carsten Haitzler (The Rasterman): > On Fri, 14 Jan 2011 00:02:32 -0500 Mike Blumenkrantz said: > >> On Thu, 13 Jan 2011 22:48:28 -0600 >> Jeff Hoogland wrote: >> >>> Maybe it is just because I am new around here... But why are snap shots even >>> really need