Re: Gnucash doesn't work with external QOF (was: Re: GC, QOF and queries)

2006-11-03 Thread Derek Atkins
Quoting Daniel Espinosa <[EMAIL PROTECTED]>: > Thanks for point this. > > Then the documentation isn't equal, . Then the only is read the > code and study how it works? Ok! :-) The QOF documentation at http://cvs.gnucash.org/docs/HEAD is accurate. -derek -- Derek Atkins, SB '93 MIT

Re: Gnucash doesn't work with external QOF (was: Re: GC, QOF and queries)

2006-11-03 Thread Daniel Espinosa
2006/11/3, Christian Stimming <[EMAIL PROTECTED]>: > Am Freitag, 3. November 2006 21:40 schrieb Daniel Espinosa: > > 2006/11/3, Derek Atkins <[EMAIL PROTECTED]>: > > > 1) Convert QOF to use GObject natively instead of being GObject-like > > > 2) Using the same QOF APIs, try to use GDA natively insi

Re: GC, QOF and queries

2006-11-03 Thread Daniel Espinosa
2006/11/3, Phil Longstaff <[EMAIL PROTECTED]>: > On Fri, 2006-03-11 at 17:00 -0500, Derek Atkins wrote: > > I think, Phil, that you should use Daniel as a resource to better > > understand GDA. Daniel, I think you should provide your GDA knowledge > > to Phil who seems to better understand the is

Re: GC, QOF and queries

2006-11-03 Thread Phil Longstaff
On Fri, 2006-03-11 at 17:00 -0500, Derek Atkins wrote: > I think, Phil, that you should use Daniel as a resource to better > understand GDA. Daniel, I think you should provide your GDA knowledge > to Phil who seems to better understand the issue at hand. I leave it > to you two to figure out how

Re: GC, QOF and queries

2006-11-03 Thread Derek Atkins
Quoting Phil Longstaff <[EMAIL PROTECTED]>: > On Fri, 2006-03-11 at 14:40 -0600, Daniel Espinosa wrote: >> I know some about GObject architecture, I plan to use this to >> understand QOF, that's the easy part, and plan to implement most of >> the Interface to create the backend privider independie

Re: GC, QOF and queries

2006-11-03 Thread Phil Longstaff
On Fri, 2006-03-11 at 14:40 -0600, Daniel Espinosa wrote: > I know some about GObject architecture, I plan to use this to > understand QOF, that's the easy part, and plan to implement most of > the Interface to create the backend privider independient as far as I > could, focus on SQLite for the fi

Re: GC, QOF and queries

2006-11-03 Thread Josh Sled
On Fri, 2006-11-03 at 12:26 -0600, Daniel Espinosa wrote: > I see you don't want to help any one that doesn't have a previous > knowlege about QOF, even if he/she have some knowlege about GObject > architecture; I know that may you haven't time enough but I haven't > time to learn QOF, I prefer to

Gnucash doesn't work with external QOF (was: Re: GC, QOF and queries)

2006-11-03 Thread Christian Stimming
Am Freitag, 3. November 2006 21:40 schrieb Daniel Espinosa: > 2006/11/3, Derek Atkins <[EMAIL PROTECTED]>: > > 1) Convert QOF to use GObject natively instead of being GObject-like > > 2) Using the same QOF APIs, try to use GDA natively inside QOF > > 3) Consider moving more information into QOF. >

Re: r15081 - gnucash/trunk/src/gnome-utils - Inform the user about 'gnucash-docs' package when Help is selected with

2006-11-03 Thread Christian Stimming
Am Freitag, 3. November 2006 21:31 schrieb Andreas Köhler: > Hi, > > Am Freitag, den 03.11.2006, 14:50 -0500 schrieb Andreas Köhler: > > Author: andi5 > > Date: 2006-11-03 14:50:54 -0500 (Fri, 03 Nov 2006) > > New Revision: 15081 > > Trac: http://svn.gnucash.org/trac/changeset/15081 > > > > Modifie

Re: GC, QOF and queries

2006-11-03 Thread Daniel Espinosa
2006/11/3, Derek Atkins <[EMAIL PROTECTED]>: > Quoting Daniel Espinosa <[EMAIL PROTECTED]>: > > > I'm trying to question in the best way, with out injury to any, the GC > > architecture and try to HELP to have a better one. > > The steps towards a better architecture are: > > 1) Convert QOF to use

Re: r15081 - gnucash/trunk/src/gnome-utils - Inform the user about 'gnucash-docs' package when Help is selected with

2006-11-03 Thread Andreas Köhler
Hi, Am Freitag, den 03.11.2006, 14:50 -0500 schrieb Andreas Köhler: > Author: andi5 > Date: 2006-11-03 14:50:54 -0500 (Fri, 03 Nov 2006) > New Revision: 15081 > Trac: http://svn.gnucash.org/trac/changeset/15081 > > Modified: >gnucash/trunk/src/gnome-utils/gnc-gnome-utils.c > Log: > Inform the

Re: Compiling GnuCash on Windows

2006-11-03 Thread Andreas Köhler
Hi, Am Freitag, den 03.11.2006, 11:07 +0200 schrieb Ivars Grinbergs: > Sorry, I was in rush in the morning and I missed one important point - > number (3): I used "Image Base" instead of "Mapping Start" :( > > Below it is, when "Mapping Start" is uesd, but before that, I would like > to mention

Re: GC, QOF and queries

2006-11-03 Thread Derek Atkins
Quoting Chris Shoemaker <[EMAIL PROTECTED]>: > The fact that FC5-extras has 1.9.100 is irrelavant. That's an > unstable release. It's not even forward API-compatible with newer > unstable releases. It also has some pretty serious bugs. Ahh, so it is. I thought it was in core, not extras. Als

Re: GC, QOF and queries

2006-11-03 Thread Phil Longstaff
On Fri, 2006-03-11 at 13:58 -0500, Derek Atkins wrote: > But as you can see from other email, I'm open to listen. Chris convinced me > that we should look forward to GDA-2 (through 1.99) instead of keeping > with 1.9 I have seen Chris's e-mail proposing we use GDA-2 (1.99) instead of 1.2, but ha

Re: GC, QOF and queries

2006-11-03 Thread Derek Atkins
Quoting Daniel Espinosa <[EMAIL PROTECTED]>: > I'm trying to question in the best way, with out injury to any, the GC > architecture and try to HELP to have a better one. The steps towards a better architecture are: 1) Convert QOF to use GObject natively instead of being GObject-like 2) Using th

Re: GC, QOF and queries

2006-11-03 Thread Daniel Espinosa
2006/11/3, Derek Atkins <[EMAIL PROTECTED]>: > Quoting Daniel Espinosa <[EMAIL PROTECTED]>: > > > 2006/11/2, Derek Atkins <[EMAIL PROTECTED]>: > >> Quoting Phil Longstaff <[EMAIL PROTECTED]>: > >> > >> > I have started working on a gda backend and am starting with a QofQuery > >> > -> SQL translato

Re: GC, QOF and queries

2006-11-03 Thread Derek Atkins
Quoting Daniel Espinosa <[EMAIL PROTECTED]>: > 2006/11/2, Derek Atkins <[EMAIL PROTECTED]>: >> Quoting Phil Longstaff <[EMAIL PROTECTED]>: >> >> > I have started working on a gda backend and am starting with a QofQuery >> > -> SQL translator. I assume no one else has such a beast (there is a >> >

Re: GC, QOF and queries

2006-11-03 Thread Daniel Espinosa
2006/11/2, Derek Atkins <[EMAIL PROTECTED]>: > Quoting Phil Longstaff <[EMAIL PROTECTED]>: > > > I have started working on a gda backend and am starting with a QofQuery > > -> SQL translator. I assume no one else has such a beast (there is a > > SQL -> QofQuery translator as part of QOF. When we

Re: GC, QOF and queries

2006-11-03 Thread Daniel Espinosa
2006/11/3, Derek Atkins <[EMAIL PROTECTED]>: > Phil Longstaff <[EMAIL PROTECTED]> writes: > > >> What version of LibGDA do you need to get GdaQuery? Is libgda-1.9.100 > >> recent enough? Or do you need something more recent than that? (I ask > >> because 1.9.100 is what FC5 has). > > > > I don't

Re: GC, QOF and queries

2006-11-03 Thread Chris Shoemaker
On Fri, Nov 03, 2006 at 10:09:47AM -0500, Derek Atkins wrote: > Phil Longstaff <[EMAIL PROTECTED]> writes: > > >> What version of LibGDA do you need to get GdaQuery? Is libgda-1.9.100 > >> recent enough? Or do you need something more recent than that? (I ask > >> because 1.9.100 is what FC5 has

Re: GC, QOF and queries

2006-11-03 Thread Derek Atkins
Phil Longstaff <[EMAIL PROTECTED]> writes: >> What version of LibGDA do you need to get GdaQuery? Is libgda-1.9.100 >> recent enough? Or do you need something more recent than that? (I ask >> because 1.9.100 is what FC5 has). > > I don't know. On the www.gnome-db.org web site, the 1.9.102.chan

Re: Compiling GnuCash on Windows

2006-11-03 Thread Ivars Grinbergs
Well, when on my WinXP I change in Control Panel->Regional and Language Settings->Regional Options: from - Standards and Formats=Latvian - Location=Latvia to - Standards and Formats=English (United States) - Location=United States I can open Scheduled Transaction Editor without crashing GC. Iv

Re: Compiling GnuCash on Windows

2006-11-03 Thread Ivars Grinbergs
Andreas Köhler wrote: > Hi, > > Ivars Grinbergs wrote: > >> Andreas Köhler wrote: >> >>> You have to admit that this stack trace is not extraordinary useful ;-) >>> But yesterday I managed to improve, maybe you can try to do the same? >>> Here is what I did: >>> >>> * download and unpack `p