PATCH: add begin/edit edit when reading price quotes

2007-04-09 Thread Phil Longstaff
This patch adds a begin_edit/commit_edit pair when retrieving price quotes. Phil diff Description: 640906974-diff ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: PATCH: convert some routines to take const object pointers

2007-04-09 Thread David Hampton
On Sat, 2007-04-07 at 14:26 -0400, Phil Longstaff wrote: > The attached patch modifies some getter routine signatures to convert > object pointers to const object pointers. I applied this patch, also in two parts (the const changes and the begin_edit/commit_edit changes). David

Re: PATCH: fix KVP bug/allow gnc_numeric to be a GBoxed value

2007-04-09 Thread Derek Atkins
I wonder if we should add a test-case for this kvp issue so we don't regress? Also, this patch should've been split into two. I've done that myself as I applied them. -derek Phil Longstaff <[EMAIL PROTECTED]> writes: > The attached patch does two things: > > 1) Fixes a KVP bug where kvp_frame_

Re: unofficial windows builds

2007-04-09 Thread Nathan Buchanan
On 4/9/07, Christian Stimming <[EMAIL PROTECTED]> wrote: > > Am Freitag, 6. April 2007 17:51 schrieb Nathan Buchanan: > > ok..I'll wait to hear what cstim was doing. > > In fact I *did* delete them, just as you said: I recorded the download > number > in the wiki, then deleted the file in the File

Re: Build failure on Ubuntu 6.10

2007-04-09 Thread Derek Atkins
Quoting Nigel Titley <[EMAIL PROTECTED]>: > Build of the current SVN gives me > > /opt/gnucash/lib/libgnc-backend-file-utils.so.0: undefined reference to > `qof_entity_set_guid' > /opt/gnucash/lib/libgnc-backend-file-utils.so.0: undefined reference to > `gnc_price_set_type' > /opt/gnucash/lib/gnuc

Build failure on Ubuntu 6.10

2007-04-09 Thread Nigel Titley
Build of the current SVN gives me /opt/gnucash/lib/libgnc-backend-file-utils.so.0: undefined reference to `qof_entity_set_guid' /opt/gnucash/lib/libgnc-backend-file-utils.so.0: undefined reference to `gnc_price_set_type' /opt/gnucash/lib/gnucash/libgncmod-ledger-core.so: undefined reference to

Re: unofficial windows builds

2007-04-09 Thread Christian Stimming
Am Freitag, 6. April 2007 17:51 schrieb Nathan Buchanan: > ok..I'll wait to hear what cstim was doing. In fact I *did* delete them, just as you said: I recorded the download number in the wiki, then deleted the file in the File Release System (FRS). I chose to do this because usually people are

GnuCash budget report

2007-04-09 Thread Rasmus Tamstorf
Hi Steven / GnuCash developers, I've found your mail to the gnucash developer list regarding budget report improvements to GnuCash in the archive. What you describe is almost exactly what I'm looking for, so I have a couple of questions for you (or any other developer who wants to speak up) :

Re: r15849 - gnucash/trunk/src/business/business-core - Fix compiler complaints about dereferencing type-punned pointers.

2007-04-09 Thread Derek Atkins
For the record, as we discussed on IRC... a) This code isn't even used. b) With the GObjectification, we should change the GncOwner to be a "real" object and abstract out the necessary functions. -derek Derek Atkins <[EMAIL PROTECTED]> writes: > This can't work.. A GncOwner isn't a QofInst