configure.ac:1344: required file `accounts/lv_LV/Makefile.in' not found

2010-06-09 Thread Tom Van Braeckel
+0200 (wo, 09 jun 2010) Could this be a problem with r19246, or am I missing something ? Thanks, Tom Van Braeckel ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

configure.ac:1344: required file `accounts/lv_LV/Makefile.in' not found

2010-06-09 Thread Tom Van Braeckel
+0200 (wo, 09 jun 2010) Could this be a problem with r19246, or am I missing something ? Thanks, Tom Van Braeckel GSM: 0032 (0) 486 63 58 04 ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash

Patch: fix missing color in qif-import account copy

2010-03-13 Thread Tom Van Braeckel
Wow, 12 hours of coding, debugging, grepping and wrestling through the code for a 2 line patch :-) What a satisfaction to find it. I learned a lot about QIF, gnucash, gdb, scheme and what not. So, the QIF importer did not copy the new color attribute that's been added to Accounts. The

Regression fix: patch for colored tabs segfault in trunk

2010-03-10 Thread Tom Van Braeckel
Hi, Commit 18881 causes a segfault at startup for users that have renamed their Accounts tab, the attached patch fixes it. This bug had been patched before, but then the code was reverted and later brought back, without reapplying the patch. Best regards, Tom. Index:

Re: Regression fix: patch for colored tabs segfault in trunk

2010-03-10 Thread Tom Van Braeckel
On Wed, Mar 10, 2010 at 2:22 PM, Geert Janssens janssens-ge...@telenet.bewrote: On Wednesday 10 March 2010, Tom Van Braeckel wrote: Hi, Commit 18881 causes a segfault at startup for users that have renamed their Accounts tab, the attached patch fixes it. This bug had been patched

Re: Advice

2010-03-02 Thread Tom Van Braeckel
On Tue, Mar 2, 2010 at 3:36 PM, Donald Allen donaldcal...@gmail.com wrote: On Mon, Mar 1, 2010 at 1:30 PM, dfett1...@comcast.net wrote: I have tried to put my problem out on the IRC channel but have been unable to get a response. My system (Vista) crashed and had to be reloaded. I of

Generating a report and printing it (to pdf) from outside gnucash

2010-03-01 Thread Tom Van Braeckel
Good afternoon, I'd like to automate my invoicing a bit by making a script (shell, perl, python, php, whatever) that automatically generates an invoice, prints it to PDF and e-mails it to the client in question. So now I'm looking for a way to get GnuCash to generate and print an invoice from a

Re: Patch for colored tabs segfault in trunk

2010-02-16 Thread Tom Van Braeckel
You're right (g_strrstr to be exact). I'll keep the guideline in mind about using glib's functions where possible. Attached is another patch that improves upon the previous one. Thanks, Tom Van Braeckel GSM: 0032 (0) 486 63 58 04 2010/2/15 Christian Stimming stimm...@tuhh.de Am Montag, 15

Patch for colored tabs segfault in trunk

2010-02-15 Thread Tom Van Braeckel
rather sooner than later... I've updated the AUTHOR's file as well, which might conflict with my patch for *Bug 608032 https://bugzilla.gnome.org/show_bug.cgi?id=608032.* Best regards, Tom Van Braeckel GSM: 0032 (0) 486 63 58 04 Index: AUTHORS

Various dutch translation improvements

2010-02-10 Thread Tom Van Braeckel
to point out any best practices that I haven't followed. For instance, I used the same _accelerator keys as in English (where possible), which seems like a good idea to me. Best regards, Tom Van Braeckel GSM: 0032 (0) 486 63 58 04 Index: po/nl.po

Re: Post invoice dialog default focus

2010-02-10 Thread Tom Van Braeckel
On Wed, Feb 10, 2010 at 4:26 PM, Geert Janssens janssens-ge...@telenet.bewrote: In my workflow the post date is rarely the actual date I am performing the post action. So for practically each invoice I post, I manually have to click in the date field to change the post date. Same here...

Patch for Bug 608032 - MySQL timeout and no attempt reconnect

2010-02-04 Thread Tom Van Braeckel
to the AUTHORS file. I hope that's customary here, and I apologise if it's not... Thanks again for this great software, Tom Van Braeckel GSM: 0032 (0) 486 63 58 04 Index: AUTHORS === --- AUTHORS (revision 18610) +++ AUTHORS (working

Tester's dilemma - I want to test GnuCash thoroughly, but don't risk corrupting my data...

2010-02-04 Thread Tom Van Braeckel
... What are your strategies for testing and using GnuCash (at the same time), while avoiding serious risks ? Best regards, Tom Van Braeckel GSM: 0032 (0) 486 63 58 04 ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman

Re: Patch for Bug 608032 - MySQL timeout and no attempt reconnect

2010-02-04 Thread Tom Van Braeckel
On Thursday 4 February 2010, Tom Van Braeckel wrote: Hi guys, Here's another patch - my first *code* patch to GnuCash ! Rationale: When we try to open a database transaction, and the database reports that the server has gone away, we try to reconnect before failing hard. Hi

Re: Tester's dilemma - I want to test GnuCash thoroughly, but don't risk corrupting my data...

2010-02-04 Thread Tom Van Braeckel
Thanks for the detailed description, I'll give it a go ! Tom Van Braeckel GSM: 0032 (0) 486 63 58 04 On Thu, Feb 4, 2010 at 3:40 PM, trythis grahaml...@gmail.com wrote: Tom Van Braeckel wrote: So there seems to be a trade-off between testing thoroughly and frequently, and avoiding

Patch: fixed small typo

2010-02-02 Thread Tom Van Braeckel
Dear developers, I'm a long time, satisfied GnuCash user and this is my first, very small patch to the trunk. Thank you all for working on this great software ! Best regards, Tom Van Braeckel GSM: 0032 (0) 486 63 58 04 Index: HACKING