Re: time_t

2008-07-13 Thread Derek Atkins
Quoting Charles Day <[EMAIL PROTECTED]>: > This may be a silly question, but why is GnuCash limited to using dates that > are supported by time_t? Could we get rid of time_t? > > I don't need to enter 18th century transactions; I'm just curious. time_t is #seconds since 1970-01-01 00:00:00 So yo

DBI backend warnings with Glib 2.16.3

2008-07-13 Thread David Reiser
gnc-backend-dbi.c needs the tweak to stomp out GType warnings: gnc-backend-dbi.c:948: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘GType’ gnc-backend-dbi.c:964: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘GType’ gnc-backend-dbi.c:980: warning: format

Re: documentation for python bindings

2008-07-13 Thread Mark Jenkins
> Looking through the > source code and the provided examples, it looks like the API can be used > both for reading and writing. No help available anywhere on how to > actually use that stuff? Documentation is pretty bad right now. Help needed. The examples you refer to are found in gnucash/trun

time_t

2008-07-13 Thread Charles Day
This may be a silly question, but why is GnuCash limited to using dates that are supported by time_t? Could we get rid of time_t? I don't need to enter 18th century transactions; I'm just curious. Cheers, Charles ___ gnucash-devel mailing list gnucash-d

DBI backend now supports mysql and postgresql

2008-07-13 Thread Phil Longstaff
As of rev 17323, the gda-dev2 backend supports mysql and postgresql databases again. Despite the name, it uses the DBI library (http://libdbi.sourceforge.net). In the file menu, the 'Database Connection' menu entry allows you to save to or load from one of these databases. This entry brings u

Re: Add tables to "bar chart" reports

2008-07-13 Thread Joachim Herb
Thank you for adding it. Now I am an AUTHOR of a scheme program :-) Joachim Charles Day schrieb: > > > Yes, that fixed it. This patch looks good to me now, so I committed it > as r17316 and requested backport. Joachim, I also added you to the > AUTHORS file (hope you don't mind). Thank you