Re: Windows Nightly Build r18676 Crashes on Start

2010-02-18 Thread Geert Janssens
On Thursday 18 February 2010, Christian Stimming wrote: 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

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

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 warl...@mit.edu 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

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 from

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 fancy and easy

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.

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

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 interferes

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, for

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: Request: require glib2 = 2.12

2010-02-20 Thread Geert Janssens
On Friday 19 February 2010, 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

Build dependencies (was: Re: Request: require glib2 = 2.12)

2010-02-20 Thread Geert Janssens
On Saturday 20 February 2010, Christian Stimming wrote: 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

Database filename format

2010-02-22 Thread 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 mysql://user:pass@host:port/dbname postgres://user:pass@host:port/dbname Whenever the user

Re: Budgets and inconsistent handling of account sign reversal.

2010-02-22 Thread Geert Janssens
On Monday 22 February 2010, Jeff Kletsky wrote: On 2/22/2010 8:16 AM, Derek Atkins wrote: GnuCash does not handle data format schema updates well. :-( f... Should I be scrambling to get in a place to properly store the default budget, probably on the book, even though we're past

Re: SQL backend performance

2010-02-23 Thread Geert Janssens
On Tuesday 23 February 2010, Donald Allen wrote: As I've mentioned in other posts, I have a pretty large gnucash datafile -- more than 20 Mb uncompressed. I've been testing the SQL backend and I'm concerned about the performance, particularly startup performance. I've been doing this

Re: SQL backend performance

2010-02-23 Thread Geert Janssens
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 difference between the xml and the sql backends that may influence

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/trunk/src/gnome

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 Log: Add

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

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 snip... EXTRA_DIST = \

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 is too

Re: r18711 - gnucash/trunk - Bug #610348: Add compiling our own binary of libbonoboui because the ftp.gnome.org binary still depends on the obsolete libxml2.dll.

2010-02-25 Thread Geert Janssens
On Tuesday 23 February 2010, Christian Stimming wrote: Author: cstim Date: 2010-02-23 15:10:31 -0500 (Tue, 23 Feb 2010) New Revision: 18711 Trac: http://svn.gnucash.org/trac/changeset/18711 ... Added: gnucash/trunk/packaging/win32/libbonoboui-2.24.2.patch

Re: r18711 - gnucash/trunk - Bug #610348: Add compiling our own binary of libbonoboui because the ftp.gnome.org binary still depends on the obsolete libxml2.dll.

2010-02-25 Thread Geert Janssens
On Thursday 25 February 2010, you wrote: Zitat von Geert Janssens janssens-ge...@telenet.be: Author: cstim Date: 2010-02-23 15:10:31 -0500 (Tue, 23 Feb 2010) New Revision: 18711 Trac: http://svn.gnucash.org/trac/changeset/18711 ... Christian, With your fix for libbonoboui

Re: PATCH: Doxygen improvements

2010-03-02 Thread Geert Janssens
On Tuesday 2 March 2010, Jesse Weinstein wrote: OK, second try at providing a cleanly-applying patch of various typo fixes and additions to the doxygen comments in dialog-print-check.c . Most of the changes are simply typo fixes; I also added descriptions for some functions that lacked them,

Re: GtkHTML vs WebKit on Windows for GnuCash 2.4.0

2010-03-02 Thread Geert Janssens
On Tuesday 2 March 2010, Yasuaki Taniguchi/谷口康明 wrote: Hello, I submitted a Bug#611579 and I wonder which will be used GtkHTML or WebKit for GnuCash 2.4.0. GtkHTML was committed once to SVN but reverted so I can't judge which one will be used as final. Would you please tell me which will

make dist fails on trunk

2010-03-02 Thread Geert Janssens
Hi, I can't successfully run make dist in the current trunk. It halts with this error: make[2]: Entering directory `/aragorn/janssege/Development/gnucash- clean/src/engine' /usr/bin/swig -guile -Linkage module \ -I../../src/libqof/qof -I../../src -o swig-engine.c engine.i chmod u+x

Re: make dist fails on trunk [FIXED]

2010-03-03 Thread Geert Janssens
On Tuesday 2 March 2010, Geert Janssens wrote: Hi, I can't successfully run make dist in the current trunk. It halts with this error: make[2]: Entering directory `/aragorn/janssege/Development/gnucash- clean/src/engine' /usr/bin/swig -guile -Linkage module \ -I../../src/libqof

Re: make dist fails on trunk [FIXED]

2010-03-03 Thread Geert Janssens
On Wednesday 3 March 2010, John Ralls wrote: On Mar 3, 2010, at 2:07 AM, Geert Janssens wrote: This bug is apparently introduced in r18765 Redo of the dot-gnucash fix (so that GNC_DOT_DIR actually works) fixing … This changeset introduces test-resolve-url as test target, but there's

Re: PATCH: Tweak to gnc-svnversion's bzr section

2010-03-04 Thread Geert Janssens
On Thursday 4 March 2010, Jesse Weinstein wrote: The bzr handling code I added to gnc-svnversion turns out to fail when the top revision isn't an imported svn version; this patch fixes this, causing the revision returned to be the bzr revno. Applied in r18809, thanks. I noticed that the

Re: PATCH: Typo fixes, as found by doxygen.log

2010-03-04 Thread Geert Janssens
On Wednesday 3 March 2010, Jesse Weinstein wrote: The log of warnings from doxygen, doxygen.log, is actually quite useful. Here's a patch fixing various typos I found by looking through those warnings. There are lots more to do... Hopefully they should all be obvious once seen, but if not,

Re: r18815 - gnucash/trunk - Finish cmake build system for the C++ experiment.

2010-03-04 Thread Geert Janssens
On Thursday 4 March 2010, Christian Stimming wrote: Author: cstim Date: 2010-03-04 12:48:36 -0500 (Thu, 04 Mar 2010) New Revision: 18815 Trac: http://svn.gnucash.org/trac/changeset/18815 Added: gnucash/trunk/CMakeLists.txt Modified: gnucash/trunk/src/CMakeLists.txt

Re: r18816 - gnucash/trunk/src/engine - Add src/engine/test/test-resolve-url

2010-03-04 Thread Geert Janssens
On Thursday 4 March 2010, John Ralls wrote: Author: jralls Date: 2010-03-04 14:21:52 -0500 (Thu, 04 Mar 2010) New Revision: 18816 Trac: http://svn.gnucash.org/trac/changeset/18816 Added: gnucash/trunk/src/engine/gnc-filepath-utils.c gnucash/trunk/src/engine/test/test-resolve-url.c

Re: r18815 - gnucash/trunk - Finish cmake build system for the C++ experiment.

2010-03-04 Thread Geert Janssens
On Thursday 4 March 2010, Christian Stimming wrote: Am Donnerstag, 4. März 2010 schrieb Geert Janssens: Log: Finish cmake build system for the C++ experiment. Christian, This looks very nice, and I'm quite curious what the big plan behind all this will be. If I find some time, I

Re: r18820 - gnucash/trunk/po - Note the moved files in POTFILES.in.

2010-03-04 Thread Geert Janssens
On Thursday 4 March 2010, Christian Stimming wrote: Author: cstim Date: 2010-03-04 15:28:17 -0500 (Thu, 04 Mar 2010) New Revision: 18820 Trac: http://svn.gnucash.org/trac/changeset/18820 Modified: gnucash/trunk/po/POTFILES.in Log: Note the moved files in POTFILES.in.

Re: r18816 - gnucash/trunk/src/engine - Add src/engine/test/test-resolve-url

2010-03-04 Thread Geert Janssens
On Thursday 4 March 2010, John Ralls wrote: On Mar 4, 2010, at 11:59 AM, Geert Janssens wrote: On Thursday 4 March 2010, John Ralls wrote: Author: jralls Date: 2010-03-04 14:21:52 -0500 (Thu, 04 Mar 2010) New Revision: 18816 Trac: http://svn.gnucash.org/trac/changeset/18816 Added

Moving tests

2010-03-04 Thread Geert Janssens
I had to move some files around for some work in the file access area (see commits 18811 and later). My last commits moved the tests for filepath from the engine directory to a new core-utils/test directory. These tests work fine in the new directory, but now the tests in gnc- module/test fail

Need some autotools and scm help

2010-03-05 Thread Geert Janssens
Hi, I recently moved some files from src/engine to src/core-utils (gnc- filepath-utils.*). The move in itself went ok, but there are still some function definitions in src/engine/engine.i for functions that have moved to src/core-utils. I figured to simply move them from engine.i to

Re: r18842 - gnucash/trunk - Use a normalized uri format internally to refer to data stores.

2010-03-06 Thread Geert Janssens
On Friday 5 March 2010, Phil Longstaff wrote: On Fri, 2010-03-05 at 15:15 -0500, Geert Janssens wrote: Lastly, this commit also adds a first implementation to work with a keyring to store and retrieve passwords, althoug gnc-keyring.c calls gnc_get_username_password() which is in dialog

gnome vs gnome-utils

2010-03-07 Thread Geert Janssens
Simple question: when should code go into the gnome directory and when in gnome-utils ? Both are obviously for gui related code, but I don't see when to use which. Background: I added some code to use a keychain or keyring for db passwords on systems that have such a thing available. For me

Re: r18842 - gnucash/trunk - Use a normalized uri format internally to refer to data stores.

2010-03-07 Thread Geert Janssens
On Saturday 6 March 2010, Geert Janssens wrote: On Friday 5 March 2010, Phil Longstaff wrote: On Fri, 2010-03-05 at 15:15 -0500, Geert Janssens wrote: Lastly, this commit also adds a first implementation to work with a keyring to store and retrieve passwords, althoug gnc-keyring.c

Re: gnome vs gnome-utils

2010-03-07 Thread Geert Janssens
On Sunday 7 March 2010, Christian Stimming wrote: Am Sonntag, 7. März 2010 schrieb Geert Janssens: Simple question: when should code go into the gnome directory and when in gnome-utils ? Both are obviously for gui related code, but I don't see when to use which. From the LDFLAGS

Re: Running automated or unit tests?

2010-03-09 Thread Geert Janssens
On Tuesday 9 March 2010, John Ralls wrote: On Mar 8, 2010, at 5:25 PM, Jeff Kletsky wrote: On 3/8/2010 4:59 PM, Jeff Kletsky wrote: Maybe I'm blind, but I'm not seeing how to run unit/automated testing (or how to add more unit tests to the quite). Would someone point me in the right

Re: Running automated or unit tests?

2010-03-09 Thread Geert Janssens
On Tuesday 9 March 2010, John Ralls wrote: On Mar 8, 2010, at 5:25 PM, Jeff Kletsky wrote: On 3/8/2010 4:59 PM, Jeff Kletsky wrote: Maybe I'm blind, but I'm not seeing how to run unit/automated testing (or how to add more unit tests to the quite). Would someone point me in the right

Re: r18878 - gnucash/trunk/src/business/business-ledger - Bug#325436 creating income account for invoice doesn't restrict account type

2010-03-09 Thread Geert Janssens
On Tuesday 9 March 2010, Derek Atkins wrote: Geert Janssens gjanss...@code.gnucash.org writes: +account_types = g_list_prepend (account_types, (gpointer)ACCT_TYPE_CREDIT); +account_types = g_list_prepend (account_types, (gpointer)ACCT_TYPE_ASSET); +account_types

Re: Deleting an account referenced by other objects

2010-03-10 Thread Geert Janssens
On Wednesday 10 March 2010, Phil Longstaff wrote: Bug 140400 (https://bugzilla.gnome.org/show_bug.cgi?id=140400) says that you can delete an account even though business objects still refer to that account. I want to tackle this bug. Great ! I think it's the oldest critical bug still open.

Re: Deleting an account referenced by other objects

2010-03-10 Thread Geert Janssens
On Wednesday 10 March 2010, Phil Longstaff wrote: If I try to delete an account that still has splits, I am given a dialog box so that you can move the splits to another account. Suppose I try to delete a tax table that still has vendors or billterms that refer to it? Get an option

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

2010-03-10 Thread Geert Janssens
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 before, but then the code was reverted and later brought back, without reapplying the

Re: compile error r18884

2010-03-10 Thread Geert Janssens
On Wednesday 10 March 2010, Herbert Thoma wrote: Hi! With latest trunk I get a complie error: cc1: warnings being treated as errors gnc-main-window.c: In function ‘main_window_update_page_name’: gnc-main-window.c:1928: error: implicit declaration of function ‘g_strstr’

Re: compile error r18884

2010-03-10 Thread Geert Janssens
On Wednesday 10 March 2010, Derek Atkins wrote: Herbert, Herbert Thoma herbert.th...@iis.fraunhofer.de writes: Hi! With latest trunk I get a complie error: cc1: warnings being treated as errors gnc-main-window.c: In function ‘main_window_update_page_name’: gnc-main-window.c:1928:

Re: r18883 - gnucash/trunk/src/gnome-utils - Bug #525821 new or edited account names should be checked for reserved chars like :

2010-03-10 Thread Geert Janssens
On Wednesday 10 March 2010, Derek Atkins wrote: Geert Janssens gjanss...@code.gnucash.org writes: Author: gjanssens Date: 2010-03-09 17:50:08 -0500 (Tue, 09 Mar 2010) New Revision: 18883 Trac: http://svn.gnucash.org/trac/changeset/18883 Modified: gnucash/trunk/src/gnome-utils

Re: Patch: update taxtxf.scm documentation

2010-03-12 Thread Geert Janssens
On Friday 12 March 2010, J. Alex Aycinena wrote: Christian, The recent revision from Frank H. Ellenberger that committed a change from 'Edit=Income Tax Options' to 'Edit=Tax Report Options', necessitates corresponding changes to the Tax Report and the documentation to the same terminology.

Re: PATCH: More doxygen.log-prompted typo fixes

2010-03-13 Thread Geert Janssens
On Saturday 13 March 2010, Jesse Weinstein wrote: Here's most of the other low-hanging fruit from doxygen.log -- about 70 typo corrections, making the documentation a little bit cleaner... As before, further explanation of individual changes is available on request. Jesse Weinstein Thanks

Re: Patch: fix missing color in qif-import account copy

2010-03-14 Thread Geert Janssens
On Saturday 13 March 2010, Tom Van Braeckel wrote: 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

Re: r18897 - gnucash/trunk/src/core-utils - Add first test for the gnc-uri-utils api.

2010-03-15 Thread Geert Janssens
On Monday 15 March 2010, Phil Longstaff wrote: On Fri, 2010-03-12 at 17:39 -0500, Geert Janssens wrote: Author: gjanssens Date: 2010-03-12 17:39:48 -0500 (Fri, 12 Mar 2010) New Revision: 18897 Trac: http://svn.gnucash.org/trac/changeset/18897 Added: gnucash/trunk/src/core-utils

Re: Release 2.3.11 in a day or so

2010-03-15 Thread Geert Janssens
On Monday 15 March 2010, Phil Longstaff wrote: I want to release 2.3.11 in a day or so. There have been a lot of changes and bug fixes since 2.3.10. If you have anything you want to get in, you'll need to get it in quickly. Then, please hold off committing anything until 2.3.11 is released

QSF - Qof Serialization format, who uses it ?

2010-03-15 Thread Geert Janssens
All, I just had a conversation on IRC regarding QSF. If you don't know what it is, you can safely skip this message. On IRC it was suggested to simply remove QSF from GnuCash as it's broken and incomplete. I don't use it and don't have the time/skills to fix and complete it. So the simple

Re: Release 2.3.11 in a day or so

2010-03-15 Thread Geert Janssens
On Monday 15 March 2010, Geert Janssens wrote: On Monday 15 March 2010, Phil Longstaff wrote: I want to release 2.3.11 in a day or so. There have been a lot of changes and bug fixes since 2.3.10. If you have anything you want to get in, you'll need to get it in quickly. Then, please hold

Re: Release 2.3.11 in a day or so

2010-03-15 Thread Geert Janssens
On Monday 15 March 2010, Geert Janssens wrote: On Monday 15 March 2010, Phil Longstaff wrote: I want to release 2.3.11 in a day or so. There have been a lot of changes and bug fixes since 2.3.10. If you have anything you want to get in, you'll need to get it in quickly. Then, please hold

Re: Release 2.3.11 in a day or so

2010-03-16 Thread Geert Janssens
On Tuesday 16 March 2010, Phil Longstaff wrote: On Mon, 2010-03-15 at 22:34 +0100, Geert Janssens wrote: On Monday 15 March 2010, Geert Janssens wrote: On Monday 15 March 2010, Phil Longstaff wrote: I want to release 2.3.11 in a day or so. There have been a lot of changes and bug

Re: Wiill Recent Tabs Patch be Reverted Before 2.3.11 Released?

2010-03-16 Thread Geert Janssens
On Monday 15 March 2010, Kim Wood wrote: As previously posted, tab labels broke again with Windows nightly build r18883. I have followed the email traffic on this issue, and understand that the reason for this is being investigated in the Windows environment. IMHO this feature should be

Re: Release 2.3.11 in a day or so

2010-03-16 Thread Geert Janssens
On Tuesday 16 March 2010, David T. wrote: I don't know whether this is the appropriate place for this, but... I recently was able (through boatloads of help from John Ralls and his jhbuild procedures--thank you, John!) to compile and run 2.3.10 on Mac OS X. Upon firing it up, I noticed a

Re: Release 2.3.11 in a day or so

2010-03-16 Thread Geert Janssens
On Tuesday 16 March 2010, John Ralls wrote: On Mar 16, 2010, at 11:41 AM, Geert Janssens wrote: On Tuesday 16 March 2010, David T. wrote: I don't know whether this is the appropriate place for this, but... I recently was able (through boatloads of help from John Ralls and his jhbuild

Re: Windows XP, gnucash build problems

2010-03-17 Thread Geert Janssens
Hi Christian, On Wednesday 10 March 2010, Christian Stimming wrote: The subdirectory sx/ of the OpenSP package is for sure irrelevant for use. The only relevant part is the library (DLL) in the first subdirectory lib/. Hence, the build errors in sx/ and subsequent directories can be ignored.

Re: r18723 - gnucash/trunk/packaging/win32 - Update documentation references to Active Perl (5.8-5.10)

2010-03-17 Thread Geert Janssens
On Wednesday 3 March 2010, Derek Atkins wrote: Geert Janssens gjanss...@code.gnucash.org writes: -IconComment_InstallFQ=Install the necessary perl module Finance-Quote for online retrieval of prices. Requires ActivePerl 5.8 +IconComment_InstallFQ=Install the necessary perl module Finance

Re: Problem with 2.3.11 build

2010-03-17 Thread Geert Janssens
On Wednesday 17 March 2010, Phil Longstaff wrote: The 2.3.11 build failed, and I don't know why or have access to fix it. Extracting libglade_2.6.4-1_win32.zip ... done Extracting pixman-0.17.6.tar.gz ... done Extracting gtkhtml_3.24.2-1_win32.zip ... done

pthreads issue solved (was: Re: Windows XP, gnucash build problems)

2010-03-18 Thread Geert Janssens
Christian, Martin, Thanks for your help and tips. I finally found the issue, mainly thanks to the configure.log/status I got from Christian. I noticed that in my configure run all pthread tests returned successful, causing the extra LIBMULTITHREAD=-lpthread and LTLIBMULTITHREAD=-lpthread to

Re: r18945 - gnucash/trunk/src/gnome-utils - Fix bug #613375

2010-03-22 Thread Geert Janssens
On Sunday 21 March 2010, John Ralls wrote: Author: jralls Date: 2010-03-21 16:38:12 -0400 (Sun, 21 Mar 2010) New Revision: 18945 Trac: http://svn.gnucash.org/trac/changeset/18945 Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c Log: Fix bug #613375 Odd that this affected

Re: Build error 2.3 on Ubuntu lucid beta

2010-03-25 Thread Geert Janssens
On Thursday 25 March 2010, Colin Law wrote: For the future how do I know when I need to do autogen and/or configure? Is it best just to do a full build including those any time I pull from the repository? Here are my rough guidelines: You will have to rerun autogen.sh if: a. configure.in

Re: RFC: Move business-core objects (back) into engine, including their serialization

2010-03-30 Thread Geert Janssens
On Saturday 27 March 2010, Christian Stimming wrote: For this reason I propose to move all code from business-core/ into engine/, the code from business-core/xml/ into backend/xml, and from business-core/sql into backend/sql. This will get us back to the point where each single level of

Re: Loss of business data running a python script to manipulate gnucash data.

2010-04-04 Thread Geert Janssens
On Sunday 4 April 2010, Marcus Wolschon wrote: On Thu, Apr 1, 2010 at 4:57 PM, Christian Stimming stimm...@tuhh.de wrote: I don't know exactly where this has to be fixed, but it will be somewhere where the gnucash modules are initialized... If that´s the case that it 1) does not

Re: Remove internal srfi's

2010-04-04 Thread Geert Janssens
On Sunday 4 April 2010, Geert Janssens wrote: Coming back to an old thread... see https://lists.gnucash.org/pipermail/gnucash-devel/2010-March/027641.html The thread indicates that if our own sfri's are not pulled in when building against guile 1.6, they can be safely removed from our source

dbus-launch in MacOSX build

2010-04-05 Thread Geert Janssens
The MacOSX gnucash-setup-env script calls dbus-launch when no dbus session is found. This has been there since the script was first checked in in svn. According to the dbus-launch man page, a process that tries to use dbus when there's no dbus session will call dbus-launch automatically. So

Re: dbus-launch in MacOSX build

2010-04-05 Thread Geert Janssens
On Monday 5 April 2010, John Ralls wrote: On Apr 5, 2010, at 9:34 AM, Geert Janssens wrote: On Monday 5 April 2010, Mike Alexander wrote: --On April 5, 2010 4:14:41 PM +0200 Geert Janssens According to the dbus-launch man page, a process that tries to use dbus when there's no dbus

Re: dbus-launch in MacOSX build

2010-04-05 Thread Geert Janssens
On Monday 5 April 2010, Geert Janssens wrote: I realised that in the meantime and have just fixed configure.in for this (18995). That's not quite right. I had the fix scheduled for committing, but forgot to do so. It is now committed in r18996. Geert

Re: dbus-launch in MacOSX build

2010-04-05 Thread Geert Janssens
On Monday 5 April 2010, John Ralls wrote: On Apr 5, 2010, at 10:56 AM, Geert Janssens wrote: The current svn head should still handle the run-from-original-build- environment fine. The launcher may need a little tweaking. Basically, whatever environment variable that was set via gnucash

Re: dbus-launch in MacOSX build

2010-04-05 Thread Geert Janssens
On Monday 5 April 2010, John Ralls wrote: On Apr 5, 2010, at 11:19 AM, John Ralls wrote: r18997 runs from the command line with some adjustments. Make doesn't understand \n, so the shell script wound up a bit corrupted. It did work when I had make add the same script on linux. So apparently

Windows build

2010-04-05 Thread Geert Janssens
Just to inform you all, I seem to have broken the current svn build on windows. I know what I did and how to fix it and will do so tomorrow. I don't have the time anymore this evening. So tonight's build will likely fail or not work. Geert ___

Re: [translation] Why are locale specific reports registered in po file?

2010-04-06 Thread Geert Janssens
On Thursday 1 April 2010, Christian Stimming wrote: Zitat von Yasuaki Taniguchi/ yasua...@gmail.com: I wonder why entries of locale specific reports (ex. US tax reports) are registered in po files? I think they are not only meaningless but also harmful. So they should be removed from

Startup script changes: what and why

2010-04-06 Thread Geert Janssens
I have recently committed a number of changes to the startup scripts. I seem to have involuntarily caused some commotion among the devs by doing so. I thought it might be best if I wrote down exactly what I changed and why. Let's start at the beginning. GnuCash is a binary program

Building Gnucash on OSX from gnucash-on-osx git repo

2010-04-07 Thread Geert Janssens
Hi, I'm trying to build GnuCash for OSX from the gnucash-on-osx git repo, following the instructions on http://wiki.gnucash.org/wiki/MacOSX/Quartz. But I don't get very far. The build stops on gtk-doc, because it can't find gnome-doc-utils. A bit higher up in the logs I find gnome-doc-utils,

Re: Startup script changes: what and why

2010-04-07 Thread Geert Janssens
On Wednesday 7 April 2010, Mike Alexander wrote: --On April 6, 2010 6:24:29 PM +0200 Geert Janssens janssens-ge...@telenet.be wrote: This in itself didn't bother me too much and I let it be for a long time. Since november last year, I have started to commit more seriously to gnucash

Re: Building Gnucash on OSX from gnucash-on-osx git repo

2010-04-09 Thread Geert Janssens
On Thursday 8 April 2010, John Ralls wrote: Geert, You're building 64-bit binaries, which isn't what you want. Edit the line in .jhbuildrc-custom that says 'setup_sdk(10.5, 10.5)' to say 'setup_sdk(10.5, 10.5, [i386])', make sure the build_policy line is commented out, and start over

Re: error: implicit declaration of function ‘webkit_web_view_load_uri’

2010-04-09 Thread Geert Janssens
On Friday 9 April 2010, Chris Dennis wrote: I've just tried to build the latest trunk (19006) on Ubuntu 8.10, and got this message: cc1: warnings being treated as errors gnc-html-webkit.c: In function ‘impl_webkit_show_data’: gnc-html-webkit.c:702: error: implicit declaration of function

Re: Building Gnucash on OSX from gnucash-on-osx git repo

2010-04-09 Thread Geert Janssens
On Friday 9 April 2010, Geert Janssens wrote: On Thursday 8 April 2010, John Ralls wrote: Geert, You're building 64-bit binaries, which isn't what you want. Edit the line in .jhbuildrc-custom that says 'setup_sdk(10.5, 10.5)' to say 'setup_sdk(10.5, 10.5, [i386])', make sure

Re: [Patch] Re: r18880 - Bug #611645 gnc-svnversion returns too long a string for git users, patch by Jeff Kletsky

2010-04-10 Thread Geert Janssens
On Saturday 10 April 2010, Frank H. Ellenberger wrote: Just to clarify my problem: git --version git version 1.6.0.2 git --git-dir ./.git log -1 --pretty=%h HEAD result fatal: invalid --pretty format: %h cat result So git version 1.6.0.2 requires --pretty=format: to interpret

Re: Record a transaction with no amount

2010-04-10 Thread Geert Janssens
On Saturday 10 April 2010, . wrote: Thanks allbut that's too complex for a simpleton like myself. Isn't there some kind of memo transaction that doesn't have any amount in it? Please remember to cc the list on all replies. You can do this by hitting the Reply All button in most e-mail

Re: r19015 - gnucash/trunk/src/bin - Fix gnucash-gdb.in to use gdb from the right place

2010-04-14 Thread Geert Janssens
On Sunday 11 April 2010, Phil Longstaff wrote: Author: plongstaff Date: 2010-04-11 08:50:21 -0400 (Sun, 11 Apr 2010) New Revision: 19015 Trac: http://svn.gnucash.org/trac/changeset/19015 Modified: gnucash/trunk/src/bin/gnucash-gdb.in Log: Fix gnucash-gdb.in to use gdb from the right

Re: [Patch] Re: Austrian mirror - please adjust ...

2010-04-14 Thread Geert Janssens
On Tuesday 13 April 2010, Frank H. Ellenberger wrote: Am Dienstag, 30. März 2010 um 15:31:10 schrieb Antonín Sprinzl: would you please adjust the access path to the Austrian mirror at Goodie Domain Service (GDS) from ... ftp://ftp.at.gnucash.org/pub/gnucash/gnucash/...etc... to...

Re: Fwd: Re: [Patch] Re: Austrian mirror - please adjust ...

2010-04-14 Thread Geert Janssens
On Wednesday 14 April 2010, Derek Atkins wrote: I've already forwarded this request to Linas, who maintains www.gnucash.org. Also note that all of www.gnucash.org is maintained in subversion; you could just set up a cron job to sync the htdocs module to your website. -derek Yes, if you

Re: [Patch] Re: Austrian mirror - please adjust ...

2010-04-14 Thread Geert Janssens
On Wednesday 14 April 2010, Derek Atkins wrote: Geert Janssens janssens-ge...@telenet.be writes: On Tuesday 13 April 2010, Frank H. Ellenberger wrote: Am Dienstag, 30. März 2010 um 15:31:10 schrieb Antonín Sprinzl: would you please adjust the access path to the Austrian mirror at Goodie

Re: Fwd: Re: [Patch] Re: Austrian mirror - please adjust ...

2010-04-14 Thread Geert Janssens
On Wednesday 14 April 2010, Antonín Sprinzl wrote: Hi all around, I'm just taking the approp. initiative to refresh the operation practices here after few years of my vacation :-))) I also have to note a new powerful hw stuff here that will go into op during the next few weeks. Additional

Re: help

2010-04-15 Thread Geert Janssens
On Thursday 15 April 2010, MBP Consultantes LDA wrote: I had a blond moment and cancelled the New Account Hierarchy Setup, do not know the program how do i access that again The easiest thing is probably File - New - New File GnuCash will probably ask you if you wish to save the changes

Re: 2.3.12 win32 build failed

2010-04-20 Thread Geert Janssens
On Tuesday 20 April 2010, Phil Longstaff wrote: Two problems: make[2]: Entering directory `/c/soft/gnucash-2.3.12/tmp/guile-1.6.8' test -z c:/soft/gnucash-2.3.12/guile/bin || mkdir -p -- c:/soft/gnucash-2.3.12/guile/bin /bin/install -c 'guile-tools'

Re: GnuCash error message.

2010-04-20 Thread Geert Janssens
On Sunday 18 April 2010, François-Xavier Mathieu wrote: Hello, Since a week I receive this message Le contact du serveur de configuration a échoué ; causes possibles : vous n'avez pas activé le réseau TCP/IP pour ORBit ou des verrous NFS non valides existent suite à un blocage du

Re: 2.3.12 win32 build failed

2010-04-20 Thread Geert Janssens
On Tuesday 20 April 2010, Phil Longstaff wrote: This is exactly the same problem that the 2.3.11 build had on Mar 17. I'll untag and then retag since that seemed to work last time. I don't have access to the build machines to try to figure out what went wrong. Phil - I used to

2.3.12 windows build

2010-04-21 Thread Geert Janssens
The windows build for 2.3.12 has run error-free today. After some quick tests, it seems to work fine at first sight. Geert ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Password

2010-04-21 Thread Geert Janssens
On Tuesday 20 April 2010, Andriono Tobuhu wrote: dear admin can you make option for Password Security for access GnuCash, so we can protect our GnuCash data from others is there option for it..?? thanks before

Re: Is GnuCash 2.3.12 currently using WebKit?

2010-04-22 Thread Geert Janssens
On Thursday 22 April 2010, Dancefire wrote: Hi, everyone, It's reverted to GtkHTML for Windows release in 2.3.9. And the bug 588816 is fixed at 2.3.12. So, is it enabled for WebKit as display report engine in 2.3.12? Yes, Webkit is enabled by default in 2.3.12. Geert

OSX/Quartz build: how to enable mysql support ?

2010-04-22 Thread Geert Janssens
I am playing around with John's OS X/Quartz build, working from svn trunk. I have managed to build it thanks to the helpful OSX/Quartz wiki page and this list. I noticed though that while dbi is enabled, only the sqlite3 dbi driver is installed. I am interested in playing with the

Re: Several problems and suggestions about HTML report display in GnuCash

2010-04-22 Thread Geert Janssens
On Thursday 22 April 2010, Dancefire wrote: Hi, I have 5 issues and 2 suggestions. To make me easy, I put them in a single mail. Issue 1) All CJK characters are not shown correctly in HTML report display page. I found the reason is encoding. Because all report are written in UTF-8, (or

<    1   2   3   4   5   6   7   8   9   10   >