[GNC-dev] documentation html location

2022-01-26 Thread Chris Good
.html But when I did it on my Ubuntu system, help.html is build/share/doc/C/gnucash-help/help.html Should I update the wiki? Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gn

Re: [GNC-dev] Failed to build GnuCash on Windows

2022-01-17 Thread Chris Good
-Original Message- From: Explorare Sent: Monday, 17 January 2022 6:46 PM To: Chris Good Cc: gnucash-devel@gnucash.org Subject: Re: [GNC-dev] Failed to build GnuCash on Windows Hi Chris, I don't have much time to spend on this issue and only uses the reserved "XTS"

[GNC-dev] Failed to build GnuCash on Windows

2022-01-16 Thread Chris Good
write writer.fp.write('\n'.join(self.manifest).encode('utf-8', 'backslashreplace') + b'\n') TypeError: can only join an iterable Python -V in the MinGW32 shell shows: python -V Python 3.9.7 Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] How to specify args to setup-mingw64.ps1

2022-01-15 Thread Chris Good
-Original Message- From: john Sent: Sunday, 16 January 2022 3:36 PM To: Chris Good Cc: gnucash-devel@gnucash.org Subject: Re: [GNC-dev] How to specify args to setup-mingw64.ps1 > On Jan 15, 2022, at 5:58 PM, Chris Good wrote: > > Ignoring for the moment the fact that John R

[GNC-dev] How to specify args to setup-mingw64.ps1

2022-01-15 Thread Chris Good
download_dir=True ??? msys2_root=e:\Data\GnuCash\gcdev64\\msys2 x86_64=True preferred_mirror=http://repo.msys2.org Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Preferences for Accounting Period start-date and end-date lost on 4.9 Install

2022-01-13 Thread Chris Good
-Original Message- From: Chris Good Sent: Friday, 7 January 2022 7:23 PM To: 'john' Cc: gnucash-devel@gnucash.org Subject: RE: [GNC-dev] Preferences for Accounting Period start-date and end-date lost on 4.9 Install -Original Message- From: john Sent: Monday, 3 Janua

Re: [GNC-dev] Preferences for Accounting Period start-date and end-date lost on 4.9 Install

2022-01-07 Thread Chris Good
-Original Message- From: john Sent: Monday, 3 January 2022 11:40 AM To: Chris Good Cc: gnucash-devel@gnucash.org Subject: Re: [GNC-dev] Preferences for Accounting Period start-date and end-date lost on 4.9 Install > On Jan 2, 2022, at 4:25 PM, Chris Good wrote: > > Hi Al

[GNC-dev] Preferences for Accounting Period start-date and end-date lost on 4.9 Install

2022-01-02 Thread Chris Good
\GSettings\org\gnucash\general\prefs-version = 404 HKCU\Software\GSettings\org\gnucash\GnuCash\general\prefs-version = 4009 Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo

Re: [GNC-dev] Spam bug

2021-12-15 Thread Chris Good
Hi Geert, Also the description should be tagged as “Spam” to stop it displaying. See https://wiki.gnucash.org/wiki/Bugzilla_Administration#Pending_Tasks Regards, Chris Good > On 16 Dec 2021, at 1:08 am, Geert Janssens wrote: > >  > Hi Chris, > > That's probably due to

[GNC-dev] Spam bug

2021-12-15 Thread Chris Good
Hi, Bug 798389 is spam but I cannot mark it as spam as when I try to open it I get: You are not authorized to access bug #798389 I was able to mark as spam several other bugs this morning. I have marked the user as a spammer. Regards, Chris Good

Re: [GNC-dev] Disabling of multitransaction selection in the import matcher window

2021-11-16 Thread Chris Good
t left click to select a line. Right clicking on a line does not select it. Perhaps something I have mentioned was tripping you up? If you were using the UNstable flatpak and are still having trouble, I will test using that... Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] old online Quotes

2021-10-31 Thread Chris Good
Hi Snehal, Possibly adding daily prices for 7 years would have an unwanted effect on the size of the database or the performance… Perhaps monthly may be all that is required, or only add those prices to a one-off database? Regards, Chris Good > Message: 3 > Date: Sat, 30 Oct 2021 23

[GNC-dev] warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] And gtk4

2021-10-05 Thread Chris Good
t continue with gtk_action_set_sensitive and add -Wno-deprecated-declarations to CMakeLists.txt? Is there a plan to migrate to GAction? Is that going to be a huge task? I haven't seen any discussion about going to gtk4. Is that not a huge task like gtk2 to gtk3?

[GNC-dev] GnuCash 4.8 Released

2021-09-28 Thread Chris Good
JECT_NAME}/migratable-prefs.xml to COMMAND cat ${gschema_migration_files} > ${DATADIR_BUILD}/${PROJECT_NAME}/migratable-prefs.xml Regards, John Ralls Hi John, Works for me thanks. Regards, Chris Good ___ gnucash-devel mailing list gnucash-devel

Re: [GNC-dev] GnuCash 4.7 Released

2021-09-28 Thread Chris Good
with exit code 1. Build might be incomplete. 10:31:36 Build Finished. 0 errors, 0 warnings. (took 41s.326ms) Full log attached. I see immediately afterwards, John pushed 29e7b07 Remove superfluous schema_source left over from pasting, so I pulled that too but same error. Regards, Chris Good 10:30

Re: [GNC-dev] KVP's

2021-09-11 Thread Chris Good
t banks. Perhaps > only > > for one bank you'd want this override and not for the other ? > > > > In other words my concern is that making it a single book level option > may > > be too generic and while it would reduce effort in the use case you have > in >

[GNC-dev] KVP's

2021-09-11 Thread Chris Good
d a pipe symbol and the True or False value to the end of the account "online_id" slot I assume a new slot would be backwards compatible with older versions of GnuCash as they would just be ignored. Is a new slot the way to go? Any

Re: [GNC-dev] Generic Import Transaction Matcher separation of front end and backend

2021-09-08 Thread Chris Good
-Original Message- From: john Sent: Thursday, 9 September 2021 4:55 AM To: Chris Good Cc: gnucash-devel@gnucash.org Subject: Re: [GNC-dev] Generic Import Transaction Matcher separation of front end and backend > On Sep 8, 2021, at 2:26 AM, Chris Good wrote: > > I'm add

[GNC-dev] Generic Import Transaction Matcher separation of front end and backend

2021-09-08 Thread Chris Good
_toggle_button_get_active (_main_matcher_info->append_text) and still keep the existing separation between the front and back ends? I guess it is wrong to move the definition of _main_matcher_info to import-main-matcher.h and then include import-main-matcher.h in import-backend

Re: [GNC-dev] Does gnc-fq-update need administrative privilege on Windows or MacOS or Linux?

2021-06-12 Thread Chris Good
-Original Message- From: John Ralls Sent: Thursday, 10 June 2021 1:14 PM To: Chris Good Cc: gnucash-devel@gnucash.org Subject: Re: [GNC-dev] Does gnc-fq-update need administrative privilege on Windows or MacOS or Linux? > On Jun 9, 2021, at 12:57 AM, Chris Good wrote: > &

[GNC-dev] Does gnc-fq-update need administrative privilege on Windows or MacOS or Linux?

2021-06-09 Thread Chris Good
an? It is my recollection that gnc-fq-update in Windows did NOT need to be run as an administrator. Maybe that is because my Windows user is an administrator? Can anyone throw any light on this? Regards, Chris Good ___ gnucash-devel mailing li

Re: [GNC-dev] flatpak environment.local

2021-05-08 Thread Chris Good
From: Geert Janssens Sent: Saturday, 8 May 2021 5:48 AM To: 'Frank H. Ellenberger' ; gnucash-devel@gnucash.org Cc: gnucash-devel@gnucash.org; Chris Good Subject: Re: [GNC-dev] flatpak environment.local Op maandag 26 april 2021 03:48:56 CEST schreef Chris Good: > Hi Frank

[GNC-dev] BackupGnuCash v2.1.0 Released - Adds support for Linux Flatpak

2021-05-06 Thread Chris Good
es the required java runtime, so it is not necessary to have java installed on your system. Please see: Linux: https://github.com/goodvibes2/BackupGnuCashLinux/tree/master/src/backupgnuca sh Windows: https://github.com/goodvibes2/BackupGnuCashWin/tree/master/src/backupgnucash Regar

Re: [GNC-dev] flatpak environment.local

2021-04-25 Thread Chris Good
er how to check what is actually being used? As changing the LANG is probably a major reason for using environment.local, shall I create a bug to record this problem? Regards, Chris Good -Original Message- From: Frank H. Ellenberger Sent: Sunday, 25 April 2021 1:09 AM To: Chris Good ; gnuc

Re: [GNC-dev] flatpak environment.local

2021-04-22 Thread Chris Good
n every launch. But I still needed to touch all the .go files in Ubuntu (and derivates as the flatpak wiki says). Any idea why jralls' fix doesn't help in Ubuntu? Regards, Chris Good -Original Message- From: Frank H. Ellenberger Sent: Thursday, 22 April 2021 11:49 PM To: C

[GNC-dev] flatpak environment.local

2021-04-21 Thread Chris Good
the trace file still shows: INFO [Gnucash::CoreApp::start] Effective locale set to en_AU.UTF-8. Can flatpak GnuCash read an environment.local file and if so, where should it be? Regards, Chris Good ___ gnucash-devel mailing list gnucash-de

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] 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

[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

[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

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] 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] 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

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

[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 __

[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

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

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] [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] 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] 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-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

[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 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 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] 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

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

[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

[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

[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

[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

Re: [GNC-dev] GnuCash 3 on Linux

2019-02-23 Thread Chris Good
ut to release my BackupGnuCash java app 1.3.0, now updated for GnuCash 3. As it is difficult to tell if a configuration file location has been overridden by an environment variable somewhere, I've taken the tack of only looking for configuration files to backup in the default locations.

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-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 Test Data

2018-11-10 Thread Chris Good
I've copied the developers mailing list. Thanks for the idea, Regards, Chris Good > On 11 Nov 2018, at 4:24 AM, Christopher Millsap > wrote: > > Hey everyone, I started working on a proof of concept for a program that > generates large amounts of test data (various acc

[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] 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

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-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-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] 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] 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-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:

[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

[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 __

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] 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] 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] 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

[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

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 > >

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 : 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

[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

[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

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 :-)

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 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

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: Gnucash wiki

2017-05-19 Thread Chris Good
http://wiki.gnucash.org/wiki/Eclipse while searching the wiki for info re Templates. Maybe this will spur me to move to Eclipse which I have been putting off due to not wanting to learn yet another IDE. Regards, Chris Good smime.p7s Description: S/MIME cryptographic signature

source file encoding

2017-05-15 Thread Chris Good
pdf' src/tax/us/de_DE/txf-USt-VA Anleitung 2011.pdf: PDF document, version 1.5 Regards, Chris Good smime.p7s Description: S/MIME cryptographic signature ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Stock price fetch from ASX broken? 

2017-05-06 Thread Chris Good
me know. Also, Eric Colson (the Finance::Quote maintainer as far as I know) seems to be incommunicado, so I can only supply a fix file to be manually installed, not get my fix incorporated into F::Q. Thankfully yahoo_australia is an alternative but it's good to have a working ba

RE: Issues with Placeholder Accounts

2017-02-10 Thread Chris Good
holder account. I think that is useful functionality that should remain. If a placeholder stock account already has transactions, then presumably you have made it a placeholder to stop yourself adding new transactions. Adding capital gain transactions via scrubbin

RE: Document Update Instructions have been revised

2017-02-08 Thread Chris Good
Hi David, I’ve added a section http://wiki.gnucash.org/wiki/Documentation_Update_Instructions#Installing_make. I assume you do need the full Xcode to build GnuCash on Mac OS X, but only need the command-line tools to build the documentation. Regards, Chris Good Mobile 0484 001 392

RE: GnuCash page Documentation Update Instructions has been changed by Sunfish62

2017-02-07 Thread Chris Good
> -Original Message- > From: Geert Janssens [mailto:geert.gnuc...@kobaltwit.be] > Sent: Saturday, 28 January 2017 8:05 PM > To: Chris Good > Cc: 'David T.' ; gnucash-devel@gnucash.org > Subject: Re: GnuCash page Documentation Update Instructions has been &g

RE: Document Update Instructions have been revised

2017-02-07 Thread Chris Good
From: John Ralls [mailto:jra...@ceridwen.us] Sent: Friday, 27 January 2017 1:40 AM To: sunfis...@yahoo.com Cc: Chris Good ; Frank H. Ellenberger ; GnuCash Developers Subject: Re: Document Update Instructions have been revised On Jan 25, 2017, at 11:55 PM, David T. mailto:sunfis

RE: Using make with docs

2017-02-06 Thread Chris Good
gest exactly that. I see the way it's formulated is still too > > developer- mind oriented. Sorry about that. Perhaps "the equivalent > > subdirectory under the build directory" is more clear ? How would you > > propose to better describe this ? > > >

RE: GnuCash page Documentation Update Instructions has been changed by Sunfish62

2017-01-27 Thread Chris Good
> -Original Message- > From: David T. [mailto:sunfis...@yahoo.com] > Sent: Friday, 27 January 2017 9:04 PM > To: Geert Janssens > Cc: gnucash-devel@gnucash.org; Chris Good > Subject: Re: GnuCash page Documentation Update Instructions has been > changed by

RE: GnuCash page Documentation Update Instructions has been changed by Sunfish62

2017-01-26 Thread Chris Good
From: David T. [mailto:sunfis...@yahoo.com] Sent: Thursday, 26 January 2017 6:52 PM To: Chris Good Subject: RE: GnuCash page Documentation Update Instructions has been changed by Sunfish62 Chris, On Thu, Jan 26, 2017 at 10:34, Chris Good wrote: Hi David, You’re correct, but both patches and

Documentation Update Instructions

2017-01-25 Thread Chris Good
ble series. Regards, Chris Good smime.p7s Description: S/MIME cryptographic signature ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

RE: Document Update Instructions have been revised

2017-01-25 Thread Chris Good
> -Original Message- > From: Frank H. Ellenberger [mailto:frank.h.ellenber...@gmail.com] > Sent: Tuesday, 24 January 2017 10:32 AM > To: Chris Good ; 'David T.' > > Cc: 'GnuCash Developers' > Subject: Re: Document Update Instructions have been r

Bugzilla reference to SVN

2017-01-25 Thread Chris Good
;t have this feature. However, there might be exceptions to this rule, in which case we should leave the Version field to the reporter's version. Should "SVN" be changed to "git-master"? Regards, Chris Good smime.p7

RE: Document Update Instructions have been revised

2017-01-23 Thread Chris Good
> -Original Message- > From: Frank H. Ellenberger [mailto:frank.h.ellenber...@gmail.com] > Sent: Monday, 23 January 2017 7:09 PM > To: Chris Good ; 'David T.' > > Cc: 'GnuCash Developers' > Subject: Re: Document Update Instructions have been r

RE: Document Update Instructions have been revised

2017-01-21 Thread Chris Good
From: David T. [mailto:sunfis...@yahoo.com] Sent: Sunday, 22 January 2017 5:30 AM To: Chris Good Cc: Geert Janssens ; GnuCash Developers Subject: Re: Document Update Instructions have been revised On Jan 18, 2017, at 8:06 AM, Chris Good mailto:chris.g...@ozemail.com.au> >

RE: Document Update Instructions have been revised

2017-01-21 Thread Chris Good
> -Original Message- > From: David T. [mailto:sunfis...@yahoo.com] > Sent: Saturday, 21 January 2017 6:38 PM > To: Chris Good > Cc: GnuCash Developers > Subject: Re: Document Update Instructions have been revised > > Chris, Geert, > > I have to admit that

RE: Document Update Instructions have been revised

2017-01-17 Thread Chris Good
> -Original Message- > From: Geert Janssens [mailto:geert.gnuc...@kobaltwit.be] > Sent: Tuesday, 17 January 2017 10:14 PM > To: Chris Good > Cc: GnuCash Developers > Subject: Re: Document Update Instructions have been revised > > Op dinsdag 17 januari 2017 11

Document Update Instructions have been revised

2017-01-16 Thread Chris Good
Hi, I've finished updating the wiki Document Update Instructions [1] to include instructions for using 'make' rather than xmllint and xsltproc directly. Thank you very much Geert for all the info. [1] http://wiki.gnucash.org/wiki/Documentation_Update_Instructions Rega

RE: Wiki Section on Reports

2017-01-16 Thread Chris Good
st to double check in the community before acting. > > > > Cheers, > > David I lean towards only having 1 copy of the documentation just to reduce the work keeping up to date, and to reduce the number of places we need to look when after a partic

RE: Recommended Change to Author LIsting in Documentation

2016-12-11 Thread Chris Good
named contributors, I personally > would prefer that my email not be included in the documentation, but I > defer to the general interest of the group. > > Cheers, > David T. Hi David, Sounds good to me. A link to https://wiki.gnucash.org/wiki/Mailing_Lists would be good. Regards,

RE: XML Parse error on Local Build

2016-12-09 Thread Chris Good
it the repository files, run the appropriate make command in the appropriate build directory in a terminal, then use netbeans git/github integration when ready. I assume the netbeans project files will not break the autogen.sh, configure or make commands. I'll test and update the 'documentation update' documentation. Did you fix your build problem David? I'd be interested in hearing what IDE's other people use for GnuCash and/or GnuCash documentation. Regards, Chris Good smime.p7s Description: S/MIME cryptographic signature ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

  1   2   >