Re: r18717 - gnucash/trunk/src - Add some experimental CMakeLists.txt which can compile the libqof part, on Linux, Windows/mingw and (no joke) Windows/MSVC.

2010-02-24 Thread John Ralls
On Feb 24, 2010, at 10:18 AM, Geert Janssens wrote: > On Wednesday 24 February 2010, Christian Stimming wrote: >> Author: cstim >> Date: 2010-02-24 12:52:24 -0500 (Wed, 24 Feb 2010) >> New Revision: 18717 >> Trac: http://svn.gnucash.org/trac/changeset/18717 >> >> Added: >> gnucash/trunk/src/CM

Re: Re: New database backend and multi-user

2010-02-24 Thread David Valicek
Phil, Thank you for enlighting the multiuser/concurrent usage problem. I wouldn't like to suppress the importance of point 3) and especially point 1). Just, let me couple of thoughts on point 2) since I walked into that. jsled noted that resolving ad 2) would require some serious re-a

Re: Code formatting Re: SQL backend performance

2010-02-24 Thread Phil Longstaff
On Wed, 2010-02-24 at 22:18 +0100, Geert Janssens wrote: > On Wednesday 24 February 2010, Phil Longstaff wrote: > > On Wed, 2010-02-24 at 20:50 +0100, Christian Stimming wrote: > > Christian, could you create such a central file with the options you are > > using? > > > Agreed on the idea of an op

Re: Code formatting Re: SQL backend performance

2010-02-24 Thread Geert Janssens
On Wednesday 24 February 2010, Phil Longstaff wrote: > On Wed, 2010-02-24 at 20:50 +0100, Christian Stimming wrote: > > > So I applied the same treatment to load_splits_for_tx_list, > > > substituting g_list_prepend for g_list_append inside the > > > split-fetching loop and reversing the list on co

Code formatting Re: SQL backend performance

2010-02-24 Thread Phil Longstaff
On Wed, 2010-02-24 at 20:50 +0100, Christian Stimming wrote: > > So I applied the same treatment to load_splits_for_tx_list, > > substituting g_list_prepend for g_list_append inside the > > split-fetching loop and reversing the list on completion of the loop. > > I rebuilt and tried again and now m

Re: Scheme formatting with astyle [Was: SQL backend performance]

2010-02-24 Thread Thomas Troesch
On Wed, Feb 24, 2010 at 12:09 PM, Jeff Kletsky wrote: > On 2/24/2010 11:50 AM, Christian Stimming wrote: > >> As for the patch and indentation: Indeed we discussed and agreed on some >> common indentation last summer, and we agreed on using the tool astyle to >> reformat the code as decided. See

Re: SQL backend performance

2010-02-24 Thread Phil Longstaff
On Wed, 2010-02-24 at 14:37 -0500, Donald Allen wrote: Great! I'll apply the patch. There are probable other places which would benefit from this. There might also be places where the order is unimportant so that the list doesn't need to be reversed. > BTW, I found the indentation/formatting o

Recent problem: typing separator char ignored

2010-02-24 Thread Phil Longstaff
Has anyone else noticed this problem recently with trunk when entering the account for a split? I enter "A" "s" and it shows "ASsets:current assets" (capital letter show current match and then lower case show potential typeahead). Before a few days ago, ":" "C" would complete selection of "Assets

Scheme formatting with astyle [Was: SQL backend performance]

2010-02-24 Thread Jeff Kletsky
On 2/24/2010 11:50 AM, Christian Stimming wrote: As for the patch and indentation: Indeed we discussed and agreed on some common indentation last summer, and we agreed on using the tool astyle to reformat the code as decided. See http://lists.gnucash.org/pipermail/gnucash-devel/2009-August/026121

Re: r18720 - gnucash/trunk/src/html - Fix bug 591177: Printer font is too small to read with webkit as html renderer.

2010-02-24 Thread Geert Janssens
On Wednesday 24 February 2010, Phil Longstaff wrote: > Author: plongstaff > Date: 2010-02-24 14:44:11 -0500 (Wed, 24 Feb 2010) > New Revision: 18720 > Trac: http://svn.gnucash.org/trac/changeset/18720 > > Modified: >gnucash/trunk/src/html/gnc-html-webkit.c > Log: > Fix bug 591177: Printer font

Re: SQL backend performance

2010-02-24 Thread Christian Stimming
> So I applied the same treatment to load_splits_for_tx_list, > substituting g_list_prepend for g_list_append inside the > split-fetching loop and reversing the list on completion of the loop. > I rebuilt and tried again and now my data loads in about 9 seconds, > approximately the same as the xml

Re: SQL backend performance

2010-02-24 Thread Donald Allen
Some good news: Doing this the easy way first, I did a little manual pc sampling. I ran gnucash (today's trunk) under gdb, let it get to the point where it begins to load my data from postgresql, and periodically ctrl-c'd in gdb and copied the interrupted location and a backtrace to an emacs buffe

Re: Files twice in doc/Makfile.am

2010-02-24 Thread Christian Stimming
Am Mittwoch, 24. Februar 2010 schrieb Geert Janssens: > Hi, > > I this in doc/Makefile.am > > ... > > ... > > It seems to me that a number of files are include in EXTRA_DIST twice, > namely everything that is already included in doc_DATA. Is there a reason > for this redundancy, or can I clea

Files twice in doc/Makfile.am

2010-02-24 Thread Geert Janssens
Hi, I this in doc/Makefile.am ... doc_DATA = \ README.francais \ README.german \ README-de.win32-bin.txt \ README-fr.win32-bin.txt \ README-it.win32-bin.txt \ README-nl.win32-bin.txt \ README.win32-bin.txt \ guile-hackers.txt \ projects.html ... EXTRA_DIST = \ ${doc_DATA} \

Active perl on Windows

2010-02-24 Thread Geert Janssens
Fellows, What is the version of active perl that should be installed for 2.3.x and 2.4 ? According to the wiki (http://wiki.gnucash.org/wiki/Windows#Finance::Quote) it should be 5.10). I'm asking because the installer iss file still mentions 5.8, which is setup as a comment on one of the icons

Re: r18717 - gnucash/trunk/src - Add some experimental CMakeLists.txt which can compile the libqof part, on Linux, Windows/mingw and (no joke) Windows/MSVC.

2010-02-24 Thread Geert Janssens
On Wednesday 24 February 2010, Christian Stimming wrote: > Author: cstim > Date: 2010-02-24 12:52:24 -0500 (Wed, 24 Feb 2010) > New Revision: 18717 > Trac: http://svn.gnucash.org/trac/changeset/18717 > > Added: >gnucash/trunk/src/CMakeLists.txt >gnucash/trunk/src/libqof/CMakeLists.txt > Lo

GNUCash compiled against Guile 1.9.x for Guile profiler?

2010-02-24 Thread Jeff Kletsky
Guile 1.9.x appears to have a "real" profiler, if I can ever get it to build on Ubuntu Karmic. Not unsurprisingly, I wasn't successful in my admittedly brief efforts in getting the profiler to run with Guile 1.6. I had searched the archives about Guile 1.9 or 2.0 and found very little beyond s

Re: SQL backend performance

2010-02-24 Thread Donald Allen
On Wed, Feb 24, 2010 at 10:32 AM, Phil Longstaff wrote: > On Wed, 2010-02-24 at 09:59 -0500, Derek Atkins wrote: >> Donald Allen writes: >> >> >> I think true measurements will be the only way to find out what causes >> >> delays >> >> where. >> > >> > Of course. I spent a big chunk of my career

Re: Problem with pkg-config with Windows/MinGW

2010-02-24 Thread Christian Stimming
Zitat von Ronald Madrid : Been trying to build GnuCash for Windows XP following the instructions in the .../packaging//win32/README. I am not much of a Unix power user/programmer so my discussion below may be trivial with most of you here. I surely hope so for my own benefit.   The first pr

Re: SQL backend performance

2010-02-24 Thread Phil Longstaff
On Wed, 2010-02-24 at 09:59 -0500, Derek Atkins wrote: > Donald Allen writes: > > >> I think true measurements will be the only way to find out what causes > >> delays > >> where. > > > > Of course. I spent a big chunk of my career doing performance analysis > > on various bits of complicated so

Re: SQL backend performance

2010-02-24 Thread Derek Atkins
Donald Allen writes: >> I think true measurements will be the only way to find out what causes delays >> where. > > Of course. I spent a big chunk of my career doing performance analysis > on various bits of complicated software and learned very young (the > hard way) that if you think you know h

Problem with pkg-config with Windows/MinGW

2010-02-24 Thread Ronald Madrid
  Hi,   Been trying to build GnuCash for Windows XP following the instructions in the .../packaging//win32/README. I am not much of a Unix power user/programmer so my discussion below may be trivial with most of you here. I surely hope so for my own benefit.   The first problem I encountered was

hsbc business online banking previous transaction export

2010-02-24 Thread Damian Dimmich
Hi, Hsbc business online banking in the UK has recently introduced viewing and export functionality for previous statements. Unfortunatley, the format the data is exported in doesn't seem to work with gnucash - they claim its 'qif', but there seems to be a load of unicode junk in the file, a

invoices, process payment and importing bank account transactions

2010-02-24 Thread Damian Dimmich
Hi, I'm using gnucash for running my business accounts, and have accounts payable, accounts receivable where my invoices go in and out of. When I import data directly from my bank, gnucash doesn't know how to match imported transactions up with invoices that have been paid. Is there any way

Re: SQL backend performance

2010-02-24 Thread Donald Allen
On Tue, Feb 23, 2010 at 11:40 AM, Geert Janssens wrote: > On Tuesday 23 February 2010, Donald Allen wrote: >> On Tue, Feb 23, 2010 at 9:15 AM, Geert Janssens >> > Your assumptions on how things work are correct. >> > >> > And I noticed this performance decrease as well. >> > >> > There is one diff

Re: r18707 - gnucash/trunk/src/gnome-utils - Change file loading message to "Loading user data..."

2010-02-24 Thread Geert Janssens
On Tuesday 23 February 2010, Christian Stimming wrote: > Am Montag, 22. Februar 2010 schrieb Geert Janssens: > > Author: gjanssens > > Date: 2010-02-22 10:47:33 -0500 (Mon, 22 Feb 2010) > > New Revision: 18707 > > Trac: http://svn.gnucash.org/trac/changeset/18707 > > > > Modified: > >gnucash/tr