Re: [GNC-dev] Missing G_END_DECLS macro in gnucash/import-export/aqb/gnc-ab-kvp.h

2022-02-26 Thread john
> On Feb 25, 2022, at 8:59 PM, Kevin Buckley wrote: > > On Sun, 20 Feb 2022 at 02:05, john wrote: >> >> On those occasions where we want to bulk reformat we've generally used >> artistic style, http://astyle.sourceforge.net/, as >> astyle -xd -k1 -m0 -M60 -xL -xC79 -OHpUcZns4 --brackets=br

Re: [GNC-dev] Missing G_END_DECLS macro in gnucash/import-export/aqb/gnc-ab-kvp.h

2022-02-25 Thread Kevin Buckley
On Sun, 20 Feb 2022 at 02:05, john wrote: > > On those occasions where we want to bulk reformat we've generally used > artistic style, http://astyle.sourceforge.net/, as > astyle -xd -k1 -m0 -M60 -xL -xC79 -OHpUcZns4 --brackets=break > or more commonly just > astyle --indent=spaces=4 --bracke

Re: [GNC-dev] Missing G_END_DECLS macro in gnucash/import-export/aqb/gnc-ab-kvp.h

2022-02-19 Thread john
> On Feb 18, 2022, at 8:24 PM, Kevin Buckley wrote: > > I actually noticed this in a source file from back in the 2.6 days, > although have just pull-ed the maint branch, at commit 1ed85c9b6, > and still can't see one? > > FWIW, I was looking to wrap all of the > > G_BEGIN_DECLS > G_END_DECL

[GNC-dev] Missing G_END_DECLS macro in gnucash/import-export/aqb/gnc-ab-kvp.h

2022-02-18 Thread Kevin Buckley
I actually noticed this in a source file from back in the 2.6 days, although have just pull-ed the maint branch, at commit 1ed85c9b6, and still can't see one? FWIW, I was looking to wrap all of the G_BEGIN_DECLS G_END_DECLS pairs in GNU indent "Ignore" comments /* *INDENT-OFF* */ /* *INDENT-ON

Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-12-06 Thread Geert Janssens
Hi John, Op maandag 6 december 2021 20:26:39 CET schreef john: > Geert, > > This is hilarious. In that post Mr. Braam says that he maintains his > Megapixels project on SourceHut. Follow the link. Right at the top it says > "The development and maintainership of Megapixels has been moved to > git

Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-12-06 Thread john
> On Dec 6, 2021, at 11:02 AM, Frank H. Ellenberger > wrote: > > …and the bug report is? https://bugs.gnucash.org/show_bug.cgi?id=798382 Regards, John Ralls ___ gnucash-devel mailing list gnucash-

Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-12-06 Thread john
Geert, This is hilarious. In that post Mr. Braam says that he maintains his Megapixels project on SourceHut. Follow the link. Right at the top it says "The development and maintainership of Megapixels has been moved to gitlab.com/postmarketos/megapixels

Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-12-06 Thread Frank H. Ellenberger
…and the bug report is? Am 06.12.21 um 07:41 schrieb Kevin Buckley: > It seems I can't, so I now have an account there and have added > the patch to the "bug report" ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailm

Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-12-06 Thread Geert Janssens
Well, it wasn't just Kevin's patch submission by mail that triggered my reaction. I recently also read this blog post https://blog.brixit.nl/git-email-flow-versus-github-flow/[1] Though as it didn't really apply to gnucash directly I only read it superficially back then. Rereading it more clos

Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-12-06 Thread Frank H. Ellenberger
+1 Am 05.12.21 um 23:17 schrieb John Ralls: > Geert, > > Reviewing and commenting a big patch with several commits touching several > files and keeping track of what's been changed between versions via an email > conversation isn't attractive to me, nor is trying to keep track of which > chang

Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-12-05 Thread Kevin Buckley
On Mon, 6 Dec 2021 at 13:48, Kevin Buckley wrote: > > Only went with the patch by email to save me having to login to GitHub, > as I only maintain a local copy of the maint branch, not one forked to an > identity at GitHub. > > Can I submit via the bugzilla without needing a login on anything? It

Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-12-05 Thread Kevin Buckley
On Sun, 5 Dec 2021 at 22:34, Derek Atkins wrote: > > Hi, > > On Sun, December 5, 2021 8:55 am, D. via gnucash-devel wrote: > > Kevin, > > > > The preferred way to submit changes is through git PRs, not with patch > > files attached to emails to the lists. You'll get better results using > > that m

Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-12-05 Thread John Ralls
Geert, Reviewing and commenting a big patch with several commits touching several files and keeping track of what's been changed between versions via an email conversation isn't attractive to me, nor is trying to keep track of which change-sets have been applied, rejected, or are waiting for re

Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-12-05 Thread Geert Janssens
I actually wonder whether we should reconsider our strategy. We're pretty used to the convenience of github pull requests. But patches by mail are actually the main method offered by git itself. So forcing potential contributors to go manipulate a website in order to get a patch sent is is cou

Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-12-05 Thread Derek Atkins
Hi, On Sun, December 5, 2021 8:55 am, D. via gnucash-devel wrote: > Kevin, > > The preferred way to submit changes is through git PRs, not with patch > files attached to emails to the lists. You'll get better results using > that method. I would add that there are two preferred methods: 1) Githu

Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-12-05 Thread D. via gnucash-devel
llenberger" Cc: gnucash-devel Subject: Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h On Wed, 1 Dec 2021 at 22:40, Frank H. Ellenberger wrote: > > Hi Kevin, > > don't forget to CC the list. > > Am 01.12.21 um 03:22 sch

Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-12-04 Thread Kevin Buckley
o the "a the" is in there too. > > > > FWIW, I have noticed a few other typos and spelling corrections in > > the comments, so maybe I should clone the repo and submit a PR > > with them all in? > > Yes, that would be the best approach. > See also

Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-12-01 Thread Frank H. Ellenberger
Hi Kevin, don't forget to CC the list. Am 01.12.21 um 03:22 schrieb Kevin Buckley: > On Sat, 27 Nov 2021 at 23:36, Frank H. Ellenberger > wrote: >> >> Hi Kevin, >> >> The comments containing "@param" are doxygen sources. How looks the reesult >> https://code.gnucash.org/docs/MAINT/import-main-ma

Re: [GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-11-27 Thread Frank H. Ellenberger
> strings that I could grep, in case it helps tidy up the codebase, a recent > grep > on the maint branch returned: > > ./gnucash/import-export/import-main-matcher.h: * @param info. A > pointer to a the GNCImportMainMatcher structure. > ./gnucash/import-export/import-main-ma

[GNC-dev] Small changes to comment text, mostly in gnucash/import-export/import-main-matcher.h

2021-11-24 Thread Kevin Buckley
s, but no "A pointer to a " strings that I could grep, in case it helps tidy up the codebase, a recent grep on the maint branch returned: ./gnucash/import-export/import-main-matcher.h: * @param info. A pointer to a the GNCImportMainMatcher structure. ./gnucash/import-export/import-main-matcher.

[GNC-dev] gnucash/import-export/qif-imp/CMakeLists.txt

2020-04-25 Thread John Ralls
Rob, Roger that it's been a while, but do you remember why you put qif-import.scm in both the scm-qif-import and scm-qif-import-2 targets in the subject CMakeLists.txt? Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org http

Re: gnucash import/export

2009-02-22 Thread Andrew Sackville-West
On Sun, Feb 22, 2009 at 05:06:03AM -0700, rud...@rsgis.net wrote: > Let me offer my opinion that the best solution, in my opinion, > would be getting the postgresql backend working again. Or mysql. > Or sqlite. there is a dbi based backend in trunk that I *believe* is slated for release in 2.4, i

gnucash import/export

2009-02-22 Thread rudahl
Looking through the docs, it seems there are a lot of things that will someday be in gnucash but aren't yet. Like DB support, for example, or the ability to view stock values on a per-transaction basis (not as an account total), or better foreign exchange support. This being said, it seems that be