Re: writing and ofx plugin

2014-04-21 Thread Geert Janssens
On Sunday 20 April 2014 14:56:12 John Ralls wrote: > On Apr 20, 2014, at 6:47 AM, greg nwosu wrote: > > I would like to write a plugin to enable ofx support with natwest > > bank, im thinking of writing a simple web crawler that will login > > to internet banking and request an ofx export of accou

Re: writing and ofx plugin

2014-04-21 Thread Derek Atkins
Greg, greg nwosu writes: > I would like to write a plugin to enable ofx support with natwest bank, im > thinking of writing a simple web crawler that will login to internet > banking and request an ofx export of accounts. > > I would prefer to write it in python or java but I'm happy enough to w

Re: Translation problems with planned transactions schedule

2014-04-21 Thread John Ralls
On Apr 20, 2014, at 12:55 PM, Dmitry Pavlov wrote: > Sorry for delay: here is the branch: > https://github.com/zeldigas/gnucash/tree/scheduled_i18n_fix > Last commit contains planned changes. To minimize diff I applied updated pot > file only for ru.po (most other po are outdated, so there was

Re: Translation problems with planned transactions schedule

2014-04-21 Thread Dmitry Pavlov
Yes, I added "context" attribute to labels in xml file and after pot file regeneration this market strings in po file has additional msgctxt lines. I can't imagine how that change can affect c or scheme code as it was static labels. 21.04.2014 20:18 пользователь "John Ralls" написал: > > On Apr

[MAINT] Scheduled network service outage tonight (4/22 12m-5am)

2014-04-21 Thread Derek Atkins
Hi, I was just informed by my ISP that they are performing maintenance on my network tonight between midnight and 5am (US/EDT) (0400-0900 UTC), and that during that time I may experience some network outages. If this occurs then code.gnucash.org (which operates the email lists and archives, wiki,

Re: Translation problems with planned transactions schedule

2014-04-21 Thread John Ralls
On Apr 21, 2014, at 10:26 AM, Dmitry Pavlov wrote: > Yes, I added "context" attribute to labels in xml file and after pot file > regeneration this market strings in po file has additional msgctxt lines. > > I can't imagine how that change can affect c or scheme code as it was static > labels.

Re: Translation problems with planned transactions schedule

2014-04-21 Thread Dmitry Pavlov
Currently those are all the strings I wanted to change. For other strings there are no problems with translation. The main problem with "every" and friends occurred because controls was embedded in "sentence", that consisted of a set of labels. The work is still in progress and there 650 fuzzy st

AqBanking version in OS X Build

2014-04-21 Thread Sebastian Kempken
Hi all, I’ve run into a problem with accessing credit card transactions in GnuCash and traced it to the AqBanking version embedded in the current OS X distribution of GnuCash (2.6.3). According to the build scripts available on Github [1], the version of AqBanking included in the GnuCash distri

Re: Translation problems with planned transactions schedule

2014-04-21 Thread John Ralls
On Apr 21, 2014, at 12:10 PM, Dmitry Pavlov wrote: > Currently those are all the strings I wanted to change. For other strings > there are no problems with translation. > The main problem with "every" and friends occurred because controls was > embedded in "sentence", that consisted of a set

Re: AqBanking version in OS X Build

2014-04-21 Thread John Ralls
On Apr 21, 2014, at 12:14 PM, Sebastian Kempken wrote: > Hi all, > > I’ve run into a problem with accessing credit card transactions in GnuCash > and traced it to the AqBanking version embedded in the current OS X > distribution of GnuCash (2.6.3). According to the build scripts available on

Re: Translation problems with planned transactions schedule

2014-04-21 Thread Dmitry Pavlov
I would prefer to make a number of pull requests: 1. Adding context to labels 2. Updating all translations with new file pot file. 3. String translations for ru.po Maybe it is reasonable to merge 1 & 2 into one set of commits that will form single pull request? What about target branch? May be i

Re: Translation problems with planned transactions schedule

2014-04-21 Thread John Ralls
On Apr 21, 2014, at 12:48 PM, Dmitry Pavlov wrote: > I would prefer to make a number of pull requests: > 1. Adding context to labels > 2. Updating all translations with new file pot file. > 3. String translations for ru.po > > Maybe it is reasonable to merge 1 & 2 into one set of commits that

Re: translation context in glade labels (was: Translation problems with planned transactions schedule)

2014-04-21 Thread Christian Stimming
Am Sonntag, 13. April 2014, 08:07:10 schrieb John Ralls: > On Apr 13, 2014, at 2:16 AM, Dmitry Pavlov wrote: > > I've found that to implement minimum solution, we can just add > > context="..." to glade translated labels. like this > > Every > > > > This utilizes context lookup feature in gettext

Re: segfaults when running graphical reports

2014-04-21 Thread Thomas Klausner
On Sun, Apr 13, 2014 at 09:35:11AM +0200, Thomas Klausner wrote: > The first: If I start gnucash without a terminal or in the background, > it doesn't finish startup. When started in the background, I see (with > zsh): > > > gnucash & > [1] 7303 > > > [1] + suspended (tty output) gnucash > > W