Dear developers,
I propose to branch a 2.4-stable branch now, so that we can introduce
several pending changes on trunk without risking to loose the stable
code state we have in 2.4.3.
Pending changes for trunk are:
- Requiring guile-1.8 (i.e. throwing out guile-1.6 support)
- Requiring gtk
On maandag 7 maart 2011, Christian Stimming wrote:
> Dear developers,
>
> I propose to branch a 2.4-stable branch now, so that we can introduce
> several pending changes on trunk without risking to loose the stable
> code state we have in 2.4.3.
>
> Pending changes for trunk are:
> - Requiring gu
On zaterdag 5 maart 2011, Stephen Brown wrote:
> Hi Geert
>
> Mine are to take all the instructions in
> http://wiki.gnucash.org/wiki/Windows#Q:_Is_it_possible_to_compile_GnuCash_o
> n_Windows.3F, compile it
> into a windows executable file, include the other programs mentioned, and
> make the who
On Mon, 07 Mar 2011 10:53:55 +0100
Christian Stimming wrote:
> Dear developers,
>
> I propose to branch a 2.4-stable branch now, so that we can
> introduce several pending changes on trunk without risking to loose
> the stable code state we have in 2.4.3.
>
> Pending changes for trunk are:
> -
Geert Janssens writes:
> On maandag 7 maart 2011, Christian Stimming wrote:
>> Dear developers,
>>
>> I propose to branch a 2.4-stable branch now, so that we can introduce
>> several pending changes on trunk without risking to loose the stable
>> code state we have in 2.4.3.
>>
>> Pending chang
On Mar 7, 2011, at 1:53 AM, Christian Stimming wrote:
> Dear developers,
>
> I propose to branch a 2.4-stable branch now, so that we can introduce several
> pending changes on trunk without risking to loose the stable code state we
> have in 2.4.3.
>
> Pending changes for trunk are:
> - Requi
On Mar 7, 2011, at 6:43 AM, John Ralls wrote:
>
> On Mar 7, 2011, at 1:53 AM, Christian Stimming wrote:
>
>> Dear developers,
>>
>> I propose to branch a 2.4-stable branch now, so that we can introduce
>> several pending changes on trunk without risking to loose the stable code
>> state we h
On Mar 7, 2011, at 4:04 AM, Geert Janssens wrote:
> On zaterdag 5 maart 2011, Stephen Brown wrote:
>> Hi Geert
>>
>> Mine are to take all the instructions in
>> http://wiki.gnucash.org/wiki/Windows#Q:_Is_it_possible_to_compile_GnuCash_o
>> n_Windows.3F, compile it
>> into a windows executable fi
... A warning that will appear in every trace file on Windows. We have all
learned to ignore it.
Unfortunately, it was a sign of a deeper underlying problem I'd like to
discuss here a bit more.
We all know GnuCash uses GUID's to uniquely identify its internal objects.
These GUID's are generate
It seems to me that a guid is a guid. Can you just use the win32 function
UuidCreate()?
Phil
-
I used to be a hypochondriac AND a kleptomaniac. So I took something for it.
From: Geert Janssens
To: gnucash-devel@gnucash.org
Sent: Mon, March 7, 2011 2
Can the qof guid library be replaced by libuuid on linux?
Phil
-
I used to be a hypochondriac AND a kleptomaniac. So I took something for it.
From: Phil Longstaff
To: Geert Janssens
Cc: Gnucash Devel
Sent: Mon, March 7, 2011 2:34:15 PM
Subject: Re:
On maandag 7 maart 2011, Phil Longstaff wrote:
> Can the qof guid library be replaced by libuuid on linux?
>
> Phil
> -
> I used to be a hypochondriac AND a kleptomaniac. So I took something for
> it.
>
>
>
>
>
> From: Phil Longstaff
> To: Geert Janss
Hello John,
Thanks for your help. Here's the final select query that worked for me:
SELECT *
FROM gnucash.transactions AS t
JOIN gnucash.splits AS s
ON s.tx_guid = t.guid
JOIN gnucash.accounts AS a
ON s.account_guid = a.guid
WHERE t.guid = '[my-guid]';
My next task is to insert data int
On Mar 7, 2011, at 12:02 PM, Geert Janssens wrote:
> On maandag 7 maart 2011, Phil Longstaff wrote:
>> Can the qof guid library be replaced by libuuid on linux?
>>
>> Phil
>> -
>> I used to be a hypochondriac AND a kleptomaniac. So I took something for
>> it.
>>
>>
>>
>>
>> _
On Mar 7, 2011, at 12:04 PM, Matt Riley wrote:
> Hello John,
>
> Thanks for your help. Here's the final select query that worked for me:
>
> SELECT *
> FROM gnucash.transactions AS t
> JOIN gnucash.splits AS s
>ON s.tx_guid = t.guid
> JOIN gnucash.accounts AS a
>ON s.account_guid = a.gu
Hello John,
Thanks again for your feedback. I'm more of a web software engineer and haven't
looked at C in quite awhile but I looked anyway.
Is there any information on accessing libgnc-engine via QOF? I searched the
docs, wiki and archives. I realize my use case is probally beyond the scope of
On Mar 7, 2011, at 2:52 PM, Matt Riley wrote:
> Hello John,
>
> Thanks again for your feedback. I'm more of a web software engineer and
> haven't
> looked at C in quite awhile but I looked anyway.
>
> Is there any information on accessing libgnc-engine via QOF? I searched the
> docs, wiki an
17 matches
Mail list logo