[Bug 609583] Postgresql backend loses data

2010-02-19 Thread Donald Allen
Geert wrote: Aside from the bug you are trying to analyse... You can try to add a new account window (which is not the same as creating a new book), via menu View->New Accounts Page. If this shows your existing account data, there is another bug in 2.3.10 regarding the accounts page not showing

Re: Report Engine Speed

2010-02-19 Thread Jeff Kletsky
On 2/19/2010 12:06 PM, Christian Stimming wrote: [...] what I can recall is this: All the "number collecting calculations" in all of the reports are horribly inefficient, or more academic: coded in the wrong level of abstraction. That is, the calculation of the balance difference between start a

Re: PATCH: Sort SX vars

2010-02-19 Thread Geert Janssens
On Saturday 20 February 2010, Jesse Weinstein wrote: > This patch causes the SX "Since Last Run..." dialog to display SX > variables in ASCII order, rather than ordering by hashvalue (i.e. no > order at all) as was done previously. > > I previously, incorrectly, sent this to the list mixed in with

Re: PATCH: Add bzr building support

2010-02-19 Thread Geert Janssens
On Saturday 20 February 2010, Jesse Weinstein wrote: > This patch allows gnucash to be built from bzr repositories, by > modifying gnc-svnversion to support bzr. > > I previously, incorrectly, sent this to the list mixed in with another > patch; I'm resending it separately, as suggested on IRC, fo

PATCH: Sort SX vars

2010-02-19 Thread Jesse Weinstein
This patch causes the SX "Since Last Run..." dialog to display SX variables in ASCII order, rather than ordering by hashvalue (i.e. no order at all) as was done previously. I previously, incorrectly, sent this to the list mixed in with another patch; I'm resending it separately, as suggested on IR

Re: Request: require glib2 >= 2.12

2010-02-19 Thread Geert Janssens
On Saturday 20 February 2010, John Ralls wrote: > On Feb 19, 2010, at 2:24 PM, Geert Janssens wrote: > > I'd like to bump the minimum required glib2 for the 2.3.x series to 2.12. > > The reason is that I'm trying to solve a bug with database passwords that > > contain ':' characters. This interfere

PATCH: Add bzr building support

2010-02-19 Thread Jesse Weinstein
This patch allows gnucash to be built from bzr repositories, by modifying gnc-svnversion to support bzr. I previously, incorrectly, sent this to the list mixed in with another patch; I'm resending it separately, as suggested on IRC, for ease of commenting. Jesse === modified file 'util/gnc-svnver

Re: Request: require glib2 >= 2.12

2010-02-19 Thread John Ralls
On Feb 19, 2010, at 2:24 PM, Geert Janssens wrote: > I'd like to bump the minimum required glib2 for the 2.3.x series to 2.12. The > reason is that I'm trying to solve a bug with database passwords that contain > ':' characters. This interferes with the code that uses ':' as separator for > th

Request: require glib2 >= 2.12

2010-02-19 Thread Geert Janssens
I'd like to bump the minimum required glib2 for the 2.3.x series to 2.12. The reason is that I'm trying to solve a bug with database passwords that contain ':' characters. This interferes with the code that uses ':' as separator for the database parameters. My solution would be to encode the pa

Re: Tabs Text Blank in Windows Nightly r18685

2010-02-19 Thread Christian Stimming
Am Freitag, 19. Februar 2010 schrieb Kim Wood: > A new minor problem - the latest Windows nightly build r18685 install and > runs successfully. However, the account name text that normally displays > in the tab is blank. The tabs "work", and do allow an account to be > selected - but there is n

Re: i18n pl website

2010-02-19 Thread Geert Janssens
On Friday 19 February 2010, Andrzej Perliński wrote: > Hello, > I wanted to translate some materials of the webpage. Great ! The website translation is indeed running behind in several languages. An update to the Polish translation would be very nice. > http://wiki.gnucash.org/wiki/Translation#H

Tabs Text Blank in Windows Nightly r18685

2010-02-19 Thread Kim Wood
A new minor problem - the latest Windows nightly build r18685 install and runs successfully. However, the account name text that normally displays in the tab is blank. The tabs "work", and do allow an account to be selected - but there is no text or color highlighting displayed in the tab. This

i18n pl website

2010-02-19 Thread Andrzej Perliński
Hello, I wanted to translate some materials of the webpage. http://wiki.gnucash.org/wiki/Translation#How_to_translate_the_web_page I have checked out htdocs trunk, as stated at above page, but after downloading the make program, I cannot do "make pot" properly - i get an error message. I'd lik

Re: Report Engine Speed

2010-02-19 Thread Christian Stimming
Am Freitag, 19. Februar 2010 schrieb Jeff Kletsky: > I found the "optimizing reports" thread from October 2007, but not a lot > since then. Has there been any significant understanding gained since > then about what is so slow on what should be a relatively > straightforward task? Was it ever narro

Re: Report Engine Speed

2010-02-19 Thread Jeff Kletsky
Always good to know what has gone before and that I'm biting off a "challenging" problem. I'll probably start with a liberal set debug statements with gettimeofday to see if I can tell if it's in the collection of the data, or the rendering of the data into HTML once all collected. Including

Re: Fix for bug 564380

2010-02-19 Thread Geert Janssens
On Thursday 18 February 2010, Mike Evans wrote: > On Tuesday February 16 2010 15:42:28 Mike Evans wrote: > > Displaying payments on a printed bill doubled the bill instead of > > subtracting the payment. > > I've added to patch to fix this bug in bugzilla. > > > > Mike E > > I forgot to update fa

Re: Report Engine Speed

2010-02-19 Thread Derek Atkins
Jeff Kletsky writes: > Re-reading, I wanted to make sure that it was understood that my > intent is to try to fix some of this in a hopefully generally useful > way as I work through the reports and output I need... I suspect you'll need to invoke more 6.031. :) I don't think we've done any pr

Re: Windows Build 2.3.10 r18664 - dead on arrival!

2010-02-19 Thread Derek Atkins
Kim Wood writes: > WTF? But 2.3.10-setup.exe (74Mb) runs fine. It also reports itself also as > build r18664, but with a different file size to Windows nightly build r18664 > (76Mb). Anyway, there you go... At least 2.3.10 runs fine. The tag build and nightly build could be the same revision

Re: [Bug 609583] Postgresql backend loses data

2010-02-19 Thread Geert Janssens
On Friday 19 February 2010, Donald Allen wrote: > Phil -- > > As I promised in my email to you yesterday, I tried 2.3.10 this > morning, since my previous testing that led to filing the bug report > (609583) we've been discussing (and one other) was with 2.3.8. > > As with 2.3.8, I built 2.3.10 f

Re: 2.3.10 builld

2010-02-19 Thread Derek Atkins
Christian Stimming writes: >> Thinking of it, where do I get the source tarball that should be uploaded to >> sf ? Do I build this myself, or is it available somewhere on the build server >> ? >> The windows installer is easy: that I can get from the build server. > > You would have to build it y

Re: Building on MSWin

2010-02-19 Thread Derek Atkins
Christian Stimming writes: > Am Montag, 15. Februar 2010 schrieb John Ralls: >> > Err, yes. What do you mean by "outdated versions"? Specifically the >> > current final 2.3.9 build started by an empty build directory and >> > downloaded and/or compiled all dependencies just as they are written in

Re: [Bug 609583] Postgresql backend loses data

2010-02-19 Thread Donald Allen
Phil -- As I promised in my email to you yesterday, I tried 2.3.10 this morning, since my previous testing that led to filing the bug report (609583) we've been discussing (and one other) was with 2.3.8. As with 2.3.8, I built 2.3.10 from source (I'm running this on an Arch Linux system with 2.2.

Report Engine Speed

2010-02-19 Thread Jeff Kletsky
While we like the professional features found in GNUCash as an accounting system, we're at wits end with the reporting system. Moving to a modern HTML rendering engine is great step in the right direction. However, even in 2.3.10, the time to build a simple budget report off two-months' of per

Re: [MAINT] GnuCash services planned downtime around Feb 17-18

2010-02-19 Thread Derek Atkins
Tommy Trussell writes: > On Thu, Feb 18, 2010 at 1:13 PM, Derek Atkins wrote: >> In case you haven't noticed, the server is back online.  It came back >> around 2am last night after working with some routing issues locally. > > is the wiki down? I can't get it to respond... I just rebooted my >

Re: Report Engine Speed

2010-02-19 Thread Jeff Kletsky
Re-reading, I wanted to make sure that it was understood that my intent is to try to fix some of this in a hopefully generally useful way as I work through the reports and output I need... Jeff ___ gnucash-devel mailing list gnucash-devel@gnucash.org

Re: [MAINT] GnuCash services planned downtime around Feb 17-18

2010-02-19 Thread Geert Janssens
On Friday 19 February 2010, Tommy Trussell wrote: > On Thu, Feb 18, 2010 at 1:13 PM, Derek Atkins wrote: > > In case you haven't noticed, the server is back online. It came back > > around 2am last night after working with some routing issues locally. > > is the wiki down? I can't get it to resp

Re: [MAINT] GnuCash services planned downtime around Feb 17-18

2010-02-19 Thread Tommy Trussell
On Thu, Feb 18, 2010 at 1:13 PM, Derek Atkins wrote: > In case you haven't noticed, the server is back online.  It came back > around 2am last night after working with some routing issues locally. is the wiki down? I can't get it to respond... I just rebooted my router to be sure, and wiki.gnucas

Import/Export for KMyMoney & Skrooge

2010-02-19 Thread Geert Janssens
If I understand this correctly, Skrooge and KMyMoney seem to be working together to develop a common import/export library that could also import GnuCash data [1]. It may be useful for Gnucash to interface with this library as well, as it would potentially allow it to import Skrooge and KMyMone