Re: [GNC-dev] small documentation patch

2021-11-13 Thread Frank H. Ellenberger
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

[GNC-dev] small documentation patch

2021-11-13 Thread Lionel Élie Mamane
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

[GNC-dev] Fwd: [Gnucash/gnucash] Merge branch 'patch-1' of git://github.com/thetedmunds/gnucash into maint (96a6e1b)

2020-04-24 Thread Christopher Lam
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

Re: [GNC-dev] missing patch file in git repo for Windows gnucash

2019-05-25 Thread Dale Phurrough via gnucash-devel
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 > > &

Re: [GNC-dev] missing patch file in git repo for Windows gnucash

2019-05-25 Thread Dale Phurrough via gnucash-devel
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

[GNC-dev] missing patch file in git repo for Windows gnucash

2019-05-25 Thread Dale Phurrough via gnucash-devel
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

[GNC-dev] Patch for 3.4 failing for 3.4-39 and after

2019-01-27 Thread Stephen M. Butler
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:

[GNC-dev] Bug 796778 Patch

2018-08-23 Thread David Cousens
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

Re: [PATCH] Switch to python 3

2018-03-16 Thread Sébastien de Menten
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

Re: [PATCH] Switch to python 3

2018-03-16 Thread Alen Siljak
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

Re: [PATCH] Switch to python 3

2018-03-16 Thread John Ralls
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

[PATCH] Switch to python 3

2018-03-16 Thread Julian Wollrath
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 ++

Re: Patch to documentation Bug777287

2017-01-15 Thread Jon Daley
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

Patch to documentation Bug777287

2017-01-15 Thread DaveC49
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

Re: Patch : editing "Posted" time of transactions.

2016-02-22 Thread John Ralls
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

Re: Patch : editing "Posted" time of transactions.

2016-02-22 Thread gLETTERyYuMEANSj LETTERyOt
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

Re: format-patch

2016-02-22 Thread John Ralls
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

format-patch

2016-02-21 Thread Chris Good
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

Re: Patch : editing "Posted" time of transactions.

2016-02-01 Thread John Ralls
> 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

Re: Patch : editing "Posted" time of transactions.

2016-02-01 Thread gLETTERyYuMEANSj LETTERyOt
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

Re: Patch : editing "Posted" time of transactions.

2016-02-01 Thread gLETTERyYuMEANSj LETTERyOt
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

Re: Patch : editing "Posted" time of transactions.

2016-02-01 Thread John Ralls
> 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

Re: Patch : editing "Posted" time of transactions.

2016-02-01 Thread gLETTERyYuMEANSj LETTERyOt
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

Re: Patch : editing "Posted" time of transactions.

2016-01-29 Thread John Ralls
> 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

Re: Patch : editing "Posted" time of transactions.

2016-01-29 Thread Geert Janssens
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

Re: Patch : editing "Posted" time of transactions.

2016-01-29 Thread gLETTERyYuMEANSj LETTERyOt
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 >

Re: Patch : editing "Posted" time of transactions.

2016-01-29 Thread Geert Janssens
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

Re: Patch : editing "Posted" time of transactions.

2016-01-29 Thread gLETTERyYuMEANSj LETTERyOt
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.

Re: Patch : editing "Posted" time of transactions.

2016-01-28 Thread John Ralls
> 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 >

Re: Patch : editing "Posted" time of transactions.

2016-01-28 Thread gLETTERyYuMEANSj LETTERyOt
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'

Re: Patch : editing "Posted" time of transactions.

2015-08-13 Thread John Ralls
> 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.

Re: Patch : editing "Posted" time of transactions.

2015-08-13 Thread Geert Janssens
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

Re: Patch : editing "Posted" time of transactions.

2015-06-30 Thread John Ralls
> 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

Re: Patch : editing "Posted" time of transactions.

2015-06-30 Thread gLETTERyYuMEANSj LETTERyOt
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 _

Re: Patch : editing "Posted" time of transactions.

2015-05-29 Thread Christoph Holtermann
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 &

Re: Patch : editing "Posted" time of transactions.

2015-05-28 Thread John Ralls
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

Re: Patch : editing "Posted" time of transactions.

2015-05-28 Thread gLETTERyYuMEANSj LETTERyOt
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

Re: Patch : editing "Posted" time of transactions.

2015-05-28 Thread John Ralls
> 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

Re: Patch : editing "Posted" time of transactions.

2015-05-28 Thread gLETTERyYuMEANSj LETTERyOt
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}

Re: Patch : editing "Posted" time of transactions.

2015-05-28 Thread Michael Ferrara
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

Re: Patch : editing "Posted" time of transactions.

2015-05-28 Thread gLETTERyYuMEANSj LETTERyOt
> 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

Re: Patch : editing "Posted" time of transactions.

2015-05-28 Thread John Ralls
> 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

Re: Patch : editing "Posted" time of transactions.

2015-05-28 Thread Geert Janssens
: 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

Advanced Portfolio Rpt documentation patch

2015-03-07 Thread Chris Good
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

Re: [PATCH] Budget report improvements (was Re: Budget reports)

2015-02-18 Thread Dmitry Pavlov
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

Re: [PATCH] Budget report improvements (was Re: Budget reports)

2015-02-17 Thread Dmitry Pavlov
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

Re: [PATCH] Budget report improvements (was Re: Budget reports)

2015-02-17 Thread 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 the GnuCash - Dev mailing list archive at Nabble.com. _

Re: [PATCH] Budget report improvements (was Re: Budget reports)

2015-02-17 Thread David Christopher
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

Re: [PATCH] Budget report improvements (was Re: Budget reports)

2015-02-17 Thread David Carlson
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

Re: [PATCH] Budget report improvements (was Re: Budget reports)

2015-02-17 Thread Dmitry Pavlov
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:

Re: [PATCH] Budget report improvements (was Re: Budget reports)

2015-02-17 Thread David
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

Re: Patch Email

2014-06-09 Thread John Ralls
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

Patch Email

2014-06-09 Thread John Ralls
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

Re: Python bindings: patch, documentation, examples

2014-05-09 Thread Marc Shapiro
- 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

Re: Python bindings: patch, documentation, examples

2014-05-09 Thread David Osguthorpe
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

Re: Python bindings: patch, documentation, examples

2014-05-08 Thread mshapiro
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

Re: [PATCH] Don't hard code swig name

2014-03-12 Thread Derek Atkins
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

Re: [PATCH] Don't hard code swig name

2014-03-12 Thread Derek Atkins
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 > >

[PATCH] Don't hard code swig name

2014-03-12 Thread Erik Johansson
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

Re: [PATCH] Fix resizing of columns in budget view

2014-03-10 Thread Phil Longstaff
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

Re: [PATCH] Fix resizing of columns in budget view

2014-03-10 Thread Geert Janssens
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

[PATCH] Fix resizing of columns in budget view

2014-03-10 Thread Erik Johansson
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

Re: [PATCH] Fix detection of DBD modules for multiarch setups

2014-02-19 Thread Sébastien Villemot
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

Re: [PATCH] Fix detection of DBD modules for multiarch setups

2014-02-19 Thread Geert Janssens
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

Re: [PATCH] Fix detection of DBD modules for multiarch setups

2014-02-18 Thread Derek Atkins
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

Re: [PATCH] Fix detection of DBD modules for multiarch setups

2014-02-17 Thread Geert Janssens
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

Re: [PATCH] Fix detection of DBD modules for multiarch setups

2014-02-17 Thread Sébastien Villemot
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 > >

Re: [PATCH] Fix detection of DBD modules for multiarch setups

2014-02-17 Thread Geert Janssens
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

Re: [PATCH] Fix detection of DBD modules for multiarch setups

2014-02-09 Thread Derek Atkins
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 >

Re: [PATCH] Fix detection of DBD modules for multiarch setups

2014-02-09 Thread John Ralls
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

[PATCH] Fix detection of DBD modules for multiarch setups

2014-02-09 Thread Sébastien Villemot
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

Re: [PATCH] Ship src/report/jqplot/jquery.js in the tarball

2014-01-24 Thread John Ralls
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

[PATCH] Ship src/report/jqplot/jquery.js in the tarball

2014-01-24 Thread Sébastien Villemot
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

Re: [PATCH] French translation update

2014-01-22 Thread Cristian Marchi
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

Re: r23705 - gnucash/trunk/src - Bug 605991 Help button on New and Edit Job dialogs brings up wrong help page. With this patch I linked almost all business features to corresponding help pages. For fe

2014-01-19 Thread Cristian Marchi
. 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

Re: Python bindings: patch, documentation, examples

2014-01-19 Thread Christoph Holtermann
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

patch to fix out-of-tree builds

2014-01-19 Thread Taylor R Campbell
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

Re: r23705 - gnucash/trunk/src - Bug 605991 Help button on New and Edit Job dialogs brings up wrong help page. With this patch I linked almost all business features to corresponding help pages. For fe

2014-01-18 Thread Geert Janssens
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

Re: Python bindings: patch, documentation, examples

2014-01-15 Thread Geert Janssens
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

Re: Python bindings: patch, documentation, examples

2014-01-14 Thread John Ralls
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

Re: Python bindings: patch, documentation, examples

2014-01-14 Thread Henning Jacobs
-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

Re: Python bindings: patch, documentation, examples

2014-01-14 Thread David Osguthorpe
> > > > 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

Re: Python bindings: patch, documentation, examples

2014-01-14 Thread John Ralls
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

Re: Python bindings: patch, documentation, examples

2014-01-14 Thread Derek Atkins
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

Re: Python bindings: patch, documentation, examples

2014-01-14 Thread David Osguthorpe
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

Re: Python bindings: patch, documentation, examples

2014-01-14 Thread Derek Atkins
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

Re: Python bindings: patch, documentation, examples

2014-01-13 Thread Tom Lofts
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

Re: Python bindings: patch, documentation, examples

2014-01-13 Thread John Ralls
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

Re: Python bindings: patch, documentation, examples

2014-01-13 Thread Derek Atkins
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

Re: Python bindings: patch, documentation, examples

2014-01-13 Thread Geert Janssens
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. >

Re: Python bindings: patch, documentation, examples

2014-01-13 Thread John Ralls
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

Re: Python bindings: patch, documentation, examples

2014-01-13 Thread John Ralls
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 >>

Re: Python bindings: patch, documentation, examples

2014-01-13 Thread Geert Janssens
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

Re: Python bindings: patch, documentation, examples

2014-01-13 Thread Geert Janssens
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

Re: Python bindings: patch, documentation, examples

2014-01-13 Thread David Osguthorpe
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

Re: Python bindings: patch, documentation, examples

2014-01-13 Thread David Osguthorpe
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

Re: Python bindings: patch, documentation, examples

2014-01-12 Thread John Ralls
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

[PATCH] [Bug 721768] Escape labels for jqplot charts

2014-01-12 Thread Aaron Lindsay
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

Python bindings: patch, documentation, examples

2014-01-12 Thread Henning Jacobs
: 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

Re: [PATCH] make the date help string translatable

2013-12-24 Thread John Ralls
> 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   2   3   4   5   6   7   8   9   10   >