Re: gnucash master: Multiple changes pushed

2017-02-02 Thread Geert Janssens
Op donderdag 2 februari 2017 16:35:02 CET schreef Alex Aycinena: > Geert, > > I build on Fedora 25 and after this commit configure fails with: > > checking for main in -lgtest_main... no > checking for /usr/src/gtest/src/gtest-all.cc... no > checking for /usr/src/gtest/gtest-main.cc... no >

Re: gnucash master: Multiple changes pushed

2017-02-02 Thread John Ralls
> On Feb 2, 2017, at 4:35 PM, Alex Aycinena wrote: > > On Thu, Feb 2, 2017 at 10:03 AM, Geert Janssens > wrote: > >> Updated via https://github.com/Gnucash/gnucash/commit/659c96eb (commit) >> via

Re: gnucash master: Multiple changes pushed

2017-02-02 Thread Alex Aycinena
On Thu, Feb 2, 2017 at 10:03 AM, Geert Janssens wrote: > Updated via https://github.com/Gnucash/gnucash/commit/659c96eb (commit) > via https://github.com/Gnucash/gnucash/commit/4fdacb9b (commit) > via

Re: gtk3 + webkit

2017-02-02 Thread Bill Nottingham
John Ralls (jra...@ceridwen.us) said: > Geert noted in IRC that > https://bugzilla.redhat.com/show_bug.cgi?id=1375812 indicates that we need > to lose the dependency on WebKit1 ASAP, as Fedora intends to drop it from > distribution in F27. As Geert notes, WebKit2 is Gtk3-only. Note, though, >

Re: gtk3 + webkit

2017-02-02 Thread John Ralls
> On Feb 2, 2017, at 7:01 AM, Geert Janssens wrote: > > Bob, > > Thanks for bringing this up. > > While I thought of it, I didn't mention this third option as I didn't feel > like maintaining gnome-canvas as part of gnucash. > > As you have done a big chunk of

Re: gncEntryComputeValue exported to python?

2017-02-02 Thread Christoph R
Hi Derek, Yeah, I am on that track already. So far I focused on the reporting side only. Goal was to show the price before taxes in taxinvoice.scm instead of the typed in price. I have a working version by adding (and calling) a gncEntryGetInvNetPrice function which calculates this from the

Re: gncEntryComputeValue exported to python?

2017-02-02 Thread Derek Atkins
Hi, Christoph R writes: > Hi, > > while trying to find a way to solve Bug 776380 – Gross value of bills > charged back instead of net value > I digged into > gncEntry.c. > My idea is to add a ?_net_price

Re: gtk3 + webkit

2017-02-02 Thread Geert Janssens
Bob, Thanks for bringing this up. While I thought of it, I didn't mention this third option as I didn't feel like maintaining gnome-canvas as part of gnucash. As you have done a big chunk of the work we may as well evaluate this avenue anyway, perhaps only as a short term interim solution.

gtk3 + webkit

2017-02-02 Thread Robert Fewell
Hi, I was looking at the irc logs and see that gtk3 / webkit upgrade was mentioned and that there were two options mentioned, one was change to some thing like goo-canvas, the other was to complete register2 which I started awhile back and failed to complete. There is an other option that I came

Re: gncEntryComputeValue exported to python?

2017-02-02 Thread Geert Janssens
Op dinsdag 31 januari 2017 17:13:43 CET schreef Christoph R: > Hi, > > while trying to find a way to solve Bug 776380 – Gross value of bills > charged back instead of net value > I digged into > gncEntry.c. My idea is to add a ?_net_price

gncEntryComputeValue exported to python?

2017-02-02 Thread Christoph R
Hi, while trying to find a way to solve Bug 776380 – Gross value of bills charged back instead of net value I digged into gncEntry.c. My idea is to add a ?_net_price variable to struct _gncEntry and modify gncEntryComputeValue to calculate