Re: Fedora 11 problems

2009-09-08 Thread Derek Atkins
hi, Please remember to CC the list on all replies Ian Leonard i...@smallworld.cx writes: 2009/9/5 Derek Atkins warl...@mit.edu Hi, Hi Derek. Thanks for the quick reply. Answers below:   Quoting Ian Leonard i...@smallworld.cx: Hi, Fedora 11

Re: System error getting price quotes

2009-09-08 Thread Derek Atkins
Hi, Keith Bellairs ke...@bellairs.org writes: Fedora 10, gnucash 2.2.9 fc10-i386 distribution I was not able to get USD conversions so I casually ran gnc-fq-update to see if it had been patched. Now I get no price quotes at all. gnc-fq-update shows the following-- LWP is up to date

Re: r18295 - gnucash/trunk/src - Fix more valgrind problems

2009-09-08 Thread Derek Atkins
Phil, Phil Longstaff plongst...@code.gnucash.org writes: [snip] +/** + * Returns the account full name. Unlike xaccAccountGetFullName(), the + * string returned must *NOT* be freed. + * + * @param account Account + * @return Account full name + */ Moreover this function is no longer

Re: Fedora 11 problems

2009-09-08 Thread Ian Leonard
2009/9/8 Derek Atkins warl...@mit.edu hi, Please remember to CC the list on all replies Hi Derek, I'll blame gmail for that one. Ian Leonard i...@smallworld.cx writes: 2009/9/5 Derek Atkins warl...@mit.edu Hi, Hi Derek. Thanks for the quick reply. Answers below:

Re: r18295 - gnucash/trunk/src - Fix more valgrind problems

2009-09-08 Thread Phil Longstaff
Yes. The purpose of this call was for scm so that the returned string wouldn't be leaked. If swig could wrap a call and free the result, that would be an even better solution. API have caller supply the data? If swig could generate a wrapper that would do that, great. 1000 limit? Seemed

Re: Fedora 11 problems

2009-09-08 Thread Bill Nottingham
Ian Leonard (i...@smallworld.cx) said: Okay, this is normal... What's printed in /tmp/gnucash.trace? * 14:32:32 WARN gnc.backend.file.sx no template account with name [078c88574c969c326fbccebca959a21b] * 14:32:32 WARN gnc.backend.file.sx no template account with name

Re: Wishlist for GC Windows XP - update, share value, share statistics

2009-09-08 Thread Conor O'Neill
Norman Yeh wrote: 3. a graph and report function that shows the growth or decline of my various assets/investments by asset account and in total asset value, whether by day, by month, by quarter or by year at my choice A graph of this already exists, though it is not obvious to find and

Bugs in gnucash bugzilla which aren't gnucash bugs

2009-09-08 Thread Phil Longstaff
At another company I worked at, if a bug was found while using our product, it was entered in our database. Made sense, since it was a flaw in what we presented to the world. If, after analysis, we found that it was really a bug in an external dependency, we cloned the original bug to the

Re: Bugs in gnucash bugzilla which aren't gnucash bugs

2009-09-08 Thread Christian Stimming
Am Dienstag, 8. September 2009 16:36 schrieb Phil Longstaff: At another company I worked at, if a bug was found while using our product, it was entered in our database. Made sense, since it was a flaw in what we presented to the world. If, after analysis, we found that it was really a bug in

Minor updates to HACKING

2009-09-08 Thread Geert Janssens
Hi, While studying how to develop for GnuCash, I found some information in the HACKING document to be outdated: * it still refers to CVS, while GC has switched to svn for quite a while * now the gnucash-bin application is a C app, there's an easier way to start GC under the debugger I have

Re: r18295 - gnucash/trunk/src - Fix more valgrind problems

2009-09-08 Thread Christian Stimming
Am Dienstag, 8. September 2009 16:30 schrieb Phil Longstaff: Yes. The purpose of this call was for scm so that the returned string wouldn't be leaked. If swig could wrap a call and free the result, that would be an even better solution. We have plenty of functions throughout gnc-qof and the

Re: r18295 - gnucash/trunk/src - Fix more valgrind problems

2009-09-08 Thread Phil Longstaff
On September 8, 2009 04:43:48 pm Christian Stimming wrote: Am Dienstag, 8. September 2009 16:30 schrieb Phil Longstaff: Yes. The purpose of this call was for scm so that the returned string wouldn't be leaked. If swig could wrap a call and free the result, that would be an even better