swiss translation

2001-06-13 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hi Thomas, wow, a Swiss German translation would be *really* great. I did a major rework for the de_DE translation. A whole bunch of words have changed from 1.4.12 to 1.6. To start, I created a Glossary -- a list of the financial words that are used through

Re: 1.6.0 - National character problem

2001-06-13 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- On Wednesday 13 June 2001 00:13, [EMAIL PROTECTED] wrote: > I have been running with default (english) locale until now. I thought I > would try out the swedish one. What I did was I executed "export > LANG=sv_SE" and then executed gnucash. Most of the things ar

new release schedule?

2001-06-13 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hi there, Would it be possible to state some dates for upcoming new releases? The stable branch probably can have a new release every 1-2 weeks ATM. But PLEASE make the dates known beforehand AND schedule at least 2-3 days of STRING FREEZE before that. The

Re: Balance sheet report for a sub-group of accounts

2001-06-13 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Oops, that bug goes on me. The problem is that I didn't manage to get the sub-balance calculation and the account showing/not-showing to follow the same rules on which accounts to include and which not. The problem lies in html-utilities.scm at e.g. line 511,

Re: plugin/module architecture proposal for gnucash-1.7

2001-06-13 Thread Derek Atkins
dlopen() can keep symbols separated when loaded from a module. You can basically do something like: module = dlopen (module_name); module_sym = dlsym (module, "module_interface_table"); You can take a look in gnc-book (I think that's where this is) to see how this is currently d

xml for query?

2001-06-13 Thread Linas Vepstas
Hi Jim, Back in the good-ol xml v.1 days, I'd added routines to read and write the Query struct. This allowed two things: -- save and restore of the query state for Bill's transaction finder. Presumably, this would allow users to create custom reports (e.g. find me all transactions with

two bugs in 1.6.0

2001-06-13 Thread Rob Walker
I am running a debian unstable machine. I can provide dpkg -l | grep output if needed. I start gnucash, and three windows pop up, the splash screen, centered, the "Welcome..." window, and the "tip of the day" window. I wait for the splash screen to time out. I now have the tip and welcome win

Re: 1.6.0 - X Event loop problem ?

2001-06-13 Thread tobias . blomberg
Dave Peticolas wrote: > > On 13 Jun 2001 00:28:44 +0200, [EMAIL PROTECTED] wrote: > > When generating reports with graphics, the updating hangs until I move > > the mouse or if I wait a minute or two. This also happens when double > > clicking on a chart or pressing the back-button. > > I believ

Re: 1.6.0 - National character problem

2001-06-13 Thread tobias . blomberg
Christian Stimming wrote: > > On Wednesday 13 June 2001 00:13, [EMAIL PROTECTED] wrote: > > I have been running with default (english) locale until now. I thought I > > would try out the swedish one. What I did was I executed "export > > LANG=sv_SE" and then executed gnucash. Most of the things a

Re: Balance sheet report for a sub-group of accounts

2001-06-13 Thread Robert Graham Merkel
On Wed, 13 Jun 2001 19:15:46 Christian Stimming wrote: > -BEGIN PGP SIGNED MESSAGE- > > Oops, that bug goes on me. The problem is that I didn't manage to get the > > sub-balance calculation and the account showing/not-showing to follow the > > same rules on which accounts to include an

Re: two bugs in 1.6.0

2001-06-13 Thread James LewisMoss
> On Wed, 13 Jun 2001 14:24:03 -0700, Rob Walker <[EMAIL PROTECTED]> said: Rob> I am running a debian unstable machine. I can provide dpkg -l | Rob> grep output if needed. Rob> I start gnucash, and three windows pop up, the splash screen, Rob> centered, the "Welcome..." window, and the

Re: two bugs in 1.6.0

2001-06-13 Thread Rob Walker
> On 14 Jun 2001 01:12:39 -0400, James LewisMoss > <[EMAIL PROTECTED]> said: James> Whoa. That's messed up. Can you send me an strace of it doing James> this? (Please just to me not the mailing list.) If it was James> going to not find a symbol it should have not found it long James>

Re: two bugs in 1.6.0

2001-06-13 Thread Richard Braakman
On Wed, Jun 13, 2001 at 10:22:21PM -0700, Rob Walker wrote: > ps. what would you look for in that file? do you have some perl > scripts to parse it and make it less painful to dig through? I tend to use less and grep for it myself :) I only have a single hint to offer here: look for libr