Re: small bug with gtk-styles

2002-10-15 Thread Derek Atkins
Applied -derek Christian Krause <[EMAIL PROTECTED]> writes: > Hi, > > I found a bug in src/gnome-utils/dialog-utils.c: gnc_set_label_color(..). > > I noticed, that even if I set the correct locale via LANG=... all text > is displayed correctly (EUR-Signs, ...) except the information _under_ t

small bug with gtk-styles

2002-10-15 Thread Christian Krause
Hi, I found a bug in src/gnome-utils/dialog-utils.c: gnc_set_label_color(..). I noticed, that even if I set the correct locale via LANG=... all text is displayed correctly (EUR-Signs, ...) except the information _under_ the icon bar ("Net Assets"). I tracked down the problem to gnc_set_label_col

Re: Generic Transaction import discussion

2002-10-15 Thread Benoit Grégoire
On Tuesday 15 October 2002 06:23, Christian Stimming wrote: > * Currently imported transactions are created as transactions with one > split (haven't checked this week, though). IMHO this is a BAD THING > (tm). I would *very, very much* prefer the way this was handled in the > QIF importer, where

Re: build order src/gnome and src/import-export

2002-10-15 Thread Benoit Grégoire
On Tuesday 15 October 2002 17:20, Christian Stimming wrote: > In src/Makefile.am, we have > > GUI_SUBDIRS_2 = [...] \ > import-export \ > gnome \ > [...] > > as the build order. However, I get linking errors in the > import-export/hbci/test directory, since some of the HBCI GUI code needs >

Re: build order src/gnome and src/import-export

2002-10-15 Thread Derek Atkins
I think what this means is that we need to break apart import-export into two subdirectories, a core directory (which gets built before gnome) and a GUI directory (which gets built AFTER gnome)... -derek Christian Stimming <[EMAIL PROTECTED]> writes: > In src/Makefile.am, we have > > GUI_SUBD

build order src/gnome and src/import-export

2002-10-15 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- In src/Makefile.am, we have GUI_SUBDIRS_2 = [...] \ import-export \ gnome \ [...] as the build order. However, I get linking errors in the import-export/hbci/test directory, since some of the HBCI GUI code needs functions from libgncgnome.so, and duri

Re: GnuCash 1.7.1 alpha release!

2002-10-15 Thread Derek Atkins
"Peter T. Abplanalp" <[EMAIL PROTECTED]> writes: > great suggestion. i should have thought of this myself. > one thing, would it be possible to make the error message a > little more accurate? configure complained about -lgal not > working when -lgal would have worked. This is unfortunately a

Re: GnuCash 1.7.1 alpha release!

2002-10-15 Thread Josh Sled
On Mon, Oct 14, 2002 at 04:57:44PM -0400, Derek Atkins wrote: | So long as you do not use any of the new-in-1.[78] features, | 1.6 should be able to read your datafile just fine. In other | words, so long as you don't use Scheduled Transactions or any | of the Business Accounting features, 1.6 s

Re: GnuCash 1.7.1 alpha release!

2002-10-15 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On Tue, Oct 15, 2002 at 12:00:45PM -0700, Josh Sled wrote: > On Tue, Oct 15, 2002 at 12:55:24PM -0600, Peter T. Abplanalp wrote: > > | ok, i am trying to compile the tarball of 1.7.1 but > | configure can't seem to find libgal. i get the following

Re: GnuCash 1.7.1 alpha release!

2002-10-15 Thread Derek Atkins
Check the contents of config.log. Look for the last set of errors (when looking for libgal). Perhaps you do not have gal-devel installed? -derek "Peter T. Abplanalp" <[EMAIL PROTECTED]> writes: > * On Mon, Oct 14, 2002 at 05:34:31AM -0700, Chris Lyttle wrote: > > You will notice that for now

Re: GnuCash 1.7.1 alpha release!

2002-10-15 Thread Josh Sled
On Tue, Oct 15, 2002 at 12:55:24PM -0600, Peter T. Abplanalp wrote: | ok, i am trying to compile the tarball of 1.7.1 but | configure can't seem to find libgal. i get the following | error: [deletia] | might someone have some suggestions on why configure can't | seem to find libgal? thanks.

Re: GnuCash 1.7.1 alpha release!

2002-10-15 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On Mon, Oct 14, 2002 at 05:34:31AM -0700, Chris Lyttle wrote: > You will notice that for now there is only a tarball > available on ftp.gnucash.org and > download.sourceforge.net/gnucash this is due to some last > minute difficulties. I hope to rele

LibOFX tarball to accompany gnucash 1.7.1

2002-10-15 Thread Benoit Grégoire
> Another thing with libOFX: I understand that the ongoing work will > require changes in the libOFX code, so updates in gnucash will also > require updates of the libofx installation (that's what CVS is all > about). Nevertheless, could you please try to release libofx tarballs > each time we rel

HBCI and recurring transfers (was: 1.7.1 alpha-release--testing)

2002-10-15 Thread Christian Stimming
Eildert Groeneveld wrote: > success stories: I have tried (with Christians help) HBCI transaction > on my account and it seems that gnucash can now replace the windows program I > have used thus far and for which I needed to either run vmware of boot into > windows. That seems to be a thing o

1.7.1 alpha-release--testing

2002-10-15 Thread Eildert Groeneveld
On the developers lists usually lots of problems turn up (to address them is the objective of the list). Nonetheless, I think it is appropriate to also report success stories: I have tried (with Christians help) HBCI transaction on my account and it seems that gnucash can now replace the windo

Re: Using newer versions of guile and g-wrap

2002-10-15 Thread Derek Atkins
"James A. Treacy" <[EMAIL PROTECTED]> writes: > Are you really saying that gnucash 1.7.x (and by extension, 1.8) will not > support guile 1.6? Well, the configure script specifically tests for and rejects guile >= 1.5.0 so yes, Gnucash 1.7.1 does not support guile 1.6. It is possible that this

Generic Transaction import discussion

2002-10-15 Thread Christian Stimming
Hi Benoit, in the transaction importer I basically see two problems, one principal one and one GUI one: * Currently imported transactions are created as transactions with one split (haven't checked this week, though). IMHO this is a BAD THING (tm). I would *very, very much* prefer the way thi

Re: Gnucash 1.8 proposed schedule (and HBCI status)

2002-10-15 Thread Christian Stimming
Benoit Grégoire wrote: > On Tuesday 08 October 2002 07:14, Christian Stimming wrote: > >>What do people think about their planned features for a gnucash 1.8 >>release, and how long it will take to complete them? > > I am currently working on investment transaction support. However it requires

Re: Initial Draft, GnuCash Help

2002-10-15 Thread Christian Stimming
Hi, Chris Lyttle wrote: > I've put together the following outline of headings for GnuCash Help. Very good work. This gives a good basis for which the current help texts and future work can be grouped. > My idea here is to divide the help into 2 parts, the first > (this one) is done as an

Recall: GnuCash 1.7.1 alpha release!

2002-10-15 Thread David Parrott
David Parrott would like to recall the message, "GnuCash 1.7.1 alpha release!". - --- Visit our Internet site at http://www.reuters.com Any views expressed in this message are those of the individual sender, except where t

Recall: GnuCash 1.7.1 alpha release!

2002-10-15 Thread David Parrott
David Parrott would like to recall the message, "GnuCash 1.7.1 alpha release!". - --- Visit our Internet site at http://www.reuters.com Any views expressed in this message are those of the individual sender, except where t