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

2012-08-01 Thread Michael Blumenkrantz
I agree that he is important, but TWO entries in the authors file ? On Wed, Aug 1, 2012 at 10:33 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > patch from rustyBSD. > > > > Author: raster > Date: 2012-08-01 02:33:01 -0700 (Wed, 01 Aug 2012) > New Revision: 74725

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

2010-01-10 Thread Gustavo Sverzut Barbieri
On 1/10/10, Enlightenment SVN wrote: > + data = eet_read(ef, "config", &data_len); > + if ((data) && (data_len > 0)) > + { > +int ok = 1; > + > +for (s = data; s < (data + data_len); s++) > + { > + // if profile is not all ascii (valid printable ascii -

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

2010-01-10 Thread The Rasterman
On Sun, 10 Jan 2010 14:56:25 -0200 Gustavo Sverzut Barbieri said: > On 1/10/10, Enlightenment SVN wrote: > > + data = eet_read(ef, "config", &data_len); > > + if ((data) && (data_len > 0)) > > + { > > +int ok = 1; > > + > > +for (s = data; s < (data + data_len); s++) > >

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/pager

2012-11-13 Thread Daniel Juyung Seo
Thanks for the good fix. I confirmed this works good at home and work. It fixed e17 crash issue. Daniel Juyung Seo (SeoZ) On Mon, Nov 12, 2012 at 11:45 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > try avoid null ptr derefs. > > > > Author: raster > Date: 201

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_theme

2011-08-11 Thread Vincent Torri
usee eina_str_sufix() instead ? Vincent On Thu, 11 Aug 2011, Enlightenment SVN wrote: > Log: > ... allow non edj files as wallpapers... if u try. :) > > > > Author: raster > Date: 2011-08-11 03:39:37 -0700 (Thu, 11 Aug 2011) > New Revision: 62340 > Trac: http://trac.enligh

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_theme

2011-08-11 Thread The Rasterman
On Thu, 11 Aug 2011 12:48:52 +0200 (CEST) Vincent Torri said: probably eina_str_has_extension now i look at it > > usee eina_str_sufix() instead ? > > Vincent > > On Thu, 11 Aug 2011, Enlightenment SVN wrote: > > > Log: > > ... allow non edj files as wallpapers... if u try. :) > > > > > > >

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_theme

2011-08-11 Thread Gustavo Barbieri
Raster never uses what he didn't write :-D that's discrimination!!! Sent from my iPhone On 11/08/2011, at 13:08, Carsten Haitzler wrote: > On Thu, 11 Aug 2011 12:48:52 +0200 (CEST) Vincent Torri > said: > > probably eina_str_has_extension now i look at it > >> >> usee eina_str_sufix() instead

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_theme

2011-08-11 Thread The Rasterman
On Thu, 11 Aug 2011 13:50:37 +0200 Gustavo Barbieri said: hey - i didn't even know it existed. every time i write a few lines of code do u expect me to go reading all the efl headers in case something is there? > Raster never uses what he didn't write :-D that's discrimination!!! > > Sent from

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_theme

2011-08-11 Thread Gustavo Barbieri
The obvious repetitive string manipulation is all in eina. Extension, prefix, suffix, split at delimiter to an array, join array using delimiter were all done. Sent from my iPhone On 11/08/2011, at 14:12, Carsten Haitzler wrote: > On Thu, 11 Aug 2011 13:50:37 +0200 Gustavo Barbieri > said: > >

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_theme

2011-08-11 Thread Mike Blumenkrantz
On Thu, 11 Aug 2011 03:39:37 -0700 "Enlightenment SVN" wrote: > Log: > ... allow non edj files as wallpapers... if u try. :) > > > > Author: raster > Date: 2011-08-11 03:39:37 -0700 (Thu, 11 Aug 2011) > New Revision: 62340 > Trac: http://trac.enlightenment.org/e/chang

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_applications modules/fileman

2012-08-15 Thread Gustavo Sverzut Barbieri
There is a similar code in our "xdg-open" version enlightenment_open. Could u check? On Wednesday, August 15, 2012, Enlightenment SVN wrote: > Log: > abstract the "get terminal desktop" code into util code and now use > from e_exec AND in efm - open terminal here menu item is there with > cod

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_applications modules/fileman

2012-08-15 Thread The Rasterman
On Wed, 15 Aug 2012 10:32:54 -0300 Gustavo Sverzut Barbieri said: > There is a similar code in our "xdg-open" version enlightenment_open. Could > u check? well xdg-open (and e_open by inference) take a file/uri ... but a terminal takes nothing. well maybe a command. i'm not sure how this fits in

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_applications modules/fileman

2012-08-15 Thread Gustavo Sverzut Barbieri
On Wednesday, August 15, 2012, Carsten Haitzler wrote: > On Wed, 15 Aug 2012 10:32:54 -0300 Gustavo Sverzut Barbieri > > said: > > > There is a similar code in our "xdg-open" version enlightenment_open. > Could > > u check? > > well xdg-open (and e_open by inference) take a file/uri ... but a term

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_applications modules/fileman

2012-08-15 Thread The Rasterman
On Wed, 15 Aug 2012 22:57:35 -0300 Gustavo Sverzut Barbieri said: > On Wednesday, August 15, 2012, Carsten Haitzler wrote: > > > On Wed, 15 Aug 2012 10:32:54 -0300 Gustavo Sverzut Barbieri > > > said: > > > > > There is a similar code in our "xdg-open" version enlightenment_open. > > Could > > >

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_acpibindings modules/conf_edgebindings modules/conf_keybindings modules/conf_mousebindings

2011-01-14 Thread Sebastian Dransfeld
On 01/14/2011 10:49 AM, Enlightenment SVN wrote: > Log: > gettext-> translate at gui display time not in storing in structs! > Don't you have to mark the text for translation using N_() ? Sebastian > > > Author: raster > Date: 2011-01-14 01:49:42 -0800 (Fri, 14 Jan 2011) > New Rev

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_acpibindings modules/conf_edgebindings modules/conf_keybindings modules/conf_mousebindings

2011-01-14 Thread The Rasterman
On Fri, 14 Jan 2011 11:23:02 +0100 Sebastian Dransfeld said: > On 01/14/2011 10:49 AM, Enlightenment SVN wrote: > > Log: > > gettext-> translate at gui display time not in storing in structs! > > > > Don't you have to mark the text for translation using N_() ? possibly should. > Sebastian >