htdocs-patch adding wiki/De to menu and renaming linuxwiki to de-old

2008-05-31 Thread Frank H. Ellenberger
Hi, I think, the menu in htdocs should have a link to http://wiki.gnucash.org/wiki/De/Gnucash, because I saw people adding new stuff to the old http://linuxwiki.de/GnuCash, which for compatibily an historical reasons will be renamed to de-old. I don't see the people, to maintain both wikis. R

Re: GDA: Status

2008-05-31 Thread Graham Leggett
Nathan Buchanan wrote: 2. Use GDA V4. We will probably send time fixing bugs here, but we are almost guaranteed that a release will happen. The advantages of this approach is that we will be current with the new GDA and releases will be done for us (or in conjunction with us - depending on how c

Re: GDA: Status

2008-05-31 Thread Nathan Buchanan
So...In the end, what's our options? 1. Use GDA V3. We will spend time fixing bugs in V3 that will probably not be released in a bugfix release of GDA. The advantages of this approach are that we get access to sqlite, mysql, and postgres. The disadvantage is that we will probably have to ship our

Re: Guile threading

2008-05-31 Thread Charles Day
On Sat, May 31, 2008 at 11:07 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > Keep in mind that most of the gnucash code is NOT thread safe! > The whole reason I was thinking about threading was to be able to put progress bars directly in the QIF importer druid pages, rather than using popup dialog

Re: GDA: Status

2008-05-31 Thread Daniel Espinosa
2008/5/31 Daniel Espinosa <[EMAIL PROTECTED]>: > 2008/5/30 Derek Atkins <[EMAIL PROTECTED]>: >> "Daniel Espinosa" <[EMAIL PROTECTED]> writes: >> >>> I just want to point that if you use V4 you may will get inmediatly >>> access to SQLite database, and after the API is stable enough the >>> other da

Re: GDA: Status

2008-05-31 Thread Daniel Espinosa
2008/5/30 Derek Atkins <[EMAIL PROTECTED]>: > "Daniel Espinosa" <[EMAIL PROTECTED]> writes: > >> I just want to point that if you use V4 you may will get inmediatly >> access to SQLite database, and after the API is stable enough the >> other database providers will be on the road. > > How long in

Re: GDA: Status

2008-05-31 Thread Daniel Espinosa
2008/5/30 Derek Atkins <[EMAIL PROTECTED]>: > Daniel, > > My major concern here is that a year ago you were rallying for > GDA and GdaQuery. Phil threw out a bunch of his work to target > GDA-3 with GdaQuery. Now here we are, 6 or 9 months later, and > the GDA team has moved on to GDA-4 already a

Re: GDA: Status

2008-05-31 Thread Phil Longstaff
Derek Atkins wrote: > Daniel, > > My major concern here is that a year ago you were rallying for > GDA and GdaQuery. Phil threw out a bunch of his work to target > GDA-3 with GdaQuery. Now here we are, 6 or 9 months later, and > the GDA team has moved on to GDA-4 already and are dropping GdaQuer

Re: Guile threading

2008-05-31 Thread Charles Day
On Sat, May 31, 2008 at 11:07 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > Keep in mind that most of the gnucash code is NOT thread safe! > Ah, so if I started a new thread, it would not be able to safely make any GnuCash API calls. Hmm. -Charles > -derek > > > Quoting Charles Day <[EMAIL PRO

Re: Guile threading

2008-05-31 Thread Derek Atkins
Keep in mind that most of the gnucash code is NOT thread safe! -derek Quoting Charles Day <[EMAIL PROTECTED]>: > I was thinking about using some Guile threading but it seems that thread > support is disabled because Guile was built with the --disable-linuxthreads > option (set by packaging/win32

Guile threading

2008-05-31 Thread Charles Day
I was thinking about using some Guile threading but it seems that thread support is disabled because Guile was built with the --disable-linuxthreads option (set by packaging/win32/install.sh). Is there any particular reason that Guile threads need to be disabled? (If so, then perhaps I could put t

translation - pt

2008-05-31 Thread Ramiro Dinis
hello. How do I set language to Portuguese (PT)? I'm a windows vista user and i have portable version (2.2.5) thanks Ramiro Dinis ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: GDA: Status

2008-05-31 Thread Derek Atkins
Quoting Graham Leggett <[EMAIL PROTECTED]>: > Derek Atkins wrote: > >> Unfortunately it's not that easy. That check is in there because the >> underlying code uses the Value + AccountType to determine if this is an >> "Invoice" or a "Payment". All the linkage logic is based on the invariant >> t

Re: GDA: Status

2008-05-31 Thread Graham Leggett
Derek Atkins wrote: Unfortunately it's not that easy. That check is in there because the underlying code uses the Value + AccountType to determine if this is an "Invoice" or a "Payment". All the linkage logic is based on the invariant that an Invoice is "positive" and a Payment is "negative"