Re: cmake discussion (was: r18717 - gnucash/trunk/src - Add some experimental CMakeLists.txt)

2010-02-25 Thread Christian Stimming
Zitat von Martin Preuss aquaman...@gmx.de: [...] Off-topic: Why I think cmake is better than autotools: [...] There are two points which prevented me from switching my own projects to cmake a few years ago: - no cross-compile support - no support for convenience libraries The most important

Re: Problem with pkg-config with Windows/MinGW

2010-02-24 Thread Christian Stimming
Zitat von Ronald Madrid mfcg...@yahoo.com: 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

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 snip... ... 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 clean it

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 file

Re: Database filename format

2010-02-23 Thread Christian Stimming
Am Montag, 22. Februar 2010 schrieb Geert Janssens: Hi, I'm about to make some changes in the code that will normalize file and database names. Internally, they will all be converted to either one of these internally: file://path xml://path sqlite3://path

Re: More files for .gitignore?

2010-02-23 Thread Christian Stimming
Am Dienstag, 23. Februar 2010 schrieb Jeff Kletsky: Any good reason not to add these to .gitignore? No good reason. Thanks for sending the patch (though I've added them in the alphanumeric sorting order). I think many developers have a separate build directory anyway, which means those files

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

2010-02-23 Thread Christian Stimming
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/trunk/src/gnome-utils/gnc-file.c Log: Change file loading message to Loading

Re: Budgets and inconsistent handling of account sign reversal.

2010-02-23 Thread Christian Stimming
Am Montag, 22. Februar 2010 schrieb Jeff Kletsky: The addition of a way of denoting the default budget should be reasonably easy. You can always add kvp_frame entries at some of gnucash's top-level objects, like the Book, Account, Transaction, or Split. See e.g. the Notes field of an Account

Re: Tabs Text Blank in Windows Nightly r18685

2010-02-21 Thread Christian Stimming
Am Sonntag, 21. Februar 2010 schrieb Kim Wood: Still unresolved in latest Windows nightly build r18700. Confirmed. I see this as well (also with the r18700 nightly build) on win32, but not on Linux. Please file a bug in bugzilla. Regards, Christian

Re: Request: require glib2 = 2.12

2010-02-20 Thread Christian Stimming
Am Freitag, 19. Februar 2010 schrieb Geert Janssens: I'd like to bump the minimum required glib2 for the 2.3.x series to 2.12. I'm all in for raising our minimum required version to some higher and more recent value. My main reason is that all of us developers use more recent versions, which

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 narrowed

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 no

Re: Windows Nightly Build r18676 Crashes on Start

2010-02-18 Thread Christian Stimming
Did I understand correctly: The nightly build doesn't start because of libpng14-14.dll not found? This is understandable because of my recent commit r18664 http://svn.gnucash.org/trac/changeset/18664 which updated several of the dependcy version numbers. This may also have changed the

Re: 2.3.10 builld (was: GtkHtml causes Windows build to crash)

2010-02-17 Thread Christian Stimming
Zitat von Geert Janssens janssens-ge...@telenet.be: You can revert, increase the version number, and tag right away (I'm away from SVN access currently). I noticed version 2.3.10 didn't build this night. There's no build log, so it looks like the build didn't even start. Is there something

Re: 2.3.10 builld (was: GtkHtml causes Windows build to crash)

2010-02-17 Thread Christian Stimming
Zitat von Geert Janssens janssens-ge...@telenet.be: This is correct. I guess the build is still ongoing. The file times shown in the win32/trunk directory are EST. Consider the 2.3.9 build: The nightly trunk gnucash-2.3.9-svn-r18656-setup.exe finished at 02:48 EST which is 08:48 Central European

Re: GtkHtml causes Windows build to crash

2010-02-16 Thread Christian Stimming
Zitat von Geert Janssens janssens-ge...@telenet.be: The switch to GtkHtml seems to cause the Windows build to crash on any attempt to open a report. ... But obviously in the current state, the Windows build is worse off with GtkHtml than with Webkit. Yes. That's unfortunate and it was

Re: Building on MSWin

2010-02-16 Thread Christian Stimming
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 defaults.sh. The following versions

Re: Patch for colored tabs segfault in trunk

2010-02-15 Thread Christian Stimming
Am Montag, 15. Februar 2010 schrieb Tom Van Braeckel: Hi guys, Commit 18637 (for *Bug 608329*https://bugzilla.gnome.org/show_bug.cgi?id=608329- Patch to add Color to Account tabs) caused a segfault at startup because I had renamed my Accounts tab. The attached patch fixes it. There might

Re: 2.3.9 released

2010-02-15 Thread Christian Stimming
Am Montag, 15. Februar 2010 schrieb John Ralls: On Feb 15, 2010, at 11:14 AM, Phil Longstaff wrote: Well, I finally got 2.3.9 released. I noticed the win32 build is smaller than normal. I'm now going to be unavailable for about a month. We should aim for a string freeze with 2.3.10 in

Re: r18653 - gnucash/tags - Untagging so the build can be kicked off. Don't retag until Sunday Feb 14

2010-02-14 Thread Christian Stimming
Am Samstag, 13. Februar 2010 schrieb Phil Longstaff: Author: plongstaff Date: 2010-02-13 09:08:31 -0500 (Sat, 13 Feb 2010) New Revision: 18653 Trac: http://svn.gnucash.org/trac/changeset/18653 Removed: gnucash/tags/2.3.9/ Log: Untagging so the build can be kicked off. Don't retag

Re: Patchfile - corrections to taxtxf.scm

2010-02-13 Thread Christian Stimming
Am Freitag, 12. Februar 2010 schrieb J. Alex Aycinena: Christian, I was thinking after sending this, should it be applied to both trunk and 2.3.9? I guess you mean 2.2.9, the 2.2-branch? No, we won't make any further 2.2.x release, so we also don't need to apply any patch to that.

Re: Patchfile - corrections to taxtxf.scm

2010-02-13 Thread Christian Stimming
Am Freitag, 12. Februar 2010 schrieb J. Alex Aycinena: Christian, I attach a patchfile that corrects two problems with taxtxf.scm: Applied to trunk (will be in 2.3.9 once it is released). Thanks a lot! By the way, patches in bugzilla are IMHO somewhat easier to handle because for patches in

Re: Various dutch translation improvements

2010-02-10 Thread Christian Stimming
Dear Tom, thank you very much for this patch. Normally, we would commit translation proposals into our SVN right away, but in this particular case the normal translation updates are received from the Translation Project, see http://wiki.gnucash.org/wiki/Translation Hence, please send your

Re: 2.3.9 win32 build failed again

2010-02-10 Thread Christian Stimming
Am Mittwoch, 10. Februar 2010 schrieb Phil Longstaff: Failed trying to build goffice. I think this time I got it. Regards, Christian ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Some cleanup in the source ?

2010-02-07 Thread Christian Stimming
Dear Geert, basically all of your proposals are good. Just go ahead :-) Zitat von Geert Janssens janssens-ge...@telenet.be: * GNOME2_STATUS: this file was originally used in the migration effort to Gnome 2 (during the GnuCash 1.9.x releases) but rapidly replaced by proper bug reporting. As

Re: Accessibility?

2010-02-06 Thread Christian Stimming
Am Samstag, 6. Februar 2010 schrieb Greg Washington: I am blind and use the JAWS screen reading program. Is Newcash accessible to screen reading programs? Unfortunately this is not the case. The program is not (yet) designed for non- GUI usage. Sorry for that. Regards, Christian Stimming

Re: Transaction report and other account in multi-split transaction (was: GnuCash 2.2.9)

2010-02-05 Thread Christian Stimming
Am Freitag, 5. Februar 2010 schrieb Ulrike Fischer: So to answer Christian's question: https://bugzilla.gnome.org/show_bug.cgi?id=608098 Do you have any proposals on how we should improve the documentation (option names, option tooltips, documentation) here? I think at first that the

Re: GnuCash 2.2.9

2010-02-03 Thread Christian Stimming
Zitat von Mick Sawyer micksaw...@o2.co.uk: Hi, I've just moved over to Gnucash and I'm trying to display the split accounts in the transfer column of the transaction report. All I can get is transfer to split. Any ideas? Incidentally, this has been discussed in bugzilla before. It's

Re: How to do docs

2010-02-03 Thread Christian Stimming
Zitat von Thomas Troesch ttroe...@gmail.com: Hello: That's what I was looking for. Thanks very much. So now that I have a diff for one of the xml files, I'm not sure how to proceed. I submitted a patch for Bug 534210 and my doc changes relate to those changes. Should I just attached my doc

Re: German locale: no Due Bill Reminder at fire-up

2010-02-02 Thread Christian Stimming
Zitat von Jannick Asmus jannick.n...@gmail.com: The Due Bill Reminder window does not pop up at start-up running GnuCash as a German locale. I have never realized it, only over I had changed the language to en_US just a minute ago. I believe it is a bug. If needed I can file it to

Re: How to do docs

2010-02-02 Thread Christian Stimming
Am Montag, 1. Februar 2010 schrieb Thomas Troesch: Hello: I've submitted some changes and would like to address the documentation changes required, but I am failing. I have gnucash-docs trunk and poked around, but I don't have a clue on how to start. Any help would be appreciated. Did

Re: Patch: update txf.scm for 2009

2010-01-31 Thread Christian Stimming
Am Freitag, 29. Januar 2010 schrieb J. Alex Aycinena: Christian, I have updated txf.scm for 2009 US tax form changes and send the patchfile. I would be grateful if you could apply this patchfile to trunk. Applied (r18592), thanks a lot! Regards, Christian

Re: Auto-clear

2010-01-30 Thread Christian Stimming
On 1/29/10 5:44 PM, Cristian KLEIN said: Please review and give your opinions about a feature I would like to add to GnuCash called auto-clear. [1] Interesting idea. However, in my use case (German checking account) I doubt this feature would have many of the non-ambiguous opportunities so

Re: r18582 - gnucash/trunk/src - Add disambiguation prefix to the word Split where it is the action of a Stock Split.

2010-01-26 Thread Christian Stimming
Zitat von Derek Atkins warl...@mit.edu: - xaccSplitSetAction (split, _(Split)); + /* Translators: This string has a disambiguation prefix */ + xaccSplitSetAction (split, Q_(Action Column|Split)); amount = gnc_amount_edit_get_amount (GNC_AMOUNT_EDIT (info-price_edit)); if

Re: r18579 - gnucash/trunk/src/gnome/glade - Bug #607517: Migrate print.glade from glade-2 to glade-3 format.

2010-01-26 Thread Christian Stimming
Zitat von Derek Atkins warl...@mit.edu: Thomas Troesch ttroe...@gmail.com writes: Perhaps it would be easier if I just made the changes in glade-2?  I had no idea it would be a problem. I'm sure I have an older dev machine somewhere... In the short term that's probably a good idea, but the

Re: r18582 - gnucash/trunk/src - Add disambiguation prefix to the word Split where it is the action of a Stock Split.

2010-01-26 Thread Christian Stimming
translated using the Split Transaction meaning. Only these two here have a different meaning, and incidentally the meaning in both places is identical again. That's why I used the identical disambiguation prefix. Regards, Christian Zitat von Derek Atkins warl...@mit.edu: Christian Stimming

Re: Rev. 2.3.8 compile error with undefined reference in dialog-fincalc.c

2010-01-26 Thread Christian Stimming
Am Dienstag, 26. Januar 2010 schrieb Johann Wöckinger: Hi, When I try to compile gnucash 2.3.8, build process fails with following message: .libs/dialog-fincalc.o: In function `init_fi': /home/hans/software/gnucash/gnucash-2.3.8/src/gnome/dialog-fincalc.c:299: undefined reference to

Re: String freeze

2010-01-25 Thread Christian Stimming
Zitat von Phil Longstaff plongst...@rogers.com: I want to release 2.3.9 in the next week or so. That's good to hear! Can we also consider that the first revision under a string freeze? Does anyone have any upcoming string changes? I don't have string changes right now, but I expect some

Re: String freeze

2010-01-25 Thread Christian Stimming
Am Montag, 25. Januar 2010 schrieb Derek Atkins: The GnuCash uses the word Split in two meanings: split transaction and split stocks. When I translate them into Japanese, I have to use the different words for them. The locations of string to change in 2.3.8 are as follows:

Re: String freeze

2010-01-25 Thread Christian Stimming
Am Montag, 25. Januar 2010 schrieb Phil Longstaff: I want to release 2.3.9 in the next week or so. That's good to hear! Can we also consider that the first revision under a string freeze? Does anyone have any upcoming string changes? I don't have string changes right now, but I

Re: Changeset 18575: Bug #607185: Add f-q workaround for missing date.

2010-01-22 Thread Christian Stimming
Comment copied to the bugzilla discussion https://bugzilla.gnome.org/show_bug.cgi?id=607185 , more comments will be added there. Thanks! Christian ___ gnucash-devel mailing list gnucash-devel@gnucash.org

Re: How to translate GnuCash web pages?

2010-01-21 Thread Christian Stimming
Dear Yasuaki Taniguchi/谷口康明, the only things I know about website translations are written on http://wiki.gnucash.org/wiki/Translation#How_to_translate_the_web_page but the steps you mention could very well be needed as well. I'd say you can go ahead as you said and submit your

Re: [PATCH] Add ADDRESS to check printing.

2010-01-19 Thread Christian Stimming
Dear Thomas, just a first feedback: Thanks for the patch! It is great to see more improvements submitted as actual patches. I have three comments on the content of your patch: - In get_check_address() you terminated the lines with backslashes - is there any reason for this? Otherwise the

Re: r18566 - gnucash/trunk - Remove de_CH translation because it ceased to be maintained.

2010-01-15 Thread Christian Stimming
Hi Geert, Am Freitag, 15. Januar 2010 schrieb Geert Janssens: On Tuesday 12 January 2010, Christian Stimming wrote: Author: cstim Date: 2010-01-12 16:19:47 -0500 (Tue, 12 Jan 2010) New Revision: 18566 Trac: http://svn.gnucash.org/trac/changeset/18566 Removed: gnucash/trunk/po

Re: [PATCH] Present balance sums for sub-accounts

2010-01-15 Thread Christian Stimming
Am Freitag, 15. Januar 2010 schrieb FireFly: Be gentle, it's my first ever patch. I've always been irked by the lack of summation of sub-accounts for everything except the cleared column and the total column, personally I use present balance quite a lot, so changed that one to sum too

Re: Jalali Calendar (was: Persian Language)

2010-01-12 Thread Christian Stimming
Hello, Am Dienstag, 12. Januar 2010 schrieb Mehdi Alidoost: You can Convert Persian Calendar to or From Gregorian Calendar. http://www.fourmilab.ch/documents/calendar/ thanks for this pointer - the explanation there is tremendously good. we use this scenario on our Persian software: on db

Re: Any prognosis for when 2.4 is due?

2010-01-11 Thread Christian Stimming
Am Sonntag, 10. Januar 2010 schrieb Phil Longstaff: On Wed, 2009-12-30 at 14:00 -0500, Phil Longstaff wrote: As far as major pieces for 2.4, the last thing is webkit on windows (webkit on linux/mac seem to work fine, webkit on windows has some really bad bugs - fonts unreadable if you print

Re: Windows nightly build error

2010-01-11 Thread Christian Stimming
Am Freitag, 8. Januar 2010 schrieb Derek Atkins: !!! Detected multiple directories where only one was expected; please delete all but the latest one: /c/soft/tmp/aqbanking-4.2.1 /c/soft/tmp/aqbanking-4.2.3 !!! !!! ABORTING !!! * sigh * Why are these being kept in tmp after the build

Re: Persian Language

2010-01-11 Thread Christian Stimming
information on how to compile this on your own. Regards, Christian Stimming ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: TXF categories for French tax system

2010-01-11 Thread Christian Stimming
Dear Parker, thanks for bringing up the idea. I think it would be great to add support for French tax requirements here. I also think there are possibilities to implement this in a better way than the locale-hack without too much additional effort. Am Donnerstag, 7. Januar 2010 schrieb J.

Re: Windows build failed, r18541 incompatible with guile-1.6

2010-01-04 Thread Christian Stimming
Am Montag, 4. Januar 2010 schrieb Derek Atkins: Simon Ruggier simo...@gmail.com writes: After doing the above, I can build successfully using Debian's guile-1.8-dev package. I don't know anything about Guile, so I can't comment on how this issue could or should be handled on other

Re: Windows build failed, r18541 incompatible with guile-1.6

2010-01-04 Thread Christian Stimming
Am Montag, 4. Januar 2010 schrieb Derek Atkins: The first compile problem with r18541 is one of many guile-1.6 functions which Geert replaced with their non-deprecated guile-1.8 counterparts, such as SCM_NFALSEP - scm_is_true. But even if we reverted all of that cosmetics, the main part of

Re: Any prognosis for when 2.4 is due?

2010-01-04 Thread Christian Stimming
Dear Phil, sounds good as a plan. I agree report printing on windows is one big issue that needs to be solved, and once we have this we can really try to reach the 2.4.0 release. Thank you very much for working on this. The other issues is the ever-growing list of critical bugs on bugzilla;

Re: Compile error with trunk

2010-01-03 Thread Christian Stimming
Am Sonntag, 3. Januar 2010 schrieb don Paolo Benvenuto: Hi guys! I'm back on the list because I'm going to use again gnucash for my new parish's accounting! I was trying to compile trunk on ubuntu karmic, and I followed the instructions in

Re: Plan for 2.2.10?

2010-01-01 Thread Christian Stimming
Dear Yasuaki Taniguchi, Am Donnerstag, 31. Dezember 2009 schrieb Yasuaki Taniguchi/谷口康明: Do you have a plan to release GnuCash 2.2.10? No. There is no 2.2.10 release planned. If you have a plan to release 2.2.10, I'd like to translate po file. So please put gnucash-2.2.9.pot into

Re: Windows 7

2009-12-31 Thread Christian Stimming
Am Dienstag, 29. Dezember 2009 schrieb Howard Kaloogian: Hello, Does your program currently work with or are you developing it for Windows 7? Yes. Christian Stimming ___ gnucash-devel mailing list gnucash-devel@gnucash.org https

Re: make install issue when prefix contains a +

2009-12-31 Thread Christian Stimming
Am Donnerstag, 31. Dezember 2009 schrieb Geert Janssens: (gconftool-2:28251): GConf-WARNING **: Failed to load source xml::/opt/gnucash-2.2.9+18037/etc/gconf/gconf.xml.defaults: Couldn't resolve address for configuration source: Bad address

Re: Request for moving ja.po translation to TP

2009-12-25 Thread Christian Stimming
Dear Yasuaki Taniguchi, Am Freitag, 25. Dezember 2009 schrieb Yasuaki Taniguchi/谷口康明: I'm working on translating GnuCash Tutorial and Concepts Guide into Japanese. And I took over ja.po translation from Mr. Kusano at the same time. This is great news! Welcome to the project. I'd like to

Re: Source string change request / Feature request

2009-12-22 Thread Christian Stimming
Am Dienstag, 22. Dezember 2009 schrieb Mark Haanen: One quick and one complex question. 1. Would it be possible to change the source strings for lines 2275 in src/gnome/druid-loan.c so that it's no longer a concatenation, but two separate strings (Escrow Payment /

Re: r18505 - gnucash/trunk/packaging/win32 - Fix gwenhywfar version lookup by tightening the RE used

2009-12-16 Thread Christian Stimming
Zitat von Geert Janssens gjanss...@code.gnucash.org: Author: gjanssens Date: 2009-12-16 07:23:16 -0500 (Wed, 16 Dec 2009) New Revision: 18505 Trac: http://svn.gnucash.org/trac/changeset/18505 Modified: gnucash/trunk/packaging/win32/dist.sh Log: Fix gwenhywfar version lookup by tightening

Re: Proposal for Save As.../Open dialog

2009-12-15 Thread Christian Stimming
Am Montag, 14. Dezember 2009 schrieb Geert Janssens: I quickly verified on distrowatch as well. None of the distributions we support (Ubuntu, openSuse, Fedora,...) still has support for 2.6. All of them abandoned 2.6 somewhere in 2005. This means a) it is already hard for us to test the

Re: simple generation of the release news items (r18476 - htdocs/trunk/news - Fix unstable version warning)

2009-12-13 Thread Christian Stimming
Am Freitag, 11. Dezember 2009 schrieb Geert Janssens: BTW if you write a svn commit message and quote a bugzilla bug number, I recommend writing bug #1234, i.e. with the hash sign in front of the number. Our trac website is set up to turn those numbers (those with hash) into hyperlinks

Re: Proposal for Save As.../Open dialog

2009-12-13 Thread Christian Stimming
Am Samstag, 12. Dezember 2009 schrieb Derek Atkins: Geert Janssens janssens-ge...@telenet.be writes: I believe 2.10 was more or less agreed upon as the minimum version (given that this is the version used in RHEL 5). There was never a formal confirmation of this, though. Perhaps this is a

Re: Patch for AqBanking Windows bug 586122

2009-12-13 Thread Christian Stimming
Am Samstag, 12. Dezember 2009 schrieb Geert Janssens: My patch is not correct I'm afraid. The build failed because I'm trying to access a file That defines the path specific component (AQBANKING_SO_EFFECTIVE). My patch tries to access the Version.h file for this, but apparently in the wrong

Re: Patch for AqBanking Windows bug 586122

2009-12-11 Thread Christian Stimming
Am Freitag, 11. Dezember 2009 schrieb Geert Janssens: I have attached a patch to this bug https://bugzilla.gnome.org/show_bug.cgi?id=586122 I think this patch should solve the bug, but I can't test it myself as I don't have access to a Windows environment. I see two possible options: *

Re: Proposal for Save As.../Open dialog

2009-12-11 Thread Christian Stimming
Am Donnerstag, 10. Dezember 2009 schrieb Geert Janssens: See http://www.kobaltwit.be/gnucash/images/SaveAsXml.jpg http://www.kobaltwit.be/gnucash/images/SaveAsPostgres.jpg http://www.kobaltwit.be/gnucash/images/OpenFile.jpg http://www.kobaltwit.be/gnucash/images/OpenPostgres.jpg These

Re: simple generation of the release news items (r18476 - htdocs/trunk/news - Fix unstable version warning)

2009-12-11 Thread Christian Stimming
Dear Geert, Am Donnerstag, 10. Dezember 2009 schrieb Geert Janssens: We also have such a script - the makefile rules for the ChangeLog file in the top-level directory do exactly this: It downloads the svn log data from the hard-coded revision and formats it into some text file by the use

Re: Proposal for Save As.../Open dialog

2009-12-11 Thread Christian Stimming
Am Freitag, 11. Dezember 2009 schrieb Geert Janssens: I think it will be alright in this case, because: * It works ok, I have tested that. Yes. * The dialog has been reworked fairly intensively, so even if it was written in glade-2 format, a diff with the original dialog would essentially

Re: Patch for AqBanking Windows bug 586122

2009-12-11 Thread Christian Stimming
Am Freitag, 11. Dezember 2009 schrieb Geert Janssens: Ok, I have applied the patch. Does the nightly build automatically pick up changes in the build scripts ? No, indeed it doesn't pick up changes in the build script. There's one technical issue: On windows a program or shell script calling

Re: r18476 - htdocs/trunk/news - Fix unstable version warning

2009-12-10 Thread Christian Stimming
Zitat von Geert Janssens janssens-ge...@telenet.be: A new template would be great. Even better would be working out a good process for updating the changed item section. For this, I looked at the revision log from http://svn.gnucash.org/trac/log/gnucash/trunk, but it cuts off the

Re: String freeze

2009-12-09 Thread Christian Stimming
Zitat von Geert Janssens janssens-ge...@telenet.be: Is trunk in string freeze already ? I am about to commit a patch that adds 3 new translatable strings. No, trunk is (still) not yet in string freeze. There have been approx. 20 changed or new strings between 2.3.7 and 2.3.8, mostly because

Re: Bugzilla access

2009-12-09 Thread Christian Stimming
Zitat von Geert Janssens janssens-ge...@telenet.be: I was browsing through the GnuCash bugs and wanted to modify some bugs (mark bug 583155 as a duplicate of bug 430187 and update version of bug 430187), but I can't. Right, your e-mail address is not in the list of names who are marked as

Re: Version field in Bugzilla

2009-12-09 Thread Christian Stimming
Am Mittwoch, 9. Dezember 2009 schrieb Phil Longstaff: I normally set the 'target milestone' to the version which will contain the fix. I agree. The Version field is being used for the version where the bug was spotted and reported. The Target Milestone shows the version when the solution

Re: Patches: Documentation, account.glade, gnc-ui-util

2009-12-09 Thread Christian Stimming
Dear Alex, thanks a lot for your patches. Am Dienstag, 8. Dezember 2009 schrieb J. Alex Aycinena: -doc-patchfile updates the documentation to reflect the recently applied tax enhancements Applied. -gnc-ui-util-acct-glade-patchfile has some small corrections to account.glade and

Re: Gnucash 2.3.8 released

2009-12-09 Thread Christian Stimming
Am Mittwoch, 9. Dezember 2009 schrieb Phil Longstaff: GnuCash 2.3.8 released The GnuCash development team proudly announces GnuCash 2.3.8, the ninth of several unstable 2.3.x releases of the GnuCash Free Accounting Software Thanks a lot, Phil, for preparing the new release! It is a good

Re: Documentation en français

2009-12-09 Thread Christian Stimming
https://lists.gnucash.org/mailman/listinfo/gnucash-fr but it is frequented rather low, or you would need to ask again in English here. Thank you very much! Best Regards, Christian Stimming Am Mittwoch, 2. Dezember 2009 schrieb Isabelle Néron: Bonjour, Je suis enseignante en Ecole de commerce

Re: OpenSP error realpath undeclared (2.3.8 tagged yesterday, but no win32 build)

2009-12-06 Thread Christian Stimming
Am Samstag, 5. Dezember 2009 schrieb Derek Atkins: I think the problem is related to documentation... `htmlhelp.chm' - `/c/soft/gnucash-2.3.8/gnucash/inst/share/gnucash/help/de_DE/gnucash-help .chm' `htmlhelp.hhmap' -

Re: OpenSP error realpath undeclared (2.3.8 tagged yesterday, but no win32 build)

2009-12-05 Thread Christian Stimming
Am Samstag, 5. Dezember 2009 schrieb Phil Longstaff: Hence, this OpenSP error existed for quite some time by now, at least since 2.3.1. Not sure why the win32 build used to work but is failing this time, though... I think the problem is related to documentation... `htmlhelp.chm' -

Re: SOLVED Trading accounts change (bug 537476)

2009-12-04 Thread Christian Stimming
Am Mittwoch, 2. Dezember 2009 schrieb Mike Alexander: I'm still at a loss to know why my recent change to define the values in C and export them to Guile using Swig fails for you but not for me. I tried building GnuCash with guile 1.6.8 and swig 1.3.36 (which are the versions you said you are

Re: OpenSP error realpath undeclared (2.3.8 tagged yesterday, but no win32 build)

2009-12-04 Thread Christian Stimming
Am Freitag, 4. Dezember 2009 schrieb Phil Longstaff: XmlOutputEventHandler.cxx: In member function `virtual void OpenSP::XmlOutputEve ntHandler::inputOpened(OpenSP::InputSource*)': XmlOutputEventHandler.cxx:1206: error: `realpath' was not declared in this scope Red herring.

Re: SOLVED Trading accounts change (bug 537476)

2009-12-04 Thread Christian Stimming
Am Freitag, 4. Dezember 2009 schrieb Christian Stimming: Am Mittwoch, 2. Dezember 2009 schrieb Mike Alexander: I'm still at a loss to know why my recent change to define the values in C and export them to Guile using Swig fails for you but not for me. I tried building GnuCash with guile

Re: Trading accounts change (bug 537476)

2009-12-03 Thread Christian Stimming
Am Donnerstag, 3. Dezember 2009 schrieb Christian Stimming: I'm afraid I'm going to need some help tracking this down since I can't reproduce the problem. Could you send me the swig-engine.c file generated when the failing version of GnuCash was built? I'd like to see how it differs from

Re: bug#537476, Trading accounts without business features

2009-11-29 Thread Christian Stimming
Am Sonntag, 29. November 2009 schrieb Mike Alexander: https://bugzilla.gnome.org/show_bug.cgi?id=537476 Thanks for the suggestion, backtrace below (r18444 with r18430 reverted). Apparently the ordering looks completely fine. Yes it looks exactly the same as I see on my machine where

Re: bug#537476, Trading accounts without business features

2009-11-28 Thread Christian Stimming
Am Samstag, 28. November 2009 schrieb Mike Alexander: https://bugzilla.gnome.org/show_bug.cgi?id=537476 I can't reproduce this problem. I rebuilt from r18443 with r18430 (your work around for the crash) reverted and can't get it to crash. If you have a chance, please set breakpoints at

Re: bug#537476, Trading accounts without business features

2009-11-27 Thread Christian Stimming
Zitat von Mike Alexander m...@umich.edu: It appears to me that the failure you mention in https://bugzilla.gnome.org/show_bug.cgi?id=537476#c12 happens because you have GnuCash installed without the business feature. Is this correct? No, I didn't disable any parts of gnucash. I ran

Re: Building on Ubuntu 9.10

2009-11-25 Thread Christian Stimming
Zitat von Colin Law clan...@googlemail.com: I have upgraded from Ubuntu 9.04 to 9.10.  I am able to build 2.3 head successfully but I cannot build 2.2.9. This is no surprise. 2.2.9 is no longer being developed, so by definition it isn't being adapted to changes in the required libraries

Re: Ubuntu build and build-dep libaqbanking

2009-11-25 Thread Christian Stimming
Am Mittwoch, 25. November 2009 schrieb Colin Law: 2009/11/25 Christian Stimming stimm...@tuhh.de: Am Mittwoch, 25. November 2009 schrieb Colin Law: The instructions for building gnucash on Ubuntu 9.10 on the wiki at http://wiki.gnucash.org/wiki/Building#Ubuntu_9.10_.28Karmic_Koala.29

Re: Patch for htdocs: refer to OSX readme pages in wiki

2009-11-24 Thread Christian Stimming
Am Dienstag, 24. November 2009 schrieb Geert Janssens: Hi, Attached is a patch that modifies the index and download pages to refer to the Mac OS X readme files in wiki instead of sourceforge. Applied - thank a lot. Christian ___ gnucash-devel

Re: Tip Of The Day file disappeared in Windows Gnucash 2.3.7 R18437

2009-11-23 Thread Christian Stimming
Am Montag, 23. November 2009 schrieb James Raehl: Only the default text appears when starting Gnucash, both in the Nov 23 Windows server build and my own Nov 23 (evening) personal Windows XP build. Build R18422 has the same problem, but R18414 works fine. /Submitted as Bug 602744

Re: Website download section: location of Mac OS X Readme

2009-11-22 Thread Christian Stimming
Two minor points to keep in mind when comparing a Wiki page to a plain HTML file: Am Donnerstag, 19. November 2009 schrieb John Ralls: The wiki page would become the primary; converting it to html is easily done by opening it in the browser and saving it (or downloading it via curl). The

Re: complie error latest trunk - patch attached

2009-11-22 Thread Christian Stimming
Am Mittwoch, 18. November 2009 schrieb J. Alex Aycinena: I did a `grep gtk_dialog_get_content_area` in /usr/include/gtk-2.0/gtk and did not find gtk_dialog_get_content_area. So I guess the simple answer is: upgrade to a newer gtk, but I would like to avoid this, openSUSE 11.0 is not

Re: Translation for Latvian

2009-11-22 Thread Christian Stimming
Am Samstag, 21. November 2009 schrieb Valdis Vītoliņš: Hello! I'm happy to submit Gnucash translation file for Latvian. Please include lv_LV in /gnucash/configure.in file and add attached lv_LV.po file. Added to our SVN so that the next release (2.3.8, unstable) will contain it already.

Re: Website patch: improve language links

2009-11-22 Thread Christian Stimming
Am Mittwoch, 18. November 2009 schrieb Geert Janssens: After: the language link will change the current page to the new language. If the current page is the index page, the index page will be displayed in the new language. If the current page is the download page, the download page will be

Re: Timing for 2.3.8

2009-11-22 Thread Christian Stimming
Am Sonntag, 22. November 2009 schrieb Phil Longstaff: There are a number of important fixes in 2.3.8 so I would like to release it soon. Are there any new patches or modifications that anyone else needs to get in (currency trading accounts? other?)? I don't have anything left in the queue,

Re: gnucash, charts and interactivity

2009-11-22 Thread Christian Stimming
Dear Jean, thanks a lot for picking up this old issue, and thanks for your explanation. Unfortunately, currently AFAIK none of the gnucash developers has recently worked with that part of the code. This means we can happily apply concrete patches, but I'm afraid currently there is nobody

Manually trigger update of www.gnucash.org?) (Re: htdocs patch: downloads news)

2009-11-18 Thread Christian Stimming
Zitat von Geert Janssens janssens-ge...@telenet.be: Upon further investigation, it seems not all files have been copied to the live website. download.phtml is there, the icons are there, but index.phtml is not updated, nor are the news files. And I can't check from here, but it seems the new

Re: Manually trigger update of www.gnucash.org?) (Re: htdocs patch: downloads news)

2009-11-18 Thread Christian Stimming
Am Mittwoch, 18. November 2009 schrieb Geert Janssens: Derek, can you manually trigger an update of the website? Thanks! Christian Before you trigger the update, can you first commit the attached tarball please ? Applied. Thanks a lot! Christian Doing some more tests, I found some

Re: Website download section: location of Mac OS X Readme

2009-11-18 Thread Christian Stimming
Am Mittwoch, 18. November 2009 schrieb Derek Atkins: John, John Ralls jra...@ceridwen.us writes: I can live with any of those options as long as the result is easy for the impatient new user to find and read the file. Yes, it's true that the file is additional release notes, but users

Re: Register report crashes 2.3.7 on Win32

2009-11-17 Thread Christian Stimming
Am Dienstag, 17. November 2009 schrieb Phil Longstaff: we're running into a problem when running the register report on win32 crashes because register-report-create-internal is not defined. Easily reproducible. I downloaded the latest build (svn r18412). The report files in /c/Program\

Re: htdocs patch: downloads news

2009-11-17 Thread Christian Stimming
Am Dienstag, 17. November 2009 schrieb Geert Janssens: Attached you will find a patch (a tarball actually) that contains all the changed files for my website modifications. In summary, it * adds a highly visible download block on the front page * adds a download page for all other downloads

<    5   6   7   8   9   10   11   12   13   14   >