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
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
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
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
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
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
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
"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
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
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
10 matches
Mail list logo