Re: Fresh build of jhbuild and gnucash on OSX

2011-04-22 Thread Brad Grupczynski
On Apr 22, 2011, at 11:56 PM, John Ralls wrote: > > On Apr 22, 2011, at 6:30 PM, Brad Grupczynski wrote: > >> >> On Apr 22, 2011, at 4:55 PM, John Ralls wrote: >>> >>> Just jhbuild build it. It will build in its own source directory and >>> overwrite the stable installation. No worries. >>>

Re: Fresh build of jhbuild and gnucash on OSX

2011-04-22 Thread John Ralls
On Apr 22, 2011, at 6:30 PM, Brad Grupczynski wrote: > > On Apr 22, 2011, at 4:55 PM, John Ralls wrote: >> >> Just jhbuild build it. It will build in its own source directory and >> overwrite the stable installation. No worries. >> >> Martin has already replied to you about the data packing..

Re: Fresh build of jhbuild and gnucash on OSX

2011-04-22 Thread Brad Grupczynski
On Apr 22, 2011, at 10:03 PM, Brad Grupczynski wrote: > > On Apr 22, 2011, at 3:56 PM, John Ralls wrote: > >> Yes, that's right, though when I'm working on something, I'll just start a >> jhbuild shell and cd to the working directory, where I can work normally. >> (i.e, svn up, ./autogen.sh,

Re: Fresh build of jhbuild and gnucash on OSX

2011-04-22 Thread Brad Grupczynski
On Apr 22, 2011, at 3:56 PM, John Ralls wrote: > Yes, that's right, though when I'm working on something, I'll just start a > jhbuild shell and cd to the working directory, where I can work normally. > (i.e, svn up, ./autogen.sh, ./configure, make, make install, etc.). Do I need to be in the j

Re: Fresh build of jhbuild and gnucash on OSX

2011-04-22 Thread Brad Grupczynski
On Apr 22, 2011, at 4:55 PM, John Ralls wrote: > > On Apr 22, 2011, at 2:24 PM, Brad Grupczynski wrote: > >> >> On Apr 22, 2011, at 3:56 PM, John Ralls wrote: >> >>> >>> On Apr 22, 2011, at 1:06 PM, Brad Grupczynski wrote: >>> On Apr 22, 2011, at 1:05 PM, John Ralls wrote:

Re: Entity-Relationship Diagram

2011-04-22 Thread John Ralls
On Apr 22, 2011, at 2:13 AM, Christian Stimming wrote: > Am Freitag, 22. April 2011 schrieb John Ralls: >> The ERD is finally done and available for download at >> https://github.com/downloads/jralls/gnucash/gnucash_erd.png. >> >> For ease of access I've added a link to it on the SQL wiki page.

Re: Fresh build of jhbuild and gnucash on OSX

2011-04-22 Thread Martin Preuss
Hi, On Samstag 23 April 2011, Brad Grupczynski wrote: [...] > Yes! That's what I as thinking. I did try that quickly and it didn't fix > everything with respect to matching the OFX file import. My first attempt > at developing was a hack. Now that I'm in contact with the group I'll make > some goo

Re: Fresh build of jhbuild and gnucash on OSX

2011-04-22 Thread Brad Grupczynski
On Apr 22, 2011, at 4:43 PM, Martin Preuss wrote: > Hi, > > On Freitag 22 April 2011, Brad Grupczynski wrote: > [...] >> Yeah, I just realized that aqbanking and gwehywfar are completely separate >> entities. I see a problem already. Aqbanking is packing "NAME" and "MEMO" >> into the same contai

Re: Coding conventions

2011-04-22 Thread Brad Grupczynski
On Apr 22, 2011, at 4:52 PM, Martin Preuss wrote: > Hi, > > On Freitag 22 April 2011, Brad Grupczynski wrote: > [...] >> Thanks. Missed that link. That's the style I like anyway. I was looking at >> aqbanking code... > [...] > > So? There are only about two styles in the AqBanking family: I'm u

Re: Fresh build of jhbuild and gnucash on OSX

2011-04-22 Thread John Ralls
On Apr 22, 2011, at 2:24 PM, Brad Grupczynski wrote: > > On Apr 22, 2011, at 3:56 PM, John Ralls wrote: > >> >> On Apr 22, 2011, at 1:06 PM, Brad Grupczynski wrote: >> >>> >>> On Apr 22, 2011, at 1:05 PM, John Ralls wrote: >>> On Apr 22, 2011, at 10:41 AM, Brad Grupczynski wrote:

Re: Coding conventions

2011-04-22 Thread Martin Preuss
Hi, On Freitag 22 April 2011, Brad Grupczynski wrote: [...] > Thanks. Missed that link. That's the style I like anyway. I was looking at > aqbanking code... [...] So? There are only about two styles in the AqBanking family: I'm using FTE as "IDE" (actually, it is just a lightweight text editor w

Re: Fresh build of jhbuild and gnucash on OSX

2011-04-22 Thread Martin Preuss
Hi, On Freitag 22 April 2011, Brad Grupczynski wrote: [...] > Yeah, I just realized that aqbanking and gwehywfar are completely separate > entities. I see a problem already. Aqbanking is packing "NAME" and "MEMO" > into the same container. [...] I would gladly move the content of the "NAME" elem

Re: Coding conventions

2011-04-22 Thread Brad Grupczynski
On Apr 22, 2011, at 4:11 PM, John Ralls wrote: > > On Apr 22, 2011, at 1:37 PM, Brad Grupczynski wrote: > >> I can't find coding conventions. I see a mix of styles in the code. I'd like >> to standardize the modules I work on. e.g. 4 spaces instead of tabs, etc. >> >> Can someone point me to

Re: Fresh build of jhbuild and gnucash on OSX

2011-04-22 Thread Brad Grupczynski
On Apr 22, 2011, at 3:56 PM, John Ralls wrote: > > On Apr 22, 2011, at 1:06 PM, Brad Grupczynski wrote: > >> >> On Apr 22, 2011, at 1:05 PM, John Ralls wrote: >> >>> >>> On Apr 22, 2011, at 10:41 AM, Brad Grupczynski wrote: >>> This process has felt like a rite of passage. I

Re: Coding conventions

2011-04-22 Thread John Ralls
On Apr 22, 2011, at 1:37 PM, Brad Grupczynski wrote: > I can't find coding conventions. I see a mix of styles in the code. I'd like > to standardize the modules I work on. e.g. 4 spaces instead of tabs, etc. > > Can someone point me to them if they exist? They don't, at least formally. If you

Re: OSX IDE

2011-04-22 Thread John Ralls
On Apr 22, 2011, at 1:09 PM, Brad Grupczynski wrote: > I was hoping to use an IDE. Eclipse was my first best guess. But I heard of > some people actually using XCode. Can anyone give some advice? Thanks. I only use XCode for pure Cocoa projects; I use emacs and a terminal prompt for everything

Re: Fresh build of jhbuild and gnucash on OSX

2011-04-22 Thread John Ralls
On Apr 22, 2011, at 1:06 PM, Brad Grupczynski wrote: > > On Apr 22, 2011, at 1:05 PM, John Ralls wrote: > >> >> On Apr 22, 2011, at 10:41 AM, Brad Grupczynski wrote: >> >>> This process has felt like a rite of passage. >>> >>> I'm wondering if I did everything in a way that I have a good bui

Coding conventions

2011-04-22 Thread Brad Grupczynski
I can't find coding conventions. I see a mix of styles in the code. I'd like to standardize the modules I work on. e.g. 4 spaces instead of tabs, etc. Can someone point me to them if they exist? Brad Grupczynski brad.gnuc...@gmail.com ___ gnucash-de

OSX IDE

2011-04-22 Thread Brad Grupczynski
I was hoping to use an IDE. Eclipse was my first best guess. But I heard of some people actually using XCode. Can anyone give some advice? Thanks. Brad Grupczynski brad.gnuc...@gmail.com ___ gnucash-devel mailing list gnucash-devel@gnucash.org https:

Re: Fresh build of jhbuild and gnucash on OSX

2011-04-22 Thread Brad Grupczynski
On Apr 22, 2011, at 1:05 PM, John Ralls wrote: > > On Apr 22, 2011, at 10:41 AM, Brad Grupczynski wrote: > >> This process has felt like a rite of passage. >> >> I'm wondering if I did everything in a way that I have a good build. >> >> I was going to work on the OFX/aqbanking parser. Importi

Re: Entity-Relationship Diagram

2011-04-22 Thread Phil Longstaff
On Fri, 2011-04-22 at 10:51 -0700, John Ralls wrote: > Correct. I think we need to do a better job of decoupling the backends > from the internal data structures. Part of that should be to move most > of the "scrubbing" functions to the XML backend and to either make the > XML backend more flex

Re: Fresh build of jhbuild and gnucash on OSX

2011-04-22 Thread John Ralls
On Apr 22, 2011, at 10:41 AM, Brad Grupczynski wrote: > This process has felt like a rite of passage. > > I'm wondering if I did everything in a way that I have a good build. > > I was going to work on the OFX/aqbanking parser. Importing from a file and > importing online data parses different

Re: Entity-Relationship Diagram

2011-04-22 Thread John Ralls
On Apr 22, 2011, at 7:00 AM, Derek Atkins wrote: > Christian Stimming writes: > >> Am Freitag, 22. April 2011 schrieb John Ralls: >>> The ERD is finally done and available for download at >>> https://github.com/downloads/jralls/gnucash/gnucash_erd.png. >>> >>> For ease of access I've added a l

Fresh build of jhbuild and gnucash on OSX

2011-04-22 Thread Brad Grupczynski
This process has felt like a rite of passage. I'm wondering if I did everything in a way that I have a good build. I was going to work on the OFX/aqbanking parser. Importing from a file and importing online data parses differently. I have been importing from a file and have switched to online a

Re: Entity-Relationship Diagram

2011-04-22 Thread Derek Atkins
Christian Stimming writes: > Am Freitag, 22. April 2011 schrieb John Ralls: >> The ERD is finally done and available for download at >> https://github.com/downloads/jralls/gnucash/gnucash_erd.png. >> >> For ease of access I've added a link to it on the SQL wiki page. >> >> One comment: It's a b

Re: Entity-Relationship Diagram

2011-04-22 Thread Christian Stimming
Am Freitag, 22. April 2011 schrieb John Ralls: > The ERD is finally done and available for download at > https://github.com/downloads/jralls/gnucash/gnucash_erd.png. > > For ease of access I've added a link to it on the SQL wiki page. > > One comment: It's a bit scary how much has gotten stuffed