Hi Lionel,
merged, thanks! But in the future better create a pull request. Patches
by mailing list tend to get forgotten.
https://wiki.gnucash.org/wiki/An_Introduction_to_Git
Regards
Frank
Am 13.11.21 um 10:12 schrieb Lionel Élie Mamane:
[Patch
commit c4d4ee37801e4709b7c47f0cb2434dcee97d5ac0
Author: Lionel Elie Mamane
Date: Sat Nov 13 07:34:22 2021 +0100
code is in git now
diff --git a/HACKING b/HACKING
index 6cfa80f1a..56534a2ae 100644
--- a/HACKING
+++ b/HACKING
@@ -7,7 +7,7 @@ Related Documents
-
In additio
20, 8:20 pm
Subject: Re: [Gnucash/gnucash] Merge branch 'patch-1' of git://
github.com/thetedmunds/gnucash into maint (96a6e1b)
To: Gnucash/gnucash
Cc: Christopher Lam , Your activity <
your_activ...@noreply.github.com>
For future reference: #691 <https://github.com/Gnucash/gnuc
Opened to track https://bugs.gnucash.org/show_bug.cgi?id=797252
On Sat, May 25, 2019 at 5:06 PM Dale Phurrough wrote:
> John Ralls on 3 May deleted the needed patch file.
>
> https://github.com/Gnucash/gnucash-on-windows/commit/5ad565b49b2b4a48ce3c5f30429b2f6f8042821a
>
>
&
John Ralls on 3 May deleted the needed patch file.
https://github.com/Gnucash/gnucash-on-windows/commit/5ad565b49b2b4a48ce3c5f30429b2f6f8042821a
On Sat, May 25, 2019 at 4:10 PM Dale Phurrough wrote:
> Hi all. I think there is a missing patch file for GnuCash to compile on
> Windows. The
Hi all. I think there is a missing patch file for GnuCash to compile on
Windows. The patch file referenced here doesn't exist in the GIT repo
https://github.com/Gnucash/gnucash-on-windows/blob/c68c63a5e772330aa09dab98478b8125a9e71c57/gnucash.modules#L210
Anyone have it? And can check it int
Got a message about a fuzzy patch that needed to be fixed.
Lines 655-656 of test-transaction.scm now have:
(list "$103 income" "Root.Asset.Bank" "$103.00" "$103.00")
(cdr (get-row-col sxml 1 #f
The patch is expecting:
Hi,
I have attached a patch file with changes to
gnucash/import-export/import-main-matcher.c and
gnucash/gtkbuilder/dialog-import.glade for adding multiple selection
capability to the import-matcher with the ability to assign a single
transfer account to the selected transactions to the Bug
use that exclusively (as I'm fresh in the Python world).
> Sebastien might still be supporting v2 in some projects so let's see what
> he has to add.
>
> > Sent: Friday, March 16, 2018 at 3:26 PM
> > From: "John Ralls"
> > To: "Julian Wollra
gt; From: "John Ralls"
> To: "Julian Wollrath"
> Cc: gnucash-devel@gnucash.org
> Subject: Re: [PATCH] Switch to python 3
>
> For further discussion here, though, particularly for Sébastien de Menten and
> Alen Siljak: Is it OK to convert to Python-3 only or
Sorry, we don’t accept patches on the mailing lists. Please either create a
pull request on Github or attach it to
https://bugzilla.gnome.org/show_bug.cgi?id=791831
<https://bugzilla.gnome.org/show_bug.cgi?id=791831>. In the latter case patches
should be made with git format-patch. In
This switches swig to use python 3 specific features, switches the build
over to python 3 and adapts the tests accordingly.
---
CMakeLists.txt | 6 +--
bindings/python/__init__.py | 2 +-
bindings/python/function_class.py| 34 ++
Ooh - thanks - I didn't know that was possible. That will save some time.
On Sun, 15 Jan 2017, DaveC49 wrote:
Hi all,
I have created a patch to the documentation to add tips to both the User
Guide and Help manual and attached it in Bug 777287.
The tips added describe how to check or un
Hi all,
I have created a patch to the documentation to add tips to both the User
Guide and Help manual and attached it in Bug 777287.
The tips added describe how to check or uncheck all transaction in the
Reconcile Window Funds In/Out panes using Ctrl-A followed by a space as
conveyed to me by
t;
> This has been corrected (as discussed earlier).
>
>> Don't use magic numbers. Create static const variables (not #defines!) with
>> descriptive names.
>
> This has been done.
>
> [...]
>
>>> * if TZ is not defined, gnucash crashes immediate
ents; do make them Doxygen markup.
This has been corrected (as discussed earlier).
> Don't use magic numbers. Create static const variables (not #defines!) with
> descriptive names.
This has been done.
[...]
>> * if TZ is not defined, gnucash crashes immediately.
> The c
at you want, with
>
> git format-patch
>
> 'git format-patch' never does anything for me. I have to use:
>
> git format-patch HEAD^
>
> or
>
> git format-patch -n
>
> Am I doing something wrong or should the above 2 lines in the wiki be
> modifie
Hi,
Re
http://wiki.gnucash.org/wiki/Documentation_Update_Instructions#Step_13_Prepa
re_your_Patch :
You can make patches of all commits between HEAD and the origin branch
pointer, which is usually what you want, with
git format-patch
'git format-patch' never does anyth
> On Feb 1, 2016, at 8:08 AM, gLETTERyYuMEANSj LETTERyOt
> wrote:
>
> Thank you very much.
>
> I would like to test gnc_localtime (and gnc_localtime_r).
>
> For that, I would like to change the timezone.
>
> Is there an environmental variable I can define with export of bash ?
No. The defau
2016-01-28 19:54 UTC+01:00, John Ralls :
> You removed the code for the auto-read-only threshold.
This is because my version of gnc_tree_util_split_reg_parse_date delegated to
qof_scan_date_internal, and I did not know that qof_scan_date_internal does not
honor that auto-read-only threshold.
I wi
Thank you very much.
I would like to test gnc_localtime (and gnc_localtime_r).
For that, I would like to change the timezone.
Is there an environmental variable I can define with export of bash ?
(sorry for the dupplicate mail to you, John)
2016-02-01 16:36 UTC+01:00, John Ralls :
>
>> On Feb
> On Feb 1, 2016, at 1:50 AM, gLETTERyYuMEANSj LETTERyOt
> wrote:
>
> Dear everyone,
>
> Can someone help me, by showing the right Gnucash-compatible way to recover
> the
> time difference due to the timezone settings at a given UTC date, in
> C++ and in C?
>
> This is blocking any progress
the time[1] per register. This is a start, but this start is already
working with my patch...
[1] but for the last digit of number of seconds.
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel
> On Jan 29, 2016, at 6:49 AM, Geert Janssens
> wrote:
>
> On Friday 29 January 2016 14:07:57 gLETTERyYuMEANSj LETTERyOt wrote:
>
> >
> > I have well understood that I should not remove such comments,
> > whatever the reason to above old commit.
> >
> In the old commit the doxygen comments
On Friday 29 January 2016 14:07:57 gLETTERyYuMEANSj LETTERyOt wrote:
> Dear Geert,
>
> Thank you for your very helpful input !
>
> >> 2016-01-28 19:54 UTC+01:00, John Ralls :
> >> > Don't remove function description comments; do make them Doxygen
> >> > markup.
> >
> > On Friday 29 January 2016
Dear Geert,
Thank you for your very helpful input !
>> 2016-01-28 19:54 UTC+01:00, John Ralls :
>> > Don't remove function description comments; do make them Doxygen
>> > markup.
> On Friday 29 January 2016 11:44:53 I wrote:
>> I did that because some function description comments were removed
>
Can you provide some links to commits that remove comments ? There may have
been other
reasons this was done.
> >> * if TZ is not defined, gnucash crashes immediately.
> >
> > The crashes alone make this patch incomplete and unacceptable
> > as-written.
> Can someo
Doxygen markup.
I did that because some function description comments were removed between
gnucash-2.6.5 and end of 2015. Should I also revert those comments?
>> * if TZ is not defined, gnucash crashes immediately.
> The crashes alone make this patch incomplete and unacceptable as-written.
> On Jan 28, 2016, at 9:43 AM, gLETTERyYuMEANSj LETTERyOt
> wrote:
>
> 2015-05-28 17:15 UTC+02:00, John Ralls :
>> Please don't submit patches to the mailing list. Open a bug in
>> Bugzilla.gnome.org or fork our repo on Github, create a branch with your
>
2015-05-28 17:15 UTC+02:00, John Ralls :
> Please don't submit patches to the mailing list. Open a bug in
> Bugzilla.gnome.org or fork our repo on Github, create a branch with your
> patch, and make a pull request. Patches should be written against HEAD in
> the branch you'
> On Aug 13, 2015, at 11:35 AM, Geert Janssens
> wrote:
>
> On Thursday 28 May 2015 22:46:00 gLETTERyYuMEANSj LETTERyOt wrote:
>> From gnucash --help:
>>
>> --debug Enable debugging mode: increasing logging to provide deep
>> detail. --extra Enable extra/development/debugging features.
On Thursday 28 May 2015 22:46:00 gLETTERyYuMEANSj LETTERyOt wrote:
> From gnucash --help:
>
> --debug Enable debugging mode: increasing logging to provide deep
> detail. --extra Enable extra/development/debugging features.
> --log Log level overrides, of the form
> "log.ger.path={deb
> On Jun 30, 2015, at 4:51 AM, gLETTERyYuMEANSj LETTERyOt
> wrote:
>
> 2015-05-29 12:05 UTC+02:00, Christoph Holtermann :
>> I vote for keeping the times and making them visible.
>
> Thank you.
>
> I have created a github fork. I am trying to upload my patches there, but I am
> in a busy peri
2015-05-29 12:05 UTC+02:00, Christoph Holtermann :
> I vote for keeping the times and making them visible.
Thank you.
I have created a github fork. I am trying to upload my patches there, but I am
in a busy period. Then I will switch to 1100Z.
Daniel
_
Am 29.05.2015 um 00:28 schrieb John Ralls:
>> I think that the coding and debugging style, the TZ environment variable and
>> the lack of patch to preferences.glade are better reasons to disqualify it.
> Those are all fixable. Once they’re fixed, the patch can be considered for
&
date field
> of
> a preexisting transaction only changes if:
>
> - the date field used another timezone than + (gnucash-2.4), in which case
> it is now in the +0000 timezone (that happens even without my patch).
> - the user explicitely modified it.
> - the transaction is dated
in which case
it is now in the + timezone (that happens even without my patch).
- the user explicitely modified it.
- the transaction is dated 1200Z (current patch) and of less than two days old,
and the user updated another field of that transact
> On May 28, 2015, at 10:26 AM, gLETTERyYuMEANSj LETTERyOt
> wrote:
>
>> Daniel,
>>
>> Please don't submit patches to the mailing list. Open a bug in
>> Bugzilla.gnome.org or fork our repo on Github, create a branch with your
>> patch, and make a
2015-05-28 20:02 UTC+02:00, Michael Ferrara :
> I see how noting transaction times down to the fraction of a second could
> be useful for quantitative analysis of a stock market.
Among the multiple date format used (from memory: struct tm, Timespec, time64,
GDate, GDateTime, {int day, month, year}
ansjletter...@gmail.com> wrote:
> >
> > Dear developers,
> >
> > For my work I had to patch gnucash-2.6.5 so that time of transactions are
> > displayed and editable, and so that new transactions are correctly
> timestamped.
> >
> > I plan to release
> Daniel,
>
> Please don't submit patches to the mailing list. Open a bug in
> Bugzilla.gnome.org or fork our repo on Github, create a branch with your
> patch, and make a pull request.
I'll choose the buzgilla bug. I'll then ask my boss if I can take time for a
git
> On May 28, 2015, at 6:37 AM, gLETTERyYuMEANSj LETTERyOt
> wrote:
>
> Dear developers,
>
> For my work I had to patch gnucash-2.6.5 so that time of transactions are
> displayed and editable, and so that new transactions are correctly
> timestamped.
>
> I
: one asks to
remove time handling altogether while the other proposes to make the
time visible and editable to the user (like your patch). The user vote
is currently slightly in favor of the proposal to eliminate time
handling.
At this point I don't think we have decided yet how to
Hi,
I've created a patch to update the Help documentation re Mike Alexander's
recent mods for the Advanced Portfolio Report where you sometimes no longer
need to include a dummy stock split in order for income or expense
transactions to be automatically included in the Income. Mike
I used to count on commit message and commit author. BTW this change is
already in master, so I think authority info is preserved by git.
On 2/17/2015 7:29 AM, Dmitry Pavlov wrote:
> If I get you right, you need ability to make a report for budget with
> specification of what periods to show in det
Great!
17 февр. 2015 г. 22:12 пользователь "David" написал:
> That is exactly what I needed. Works like a Charm! I can look at just one
> month at a time. Thanks.
>
>
>
> --
> View this message in context:
> http://gnucash.1415818.n4.nabble.com/Budget-reports-tp1436849p4676110.html
> Sent from
That is exactly what I needed. Works like a Charm! I can look at just one
month at a time. Thanks.
--
View this message in context:
http://gnucash.1415818.n4.nabble.com/Budget-reports-tp1436849p4676110.html
Sent from the GnuCash - Dev mailing list archive at Nabble.com.
_
Dmitry, Thank you so much. That is exactly what I needed. I can look at
just one month now on a clean screen. I have not yet used anything except
Default Accounts, but I will start that project after I send this.
Good Work!
On Tue, Feb 17, 2015 at 8:29 AM, Dmitry Pavlov wrote:
> If I get you
On 2/17/2015 7:29 AM, Dmitry Pavlov wrote:
> If I get you right, you need ability to make a report for budget with
> specification of what periods to show in details, because for budgets with
> large number of periods, it is not convinient to analyze data.
>
> I think that my enhancements is what y
If I get you right, you need ability to make a report for budget with
specification of what periods to show in details, because for budgets with
large number of periods, it is not convinient to analyze data.
I think that my enhancements is what you need, please refer to this blog
post about them:
Well here it is a little over 6 years later and I am using 2.6.5 and your
contributions to the budget report are working well. I am a new user of
gnucash, migrating from Quicken. At the moment I am searching posts about
Budget Report and this thread is the first on a long list.
I am used to bein
On Jun 9, 2014, at 2:35 PM, John Ralls wrote:
> I’m going to suspend the patch-recieve-email hook for a while to stop the
> noise on gnucash-patches and gnucash-changes while I clean out the old
> feature branches. I should be done in less than an hour, and I’ll restore the
&g
I’m going to suspend the patch-recieve-email hook for a while to stop the noise
on gnucash-patches and gnucash-changes while I clean out the old feature
branches. I should be done in less than an hour, and I’ll restore the hook then.
Regards,
John Ralls
- one patch I did have to add was the ability to return so called SCM (scheme)
objects
back to guile
2. you need schemepy - which has a module for calling python from guile version
of scheme
- again the available source has not been udpated for years so needed
some patching to get running
Then you
me from python
- unfortunately the available source has not been udpated for years so needed
quite
a bit of patching to build (I run under macports on OSX mainly)
- one patch I did have to add was the ability to return so called SCM (scheme)
objects
back to guile
2. you need schemepy - which has
e to do more forecasting
than the standard reports provide.
Marc
--
View this message in context:
http://gnucash.1415818.n4.nabble.com/Python-bindings-patch-documentation-examples-tp4667098p4670696.html
Sent from the GnuCash - Dev mailing list archive a
Nevermind; I just did it myself..
-derek
On Wed, March 12, 2014 3:11 pm, Derek Atkins wrote:
> Hi,
>
> All the rest of the Makefiles use $(SWIG) instead of @SWIG@
> Could you adjust your patch to match?
>
> Thanks,
>
> -derek
>
> On Wed, March 12, 2014 3:07 pm, E
Hi,
All the rest of the Makefiles use $(SWIG) instead of @SWIG@
Could you adjust your patch to match?
Thanks,
-derek
On Wed, March 12, 2014 3:07 pm, Erik Johansson wrote:
> On e.g. Ubuntu, swig is available under the name swig2.0.
>
> See attached patch.
>
> // Erik
>
>
On e.g. Ubuntu, swig is available under the name swig2.0.
See attached patch.
// Erik
--
Erik Johansson
Home Page: http://ejohansson.se/
PGP Key: http://ejohansson.se/erik.asc
From cd92fb6e54e5e1baca7e0944086a7838edc41726 Mon Sep 17 00:00:00 2001
From: Erik Johansson
Date: Wed, 12 Mar 2014 20
ove off the view to the right
> > when resizing the left-most column.
> >
> > Please see attached patch.
> >
> > // Erik
>
> Good find. I have applied your patch [1].
>
> Thank you very much for your contribution !
>
> Geert
>
>
> [1] https://git
values in the
> total column in the totals view would move off the view to the right
> when resizing the left-most column.
>
> Please see attached patch.
>
> // Erik
Good find. I have applied your patch [1].
Thank you very much for your contribution !
Geert
[1] https://git
resizing the
left-most column.
Please see attached patch.
// Erik
--
Erik Johansson
Home Page: http://ejohansson.se/
PGP Key: http://ejohansson.se/erik.asc
From 2a5f816b95a2c2c1a91c98ea97ebd3433cf8e476 Mon Sep 17 00:00:00 2001
From: Erik Johansson
Date: Sun, 9 Mar 2014 21:57:36 +0100
Subject: [PATCH
Le lundi 17 février 2014 à 19:51 +0100, Geert Janssens a écrit :
> Out of curiosity: is the pc file a new addition in libdbi 0.9 ?
Yes, at least in Debian.
--
.''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://www.dynare.org/sebastien
`- GPG Key: 4096R/381A7594
s
On Tuesday 18 February 2014 11:57:14 Derek Atkins wrote:
> Geert Janssens writes:
> > Oh right,
> >
> > I remember that mail now.
> >
> > I'll just apply your patch as is.
> >
> > Out of curiosity: is the pc file a new addition in libdbi 0.9
Geert Janssens writes:
> Oh right,
>
> I remember that mail now.
>
> I'll just apply your patch as is.
>
> Out of curiosity: is the pc file a new addition in libdbi 0.9 ?
Perhaps we could use pkg-config and, if it fails, fall back to the
hard-coded list?
> Ge
gt; DBD modules has changed. This causes failures to compile GnuCash.
> > > The attached patch fixes this.
> > >
> > > Thanks,
> >
> > Thanks for your patch. It appears to have gone unnoticed until now.
> >
> > Before I apply it I'd like the
Le lundi 17 février 2014 à 19:16 +0100, Geert Janssens a écrit :
> On Sunday 09 February 2014 16:16:10 Sébastien Villemot wrote:
> > With the upload of DBD 0.9 to Debian unstable, the location of the DBD
> > modules has changed. This causes failures to compile GnuCash. The
> >
On Sunday 09 February 2014 16:16:10 Sébastien Villemot wrote:
> With the upload of DBD 0.9 to Debian unstable, the location of the DBD
> modules has changed. This causes failures to compile GnuCash. The
> attached patch fixes this.
>
> Thanks,
Sébastien,
Thanks for your patch
On Sun, February 9, 2014 10:27 am, John Ralls wrote:
>
> On Feb 9, 2014, at 8:16 AM, Sébastien Villemot
> wrote:
>
>> With the upload of DBD 0.9 to Debian unstable, the location of the DBD
>> modules has changed. This causes failures to compile GnuCash. The
>
On Feb 9, 2014, at 8:16 AM, Sébastien Villemot wrote:
> With the upload of DBD 0.9 to Debian unstable, the location of the DBD
> modules has changed. This causes failures to compile GnuCash. The
> attached patch fixes this.
>
Maybe we should just use pkg-config and lose the har
With the upload of DBD 0.9 to Debian unstable, the location of the DBD
modules has changed. This causes failures to compile GnuCash. The
attached patch fixes this.
Thanks,
--
.''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://www.dynare.org/sebasti
On Jan 24, 2014, at 12:46 PM, Sébastien Villemot wrote:
> Hi,
>
> Please find attached a patch that fixes Debian bug #736434
> (http://bugs.debian.org/736434)
>
> The gnucash tarball contains jquery.min.js, which is a minified version
> of jquery.js; but the latter i
Hi,
Please find attached a patch that fixes Debian bug #736434
(http://bugs.debian.org/736434)
The gnucash tarball contains jquery.min.js, which is a minified version
of jquery.js; but the latter is not included in the tarball. The
minified version is not the preferred form of modification, so
Il 22/01/2014 17:48, Sébastien Villemot ha scritto:
Hi,
Please find attached one more update to the French translation.
Cheers,
Patch applied! Thanks!
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman
. With this patch I linked almost all business features to
corresponding help pages. For features not yet documented, the button
will open the initial chapter of the business section.
___
gnucash-patches mailing list
gnucash-patc...@gnucash.org
https
r __init__, therefore I monkey
> patched it:
> https://github.com/hjacobs/gnucash-stock-portfolio/blob/master/gnucash_patch.py
> --- What's the best way to make a patch request for the original GnuCash
> Python bindings?
> * Are there any other known/major users of the Python bi
The configure script currently cd's into $srcdir to run gnc-scm-info,
and in the case of non-SCM builds, doesn't return to the build
directory until too late, causing out-of-tree builds to fail.
The attached patch to master as of last night obviates the need to cd
into $srcdir at all
iness/business-gnome/dialog-vendor.c
>gnucash/trunk/src/gnome-utils/gnc-ui.h
>gnucash/trunk/src/plugins/bi_import/dialog-bi-import-gui.c
>
> gnucash/trunk/src/plugins/customer_import/dialog-customer-import-gui.
> c Log:
> Bug 605991 Help button on New and Edit Job
On Tuesday 14 January 2014 21:53:40 Henning Jacobs wrote:
> Hi,
>
> thanks for all the answers and insights I got from your mails --- what
> I got out of it:
>
> * Sadly no core developer seems to be using the Python bindings :-(
Actually I am using the python bindings to synchronize data in gnuc
On Jan 14, 2014, at 12:53 PM, Henning Jacobs wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi,
>
> thanks for all the answers and insights I got from your mails --- what I
> got out of it:
[SNIP]
> * Core C/C++ API will mostly stay stable, so Python bindings will/should
> be
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
thanks for all the answers and insights I got from your mails --- what I
got out of it:
* Sadly no core developer seems to be using the Python bindings :-(
* There are some guys actively using it for their needs.
* Python seems to bring compatib
> >
> > what is the Query interface - is that the libqof functions??
> >
> > Is there an example which shows how this is done - I dont remember seeing
> > any query functions
> > for budgets in gnc-budget.c
>
> The current interface is QOFQuery. All of the persistent objects in Engine
> imple
On Jan 14, 2014, at 8:05 AM, David Osguthorpe
wrote:
> On Mon, Jan 13, 2014 at 03:59:29PM -0800, John Ralls wrote:
>>
>> Please remember to copy the list on all replies. Use “reply all” or, if your
>> mailer supports it, “reply list”.
>
> sorry - on some lists the list email is first - other
David Osguthorpe writes:
> what is the Query interface - is that the libqof functions??
yes, see qofquery.h
> Is there an example which shows how this is done - I dont remember
> seeing any query functions
> for budgets in gnc-budget.c
They wouldn't be there. QofQuery is a generic framework u
On Mon, Jan 13, 2014 at 03:59:29PM -0800, John Ralls wrote:
>
> Please remember to copy the list on all replies. Use “reply all” or, if your
> mailer supports it, “reply list”.
sorry - on some lists the list email is first - others not - remembering which
one is which
is a problem
>
> You sho
John Ralls writes:
> You should use the Query interface to find objects. If there are any
> “foo_find_by_bar” functions in the API now, they’ll be ripped out in
> the rewrite. In order to get to multiuser we’ll only be instantiating
> objects on demand, ideally only to edit unless it turns out to
Hi Henning,
> * Are there any other known/major users of the Python bindings?
> * Who is maintaining the Python bindings and is there any roadmap to
> improve them?
While not a major user of the Python bindings I've contributed a few
minor fixes and enhancements so far which are visiable in re
l functions on.
>
> I agree - it was just a hack to get something working without changing core
> gnucash
> - I still added the Budget.h into the python bindings for the rest of the
> budget functions which worked fine
>
> as a hack didnt want to include it in a
David Osguthorpe writes:
>> Unfortunately Python isn't a very good built-in scripting language,
>> and supporting it on Mac and Windows is a serious PITA. Guile is
>> better, except the number of Scheme programmers loose in the world is
>> pretty small. For the foreseeable future I'd expect that
On Monday 13 January 2014 08:39:36 David Osguthorpe wrote:
> On Sun, Jan 12, 2014 at 08:14:11PM -0800, John Ralls wrote:
> > > * Who is maintaining the Python bindings and is there any roadmap
> > > to
> > > improve them?
> >
> > They're maintained enough to keep them compiling by the core team.
>
On Jan 13, 2014, at 9:03 AM, Geert Janssens wrote:
> On Sunday 12 January 2014 20:14:11 John Ralls wrote:
> > On Jan 12, 2014, at 11:22 AM, Henning Jacobs wrote:
> > > IMHO the Python bindings are a really great way of enhancing the
> > > GnuCash functionality without having to code C/C++ (I wo
On Jan 13, 2014, at 8:39 AM, David Osguthorpe
wrote:
> On Sun, Jan 12, 2014 at 08:14:11PM -0800, John Ralls wrote:
>>
>>> * Who is maintaining the Python bindings and is there any roadmap to
>>> improve them?
>>
>> They're maintained enough to keep them compiling by the core team. They're
>>
On Sunday 12 January 2014 20:14:11 John Ralls wrote:
> On Jan 12, 2014, at 11:22 AM, Henning Jacobs wrote:
> > IMHO the Python bindings are a really great way of enhancing the
> > GnuCash functionality without having to code C/C++ (I would not be
> > very productive with it...)
>
> Unfortunately
On Monday 13 January 2014 08:16:17 David Osguthorpe wrote:
> I am using the python bindings - in fact was just going to see about
> getting some patches to update the bindings.
>
> Just updated to 2.6.0 - looks as though some functions that used to
> exist no longer exist in the Account class so n
On Sun, Jan 12, 2014 at 08:14:11PM -0800, John Ralls wrote:
>
> > * Who is maintaining the Python bindings and is there any roadmap to
> > improve them?
>
> They're maintained enough to keep them compiling by the core team. They're not
> really part of our development plan, they're mostly just th
ki/Python_Bindings to contain pointers to my
> scripts.
>
> Now my questions:
>
> * GncPrice does not contain a proper __init__, therefore I monkey
> patched it:
>
> https://github.com/hjacobs/gnucash-stock-portfolio/blob/master/gnucash_patch.py
> --- What's the
ipts.
>
> Now my questions:
>
> * GncPrice does not contain a proper __init__, therefore I monkey
> patched it:
> https://github.com/hjacobs/gnucash-stock-portfolio/blob/master/gnucash_patch.py
> --- What's the best way to make a patch request for the original GnuCash
> Py
I've attached a patch to fix an issue I encountered when generating jqplot
reports with account names containing quotes and angle brackets. The patch
defines jqplot-escape-string in report/report-system/html-jqplot.scm and uses
it in html-*chart.scm to escape the necessary strings.
I have
:
https://github.com/hjacobs/gnucash-stock-portfolio/blob/master/gnucash_patch.py
--- What's the best way to make a patch request for the original GnuCash
Python bindings?
* Are there any other known/major users of the Python bindings?
* Who is maintaining the Python bindings and is there any roadm
> not marked for translation.
>
> I understand that we are very close to the GnuCash 2.6 release, but I
> would like to fix this anyway.
> (0001-Make-the-date-help-string-translatable.patch)
>
> However, if this is not possible, I also send an alternative patch that
> makes
1 - 100 of 1645 matches
Mail list logo