Re: Interactive Javascript + Canvas (jqPlot) powered graphs

2011-03-26 Thread Chris
e date labels run over each other where as gog graphs does not show all dates. 2) In gog when the are negative values the get stacked negatively from 0 Regards, Chris ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.o

Re: about check number heuristics

2007-01-29 Thread Chris
On Fri, 2007-01-26 at 14:59 -0200, Ethy H. Brito wrote: > On Thu, 25 Jan 2007 10:00:54 -0500 > Derek Atkins <[EMAIL PROTECTED]> wrote: > > > >> Are you offering to code this and send in a patch? :-D > > >> > > > > > > yes I am. In fact I am working on the idea reading the code to catch your > > >

Re: about check number heuristics

2007-01-31 Thread Chris
A1000 00A123 00A124 00A99900A1000 ABC ABC1 I'll hook it into gnucash and send a patch. Regards, Chris ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

check number magical add

2007-02-01 Thread Chris
prefix or change the next_num field to a string. I'll provide a patch anon. Regards, Chris --- gnucash/src/register/register-core/numcell.c2006-02-04 10:24:33.0 +1100 +++ gnucash-build/src/register/register-core/numcell.c 2007-02-01 16:50:41.0 +1100 @@ -36,6

goffice and cairo

2007-03-03 Thread Chris
To work with my system Fiesty libgoffice-0-3 0.3.5-1ubuntu1 I needed to change src/gnome-utils/gnc-html-graph-gog.c to use cairo. Attached is a patch I've wrapped these with HAVE_CAIRO. I've not attepted any automake foo the set HAVE_CAIRO. Index: src/gnome-utils/gnc-html-graph-gog.c

Re: GC architecture for backends

2006-11-02 Thread Chris
I would suggest that those wishing to use a database other than SQLite will have to know what they are doing so can define the DSN externally and so when opening a book if its name is not in the data source list create a SQLite DSN and add it to the data source list. Regards, Chris On Thu, 2006

Re: about check number heuristics

2007-01-24 Thread Chris
hat meets case 1 or case 2. If you cant find a suitable candidate treat it as a degenerate form of Case 2. e.g. "ABC" => "ABC" 0 => ABC1 Regards, Chris ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

cmake error re libgnomecanvas-2.0

2018-03-30 Thread Chris Good
I add the above 3 to the wiki? Should I say they are only needed to build maint or 2.6.* ? (I haven't tried to build unstable or master yet) Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.o

Re: running setup-mingw64.ps1

2018-04-04 Thread Chris Good
Hi pjlbyrne, For those of us not reading this in nabble, could you please include a link to the nabble thread in your responses so we can easily see the context? Eg http://gnucash.1415818.n4.nabble.com/gnucash-3-0-crashes-opening-accounts-file-td4698761.html Regards, Chris Good > > M

Re: running setup-mingw64.ps1

2018-04-04 Thread Chris Good
Hi Dave, I'm reading this in Safari on an iPad. The link takes me to nabble but not to the thread. I still have to find the thread. Regards, Chris Good > On 5 Apr 2018, at 5:01 AM, Dave H wrote: > > Chris, There seems to be a Sent From link there in the stuff I'm seei

Re: running setup-mingw64.ps1

2018-04-04 Thread Chris Good
Hi Dave, For me, the thread at the top of the page is not the correct thread. Regards, Chris Good > On 5 Apr 2018, at 6:19 AM, Dave H wrote: > > Hmm my Outlook/Safari/iPad takes me to Nabble with the thread at the top of > the screen, oh well one of life’s little mysteries :-)

[GNC-dev] (no subject)

2018-04-30 Thread Chris Good
> the *.po files are used), gnucash documentation or gnucash account hierarchy > templates. > > Regards, > > Geert Hi Paul, Another solution, which does not cause extra work each time you upgrade, would be to program a function key to output "Paul". I haven't

[GNC-dev] (no subject)

2018-04-30 Thread Chris Good
> On 1 May 2018, at 7:06 AM, Chris Good wrote: > >> Message: 6 >> Date: Mon, 30 Apr 2018 10:15:29 +0200 >> From: Geert Janssens >> To: gnucash-devel@gnucash.org >> Subject: Re: [GNC-dev] Solved : how to extend the selection of >> predefined actions

Re: [GNC-dev] Solved : how to extend the selection of predefined actions on a split

2018-04-30 Thread Chris Good
> On 1 May 2018, at 7:23 AM, Chris Good wrote: > > > >> On 1 May 2018, at 7:06 AM, Chris Good wrote: >> >>> Message: 6 >>> Date: Mon, 30 Apr 2018 10:15:29 +0200 >>> From: Geert Janssens >>> To: gnucash-devel@gnucash.org >&g

Re: [GNC-dev] Solved another way: how to extend the selection of predefined actions on a split

2018-05-01 Thread Chris Good
Hi Paul, Nice solution. Thanks for sharing. I wonder if it will work under wayland... If you have time, maybe you can share with GnuCash-User? I remember several questions about modifying the Action list over the years. Regards, Chris Good > On 2 May 2018, at 12:14 AM, Paul Dest wr

Re: [GNC-dev] Solved another way: how to extend the selection of predefined actions on a split

2018-05-02 Thread Chris Good
> -Original Message- > From: Frank H. Ellenberger > Sent: Wednesday, 2 May 2018 6:14 PM > To: Chris Good ; Paul Dest > Cc: gnucash-devel@gnucash.org > Subject: Re: [GNC-dev] Solved another way: how to extend the selection of > predefined actions on a split > >

[GNC-dev] Bugzilla down?

2018-05-17 Thread Chris Good
Hi, Bugzilla had been really slow last couple of days and seems to be down now. I know the migration is being worked on but is this known about or just me? Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel@gnucash.org https

[GNC-dev] Register text selection + V#3 Windows scroll bars.

2018-05-21 Thread Chris Good
able to go say approx. 1/3 of the way through all the entries in the window. Also, usually in Windows, the height of the scroll bar indicates how much the current screen is, as a proportion of all entries. What do other think? Maybe this is an option I can set in css? Reg

Re: [GNC-dev] Solved another way: how to extend the selection of predefined actions on a split

2018-05-24 Thread Chris Good
Hi Paul, Have you managed to update the wiki? I couldn't find anything when I searched for xdotool. I'll let gnucash-user people know when you're done. Regards, Chris Good > -Original Message- > From: Paul Dest > Sent: Thursday, 3 May 2018 6:05 AM >

[GNC-dev] AqBanking Settings

2018-05-25 Thread Chris Good
should backup? (My new version already does all %APPDATA%\gnucash). [1] http://wiki.gnucash.org/wiki/Published_tools Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Register text selection + V#3 Windows scroll bars.

2018-05-26 Thread Chris Good
o gnucash-user to let people know of the alternative. Regards, Chris Good From: Geert Janssens Sent: Tuesday, 22 May 2018 5:57 PM To: gnucash-devel@gnucash.org Cc: David Carlson ; Chris Good Subject: Re: [GNC-dev] Register text selection + V#3 Windows scroll bars. This is another beh

[GNC-dev] GnuCash 3 on Linux

2018-06-05 Thread Chris Good
. The https://wiki.gnucash.org/wiki/BuildUbuntu16.04 page mentions only guile-2.0 not guile-2.2. Does the current gnucash maint build OK on Ubuntu 18.04? [1] http://ftp.us.debian.org/debian/pool/main/g/gnucash/ Thanks in advance, Regards, Chris Good __

[GNC-dev] wiki.gnucash.org down?

2018-06-08 Thread Chris Good
Seems to have been down for at least an hour? Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] GnuCash 3 on Linux

2018-06-09 Thread Chris Good
> Message: 4 > Date: Tue, 5 Jun 2018 06:47:55 -0700 > From: John Ralls > To: Chris Good > Cc: gnucash-devel@gnucash.org > Subject: Re: [GNC-dev] GnuCash 3 on Linux > Message-ID: > Content-Type: text/plain; charset=us-ascii > > > > On Jun 5, 2018, at 5:

Re: [GNC-dev] GnuCash 3 on Linux

2018-06-10 Thread Chris Good
> -Original Message- > From: John Ralls > Sent: Sunday, 10 June 2018 6:13 AM > To: Chris Good > Cc: gnucash-devel@gnucash.org > Subject: Re: [GNC-dev] GnuCash 3 on Linux > > > > > On 9. Jun 2018, at 00:17, Chris Good wrote: > > > > Hi

Re: [GNC-dev] GnuCash 3 on Linux

2018-06-10 Thread Chris Good
> -Original Message- > From: Geert Janssens > Sent: Sunday, 10 June 2018 8:16 PM > To: gnucash-devel@gnucash.org > Cc: Chris Good ; 'John Ralls' > Subject: Re: [GNC-dev] GnuCash 3 on Linux > > Op zondag 10 juni 2018 11:07:36 CEST schreef Chris

Re: [GNC-dev] BZ: Migration Status (2018-06-15) -- Final Testing

2018-06-15 Thread Chris Good
be a problem with dates/times. In the old and new websites, I changed my preference to Timezone used to display dates and times : Australia/Sydney Now: https://bugzilla.gnome.org/show_bug.cgi?id=796154 Reported: 2018-05-16 10:42 AEST by Chris Good https://bugs.gnucash.org/sh

Re: [GNC-dev] BZ: Migration Status (2018-06-15) -- Final Testing

2018-06-16 Thread Chris Good
Hi Derek, I have added this task to the wiki TODO list. Regards, Chris Good > -Original Message- > From: Derek Atkins > Sent: Saturday, 16 June 2018 6:09 PM > To: Chris Good ; gnucash-devel@gnucash.org > Subject: Re: [GNC-dev] BZ: Migration Status (2018-06-15) -

Re: [GNC-dev] BZ: Migration Status (2018-06-15) -- Final Testing

2018-06-30 Thread Chris Good
> -Original Message- > From: Derek Atkins > Sent: Tuesday, 26 June 2018 11:30 PM > To: Chris Good > Cc: gnucash-devel@gnucash.org > Subject: Re: [GNC-dev] BZ: Migration Status (2018-06-15) -- Final Testing > > Chris, > > "Chris Good" writes:

Re: [GNC-dev] BZ: Migration Status (2018-06-15) -- Final Testing

2018-06-30 Thread Chris Good
Hi Derek + John, Works now thanks. Regards, Chris Good > -Original Message- > From: Derek Atkins > Sent: Sunday, 1 July 2018 11:25 AM > To: John Ralls > Cc: Derek Atkins ; Chris Good ; > gnucash-devel@gnucash.org > Subject: Re: [GNC-dev] BZ: Migration Status

[GNC-dev] Compiling Gnucash on MacOS - not for the faint of heart...

2018-07-01 Thread chris graves
dule name to use is: gnucash. Setting it to this in ~/.jhbuildrc-custom got me past this issue. The place I'm stuck at now is: *** Checking out iso-codes *** [62/76] curl --continue-at - -L http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.67.tar.xz -o /Users/chris/gtk/source/pkg

Re: [GNC-dev] Compiling Gnucash on MacOS - not for the faint of heart...

2018-07-02 Thread chris graves
> On Jul 1, 2018, at 8:39 PM, Rob Gowin wrote: > > > > On Sun, Jul 1, 2018, 11:25 PM John Ralls <mailto:jra...@ceridwen.us>> wrote: > > > > On Jul 1, 2018, at 7:39 PM, chris graves > <mailto:mohaveba...@gmail.com>> wrote: > > > &

Re: [GNC-dev] Compiling Gnucash on MacOS - not for the faint of heart...

2018-07-02 Thread chris graves
> On Jul 2, 2018, at 5:38 PM, Rob Gowin wrote: > > > > On Mon, Jul 2, 2018 at 7:22 PM, chris graves <mailto:mohaveba...@gmail.com>> wrote: > > >> On Jul 1, 2018, at 8:39 PM, Rob Gowin > <mailto:r...@gowin.net>> wrote: >> >> &

[GNC-dev] Bug 794755

2018-07-10 Thread chris graves
()), GNC_HOW_RND_ROUND_HALF_UP); just before this line: return xaccPrintAmount (price, gnc_default_price_print_info ()); Not sure if this is the correct fix, nor if you want me mucking with the github repo, but at least this may be a pointer in the right direction on where to resolve the issue. Chris

[GNC-dev] gtk-mac-bundler-0.6.1

2018-07-13 Thread chris graves
Just curious if this is the current version. I'm having problems creating the bundle. Not sure if it's user error or ??? I modified the files indicated in the wiki and ran the program as follows: chris$ pwd /Users/chris/src/gnucash-bundler/gtk-mac-bundler-0.6.1 chris$ gtk-m

Re: [GNC-dev] gtk-mac-bundler-0.6.1

2018-07-13 Thread chris graves
Looks like the link on the wiki is a bit out of date, found an updated version here: https://gitlab.gnome.org/GNOME/gtk-mac-bundler.git > On Jul 13, 2018, at 12:48 PM, chris graves wrote: > > Just curious if this is the current version. I'm having problems creating > the bun

[GNC-dev] There was an error parsing the file...

2018-09-16 Thread chris graves
: "There was an error parsing the file". Uncompressing and doing an sdiff -s on the original file and the non-working saved file: mbp:gnucashSaves chris$ sdiff -s ok.gnucash bad.gnucash > xmlns:vendor="http://w

Re: [GNC-dev] There was an error parsing the file...

2018-09-17 Thread chris graves
Same thing happens when using the new build to create a new gnucash file. Removing the duplicate lines allows the file to open, but they are placed right back at the next save. > On Sep 16, 2018, at 11:56 AM, chris graves wrote: > > I performed a git clone of the maint branch on

Re: [GNC-dev] There was an error parsing the file...

2018-09-19 Thread chris graves
> On Sep 17, 2018, at 9:53 AM, John Ralls wrote: > > > >> On Sep 17, 2018, at 8:00 AM, chris graves wrote: >> >> Same thing happens when using the new build to create a new gnucash file. >> Removing the duplicate lines allows the file to open, but t

Re: [GNC-dev] There was an error parsing the file...

2018-09-22 Thread chris graves
Looks like the problem was that I did not remove the Gnucash files from the installation directory between builds. Once done, the problem has not resurfaced. Lesson learned. > On Sep 19, 2018, at 8:08 AM, chris graves wrote: > > > >> On Sep 17, 2018, at 9:53 AM,

Re: [GNC-dev] GnuCash 3.3 Released

2018-09-30 Thread chris graves
Damn, you guys have been busy, thanks for all the hard work! One thing that popped out right away was that the font size for most aspects of the program has increased by 6 or so points (this is on MacOS). Actually it was quite pleasing to my old eyes, but unexpected. > On Sep 30, 2018, at 1:42

[GNC-dev] GTK3 Mnemonics

2018-10-19 Thread Chris Good
ic activator key. Can anyone verify that or provide links that indicate how it should work? [1] https://code.gnucash.org/wiki/index.php?title=GTK3&diff=14720&oldid=14717 Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel@gn

Re: [GNC-dev] GNUCASH Test Data

2018-11-10 Thread Chris Good
Hi Chris (Millsap), My initial thoughts are that this would quickly become obsolete and developers would usually already have easy access to their own large data files, so would probably not be worth much effort. I'm not a Gnucash developer though and they probably have other ideas, so

[GNC-dev] Introduction, a story, and 50% improvement in XML loading speed

2018-12-24 Thread Chris Carson
TL;DR: hi! I'm a programmer! The attached patch to one line of code gives a 50% reduction in XML load CPU use! Skeptical? I was. *Introduction* (of me) My name is Chris Carson. I wrote code for a living from 1976-1986, and then entered management but continued dabbling in code

Re: [GNC-dev] GnuCash 3 on Linux

2019-02-08 Thread Chris Good
-Original Message- From: Geert Janssens Sent: Wednesday, 6 June 2018 12:10 AM To: gnucash-devel@gnucash.org Cc: Chris Good Subject: Re: [GNC-dev] GnuCash 3 on Linux Op dinsdag 5 juni 2018 14:53:44 CEST schreef Chris Good: > Hi, > > I'm working on my BackupGnuCash s

Re: [GNC-dev] GnuCash 3 on Linux

2019-02-10 Thread Chris Good
-Original Message- From: Geert Janssens Sent: Sunday, 10 February 2019 11:29 PM To: gnucash-devel@gnucash.org Cc: Chris Good Subject: Re: [GNC-dev] GnuCash 3 on Linux Op vrijdag 8 februari 2019 10:04:55 CET schreef Chris Good: > Hi Geert, > > Thanks very much for the above in

Re: [GNC-dev] GnuCash 3 on Linux

2019-02-23 Thread Chris Good
Message: 5 Date: Sat, 23 Feb 2019 16:30:58 -0600 (CST) From: David Cousens To: gnucash-devel@gnucash.org Subject: Re: [GNC-dev] GnuCash 3 on Linux Message-ID: <1550961058473-0.p...@n4.nabble.com> Content-Type: text/plain; charset=us-ascii Chris, If I save reports from GnuCash 3.4 on Linu

[GNC-dev] BackupGnuCash updated for GnuCash V3

2019-02-26 Thread Chris Good
Linux/tree/master/src/backupgnuca sh Windows: https://github.com/goodvibes2/BackupGnuCashWin/tree/master/src/backupgnucash Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gn

[GNC-dev] 3.4 metadata location

2019-03-03 Thread Chris Graves
: Notice Your gnucash metadata has been migrated. Old location: /home/chris/.gnucash New location: /home/chris/.var/app/org.gnucash.GnuCash/data/gnucash No complaints, just curious... ___ gnucash-devel mailing list gnucash-devel@gnucash.org https

[GNC-dev] About Gnucash

2020-02-17 Thread chris graves
On the About GnuCash window, is displayed among other things Version Build ID Finance::Quote Question, should the AQBanking version be displayed as well? Or perhaps is this just opening up a whole can of worms for all included third party s/w? Chris

Re: [GNC-dev] About Gnucash

2020-02-18 Thread Chris Graves
s thinking that it would be nice to have quick, easy access to it's version info. Not so easy/obvious from a flatpak install unless I'm missing something (though I have found how to access it). Chris On Mon, Feb 17, 2020 at 8:30 PM Frank H. Ellenberger < frank.h.ellenber...@gma

Re: [GNC-dev] About Gnucash

2020-02-19 Thread chris graves
flatpak/blob/master/modules/aqbanking> > > .json. There's a history button on the right side near the top that you can > > use to look back to when your flatpak was built. > > > > Regards, > > John Ralls > > > > > On Feb 18, 2020, at 4:29 PM,

Re: [GNC-dev] About Gnucash

2020-02-19 Thread chris graves
Cool. I tried similar to what you did, but didn't understand where to put the aqbaning-cli param (versions) -- not too intuitive... Yeah, I know, RTFM... > On Feb 19, 2020, at 10:07 AM, Geert Janssens > wrote: > > flatpak run --command=aqbanking-cli org.gnucash.GnuCash versions ___

[GNC-dev] Fwd: [Aqbanking-user] Issues with Gnucash/OFX.Using a recent flatpack with: Versions: AqBanking-CLI: 6.1.0 Gwenhywfar : 5.2.0.0 AqBanking : 6.1.0.0

2020-02-20 Thread chris graves
Hi, Not sure what the notification process is to the Gnucash Team, but Martin has fixed the bug below, so if his fix could be incorporated in the flatpak nightlies when/if appropriate, that would be appreciated. Thanks, Chris > Begin forwarded message: > > From: Martin Preuss via

Re: [GNC-dev] AqBanking : 6.1.1

2020-02-27 Thread Chris Graves
Frank, Looks like the program is crashing in: gwenhywfar-5.2.0/src/base/buffer.c line 237 Chris On Tue, Feb 25, 2020 at 1:26 PM Frank H. Ellenberger < frank.h.ellenber...@gmail.com> wrote: > Hi, > > forwarding as it seems now to be in Gnucash. > > Regards > Frank >

[GNC-dev] BackupGnuCash updated for Java 11

2020-03-03 Thread Chris Good
java installed on your system. The new BackupGnuCash version is 2.0.0. Please see: Linux: https://github.com/goodvibes2/BackupGnuCashLinux/tree/master/src/backupgnuca sh Windows: https://github.com/goodvibes2/BackupGnuCashWin/tree/master/src/backupgnucash Regards, Chris

Re: [GNC-dev] Build broken on MacOS

2020-03-05 Thread chris graves
IIRC, the fix is to edit ~/.cache/jhbuild/gnucash.modules and make the following change: https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/modulesets-stable/gtk-osx.modules"/> Chris > On Mar 5, 2020, at 10:34 AM, Derek Atkins wrote: > > Did you follow the instruc

Re: [GNC-dev] A little hint for xcode usage (scheme)

2020-03-09 Thread chris graves
Not sure that I can be of much help here, but I'm able to set breakpoints from within Xcode but also compiled gnucash with Xcode. Did you compile gnucash with Xcode or jhbuild (not sure that it makes a difference). > On Mar 8, 2020, at 10:23 PM, jean laroche wrote: > > Well, I don't have enou

Re: [GNC-dev] Ideas for account type-ahead modification

2020-03-09 Thread chris graves
+1 ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

[GNC-dev] IngAusOfxFix updated for Java 11 + 2 new features - Release 2.01

2020-03-13 Thread Chris Good
Windows: https://github.com/goodvibes2/IngAusOfxFixWin Regards, Chris Good <>___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Question about account list and typeahead

2020-03-16 Thread chris graves
d, so no reason to hit backspace. Chris > On Mar 15, 2020, at 2:34 PM, Adrien Monteleone > wrote: > > I am on Catalina as well. > > Regards, > Adrien > >> On Mar 15, 2020 w12d75, at 4:30 PM, David H wrote: >> >> Doesn't work on my Mac either

Re: [GNC-dev] Online Access to Bank of America

2020-03-17 Thread chris graves
Which version of Gnucash are you using. Online OFX Direct Connect access is broken in version 3.8. > On Mar 17, 2020, at 3:31 PM, Alan Auerbach wrote: > > As a brand-new user, I am trying to setup online access to my Bank of > America account. I have entered the requested information including

Re: [GNC-dev] Advice on what to look at next

2020-03-23 Thread Chris Graves
For all you devs, it’s understood(or it should be) that what you do for this project is a labor of love. Take your time, relax and just enjoy the fixes/enhancements that you bring to this project. Who cares if a deadline needs to slip, just have fun!!! Thank you devs!!! Chris > On Mar

Re: [GNC-dev] [GNC] GnuCash 3.9 Released

2020-03-29 Thread Chris Graves
Devs, Once again, thanks for all the hard work on this release. Lots of squashed bugs. Chris ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

[GNC-dev] Debugging for Bug 797236 g_closure_invoke problem

2020-03-31 Thread Chris Good
(thanks for these!) but don't see a way to do a 'ninja install' from Eclipse. Is there a way or is that not needed because we can either run or debug from Eclipse. Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Debugging for Bug 797236 g_closure_invoke problem

2020-04-01 Thread Chris Good
From: Geert Janssens Sent: Wednesday, 1 April 2020 6:37 PM To: gnucash-devel@gnucash.org Cc: Chris Good Subject: Re: [GNC-dev] Debugging for Bug 797236 g_closure_invoke problem Hi Chris, What OS are you using again ? On linux it's indeed as simple as installing the appropriate

Re: [GNC-dev] Debugging for Bug 797236 g_closure_invoke problem

2020-04-01 Thread Chris Good
stion. It's all a bit of a rabbit warren to me at the moment and I haven't found any guide lines or overviews on how forms and watches should work. Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

[GNC-dev] Master problem when entering account in register

2020-04-23 Thread Chris Good
on host Windows 10. This seems like text selection <https://bugs.gnucash.org/show_bug.cgi?id=797052> Bug 797052 - Autofill Selection is Corrupted After Clicking Description. This is not happening with my maint built from source in the same VM. Can anyone else duplicate this problem

Re: [GNC-dev] Master problem when entering account in register

2020-04-24 Thread Chris Good
Hi Bob, Thanks for your suggestions. As John Ralls is working on Bug 797052 I’ll get back to testing my mods. Regards, Chris Good From: Robert Fewell <14ubo...@gmail.com> Sent: Friday, 24 April 2020 7:15 PM To: Chris Good Cc: gnucash-devel Subject: Re: [GNC-dev] Master p

[GNC-dev] Master: Cannot open or save to SQLite3 database

2020-05-03 Thread Chris Good
num_drivers = dbi_initialize_r (driver_dir, &dbi_instance); returns num_drivers=0 but dbi_instance is no longer null so the code exits before any drivers are registered. Any suggestions please? Regards, Chris Good ___ gnucash-devel m

Re: [GNC-dev] Master: Cannot open or save to SQLite3 database

2020-05-04 Thread Chris Good
-Original Message- From: John Ralls Sent: Tuesday, 5 May 2020 4:28 AM To: Chris Good Cc: gnucash-devel Subject: Re: [GNC-dev] Master: Cannot open or save to SQLite3 database > On May 3, 2020, at 10:40 PM, Chris Good wrote: > > Hi, > > > > GnuCash mast

Re: [GNC-dev] XCode build not building gnc-vcs-info

2020-05-05 Thread Chris Graves
jhbuild are broken. I tried some workarounds, then finally gave up. Chris ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Master: Cannot open or save to SQLite3 database

2020-05-05 Thread Chris Good
-Original Message- From: John Ralls Sent: Wednesday, 6 May 2020 1:59 AM To: Chris Good Cc: gnucash-devel Subject: Re: [GNC-dev] Master: Cannot open or save to SQLite3 database > On May 4, 2020, at 7:53 PM, Chris Good wrote: > > -Original Message- > From: John R

Re: [GNC-dev] Master: Cannot open or save to SQLite3 database

2020-05-05 Thread Chris Good
-Original Message- From: John Ralls Sent: Wednesday, 6 May 2020 1:30 PM To: Chris Good Cc: gnucash-devel Subject: Re: [GNC-dev] Master: Cannot open or save to SQLite3 database > On May 5, 2020, at 7:10 PM, Chris Good wrote: > > -Original Message- > From: John R

Re: [GNC-dev] [GNC] Gnucash logs

2020-05-05 Thread Chris Good
From: Geert Janssens Sent: Thursday, 30 April 2020 7:24 PM To: gnucash-u...@gnucash.org Cc: Chris Good ; 'David T.' ; 'David H' Subject: Re: [GNC] Gnucash logs Op donderdag 30 april 2020 06:04:10 CEST schreef Chris Good: > Hi Geert, > > > > I t

Re: [GNC-dev] XCode build not building gnc-vcs-info

2020-05-06 Thread Chris Graves
Hey Mike, Actually, I wasn’t trying to offer advice, but seeking information. Like I said I gave up recently on building a fresh version of the GC prerequisites and was perhaps looking for assistance in building them in the case that you had just recently done this. Chris > On May 5, 2

Re: [GNC-dev] Master: Cannot open or save to SQLite3 database

2020-05-06 Thread Chris Good
master/src Regards, Chris Good -Original Message- From: John Ralls Sent: Thursday, 7 May 2020 3:10 AM To: Chris Good Cc: gnucash-devel Subject: Re: [GNC-dev] Master: Cannot open or save to SQLite3 database Are you setting CMAKE_PREFIX_PATH on the cmake command line? Better yet, what&#

Re: [GNC-dev] Master: Cannot open or save to SQLite3 database

2020-05-08 Thread Chris Good
-Original Message- From: John Ralls Sent: Friday, 8 May 2020 6:53 AM To: Chris Good Cc: gnucash-devel Subject: Re: [GNC-dev] Master: Cannot open or save to SQLite3 database > On May 6, 2020, at 8:42 PM, Chris Good wrote: > > Hi John, > > cd /home/cgood/gnuca

[GNC-dev] Windows master build fails to run

2020-05-14 Thread Chris Good
ich BTW is difficult to see as it is hidden behind Tips Of The Day. Only thing obvious to me in trace (attached) is * 13:49:37 MESSG Could not locate optional module gnucash/python interface v.0 Regards, Chris Good gnucash.trace.HPQ9J0.log Description: B

[GNC-dev] gsettings not working bug 797222 Resetting the "change reconciled split" warning doesn't take effect until GnuCash is restarted

2020-05-19 Thread Chris Good
what it is supposed to do. I can see g_settings_get_int() reading something like a hash table and getting the wrong value. It doesn't seem to executing anything I can identify as dconf??? Any suggestions please? Regards, Chris Good __

Re: [GNC-dev] gsettings not working bug 797222 Resetting the "change reconciled split" warning doesn't take effect until GnuCash is restarted

2020-05-23 Thread Chris Good
-Original Message- From: John Ralls Sent: Wednesday, 20 May 2020 1:34 PM To: Chris Good Cc: gnucash-devel Subject: Re: [GNC-dev] gsettings not working bug 797222 Resetting the "change reconciled split" warning doesn't take effect until GnuCash is restarted > On May

Re: [GNC-dev] Is the import match map still required?

2020-05-24 Thread Chris Good
be worth the effort as it is easy enough to build up mapping history again. The problem is to make the mapping history useful. 4) Possibly useful Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

[GNC-dev] Import Map Editor - maintain position in list

2020-05-24 Thread Chris Good
Hi, I'd like to modify the Import Map Editor so that after deleting the selected entries, you do not get reset back to the start of the list. Is anybody already working on that or some other major change to the Import Map Editor? Regards, Chris

Re: [GNC-dev] Import Map Editor - maintain position in list

2020-05-24 Thread Chris Good
From: Chris Good Sent: Monday, 25 May 2020 9:59 AM To: gnucash-devel@gnucash.org Subject: Import Map Editor - maintain position in list Hi, I'd like to modify the Import Map Editor so that after deleting the selected entries, you do not get reset back to the start of the list

[GNC-dev] typos in 3.903 Release notes

2020-06-01 Thread Chris Good
'currency'? Invoices, Bills and Vouchers to there 'there' should be 'their' GnuCash 3.91 Should 3.901 ? I think the first is important - shall I fix all in gnucash-htdocs? If so, 'commodity or currency? Regards, Chris Good

[GNC-dev] master won't build on Ubuntu 18.04 int-in-bool-context error

2020-06-04 Thread Chris Good
9:50: error: enum constant in boolean context [-Werror=int-in-bool-context] SESSION_NEW_STORE || mode == SESSION_NEW_OVERWRITE)) ^ cc1plus: all warnings being treated as e

Re: [GNC-dev] Feedback on GnuCash 3.903

2020-06-06 Thread Chris Good
ys considered this to be a user experience wart, but so far nobody has decided to remove it. If I remember correctly this was changed as part of the new register project, but that never got stable enough to be included. Regards, Geert Hi, I als

Re: [GNC-dev] GnuCash 3.904 Released - problems with release notes

2020-06-07 Thread Chris Good
different widths. To Open Business items will also save *their* column widths to the page section so these can temporarily have different widths. Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/

Re: [GNC-dev] Compiling on maint

2020-07-11 Thread Chris Graves
Jean, I don’t think you need to specify GMOCK_ROOT any longer and I believe GTEST_ROOT should point to the top level googletest dir. So maybe give this a try: cmake -G Xcode -D CMAKE_INSTALL_PREFIX=$PREFIX -D GTEST_ROOT=$SRCROOT/googletest $SRCROOT/gnucash-git Chris > On Jul 11, 2020,

Re: [GNC-dev] Compiling on maint

2020-07-11 Thread Chris Graves
Yes, I believe so. > On Jul 11, 2020, at 11:33 AM, jean wrote: > > Thanks Chris, I believe that did the trick. > What about on Master? > Jean > > On 7/11/20 11:25 AM, Chris Graves wrote: >> Jean, >> I don’t think you need to specify GMOCK_ROOT any longer an

[GNC-dev] WSL 2 and GnuCash

2020-07-25 Thread Chris Graves
GnuCash on Fedora in WSL2 on Windows 10. Launched from desktop shortcut. https://imgur.com/a/ORivN9q ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] WSL 2 and GnuCash

2020-07-26 Thread Chris Graves
name in .bashrc set the DISPLAY variable "export DISPLAY=localhost:0" Back in windows, installed a windows X server: https://sourceforge.net/projects/vcxsrv/ Launched the X server with the display set to 0 Created a shortcut with target: C:\Windows\System32\wsl.exe -u chris bash -l -c gnucas

Re: [GNC-dev] Deprecation of XML file

2020-09-14 Thread Chris Graves
If the backend were to be switched to SQL, perhaps there could be menu options providing the ability to import from XML and to export to XML. I believe the macOS and Windows builds include Sqlite. Chris ___ gnucash-devel mailing list gnucash-devel

Re: Improving the "Advanced Portfolio" report

2014-01-28 Thread Chris Good
Hi Scott, I'd certainly also like to see what you suggest implemented. Regards, Chris Good > > - -- > Message: 6 > Date: Tue, 28 Jan 2014 00:06:00 -0500 > From: Scott Armitage > To: gnucash-devel@gnucash.org > Subject: Improving the "Advanced Portfolio"

How to update documentation

2014-03-16 Thread Chris Good
cumentation for updating documentation using git or should I just try to use these instructions and substitute git commands for svn ? I've used git exactly once before but I'm keen to help. Regards, Chris Good smime.p7s Description: S/MIM

Re: How to update documentation

2014-03-23 Thread Chris Good
Hi John, I've been able to use your instructions thanks. Just a small point if you're working on this... The args to xmllint have some long dashes which means you cannot copy/paste the command. Regards, Chris Good > On 17 Mar 2014, at 4:43 am, John Ralls wrote: > > >

Re: Boost compilation problem

2014-10-24 Thread Chris Good
Nice one Derek :-) Sorry Aaron, while I don't have a problem with you believing something different to me, it is annoying to be subjected to your personal beliefs on every email from you. Regards, Chris Good > On 25 Oct 2014, at 3:00 am, gnucash-devel-requ...@gnucash.org wrote: &

sections out of order in wiki Documentation_Update_Instructions

2015-02-28 Thread Chris Good
and the step no's need to be made unique. I haven't got a wiki account yet but I'm happy to try to fix if you wish? Regards, Chris Good smime.p7s Description: S/MIME cryptographic signature ___ gnucash-devel

RE: sections out of order in wiki Documentation_Update_Instructions

2015-02-28 Thread Chris Good
g of man page). (I guess there are so many ways to do commits it is hard to recommend one or two which would enable newbie's to easily do what they need to do) 3. Subversion and trunk are still mentioned. Regards, Chris Good From: Chris Good [mailto:chris.g...@ozemail.com

RE: sections out of order in wiki Documentation_Update_Instructions

2015-03-07 Thread Chris Good
Hi, I’ve made substantial changes to http://wiki.gnucash.org/wiki/Documentation_Update_Instructions I’d be happy to correct any problems if people would be kind enough to review. Regards, Chris Good smime.p7s Description: S/MIME cryptographic signature

  1   2   3   4   5   6   7   8   9   10   >