Re: wrong version in 2.3.6 news

2009-09-29 Thread Phil Longstaff
On September 29, 2009 08:00:37 pm Tim M wrote: > FYI, the 2.3.6 news article on the front page says "GnuCash 2.3.9 released" > > :) > > ___ > gnucash-devel mailing list > gnucash-devel@gnucash.org > https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Build error split-register-model.c

2009-09-29 Thread jraehl
I am seeing similar from a Windows XP build. This is a complete environment install and Gnucash build on a new hard disk. My previous build on the old computer was with the 09/25 changes, and ran fine except for the two reports that crashed Gnucash, which were previously reported. I wonder if

Gnucash 2.3.6 Released

2009-09-29 Thread Phil Longstaff
Announcement: GnuCash 2.3.6 Release 2009-09-29 The GnuCash development team proudly announces GnuCash 2.3.6, the seventh of several unstable 2.3.x releases of the GnuCash Free Accounting Software which will eventually lead to the stable version 2.4.0. With this new release series, GnuCash can u

wrong version in 2.3.6 news

2009-09-29 Thread Tim M
FYI, the 2.3.6 news article on the front page says "GnuCash 2.3.9 released" :) ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Build error split-register-model.c

2009-09-29 Thread Derek Atkins
Quoting Colin Law : /usr/bin/gnucash2.3/share/gnucash/guile-modules/gnucash/report/standard-reports.scm:160:45: In expression (@ (gnucash report standard-reports ...) gnc:register-report-create-internal): /usr/bin/gnucash2.3/share/gnucash/guile-modules/gnucash/report/standard-reports.scm:160:45:

Re: Build error split-register-model.c

2009-09-29 Thread Colin Law
2009/9/29 Colin Law : > I am getting a build error in the latest split-register-model.c > > split-register-model.c: In function ‘gnc_split_register_get_rbaln’: > split-register-model.c:71: error: ‘children’ may be used uninitialised > in this function > split-register-model.c:69: error: ‘account’ m

Build error split-register-model.c

2009-09-29 Thread Colin Law
I am getting a build error in the latest split-register-model.c split-register-model.c: In function ‘gnc_split_register_get_rbaln’: split-register-model.c:71: error: ‘children’ may be used uninitialised in this function split-register-model.c:69: error: ‘account’ may be used uninitialised in this

Re: How to setup gconf data

2009-09-29 Thread Colin Law
2009/9/28 Christian Stimming : > Am Montag, 28. September 2009 22:26 schrieb Colin Law: >> >> > I have added a checkbox to the preferences, register dialog and >> >> > entered the data for the gconf key in apps_gnucash_general.schemas.in. >> >> >  I have done a full rebuild and everything works exc

Re: Glade making changes I did not ask for

2009-09-29 Thread Colin Law
2009/9/25 Colin Law : > Hi > Sorry for more noob questions. > I have used Glade to add a checkbox to the preferences dialog.  Glade > has made the expected changes to preferences.glade but has made some > other changes that I was not aware that I had asked for: > > 1. It has deleted the line after

Re: r18354 - gnucash/trunk/src/register/ledger-core - Fix bug when register running balance column appears in template transaction.

2009-09-29 Thread Tim M
I should note that when testing this patch, I also tried setting the RATE_CELL to column 7 for the template register (8 for non-template) and leaving column 8 blank, but I was told that the RATE_CELL needs to be the last column. When I tested a build with the RATE cell in col 7 for the template re

Re: Deprecated libraries

2009-09-29 Thread Geert Janssens
On Tuesday 29 September 2009, Derek Atkins wrote: > Quoting Bill Nottingham : > > Derek Atkins (warl...@mit.edu) said: > >> Phil Longstaff writes: > >> > I tried a build last night with deprecated gnome/glib/gtk/gdk/... > >> > features disabled. I submitted a patch for one simple change. > >> >

Re: Deprecated libraries

2009-09-29 Thread Derek Atkins
Quoting Bill Nottingham : Derek Atkins (warl...@mit.edu) said: >>When were these new interfaces added to Gtk? Do we have a new minimum >>version of Gtk? > >GtkAssistant is from GTK+ 2.10. GtkToolTip is GTK+ 2.12. Thanks Bill. It's kinda what I was afraid of. I think I can convince myself th

Re: Invoices: Process Payment

2009-09-29 Thread Sebastian Held
Derek, Am Dienstag, 29. September 2009 18:07:27 schrieben Sie: > Sebastian, > > "David T." writes: > > Sebastian-- > > > > If I am understanding you correctly, you want to be able to use an > > existing transaction (the one that has been imported to Gnucash) to > > account for an invoice. In my

Re: Deprecated libraries

2009-09-29 Thread Bill Nottingham
Derek Atkins (warl...@mit.edu) said: > >>When were these new interfaces added to Gtk? Do we have a new minimum > >>version of Gtk? > > > >GtkAssistant is from GTK+ 2.10. GtkToolTip is GTK+ 2.12. > > Thanks Bill. It's kinda what I was afraid of. > > I think I can convince myself that it's okay

Re: Deprecated libraries

2009-09-29 Thread Derek Atkins
Quoting Bill Nottingham : Derek Atkins (warl...@mit.edu) said: Phil Longstaff writes: > I tried a build last night with deprecated gnome/glib/gtk/gdk/... features > disabled. I submitted a patch for one simple change. GnomeDruid (libgnomeui) > is deprecated in favor of GtkAssistant. I lo

Re: Deprecated libraries

2009-09-29 Thread Bill Nottingham
Derek Atkins (warl...@mit.edu) said: > Phil Longstaff writes: > > > I tried a build last night with deprecated gnome/glib/gtk/gdk/... features > > disabled. I submitted a patch for one simple change. GnomeDruid > > (libgnomeui) > > is deprecated in favor of GtkAssistant. I logged a bug for t

Re: Deprecated libraries

2009-09-29 Thread Derek Atkins
Phil, What I meant was: Are these new APIs available in Gtk 2.6 (which is our current minimum version of Gtk). If the code wont still build against Gtk 2.6 then we should consider changing the configure script to something more recent or fixing the code to make sure we retain gtk-2.6 support. -d

Re: Deprecated libraries

2009-09-29 Thread Phil Longstaff
I think our current version of Gtk hasn't changed. Re e-guile reports: I think the first e-guile report is in 2.3.X, but I haven't really tested to see if it is or how it works. Phil From: Derek Atkins To: Phil Longstaff Cc: Geert Janssens ; gnucash-devel@g

Re: Invoices: Process Payment

2009-09-29 Thread Derek Atkins
Sebastian, "David T." writes: > Sebastian-- > > If I am understanding you correctly, you want to be able to use an > existing transaction (the one that has been imported to Gnucash) to > account for an invoice. In my few experiments with using the billing > features, I was unable to figure out h

Re: GnomePrint

2009-09-29 Thread Derek Atkins
"Stuart D. Gathman" writes: > On Fri, 25 Sep 2009, Phil Longstaff wrote: > >> Do we still need to support GnomePrint? There are references in the mailing >> list to goffice using it, but is that old enough (2007) that we can assume >> all >> newer versions that users/developers have use GtkPrin

Re: Deprecated libraries

2009-09-29 Thread Derek Atkins
Phil Longstaff writes: > I tried a build last night with deprecated gnome/glib/gtk/gdk/... features > disabled. I submitted a patch for one simple change. GnomeDruid (libgnomeui) > is deprecated in favor of GtkAssistant. I logged a bug for this one. > GtkTooltips is deprecated in favor of Gtk

Re: r18354 - gnucash/trunk/src/register/ledger-core - Fix bug when register running balance column appears in template transaction.

2009-09-29 Thread Derek Atkins
Christian Stimming writes: > -gnc_table_layout_set_cell (layout, curs, RBALN_CELL, 0, 7); > +if (!reg->is_template) > +{ > + gnc_table_layout_set_cell (layout, curs, RBALN_CELL, 0, 7); > +} > gnc_table_layout_set_cell (layout, curs, RATE_CELL, 0,