Re: [E-devel] E SVN: rui trunk/elmdentica/src

2011-01-25 Thread Mike Blumenkrantz
On Tue, 25 Jan 2011 01:05:29 -0800 "Enlightenment SVN" wrote: > Log: > Still hunting (and killing) bugs with timeline loading. > > > Author: rui > Date: 2011-01-25 01:05:28 -0800 (Tue, 25 Jan 2011) > New Revision: 56297 > Trac: http://trac.enlightenment.org/e/changeset/5

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-09-15 Thread Rui Miguel Silva Seabra
On 09/11/2010 11:25 PM, Lucas De Marchi wrote: > On Sat, Sep 11, 2010 at 2:30 PM, Enlightenment SVN > wrote: >> Log: >> Finally remember (in the eet settings) eve browser when we choose it. >> >> Author: rui >> Date: 2010-09-11 10:30:22 -0700 (Sat, 11 Sep 2010) >> New Revision: 52

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-09-11 Thread Lucas De Marchi
On Sat, Sep 11, 2010 at 2:30 PM, Enlightenment SVN wrote: > Log: >  Finally remember (in the eet settings) eve browser when we choose it. > > Author:       rui > Date:         2010-09-11 10:30:22 -0700 (Sat, 11 Sep 2010) > New Revision: 52160 > > Modified: >  trunk/elmdentica/src/settings.c > > Mo

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-03-06 Thread Rui Miguel Silva Seabra
Em 06-03-2010 09:09, Rui Miguel Silva Seabra escreveu: > Em 06-03-2010 00:51, Gustavo Sverzut Barbieri escreveu: >>- keep indentation consistent! Your code goes as a cascade, with >> new indent levels for no obvious reasons... this makes review harder >> (I was wondering if the buf was the same

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-03-06 Thread Rui Miguel Silva Seabra
Em 06-03-2010 00:51, Gustavo Sverzut Barbieri escreveu: > On Thu, Mar 4, 2010 at 8:44 PM, Enlightenment SVN > wrote: >> Modified: trunk/elmdentica/src/curl.c >> === >> --- trunk/elmdentica/src/curl.c 2010-03-04 22:42:31 UTC (rev 46883

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-03-05 Thread Gustavo Sverzut Barbieri
On Fri, Mar 5, 2010 at 9:10 PM, Enlightenment SVN wrote: > Log: >  Slight improvements, and User timeline works, after all, I was only trying > it out with an account that happened to not have any difference between User > and Friends. http://watchwolf.fr/blog/index.php?post/2009/09/27/Sqlite-

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-03-05 Thread Gustavo Sverzut Barbieri
On Thu, Mar 4, 2010 at 8:44 PM, Enlightenment SVN wrote: > Modified: trunk/elmdentica/src/curl.c > === > --- trunk/elmdentica/src/curl.c 2010-03-04 22:42:31 UTC (rev 46883) > +++ trunk/elmdentica/src/curl.c 2010-03-04 23:44:34 UTC (re

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-28 Thread Gustavo Sverzut Barbieri
On Sun, Feb 28, 2010 at 12:20 PM, Mikhail Gusarov wrote: > > Twas brillig at 16:21:09 28.02.2010 UTC+01 when albin.tonne...@gmail.com did > gyre and gimble: > >  AT> I wouldn't consider using g_strdup_printf vs. asprintf an >  AT> abuse. asprint is a GNU-specific extension, and is not guaranteed

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-28 Thread Mikhail Gusarov
Twas brillig at 16:21:09 28.02.2010 UTC+01 when albin.tonne...@gmail.com did gyre and gimble: AT> I wouldn't consider using g_strdup_printf vs. asprintf an AT> abuse. asprint is a GNU-specific extension, and is not guaranteed AT> to be available. g_strdup_printf, OTOH, is part on the glib API

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-28 Thread Mikhail Gusarov
Twas brillig at 23:43:49 27.02.2010 UTC+00 when r...@1407.org did gyre and gimble: >>> Log: >>> Replace g_strdup_printf with asprintf >> >> why do you replace all those g_* functions ? RMSS> Reduce usage of glib to use more EFLs (as advised). Makes code harder to read. FWIW. -- http

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-28 Thread Albin Tonnerre
On Sun, 28 Feb 2010 12:07 -0300, Gustavo Sverzut Barbieri wrote : > On Sun, Feb 28, 2010 at 11:44 AM, Rui Miguel Silva Seabra > wrote: > > Em 28-02-2010 14:37, Vaudano Luca escreveu: > >> Just out of curiosity, why is glib not advised? > > > > You're taking it the wrong way. The advice was to use

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-28 Thread Gustavo Sverzut Barbieri
On Sun, Feb 28, 2010 at 11:44 AM, Rui Miguel Silva Seabra wrote: > Em 28-02-2010 14:37, Vaudano Luca escreveu: >> Just out of curiosity, why is glib not advised? > > You're taking it the wrong way. The advice was to use the functionality > that is in EFL instead of picking up the same functionalit

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-28 Thread Rui Miguel Silva Seabra
Em 28-02-2010 14:37, Vaudano Luca escreveu: > Just out of curiosity, why is glib not advised? You're taking it the wrong way. The advice was to use the functionality that is in EFL instead of picking up the same functionality from external libraries. Rui -

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-28 Thread Vaudano Luca
Just out of curiosity, why is glib not advised? Regards Luca -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-27 Thread Rui Miguel Silva Seabra
Em 27-02-2010 23:19, Vincent Torri escreveu: > > > On Sat, 27 Feb 2010, Enlightenment SVN wrote: > >> Log: >> Replace g_strdup_printf with asprintf > > why do you replace all those g_* functions ? Reduce usage of glib to use more EFLs (as advised). Rui --

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-27 Thread Vincent Torri
On Sat, 27 Feb 2010, Enlightenment SVN wrote: > Log: > Move g_strdup to strndup i hope that the string you pass to strndup is not NULL, otherwise, seg fault > > Author: rui > Date: 2010-02-27 11:26:11 -0800 (Sat, 27 Feb 2010) > New Revision: 46598 > > Modified: > trunk/elmdent

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-27 Thread Vincent Torri
On Sat, 27 Feb 2010, Enlightenment SVN wrote: > Log: > Get rid of g_free do you know that g_malloc / g_free are not equivalent to malloc / free ? glib uses specific allocators. I would use them in a program using glib Vincent > > Author: rui > Date: 2010-02-27 14:52:16 -0800 (

Re: [E-devel] E SVN: rui trunk/elmdentica/src

2010-02-27 Thread Vincent Torri
On Sat, 27 Feb 2010, Enlightenment SVN wrote: Log: Replace g_strdup_printf with asprintf why do you replace all those g_* functions ? Vincent Author: rui Date: 2010-02-27 12:05:52 -0800 (Sat, 27 Feb 2010) New Revision: 46601 Modified: trunk/elmdentica/src/elmdentica.c M