Re: New (self-signed) Certificate for https://lists.gnucash.org/

2011-09-04 Thread Andreas Köhler
Hi, I do not know whether there has been any discussion about it, but I assume that proper signed certificates are not that expensive, are not they? Just my 2¢. Ciao, -- andi5 Am 14.01.2011 20:19, schrieb Derek Atkins: > Hi, > > Some of you may have noticed that the certificate expired on > li

Re: .gnucash and GNC_DOT_DIR

2010-02-04 Thread Andreas Köhler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi John, I like code to be improved, but a few things come to my mind. You can probably fix them rather easily. - - Watch out for memory leaks. E.g. you must free the result of gnc_path_get_pkgdatadir() after usage, otherwise you leak it. The functio

Re: DISABLE_OPTIMIZATIONS=yes

2009-04-11 Thread Andreas Köhler
Hi Stephen, Stephen Grant Brown wrote: > Why am I still seeing the message > > Reading symbols from C:\soft\msys\bin\sh.exe...(no debugging symbols > found)...done. ? Well, DISABLE_OPTIMIZATIONS only affects those binaries compiled by install.sh. msys\bin\sh.exe is the shell program and had be

Re: Problems with gncTaxTableGetEntries in Guile

2009-02-25 Thread Andreas Köhler
Hi Derek, Derek Atkins wrote: > Quoting Andreas Köhler : > >>>> And then add a Swig type for GncTaxTableEntryList that defines it >>>> to be a list-of GncTaxTableEntry*. >>> >>> I don't know where that's defined. Can you point me to

Re: Problems with gncTaxTableGetEntries in Guile

2009-02-25 Thread Andreas Köhler
Hi Chris, Chris Dennis wrote: > Derek Atkins wrote: >> Chris Dennis writes: >> >>> I've grep'ed fairly thoroughly through the source, and I can't find >>> anything obviously wrong. business-core.i includes gncTaxTable.h, which >>> has the line >>> >>>GList *gncTaxTableGetEntries (const GncTa

GnuCash 2.2.9 Released

2009-02-23 Thread Andreas Köhler
GnuCash 2.2.9 released The GnuCash development team proudly announces GnuCash 2.2.9 aka "Mirror-like", the ninth bug fix release in a series of stable releases of the GnuCash Free Accounting Software. Getting GnuCash GnuCash 2.2.9 can be downloaded from gnucash.org or sourceforge.ne

Re: Gnucash website translations

2009-02-22 Thread Andreas Köhler
Hi, Andrew Sackville-West wrote: > On Sat, Feb 21, 2009 at 01:20:35PM +0100, gnucash@coelho.net wrote: >> Hello, >> >>> The GnuCash team needs your expertise. Several of the translations of >>> our main web page (http://www.gnucash.org/) are either badly out of >>> date or completely missing.

New GnuCash release?

2009-02-18 Thread Andreas Köhler
Hi, I wonder whether it is time to push GnuCash 2.2.9 out and would offer the weekend to do just that. In case you really agree, make sure that everything needed is in early enough. Ciao, -- andi5 signature.asc Description: OpenPGP digital signature ___

Re: AUDIT: r17900 - gnucash/trunk/src/import-export/csv - Bug #571161: Fix r17036 and free every column type only once.

2009-02-14 Thread Andreas Köhler
>> New Revision: 17898 >> Trac: http://svn.gnucash.org/trac/changeset/17898 > > I am sorry for the confusion, but this commit should/can not be backported. As the subject indicates now, I actually meant r17900... Where is the revoke_mail button, btw? signature.asc Description: OpenPGP digital

Re: AUDIT: r17898 - gnucash/trunk/src/gnome-utils - Update copyright year in about dialog.

2009-02-14 Thread Andreas Köhler
Hi, Andreas Köhler wrote: > New Revision: 17898 > Trac: http://svn.gnucash.org/trac/changeset/17898 I am sorry for the confusion, but this commit should/can not be backported. Ciao, -- andi5 signature.asc Description: OpenPGP digital sig

Re: Windows packaging: upgrade to gtk 2.14.7?

2009-02-09 Thread Andreas Köhler
Hi Charles, sure, that is perfectly possible. Simply point the URLs in packaging/win32/defaults.sh to the correct files {,-dev} in ftp://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/2.14/. OTOH, we are talking about Bug #520165, right? The patch seems to be part of Gtk+ 2.14.3. Ciao, -- andi5

Re: Can't remove dir

2009-01-24 Thread Andreas Köhler
Hi Stephen, I have never seen that before. You could try to rebuild the autotools completely by removing c:\soft\autotools and clear the /tmp directory. If you do not know what /tmp actually is, type "ls -l /tmp" and look for the files listed in the Windows Explorer. Weird. Ciao, -- andi5 Ste

Re: Hi all I'm newbie how to commit a translation .po file?

2009-01-20 Thread Andreas Köhler
Hi, that is all correct :-) Further information can be found on http://wiki.gnucash.org/wiki/Translation. Cristian, do you have access to the files uploaded by the GNU Translation Project? Ciao, -- andi5 Cristian Marchi wrote: > You have to attach the po file (or the diff file from svn, if you

Re: [PATCH] Budget Reports fixes

2009-01-18 Thread Andreas Köhler
Hi Forest, all three patches are online as r17829. Thanks a lot! As usual, I cannot really help with report changes, I simply checked the obvious things and hope that Josh and all the others will contribute better feedback now. Regarding white space in .scm files, I have got the feeling that it

Re: corrected "README-it.win32-bin.txt"

2009-01-18 Thread Andreas Köhler
Hi Cristian, r17828 is for you. Thanks a lot! Ciao, -- andi5 Cristian Marchi wrote: > The latest build for win32 provided by Andreas, gave me the opportunity > to test the Italian translation of the installer. I found out I made a > mistake choosing the locale in the README-it.win32-bin.txt file

Re: Testing a Windows build

2009-01-15 Thread Andreas Köhler
Hi Stephen, both, trunk and branches/2.2 should build libgsf 1.4.11 by default, but the check in install.sh is rather limited. After all those changes, I would recommend to run reset.sh. Ciao, -- andi5 Stephen Grant Brown schrieb: > Hi All, > > I have just updated the Packaging dir on a Window

Re: Testing a Windows build

2009-01-15 Thread Andreas Köhler
ing to do this could you also make sure to backport > the memory fix that causes gnucash to die when you close an invoice > window? > > -derek > > Andreas Köhler writes: > >> Hi, >> >> I have updated a bunch of libraries used for bundling the GnuCash >>

Testing a Windows build

2009-01-14 Thread Andreas Köhler
Hi, I have updated a bunch of libraries used for bundling the GnuCash installer on Windows. The two most important changes are * Update libtool. This greatly reduces compilation times, mainly for developers. * Update GTK+ and remove libgnomeprint*. I hope that this might finally fix some of o

Re: MS Vista

2009-01-14 Thread Andreas Köhler
Hello, this would be a question for the gnucash-user mailing list instead. Go to http://www.gnucash.org, click on Downloads > Source Code, Windows binary, choose GnuCash stable, and then gnucash-2.2.8-setup.exe. The direct link is http://downloads.sourceforge.net/gnucash/gnucash-2.2.8-setup.exe

Re: Fw: [Mingw-msys] conftest.c: Permission deneid

2009-01-08 Thread Andreas Köhler
Hi Stephen, that is part of the major update I am preparing locally right now. Ciao, -- andi5 Stephen Grant Brown schrieb: > Hi All > > I am using Windows XP > > Here is part of a conversion I have been having on the mingw-msys list. > > I am having the same conftest.c file permission denied

Re: Building problems on win32

2009-01-07 Thread Andreas Köhler
Hi Adam, great work, I will try to integrate it subsequently in the following days. When gnucash fails to find certain files, consider an installed copy of gnucash. We do some crazy things, probably look up paths in the registry or stuff like that. Does renaming HKLM\Software\GnuCash change

Re: $echo undefined in libtool

2009-01-07 Thread Andreas Köhler
Hi Davide, Davide Imbeni wrote: > Hi, > > I'm used at keeping updated with the svn version of gnucash what branch do you mean? I assume you mean trunk. , on a Linux > system (Opensuse 11.1, AMD 64). > > I noticed that libtool defines the variable $ECHO at line 162 What version of libtool? Wh

Re: strings not translated

2009-01-06 Thread Andreas Köhler
Here is the picture. Andreas Köhler wrote: > Hi Cristian, > > the warnings listed in that dialog stem from those gconf entries with a > non-default, i.e. user-specified, values in > /apps/gnucash/general/warnings/permanent. The schema files define > translated descriptions for

Re: strings not translated

2009-01-06 Thread Andreas Köhler
ok at it but I almost > don't know what are you talking about...that's too far for my knowledge :-) > BTW Thank you for the patience! > > > Andreas Köhler ha scritto: >> Hi Cristian, >> >> this works for me: >> >> >>> LANG=de_DE.UT

Re: configure error around --enable-debug

2009-01-06 Thread Andreas Köhler
Hi Kevin, does r17803 fix the issue? Ciao, -- andi5 PS: Feel free to compress big attachments first. Kevin HaleBoyes wrote: > Just getting back to this from my Christmas holiday ... > > --- On Sat, 12/20/08, Andreas Köhler wrote: > >> My first question is what branch you

Re: strings not translated

2009-01-06 Thread Andreas Köhler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Cristian, this works for me: >>> LANG=de_DE.UTF-8 gconftool-2 /apps/gnucash/general/warnings/permanent/change_reconciled_split --long-docs Diese Rückfrage kommt vor dem Speichern von Änderungen in einer abgeglichenen Buchung. Wenn Sie die Änderung

Re: installer translation

2009-01-05 Thread Andreas Köhler
Hi Cristian, I have applied your changes to trunk and branches/2.2 now and will check whether everything is set up correctly tomorrow or at the weekend. It will surely be part of GnuCash 2.2.9. Thanks a lot! BTW, do you use Windows yourself? Ciao, -- andi5 Cristian Marchi schrieb: > That was

Re: Perl not found

2009-01-04 Thread Andreas Köhler
windows find for perl :-) Ciao, -- andi5 Stephen Grant Brown schrieb: > Hi Andreas > - Original Message - From: "Andreas Köhler" > To: "Stephen Grant Brown" > Cc: "GNUCash Devel" > Sent: Saturday, January 03, 2009 10:31 PM > Subject: Re: P

Re: Perl not found

2009-01-03 Thread Andreas Köhler
.log in C:\soft\temp\autoconf-2.60, it may contain additional data about what is "wrong" with your perl setup. Ciao, -- andi5 Stephen Grant Brown schrieb: > Hi All. > > - Original Message - From: "Andreas Köhler" > To: "Stephen Grant Brown" >

Re: gnucash compilation and installation from svn: why "a gnome druid"

2009-01-03 Thread Andreas Köhler
or code 22 > ERROR: whilst scanning summary file > ERROR: whilst scanning summary file > ERROR: whilst scanning summary file > ERROR: whilst scanning summary file > ERROR: whilst scanning summary file > BBDB spinning up... > > > I do not know if these infos are useful... But

Re: gnucash compilation and installation from svn: why "a gnome druid"

2009-01-02 Thread Andreas Köhler
> I did not report this to bugzilla: should I? > > Thanks. > > > PS: Well, I thought I had answered to this e-mail, but by night my ADSL > connection is not great (dynamic disconnect-reconnect from the adsl > operator, sometimes every 5 minutes), and I sent and then dele

Re: gnucash compilation and installation from svn: why "a gnome druid"

2009-01-01 Thread Andreas Köhler
Hi Raphaël, I am not sure whether you sent me a mail already, but there is none in the mailing list archives, so we still need the answer :-) Instead of libgnome I meant libgnomeui-0, which is the name of the Ubuntu package. Try running both of the following commands and check whether the pac

Re: Problem with win32 package

2009-01-01 Thread Andreas Köhler
Hi Stephen, indeed, cf. http://lists.gnucash.org/pipermail/gnucash-devel/2008-December/024448.html http://lists.gnucash.org/pipermail/gnucash-devel/2008-December/024462.html I did not recompile the whole application though. Ciao, -- andi5 Stephen Grant Brown schrieb: > Hi All, > > Am I right i

python-bindings: glib.i

2008-12-31 Thread Andreas Köhler
Hi Mark, short question: Is python-bindings/glib.i still used? Happy New Year! Ciao, -- andi5 ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Perl not found

2008-12-29 Thread Andreas Köhler
Hi Stephen, Stephen Grant Brown schrieb: > Hi All, > > In running install.sh I got the following > > ... > > ### Autotools > > Extracting autoconf-2.60.tar.bz2 ... done > Ex

Re: Problem with win32 package

2008-12-20 Thread Andreas Köhler
Hi Cristian, have you tried the new setup.exe I uploaded today? Ciao, -- andi5 On Sat, 2008-12-20 at 13:14 +0100, Cristian Marchi wrote: > I get an error that almost make GnuCash 2.2.8 unusable under windows: > when I launch the program I get a series of prompt windows with the > message "prog

Re: GnuCash 2.2.8 Released

2008-12-20 Thread Andreas Köhler
Hello, On Tue, 2008-12-16 at 01:31 +0100, Andreas Köhler wrote: > Hello, > > the Windows installer has been updated to include a new Italian > translation of the GnuCash documentation by Cristian Marchi. > > The new md5sum is: > d2667769d67a97ca8e7704e548ab4176 gnucash-2.

Re: guile-1.6.8

2008-12-20 Thread Andreas Köhler
Hi Tino, On Thu, 2008-12-18 at 07:50 +0100, Tino Gugger-Ruffer wrote: > Hi Stephen, > > > I am attempting to compile gnucash from svn > > > > While running install.sh form packaging I am finding that it aborts while > > compiling guile-1.6.8. > > > > The following files are available. > > > >

Re: configure error around --enable-debug

2008-12-20 Thread Andreas Köhler
Hi Kevin, clean SVN checkouts do not include configure scripts, but they are created by autogen.sh. My first question is what branch you checked out, trunk or branches/2.2? What did autogen.sh print out? And, may you please attach the resulting configure script along with the configure output. T

Re: GnuCash 2.2.8 Released

2008-12-15 Thread Andreas Köhler
Hello, the Windows installer has been updated to include a new Italian translation of the GnuCash documentation by Cristian Marchi. The new md5sum is: d2667769d67a97ca8e7704e548ab4176 gnucash-2.2.8-setup.exe Ciao, -- Andreas signature.asc Description: This is a digitally signed message part

Re: Italian help in 2.2.8 release

2008-12-15 Thread Andreas Köhler
Hi Christian, On Mon, 2008-12-15 at 21:44 +0100, Christian Stimming wrote: > Am Montag, 15. Dezember 2008 21:43 schrieb Andreas Köhler: > > > > I downloaded and tried today the windows binary of gnucash 2.2.8 and I > > > > saw that there aren't the Italian help fil

Re: Italian help in 2.2.8 release

2008-12-15 Thread Andreas Köhler
Hi, Christian Stimming wrote: > Am Montag, 15. Dezember 2008 12:38 schrieb Cristian Marchi: > > I downloaded and tried today the windows binary of gnucash 2.2.8 and I > > saw that there aren't the Italian help files available by browsing the > > source. > > That's weird. How did we create the wi

GnuCash 2.2.8 Released

2008-12-13 Thread Andreas Köhler
GnuCash 2.2.8 released The GnuCash development team proudly announces GnuCash 2.2.8 aka "Crisis-Proof", the eighth bug fix release in a series of stable releases of the GnuCash Free Accounting Software. Getting GnuCash GnuCash 2.2.8 can be downloaded from gnucash.org or sourceforge.

Re: A new stable release 2.2.8 relatively soon?

2008-12-09 Thread Andreas Köhler
Hi Christian, On Sat, 2008-12-06 at 23:32 +0100, Christian Stimming wrote: > Dear all, > > I'd like to propose to have a new stable release 2.2.8 relatively soon. > > Over the last weeks I had some spare time and used it to commit all those > patches that were floating around in bugzilla and gn

Re: Found another compile bug.

2008-11-01 Thread Andreas Köhler
Hi Casey, On Fri, 2008-10-31 at 21:11 -0500, Casey Cichon wrote: > I found this when compiling tonight > > gcc -Werror -Wdeclaration-after-statement -Wno-pointer-sign > -D_FORTIFY_SOURCE=2 -g -O2 -Wall -Wunused -Wmissing-prototypes > -Wmissing-declarations -Wno-unused -o .libs/gnucash-bin gnu

Re: GnuCash win32 building...

2008-10-25 Thread Andreas Köhler
Hi Charles, On Fri, 2008-10-24 at 21:12 -0700, Charles Day wrote: > ...currently fails on gwenhywfar. First, the default download version for > gwen (3.4.1) apparently doesn't exist any more: > > > ### Gwenhywfar >

Re: r17605 - gnucash/trunk/accounts/de_DE - Fix incomplete r17604; fix wrong title and add root account.

2008-09-27 Thread Andreas Köhler
Hi Christian, On Sat, 2008-09-27 at 08:18 -0400, Christian Stimming wrote: > Author: cstim > Date: 2008-09-27 08:18:24 -0400 (Sat, 27 Sep 2008) > New Revision: 17605 > Trac: http://svn.gnucash.org/trac/changeset/17605 > > Modified: >gnucash/trunk/accounts/de_DE/acctchrt_wohnungsw.gnucash-xea

GnuCash 2.2.7 Released

2008-09-26 Thread Andreas Köhler
GnuCash 2.2.7 released The GnuCash development team proudly announces GnuCash 2.2.7 aka "Dates'n'Prices", the seventh bug fix release in a series of stable releases of the GnuCash Free Accounting Software. Getting GnuCash GnuCash 2.2.7 can be downloaded from gnucash.org or sourcefor

Re: [PATCH] finnish translation+account file for 2.2.6

2008-09-26 Thread Andreas Köhler
Hi Tuomo, Tuomo Kohvakka <[EMAIL PROTECTED]> wrote: > I wrote (mostly incomplete) finnish (fi) translation to gnucash. It > concentrates to allow use of couple of main reports (general > ledger+journal, balance sheet etc). > > Additionally, I wrote account hierarchy which should be usable for a

Re: problem with qif-parse.scm in trunk

2008-09-22 Thread Andreas Köhler
Hi David, On Sat, 2008-09-20 at 14:16 -0400, David Reiser wrote: > On Sep 17, 2008, at 9:00 AM, Derek Atkins wrote: > > > David Reiser <[EMAIL PROTECTED]> writes: > > > >>> Looks like it is coming from Apple's libSystem.dylib. I'll see if I > >>> can find someone who knows about any Apple regex o

Re: AUDIT: r17421 - gnucash/trunk/lib/libqof/qof - Add a new function to the gnc_numeric library that converts denominators to exact powers of ten.

2008-09-18 Thread Andreas Köhler
Hi Chris, On Thu, 2008-09-18 at 11:58 -0400, Chris Shoemaker wrote: > > >> On Tue, Sep 16, 2008 at 9:38 AM, Andreas Köhler <[EMAIL PROTECTED]> > > >> wrote: > > >>> I just noticed that ignoring negative denominators means that 1/(-10) is > > &

Re: AUDIT: r17535 - gnucash/trunk/src/gnome-utils - In price and commodity tree views, restore gconf settings after initialization.

2008-09-16 Thread Andreas Köhler
Hi Charles, On Wed, 2008-09-17 at 00:17 -0400, Andreas Köhler wrote: > Author: andi5 > New Revision: 17535 > Trac: http://svn.gnucash.org/trac/changeset/17535 > Log: > In price and commodity tree views, restore gconf settings after > initialization. > > Previously,

Re: Issue With AqBanking and Qt

2008-09-16 Thread Andreas Köhler
Hi Chris, On Tue, 2008-09-16 at 22:15 -0500, Chris M. Lindsey wrote: > Frank (and all gnucash developers), > Thanks for your brief reply. The gnucash wiki indicates that versions > starting with 2.2.1 no longer need to install Qt: > > http://wiki.gnucash.org/wiki/Windows#2.2.0_only:_Online_Banki

Re: AUDIT: r17421 - gnucash/trunk/lib/libqof/qof - Add a new function to the gnc_numeric library that converts denominators to exact powers of ten.

2008-09-16 Thread Andreas Köhler
Hi, On Mon, 2008-09-01 at 22:09 +0200, Andreas Köhler wrote: > Hi Charles, > > On Sun, 2008-07-27 at 11:33 -0400, Charles Day wrote: > > Trac: http://svn.gnucash.org/trac/changeset/17421 > > Log: > > Add a new function to the gnc_numeric library that converts denominat

Re: "template" commodity namespace?

2008-09-08 Thread Andreas Köhler
Hi Charles, On Mon, 2008-09-08 at 09:44 -0700, Charles Day wrote: > In trunk there seems to be a new commodity namespace of "template" that > appears in the drop-down list when defining a new security. I don't think it > should be there (or at least shouldn't appear in the drop-down). Any idea > w

Re: [PATCH 3/3] Grammar: Split Infinitive

2008-09-03 Thread Andreas Köhler
Hi Michael, I applied all three patches to the gnucash-docs trunk in r17491. Thanks a lot! Ciao, -- andi5 On Tue, 2008-09-02 at 19:35 -0400, Michael Witten wrote: > Signed-off-by: Michael Witten <[EMAIL PROTECTED]> > --- > guide/C/ch_basics.xml |4 ++-- > 1 files changed, 2 insertions(+), 2

Re: Documentation

2008-09-03 Thread Andreas Köhler
Hi Daniel, On Wed, 2008-09-03 at 07:03 -1000, Daniel Kolbo wrote: > Hello, > > I downloaded the documentation to read offline. However, it is in a > docbook format, and i have to render it to another format such as HTML. > I thought, what a hassle, but oh well, so I spent another 20 minutes

Re: gnu cash problems

2008-09-02 Thread Andreas Köhler
Hi Charles, are you talking about version 2.2.6 or current trunk? It seems to me that the latter does not dirty the book in all cases correctly. What I tested was to start gnucash --nofile, choose qif import and imported an arbitrary file. Ciao, -- andi5 On Tue, 2008-09-02 at 13:40 -0700, Char

Re: AUDIT: r17421 - gnucash/trunk/lib/libqof/qof - Add a new function to the gnc_numeric library that converts denominators to exact powers of ten.

2008-09-01 Thread Andreas Köhler
Hi Charles, On Mon, 2008-09-01 at 14:24 -0700, Charles Day wrote: > On Mon, Sep 1, 2008 at 1:57 PM, Christian Stimming <[EMAIL PROTECTED]> > wrote: > Am Montag, 1. September 2008 22:44 schrieb Charles Day: > > > > + fraction = converted_val.denom; > > > > + if (fraction <

Re: AUDIT: r17421 - gnucash/trunk/lib/libqof/qof - Add a new function to the gnc_numeric library that converts denominators to exact powers of ten.

2008-09-01 Thread Andreas Köhler
Hi Christian, On Mon, 2008-09-01 at 22:57 +0200, Christian Stimming wrote: > Am Montag, 1. September 2008 22:44 schrieb Charles Day: > > > > + fraction = converted_val.denom; > > > > + if (fraction <= 0) > > > > +return FALSE; > > > > > > out of curiosity, what is the reason for disallowing

Re: r17487 - gnucash/branches/2.2/po - Revert r16485 in POTFILES.in - was unintended for svn.

2008-09-01 Thread Andreas Köhler
Hi Christian, On Mon, 2008-09-01 at 16:47 -0400, Christian Stimming wrote: > Author: cstim > Date: 2008-09-01 16:47:03 -0400 (Mon, 01 Sep 2008) > New Revision: 17487 > Trac: http://svn.gnucash.org/trac/changeset/17487 > > Modified: >gnucash/branches/2.2/po/POTFILES.in > Log: > Revert r16485 i

Re: AUDIT: r17421 - gnucash/trunk/lib/libqof/qof - Add a new function to the gnc_numeric library that converts denominators to exact powers of ten.

2008-09-01 Thread Andreas Köhler
Hi Charles, On Mon, 2008-09-01 at 13:44 -0700, Charles Day wrote: > On Mon, Sep 1, 2008 at 1:09 PM, Andreas Köhler <[EMAIL PROTECTED]> > wrote: > Hi Charles, > > On Sun, 2008-07-27 at 11:33 -0400, Charles Day wrote: > > Trac: http://svn

Re: Translation of tips of the day

2008-09-01 Thread Andreas Köhler
Hi Christian, it does here, see r17485. Will you review it for me? :) Ciao, -- andi5 On Mon, 2008-09-01 at 22:21 +0200, Christian Stimming wrote: > (/me is unsure whether I already answered this question) > > Am Donnerstag, 21. August 2008 02:57 schrieb Andreas Köhler: > &g

Re: AUDIT: r17421 - gnucash/trunk/lib/libqof/qof - Add a new function to the gnc_numeric library that converts denominators to exact powers of ten.

2008-09-01 Thread Andreas Köhler
Hi Charles, On Sun, 2008-07-27 at 11:33 -0400, Charles Day wrote: > Trac: http://svn.gnucash.org/trac/changeset/17421 > Log: > Add a new function to the gnc_numeric library that converts denominators to > exact powers of ten. > Modified: gnucash/trunk/lib/libqof/qof/gnc-numeric.c > =

Re: [PATCH] for bug 334255 (a documentation update)

2008-09-01 Thread Andreas Köhler
Hi Charles, On Fri, 2008-08-29 at 10:17 -0700, Charles Day wrote: > I don't seem to be able to apply this documentation patch. Maybe I don't > have permission to the gnucash-docs trunk. Could someone apply this? (Or add > permission for me.) > > Here are the notes for SVN: > Bug #334255: Update t

Re: compiling 2.2.6 with aqbanking 3 for windows

2008-08-30 Thread Andreas Köhler
i, Aug 22, 2008 at 2:54 PM, Andreas Köhler > <[EMAIL PROTECTED]> wrote: > Hi Shawn, > > thanks a lot for your work! It is looks good, I will > probably give a > try this weekend and hope to un

Re: compiling 2.2.6 with aqbanking 3 for windows

2008-08-22 Thread Andreas Köhler
ke check. I commented it out and got > through to aqbanking but am having trouble with missing QT > headers that don't exist anymore in QT4. I'm away on vacation > through next week with no access to my dev box or I'd upload > my install.

Re: Romanian Translation 100%

2008-08-21 Thread Andreas Köhler
Hi Nicolae, On Thu, 2008-08-21 at 13:40 +0300, [EMAIL PROTECTED] wrote: > Hello, > I've finished the Romanian translation of GnuCash. I atach the file ro.po. > Nicolae Turcan Congratulations and thanks a lot! I am sure Christian will eventually apply your changes. Ciao, -- andi5 _

Re: Translation of tips of the day

2008-08-20 Thread Andreas Köhler
Hi Christian, does putting a g_strstrip() into the filter chain in line 188 of gnome-utils/dialog-totd.c change anything? Ciao, -- Andreas On Wed, 2008-08-20 at 15:49 +0200, Christian Stimming wrote: > I also don't know what's wrong, but I recall I have observed exactly > the same behaviour wi

Re: Early 2.2.7 release?

2008-08-20 Thread Andreas Köhler
Hi Charles, On Wed, 2008-08-20 at 11:18 -0700, Charles Day wrote: > On Wed, Aug 20, 2008 at 10:41 AM, Charles Day <[EMAIL PROTECTED]> > wrote: > @Charles, have you checked whether there are > interesting gnome package > updates? Especially GTK+, OR

Re: Early 2.2.7 release?

2008-08-20 Thread Andreas Köhler
Hi Nathan, "Nathan Buchanan" <[EMAIL PROTECTED]> wrote: > > > We came to the same conclusion. The date bug in particular > > > warrants a quick turnaround to 2.2.7. > > > > @Nathan, do you think we can release 2.2.7 on the next but one weekend, > > i.e. 30th/31st of August. Also, is there a way

Re: Early 2.2.7 release?

2008-08-19 Thread Andreas Köhler
Hi, On Tue, 2008-08-19 at 13:05 -0400, Derek Atkins wrote: > "Charles Day" <[EMAIL PROTECTED]> writes: > > > Is it reasonable to consider an quicker-than-usual release of 2.2.7? > > > > Funny you should ask that. Andreas and I were discussing that > > on IRC earlier today. > > >

Re: compiling 2.2.6 with aqbanking 3 for windows

2008-08-08 Thread Andreas Köhler
Hi, On So, 2008-08-03 at 17:45 -0400, Nathan Buchanan wrote: > Hi Shawn, > On Fri, Aug 1, 2008 at 10:30 PM, Faucher <[EMAIL PROTECTED]> wrote: > > > Hello all, > > > > I maintain the GnuCash Portable package on portableapps.com. I'm excited > > to > > see with this release that aqbanking 3 is su

g_value_transform() is locale-dependent

2008-08-03 Thread Andreas Köhler
Hi Phil, unfortunately, g_value_transform() inside gnc_sql_get_sql_value() does not work for me. When you start gnucash within LANG=de_DE.UTF-8, you will see that transforming 0.000 yields "0,000" and makes the sql code stream out loud. Altogether, quoting the documentation of that function """E

Re: AUDIT: r17445 - gnucash/branches/2.2 - Add AC_LIBTOOL_WIN32_DLL.

2008-08-01 Thread Andreas Köhler
Andreas Köhler schrieb: > Author: andi5 > Date: 2008-08-01 17:59:37 -0400 (Fri, 01 Aug 2008) > New Revision: 17445 > Trac: http://svn.gnucash.org/trac/changeset/17445 > > Modified: >gnucash/branches/2.2/configure.in > Log: > Add AC_LIBTOOL_WIN32_DLL. > >

Re: 1.8 data file crashes on 2.2.6

2008-08-01 Thread Andreas Köhler
Hi Tim, [EMAIL PROTECTED] wrote: > Andreas Köhler <[EMAIL PROTECTED]> wrote: > > Interesting! > > What encoding did you choose? > > > > If you compiled GnuCash from source, does putting the g_iconv_close() > > at line 591 into the if branch above change

Re: 1.8 data file crashes on 2.2.6

2008-08-01 Thread Andreas Köhler
Hi, [EMAIL PROTECTED] wrote: > ---- "Andreas Köhler" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > On Do, 2008-07-31 at 20:15 -0400, [EMAIL PROTECTED] wrote: > > > I've recently downloaded 2.2.6 for windows and are running it on W2K. > > &

Re: 1.8 data file crashes on 2.2.6

2008-07-31 Thread Andreas Köhler
Hi, On Do, 2008-07-31 at 20:15 -0400, [EMAIL PROTECTED] wrote: > I've recently downloaded 2.2.6 for windows and are running it on W2K. > When trying to open the 1.8 data file from my dying Suse machine > gnucash crashes. I located a trace file that coincides with when it > crashed. > > * WARN

Re: gnucash release?

2008-07-31 Thread Andreas Köhler
Hi Thomas, On Mi, 2008-07-30 at 19:03 -0700, Thomas Bushnell BSG wrote: > I was expecting the 2.2.6 release and I'm now quite nervous. The Debian > freeze has begun. If 2.2.6 shows up soon--really soon--then the release > team will probably allow it in. Otherwise, we will be stuck in one way >

Re: Compile warning=error

2008-07-29 Thread Andreas Köhler
Hi Micha, On Di, 2008-07-29 at 13:38 +0200, Micha Lenk wrote: ---8<--- > make[5]: *** [gnc-ab-transfer.lo] Fehler 1 > make[5]: Leaving directory > `/home/micha/dev/gc/2.2.6/src/import-export/aqbanking' > make[4]: *** [all-recursive] Fehler 1 > make[4]: Leaving directory > `/home/micha/dev/gc/2.2.6

Re: HBCI-Import names transactions wrongly

2008-07-29 Thread Andreas Köhler
Hi Micha, On Di, 2008-07-29 at 12:57 +0200, Micha Lenk wrote: > tags 492799 +patch > thanks > > Joachim Breitner schrieb: > > Package: gnucash > > Version: 2.2.4-2 > > Severity: normal > > > > Hi, > > > > thanks for the HBCI support in main! > > > > I have one regression compared to the gnucas

Re: r17352 - gnucash/branches/gobject-engine-dev2/src/engine - Convert GncBudget to be a GObject with parameters and private section.

2008-07-27 Thread Andreas Köhler
Hi Phil, On So, 2008-07-27 at 20:27 -0400, Phil Longstaff wrote: > Andreas Köhler wrote: > > I cannot compile this file as gcc complains about "error: 'budget' is > > used uninitialized in this function". Actually, I think this is a > > -Wuninitialized wa

Re: r17352 - gnucash/branches/gobject-engine-dev2/src/engine - Convert GncBudget to be a GObject with parameters and private section.

2008-07-27 Thread Andreas Köhler
Hi Phil, On So, 2008-07-20 at 15:12 -0400, Phil Longstaff wrote: > Author: plongstaff > Date: 2008-07-20 15:12:44 -0400 (Sun, 20 Jul 2008) > New Revision: 17352 > Trac: http://svn.gnucash.org/trac/changeset/17352 > Log: > Convert GncBudget to be a GObject with parameters and private section. ---8

Re: DBI backend status

2008-07-27 Thread Andreas Köhler
Hi Phil, On So, 2008-07-27 at 10:09 -0700, Phil Longstaff wrote: > I've just completed a basic test. I created a basic XML file with > some standard accounts, and then added a transaction, a budget, a > price, a customer, ... till I had 1 of each type of object (except an > order - how do I creat

Re: documentation for python bindings

2008-07-24 Thread Andreas Köhler
Hi, On Do, 2008-07-24 at 13:22 +0200, Rolf Leggewie wrote: > BTW, the script produced another error here, so at first I had thought > that it failed. > > * 13:16:43 CRIT commodity_ref_to_dom_tree: assertion > `c' failed > > CRIT sounded pretty scary. Already filed: http://bugzilla.gnome.org/

Re: more on OFX data and bank codes

2008-07-24 Thread Andreas Köhler
Hi David, David Reiser <[EMAIL PROTECTED]> wrote: > On Jul 23, 2008, at 11:10 PM, David Reiser wrote: > > In AO_Provider__ProcessImporterContext from src/plugins/backends/ > > aqofxconnect/plugin/provider.c, Martin handles the case of null > > bankcode in the OFX data stream by looking up the bank

Intltool vs. make dist

2008-07-23 Thread Andreas Köhler
Hi, fyi, running 'make dist' in a GnuCash tree will fail with intltool v0.40.x. make[1]: Leaving directory `$prefix/src/po' make: *** No rule to make target `intltool-extract.in', needed by `distdir'. Stop. Gnome modules seem to resolve this issue by removing intltool-* scripts from Makefile.a

Re: ofxdirectconnect in aqbanking3 branch

2008-07-23 Thread Andreas Köhler
Hi David, On Mi, 2008-07-23 at 15:36 -0400, David Reiser wrote: > On Jul 23, 2008, at 3:28 PM, Andreas Köhler wrote: > > > Hi David, > > > > On Mi, 2008-07-23 at 14:40 -0400, David Reiser wrote: > >> On Jul 21, 2008, at 4:56 AM, Andreas Köhler wrote: > >&g

Re: ofxdirectconnect in aqbanking3 branch

2008-07-23 Thread Andreas Köhler
Hi David, On Mi, 2008-07-23 at 14:40 -0400, David Reiser wrote: > On Jul 21, 2008, at 4:56 AM, Andreas Köhler wrote: > > Does it ask you for the same online id which is showed at the top of > > the chooser? > > Typically, it should ask for a combination "bank code"

Re: 2.2.6 release date?

2008-07-21 Thread Andreas Köhler
Hi Christian, On Mo, 2008-07-21 at 20:48 +0200, Christian Stimming wrote: > Am Montag, 21. Juli 2008 02:07 schrieb Andreas Köhler: > > Hi Christian, > > > > On So, 2008-07-20 at 22:34 +0200, Christian Stimming wrote: > > > Am Sonntag, 20. Juli 2008 12:30 schrieb And

Re: ofxdirectconnect in aqbanking3 branch

2008-07-21 Thread Andreas Köhler
Hi Dave, Dave Reiser <[EMAIL PROTECTED]> wrote: > >From: Andreas Köhler > >Does r17347 change anything for you? > > Yes. For credit card accounts, the matcher window now appears. Great. Subsequently, I am going to filter out the showstoppers first (only ;-)). > Howe

Re: ofxdirectconnect in aqbanking3 branch

2008-07-21 Thread Andreas Köhler
Hi Martin, Martin Preuss <[EMAIL PROTECTED]> wrote: > Ok, here is the backtrace: > > ---X8 > #0 0xb722c463 in memmove () from /lib/tls/i686/cmov/libc.so.6 > No symbol table info available. > #1 0xb735c574 in gnc

Re: 2.2.6 release date?

2008-07-20 Thread Andreas Köhler
Hi Christian, On So, 2008-07-20 at 22:34 +0200, Christian Stimming wrote: > Am Sonntag, 20. Juli 2008 12:30 schrieb Andreas Köhler: > > Christian, IIRC there have been some string additions in the latest > > months. Do you think we could update the po files accordingly, once >

Re: ofxdirectconnect in aqbanking3 branch

2008-07-20 Thread Andreas Köhler
Hi Martin, On So, 2008-07-20 at 13:46 +0200, Martin Preuss wrote: > Thanks, however, I always get a core dump in "Tools/Online Banking Setup". > > After the initial page pops up I click on "Forward" which leads to the second > page. I then do not start the "AqBanking Wizard" since my homebanking

Re: ofxdirectconnect in aqbanking3 branch

2008-07-20 Thread Andreas Köhler
Hi David, On Mi, 2008-07-09 at 16:02 -0400, David Reiser wrote: > I don't think this is a bank issue. If I run the aqbanking3 wizard and > Get Accounts, the bank will send whatever it uses for the accountID. > As long as I complete the gnucash Online Banking Setup wizard > completely (Apply

Re: ofxdirectconnect in aqbanking3 branch

2008-07-20 Thread Andreas Köhler
Hi Martin, On Sa, 2008-07-12 at 07:57 +0200, Martin Preuss wrote: > That's why I propose a single importation point between the application and > AqBanking. It simplifies the design dramatically, and since you already have > the interface for importing an ImExporterContext (->SWIFT MT94x importe

Re: 2.2.6 release date?

2008-07-20 Thread Andreas Köhler
Hi, Nathan is right. Initially, I targeted this weekend, but the problems with the AqBanking3 importer discussed in https://lists.gnucash.org/pipermail/gnucash-devel/2008-July/023377.html made me retard it a bit. The proposed release date is July 27th now. Translators with pending changes shoul

Re: Add tables to "bar chart" reports

2008-07-12 Thread Andreas Köhler
Hi Charles, On Fr, 2008-07-11 at 16:49 -0700, Charles Day wrote: > I couldn't get this to work. Try opening the attached GnuCash file, running > the expense barchart, then going into the options and checking "Show table". > I got a crashed report and a Scheme backtrace (shown below). > > Can you

Re: ofxdirectconnect in aqbanking3 branch

2008-07-11 Thread Andreas Köhler
Hi Martin, On Do, 2008-07-10 at 00:09 +0200, Martin Preuss wrote: > Hi, > > On Mittwoch, 9. Juli 2008, Martin Preuss wrote: > > On Mittwoch, 9. Juli 2008, Jerry Jaskierny wrote: > [...] > > Since GnuCash is directly looking for an AccountInfo object for the > > expected account number (in this ex

Re: ofxdirectconnect in aqbanking3 branch

2008-07-09 Thread Andreas Köhler
Hello Jerry, Jerry Jaskierny <[EMAIL PROTECTED]> write; > David Reiser <[EMAIL PROTECTED]> said: > > > The handoff from aqbanking to gnucash is not working. There is still a > > problem with connecting to my broker's site, but even for the credit > > card sites, gnucash always returns > > >

  1   2   3   4   >