Re: Python bindings: patch, documentation, examples

2014-05-08 Thread mshapiro
David Osguthorpe wrote > I have a very hacky implementation in gnucash to call python from guile > and > return results to guile - I found existing libraries to do both > (no updates to gnucash required - just a user prototype.scm file) Can you post what libraries you used, where you got them, how

Re: Windows build broken

2014-05-08 Thread John Ralls
On May 8, 2014, at 5:19 PM, Geert Janssens wrote: > The merge of private-kvp introduces the use of g_list_copy_deep in > src/libqof/qof/kvp-frame.c > > That is a very recent glib function, requiring glib 2.34 at least. > That's more recent than our baseline 2.28 (and the most recent available

Windows build broken

2014-05-08 Thread Geert Janssens
The merge of private-kvp introduces the use of g_list_copy_deep in src/libqof/qof/kvp-frame.c That is a very recent glib function, requiring glib 2.34 at least. That's more recent than our baseline 2.28 (and the most recent available on Windows). Is there a relatively simple alternative for th

Re: "private-kvp" merge reverted other changes since November.

2014-05-08 Thread Geert Janssens
On Wednesday 07 May 2014 22:46:17 John Ralls wrote: > On May 7, 2014, at 5:08 PM, Geert Janssens wrote: > > Only John can tell why he did remove it during the merge and not > > beforehand. > I moved most of the QofInstance API into qofinstnace-p.h in 1f3fbf4b, > very early in the private-kvp bran

Re: Bug cleanup #1

2014-05-08 Thread Geert Janssens
On Thursday 01 May 2014 09:24:00 Michalis Kamprianis wrote: > Hi all, > > I checked the following bugs and I believe they can close (use > monospaced font for the list): > > Bug Nr | Description | Assigned to > 583520 | Open Budget seems to create a new budget | Chris

Re: RESULT!

2014-05-08 Thread Phil Longstaff
Isn't this what the PRIxxx macros in inttypes.h are for? On Thu, May 8, 2014 at 2:10 PM, Derek Atkins wrote: > Geert Janssens writes: > > >> Note that %ld v %lld varies on Linux too. To print/scan a gint64 you > >> need %lld on 32-bit linux but %ld on 64-bit linux (because long long > >> is 6

Re: Hello Gnucash-Devel

2014-05-08 Thread Derek Atkins
Hi, Sumit Bhardwaj writes: > Hi Everyone, > > Having been a silent viewer on Devel list for some time, it's time for me > to introduce myself and see how I can contribute. > > Quick intro: I live in the Valley, but my day job involves only Python > scripts. I am a long-time user of Gnucash (Firs

Re: backend encryption / security

2014-05-08 Thread Derek Atkins
"Michalis Kamprianis" writes: > Hi all, > thank you for the valuable feedback. > > Let me start by saying that programming is not something I'm current > at - I haven't written anything longer than 10 lines, for more than 8 > years so you get an idea. On the other hand, security (design, > archi

Re: RESULT!

2014-05-08 Thread Derek Atkins
Geert Janssens writes: >> Note that %ld v %lld varies on Linux too. To print/scan a gint64 you >> need %lld on 32-bit linux but %ld on 64-bit linux (because long long >> is 64/128 bits respectively!) This is why we try to use >> G_INT64_FORMAT everywhere, because it will generally "do the right

Re: backend encryption / security

2014-05-08 Thread Geert Janssens
I don't have a strong opinion on whether encryption would be useful or not. Uservoice does show it as a highly requested feature though. So I will just add another way of looking at it - the gnucash internals one. Let me start from a very rough mid-term to long-term roadmap for GnuCash: 1. co