Re: PATCH: Sort SX vars

2010-02-20 Thread Jesse Weinstein
I found safe_strcmp in qofutil.h -- but it's not at all clear to me how or whether I can or should #include that into gnc-sx-instance-model.c where my patch touches. Advise? As for having using a utf8-aware comparison -- I'm open to suggestions, but, I'm not aware of what if any is already in use,

Re: Request: require glib2 >= 2.12

2010-02-20 Thread Jesse Weinstein
On Fri, 2010-02-19 at 23:24 +0100, Geert Janssens wrote: > I'd like to bump the minimum required glib2 for the 2.3.x series to 2.12. The BTW, for future reference, we can replace the safe_strcmp function with g_strcmp0 as soon as we bump the minimum version of glib to 2.16, per http://library.gnom

Re: Build dependencies (was: Re: Request: require glib2 >= 2.12)

2010-02-20 Thread John Ralls
On Feb 20, 2010, at 10:32 AM, John Ralls wrote: > > > I too am using Guile 1.6 with OSX, because when I set up the builds in late > 2008 Gnucash had problems with 1.8 and I haven't tried again since. I'll do > so today or tomorrow and report back. > Gnucash trunk won't build with Guile 1.8

Re: [Bug 609583] Postgresql backend loses data

2010-02-20 Thread z33b0b
A question for you folks -- Does anyone know how far back a data file must go before the SQL interface starts truncating data? Is this bug specific to Donald's dataset, or has anyone else seen this? I've got data just for 2009-10, and I'm not seeing any truncation or spurious amounts (so far, an

Re: Build dependencies (was: Re: Request: require glib2 >= 2.12)

2010-02-20 Thread John Ralls
On Feb 20, 2010, at 8:55 AM, Geert Janssens wrote: > On Saturday 20 February 2010, Christian Stimming wrote: > I'm currently working on this one. Gtk 2.10 will be the base for now. I did > request an upgrade on the RHEL bugzilla to at least 2.12. We will need this > if > we want to remove depr

Build dependencies (was: Re: Request: require glib2 >= 2.12)

2010-02-20 Thread Geert Janssens
On Saturday 20 February 2010, Christian Stimming wrote: > Am Freitag, 19. Februar 2010 schrieb Geert Janssens: > > I'd like to bump the minimum required glib2 for the 2.3.x series to 2.12. > > I'm all in for raising our minimum required version to some higher and more > recent value. > > My main

Re: Request: require glib2 >= 2.12

2010-02-20 Thread Christian Stimming
Am Freitag, 19. Februar 2010 schrieb Geert Janssens: > I'd like to bump the minimum required glib2 for the 2.3.x series to 2.12. I'm all in for raising our minimum required version to some higher and more recent value. My main reason is that all of us developers use more recent versions, which

Re: PATCH: Sort SX vars

2010-02-20 Thread Derek Atkins
Jesse Weinstein writes: > +static gint > +_compare_GncSxVariables(gconstpointer a, gconstpointer b) > +{ > + return strcmp(((const GncSxVariable*)a)->name, ((const > GncSxVariable*)b)->name); > +} You should probably use safe_strcmp() here (in case ->name is NULL). Or maybe even a utf8-capable

Re: Request: require glib2 >= 2.12

2010-02-20 Thread Derek Atkins
Geert Janssens writes: > I'd like to bump the minimum required glib2 for the 2.3.x series to 2.12. The > reason is that I'm trying to solve a bug with database passwords that contain > ':' characters. This interferes with the code that uses ':' as separator for > the database parameters. [snip

Re: Persian Language

2010-02-20 Thread Cristian Marchi
Committed to revision 18697 Thanks! Cristian Mehdi Alidoost ha scritto: Hello By attachment I send the new version of Persian translate. Best regards Mehdi Alidosot www.ashian.ir Email : i...@ashian.ir RSS :(Latest News of our services) http://ashian.ir/blog31rss.aspx SMS:200093553559

Re: Request: require glib2 >= 2.12

2010-02-20 Thread Geert Janssens
On Friday 19 February 2010, Geert Janssens wrote: > I'd like to bump the minimum required glib2 for the 2.3.x series to 2.12. > The reason is that I'm trying to solve a bug with database passwords that > contain ':' characters. This interferes with the code that uses ':' as > separator for the d