Re: [GNC-dev] GnuCash Portable is no longer portable as of 3.x

2018-07-10 Thread Wm via gnucash-devel
On 09/07/2018 04:03, John Ralls wrote: Notice: Subject may be wrong at time of writing as I see there is a new PA version, I haven't tested it yet. On Jul 8, 2018, at 7:35 PM, Wm via gnucash-devel wrote: On 08/07/2018 15:52, John Ralls wrote: Wm, Portable Apps is just another downstream

Re: [GNC-dev] [GNC] GnuCash 3.2 Released

2018-07-10 Thread John Ralls
> On Jul 10, 2018, at 6:45 PM, Wm wrote: > > On 29/06/2018 08:43, Geert Janssens wrote: >> Op donderdag 28 juni 2018 22:11:49 CEST schreef Dennis West: >>> I'm sure you like to get feedback from someone with absolutely no >>> problems at all. >>> >>> I was using 2.6.21 on my primary computer a

Re: [GNC-dev] [GNC] GnuCash 3.2 Released

2018-07-10 Thread Wm
On 29/06/2018 08:43, Geert Janssens wrote: Op donderdag 28 juni 2018 22:11:49 CEST schreef Dennis West: I'm sure you like to get feedback from someone with absolutely no problems at all. I was using 2.6.21 on my primary computer and testing 3.1/3.2 on my standby testbed (both on Win 10.1803).

Re: [GNC-dev] Problems with python 3 and the gnucash python bindings.

2018-07-10 Thread David Osguthorpe
OK Will file a bug - plus file a fix for GSList which is still needed. David On Tue, Jul 10, 2018 at 10:28 PM, John Ralls wrote: > > > > On Jul 10, 2018, at 11:58 AM, David Osguthorpe < > david.osgutho...@gmail.com> wrote: > > > > Hi All, > > > > > > In upgrading to gnucash 3.2 from 2.6.18 and

Re: [GNC-dev] gnucash maint: Fix missing leading dot in sheet specification.

2018-07-10 Thread John Ralls
But gtk 3.20+ accepts the . so for simplicity I suggest that the example should keep it. Perhaps we could add a comment in it saying that it's optional for gtk+-3.20.0 and later. Regards, John Ralls > On Jul 10, 2018, at 12:27 PM, Geert Janssens > wrote: > > The . is only required for gtk3

Re: [GNC-dev] Problems with python 3 and the gnucash python bindings.

2018-07-10 Thread John Ralls
> On Jul 10, 2018, at 11:58 AM, David Osguthorpe > wrote: > > Hi All, > > > In upgrading to gnucash 3.2 from 2.6.18 and updating my python scripts I > have found an issue with the gnucash bindings and python 3. > > > I saw this with query runs that failed to produce any results when they

Re: [GNC-dev] gnucash maint: Fix missing leading dot in sheet specification.

2018-07-10 Thread Geert Janssens
The . is only required for gtk3 less than 3.20. Before that version gtk doesn't understand widget names. So for compatibility Bob added classes. That workaround will eventually go away. Perhaps we should mention both in the css file with a comment or provide two sample css files. I *thought* w

[GNC-dev] Problems with python 3 and the gnucash python bindings.

2018-07-10 Thread David Osguthorpe
Hi All, In upgrading to gnucash 3.2 from 2.6.18 and updating my python scripts I have found an issue with the gnucash bindings and python 3. I saw this with query runs that failed to produce any results when they should have, and used to under 2.6.18. So far it appears the issue is with the w

[GNC-dev] Bug 794755

2018-07-10 Thread chris graves
Regarding bug https://bugs.gnucash.org/show_bug.cgi?id=794755 I was able to resolve this issue as follows: in split-register-model.c/gnc_split_register_get_price_entry() add the following line: price = gnc_numeric_convert (price, gnc_commodity_get_fraction (gnc_default_currency ()), GNC_HOW