Porting reports from 2.2.9 to 2.4.9

2012-01-29 Thread Clint Redwood
Hi Everyone! I apologise if this is a stupid question, but is there any guidance for converting reports from 2.2.9 to 2.4.9. I wrote a UK vat report for 2.2.9, and I've upgraded gnucash (on MacOS) and it now crashes when trying to open the report. I've googled, but not found anything terribly

Re: Porting reports from 2.2.9 to 2.4.9

2012-01-29 Thread John Ralls
On Jan 29, 2012, at 2:19 AM, Clint Redwood wrote: > Hi Everyone! > > I apologise if this is a stupid question, but is there any guidance for > converting reports from 2.2.9 to 2.4.9. > > I wrote a UK vat report for 2.2.9, and I've upgraded gnucash (on MacOS) and > it now crashes when trying t

Re: Porting reports from 2.2.9 to 2.4.9

2012-01-29 Thread Clint Redwood
Hi, I've put the 2.2.9 working report in the "standard reports" folder and when loading standard reports, the splash screen disappears and the whole thing dies. I've not as of yet found any log file that's being written to with an error message, but then I don't really know where to look. I'

Re: Porting reports from 2.2.9 to 2.4.9

2012-01-29 Thread John Ralls
On Jan 29, 2012, at 9:15 AM, Clint Redwood wrote: > Hi, > > I've put the 2.2.9 working report in the "standard reports" folder and when > loading standard reports, the splash screen disappears and the whole thing > dies. > > I've not as of yet found any log file that's being written to with

Re: Porting reports from 2.2.9 to 2.4.9

2012-01-29 Thread Geert Janssens
Op zondag 29 januari 2012 17:15:59 schreef Clint Redwood: > Hi, > > I've put the 2.2.9 working report in the "standard reports" folder and when > loading standard reports, the splash screen disappears and the whole thing > dies. > > I've not as of yet found any log file that's being written to wi

Re: Longer term projects

2012-01-29 Thread Phil Longstaff
Have you given any thought to what it will take to replace qof event notifications with gobject signals?  The models are substantially different.   With qof, you register for all events and get everything, and then need to weed out what you are interested in, based on event type and object type.

Re: [PATCH] [WIP] Lithuanian translation update (74% complete)

2012-01-29 Thread Cristian Marchi
Thanks for the patch! it is now on the 2.4 branch but I can't confirm it will be in the 2.4.10 release as it is already tagged. Regards Cristian Il 28/01/2012 15:43, Aurimas Fišeras ha scritto: Hello, here is another translation update for the 2.4.10 release. Current status of the translation

Re: make check doesn't work

2012-01-29 Thread Alex Aycinena
Thanks, that fixed it. I committed the fix. Alex On Sat, Jan 28, 2012 at 6:00 PM, John Ralls wrote: > > On Jan 28, 2012, at 5:18 PM, Alex Aycinena wrote: > >> I can checkout, configure, make, install and run a clean copy of >> gnucash (r21907) from svn without any problem. But when I try a 'make

Re: Advice for bugs related to xea accounts files

2012-01-29 Thread Geert Janssens
Op zondag 15 januari 2012 09:31:24 schreef Cristian Marchi: > That was my concern: if this kind of patch is considered translation > related. If so, I assume that the changes that I applied in the > "accounts" folder of the 2.4 branch will be also merged in the trunk > branch when this will happen

Re: Building gnucash on Ubuntu 12.04 Alpha

2012-01-29 Thread Geert Janssens
Op vrijdag 27 januari 2012 11:05:38 schreef Colin Law: > On 27 January 2012 08:33, Colin Law wrote: > > On 27 January 2012 06:07, John Ralls wrote: > >> On Jan 26, 2012, at 2:04 PM, Colin Law wrote: > >>> ... > >>> Unless anyone has any good ideas I am going to leave it at that for > >>> the mome

Re: [PATCH] [WIP] Lithuanian translation update (74% complete)

2012-01-29 Thread John Ralls
On Jan 29, 2012, at 11:07 AM, Cristian Marchi wrote: > Thanks for the patch! it is now on the 2.4 branch but I can't confirm it will > be in the 2.4.10 release as it is already tagged. > But it's going to get retagged after all of the Windows crashes get resolved... which might be awhile. Re

Re: Building gnucash on Ubuntu 12.04 Alpha

2012-01-29 Thread Colin Law
On 29 January 2012 20:24, Geert Janssens wrote: > Op vrijdag 27 januari 2012 11:05:38 schreef Colin Law: >> ... >> I had a look at the packaged version of gnucash in the Ubuntu 12.04 >> repository and realised that this suffers from the same problem >> (though the symptom is not exactly the same h

Re: Longer term projects

2012-01-29 Thread John Ralls
On Jan 29, 2012, at 10:33 AM, Phil Longstaff wrote: > Have you given any thought to what it will take to replace qof event > notifications with gobject signals? The models are substantially different. > With qof, you register for all events and get everything, and then need to > weed out wha

Re: Longer term projects

2012-01-29 Thread Phil Longstaff
I was thinking more along the lines that currently, any piece of code can register for qof events and receive a callback whenever anything changes in any transaction.  Do we want to keep this kind of behavior? From: John Ralls To: Phil Longstaff Cc: GnuCash

Re: Longer term projects

2012-01-29 Thread John Ralls
On Jan 29, 2012, at 2:26 PM, Phil Longstaff wrote: > I was thinking more along the lines that currently, any piece of code can > register for qof events and receive a callback whenever anything changes in > any transaction. Do we want to keep this kind of behavior? No, I don't think so. AFAIC