Which doc directory

2018-01-30 Thread Robert Fewell
Hi, I have two usr/share/doc directories related to Gnucash, they are... /usr/share/doc/Gnucash with Changelogs... and HACKING,NEWS etc... /use/share/doc/gnucash with abc.qif, web.qif etc... I am not sure which is correct but the doc\CMakeLists,txt is pointing to 'doc/gnucash' while the main CMa

Windows build Unstable Fails

2018-02-04 Thread Robert Fewell
Hi, I thought I would build the latest Windows unstable version to prove some changes I was going to make but it failed as follows... I ran setup-ming64-ps1 which updated the core system files as usual and this completed OK. Probably my first mistake, should of kept the system files at a known wo

Re: Windows build Unstable Fails

2018-02-07 Thread Robert Fewell
investigate and add fix to a PR. Bob On 4 February 2018 at 22:54, Robert Fewell <14ubo...@gmail.com> wrote: > Hi, > > I thought I would build the latest Windows unstable version to prove some > changes I was going to make but it failed as follows... > > I ran setup-ming64-ps

Preference question, issue or not?

2018-02-16 Thread Robert Fewell
Hi, While I was working out why setting 'don't use gnucash color themes' was being reset after every restart of Gnucash, I added a print statement to gnc_prefs_get_bool which resulted in loads of output related to the preference 'show-leaf-account-names'. Used the glib backtrace function to work o

Terminal output at start up on Unstable

2018-02-19 Thread Robert Fewell
Hi, Just thought I would mention that with the latest build I am seeing the following in the terminal I start Gnucash from. I see there have been some scheme changes so assuming it is related. Unbound variable: gnc:ipmt gnc:"ipmt" is not a scm procedure Unbound variable: gnc:ppmt gnc:"ppmt" is no

Windows Build

2018-03-04 Thread Robert Fewell
Hi all, Just tried to build the latest unstable for Windows but it fails with this ... [ 76%] Generating gnucash.appdata.xml C:/gcdev64/msys2/mingw32/bin/msgfmt.exe: cannot locate ITS rules for C:/gcdev64/gnucash/unstable/src/gnucash-git/gnucash/gnome/ gnucash.appdata.xml.in make[2]: *** [gnucash

Re: Windows Build

2018-03-05 Thread Robert Fewell
apply so maybe there were other changes that affected gettext ? I will have another go later, need to prepare car for MOT tomorrow. Regards, Bob On 4 March 2018 at 16:40, Geert Janssens wrote: > Op zondag 4 maart 2018 16:19:46 CET schreef Robert Fewell: > > Hi all, > > > >

Re: Windows Build

2018-03-05 Thread Robert Fewell
build GnuCash and create steup.exe for it which installed fine Regards, Bob On 5 March 2018 at 21:07, Geert Janssens wrote: > Op maandag 5 maart 2018 18:41:38 CET schreef Geert Janssens: > > Op maandag 5 maart 2018 12:10:48 CET schreef Robert Fewell: > > > Geert, > > >

Unstable Imap Editor

2018-03-27 Thread Robert Fewell
It was mentioned some where it was slow to load so thought I would have a look. Dropping the GtkTreeModel has improved that but that has highlighted a couple of problems so far... 1st, when retrieving 'import-map-bays', the list consists of the number of tokens squared like this... imported 1 tr

Re: Unstable Imap Editor

2018-03-28 Thread Robert Fewell
) { return inst->kvp_data->get_slot (path) != nullptr; } gboolean qof_instance_has_slot (const QofInstance *inst, const char *path) { return inst->kvp_data->get_slot({path}) != NULL; } Does category_head need to be in a different format ? Regards, Bob On 27 March 2018 at 1

Re: Feedback about 2.7.8

2018-03-28 Thread Robert Fewell
I do not think that is the right file to link to, I would of thought this one was the correct one... https://github.com/Gnucash/gnucash/blob/unstable/doc/gtk-3.0.css Bob On 28 March 2018 at 21:13, Adrien Monteleone wrote: > Christop, > > A general guide to CSS(in the context of web pages) is av

Windows build failed to build new aqbanking 5.7.8

2018-03-30 Thread Robert Fewell
Was looking to see if the new version of aqbabking 5.7.8 fixes combobox issue but it fails to build. The new Gwenhywfar 4.20 builds OK and this has the gtk3 stuff in it. There were some errors about creating symlinks due to the files already being there which I suppose one can ignore but later it f

Re: Windows build failed to build new aqbanking 5.7.8

2018-03-30 Thread Robert Fewell
he patch to the build, though I did report it to > Martin. > > The patch is attached. > > Regards, > John Ralls > > > On Mar 30, 2018, at 5:13 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > Was looking to see if the new version of aqbabking 5.7.8

Re: [GNC-dev] import map editor

2018-04-11 Thread Robert Fewell
I have just imported a CSV file and it works for me with and without Bayesian matching the entries show up in the editor. The purpose is to allow you to see and delete current matches to accounts, what you see is dependant on whether you use Bayesian or not. With Bayesian, the description column e

Re: [GNC-dev] import map editor

2018-04-11 Thread Robert Fewell
> > The is properly off-topic and has to go in a separated email but during > the import process I nocticed that in *Import Dialog *> *Transaction * > *Information* > > 1. Column selction >2. Trailing line to Skip number > > not saved, when saving settings. >

[GNC-dev] Bug 795101 - Scroll Bar in Reconcile Window Floats in and covers the check boxes

2018-04-11 Thread Robert Fewell
Would like some thoughts on possible fix... There seems to be three options but I may of missed something, move the toggle reconcile column, make it wider or add a dummy spacer column. The first may not be liked.. The last seems a bit over kill. So making the column wider seems the best / easiest

[GNC-dev] New invoice date opened shows 01/01/1970, possibly other places

2018-04-14 Thread Robert Fewell
Not sure about this but I have tracked this down as follows... in dialog-invoice.c we start with this in the dialog iw->opened_date = gnc_date_edit_new (gnc_time (NULL), FALSE, FALSE); looking at the time64 number this starts of correct, i.e. today's value. At some point this function gets call

Re: [GNC-dev] Bye-bye Unstable

2018-04-16 Thread Robert Fewell
Just trying to get myself straight for going forward. maint is now for bug fixes on version 3.0 master is for new stuff that would go into 4.0 but may be backported to 3.x if appropriate Is master version 3.99, it appears to be 3.0 still and does show the build warning ? Bob On 15 April 2018 at

[GNC-dev] Help with making changes on Windows maint

2018-04-19 Thread Robert Fewell
Hi, I have successfully built maint and needed to test some changes for some bug fixes on Windows. So for the first couple of bugs I made the changes to files in the following path... c:\gcdev64\gnucash\maint\src\gnucash-git\gnucash\... Went to my msys32 shell, used the usual jhbuild command which

Re: [GNC-dev] Help with making changes on Windows maint

2018-04-20 Thread Robert Fewell
will work again. Maybe I need to delete more files and not just the build/gnucash-git directory. Bob On 20 April 2018 at 03:23, John Ralls wrote: > > > On Apr 19, 2018, at 9:16 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > Hi, > I have successfully built maint and nee

Re: [GNC-dev] Help with making changes on Windows maint

2018-04-22 Thread Robert Fewell
Sorry, I misunderstood. Try rm -rf c:\gcdev64\gnucash\maint\inst\ > lib\gnucash\*. > > Regards, > John Ralls > > > On Apr 20, 2018, at 6:31 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > John, > > I did that at the beginning of the week. As I said at the top of my

[GNC-dev] Bug 795653 - Windows File Open/Save Dialog

2018-05-10 Thread Robert Fewell
Had a poke at this as I was certain that it was working in the 2.7.x series. It can be fixed by downgrading the following packages with pcman -U to... pacman -U /var/cache/pacman/pkg/mingw-w64-i686-glib2-2.54.3-1-any.pkg.tar.xz pacman -U /var/cache/pacman/pkg/mingw-w64-i686-pango-1.40.11-1-any.pk

Re: [GNC-dev] Bug 795653 - Windows File Open/Save Dialog

2018-05-10 Thread Robert Fewell
: > > > > On May 10, 2018, at 9:34 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > Had a poke at this as I was certain that it was working in the 2.7.x > series. > > > > It can be fixed by downgrading the following packages with pcman -U to... > >

[GNC-dev] Windows Builds

2018-05-17 Thread Robert Fewell
I was looking at Bug 796083 and after some testing on Linux realised that my reconcile sort fix may of fixed this. Booted into Windows 10 and downloaded the nightly build gnucash-3.1-2018-05-16-git-3.1-59-g5f5ad968f+.setup.exe and indeed it was fixed. Just to make sure I also downloaded the latest

[GNC-dev] Windows Build

2018-05-17 Thread Robert Fewell
Trying to answer my own question... I assume the file size difference is because the nightly have debug information built in. I know the last bit is the commit it is based on, can not see why they start with 'g' but can find 5f5ad968f but not d2ef5fd0f Regards, Bob

Re: [GNC-dev] Windows Build

2018-05-18 Thread Robert Fewell
Thank you, that makes it clearer now. Bob On 17 May 2018 at 18:22, John Ralls wrote: > > > > On May 17, 2018, at 9:49 AM, Geert Janssens > wrote: > > > > Op donderdag 17 mei 2018 18:11:49 CEST schreef Robert Fewell: > >> Trying to answer my own question

[GNC-dev] Register text selection

2018-05-21 Thread Robert Fewell
I have been looking at getting the middle mouse button to work for pasting selected text and whilst trying to do that started to wonder about the existing preselected text. Currently... If you open a register, the blank transaction date text is preselected. If you start Gnucash with saved open reg

Re: [GNC-dev] Register text selection

2018-05-21 Thread Robert Fewell
ose my PR and start again if required after you have made your changes. Bob On 21 May 2018 at 14:14, Geert Janssens wrote: > Op maandag 21 mei 2018 13:08:05 CEST schreef Robert Fewell: > > I have been looking at getting the middle mouse button to work for > pasting > > selecte

[GNC-dev] Widget naming and css

2018-06-23 Thread Robert Fewell
I have been thinking about naming some widgets and changing some of the entries I added with css style classes and wondered if there has been a convention decided. What I would like to see is a couple of unique prefixes so that one could do a grep on the top level directory and obtain all such ent

[GNC-dev] Transaction / Split Action List

2018-06-23 Thread Robert Fewell
There have been some enquiries about customising this list so I thought I would propose a possible solution that I may work. At the moment the static lists are based on register type in split-register.c and it looks to me there are two possible options. 1, Dynamicaly add to these lists based on pa

[GNC-dev] Transaction / Split Action List

2018-06-24 Thread Robert Fewell
Thank you for the feedback, I am going to leave it for now and finish some other things along with the odd bug for now. Bob ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Widget naming and css

2018-06-24 Thread Robert Fewell
stently, I have used the prefixes of 'gnc-name-' and 'gnc-style-' and find them easily for possible manipulation / publication in the future. Hope this is clearer. Regards, Bob On 23 June 2018 at 16:59, John Ralls wrote: > > > > On Jun 23, 2018, at 4:18 AM, Rob

Re: [GNC-dev] Widget naming and css

2018-06-24 Thread Robert Fewell
ext maps to a css class. So the class is the core concept to > stress and as such I would propose to use "gnc-class" as prefix for style > contexts. > A widget name maps to a css ID. In this case "ID" is the core concept to > stress and hence to create some consis

Re: [GNC-dev] Slow user interface in 3.x gnucash: Online transaction import painfully slow - with workaround

2018-06-25 Thread Robert Fewell
Just wondering the following... Are the imported transactions related to the open registers ? If you created a new register with a blank transaction, do you see the same delay, just thinking less to draw ? Not sure if you have open aqbanking windows/dialogs open that are covering the register, if

Re: [GNC-dev] Bug 796778 Feature Request Multiple Selection in Import- matcher

2018-08-12 Thread Robert Fewell
David, Why do you not as a start change the tree view selection from single to multiple, you will see that in the dialog-import.glade file, that way you can select multiple lines. You will need to alter the selection call back as you need different functions that use a list of selected rows. Bob

Re: [GNC-dev] Bug 796778 Feature Request Multiple Selection in Import- matcher

2018-08-12 Thread Robert Fewell
David, I may be missing some thing but you should be able to select lines by control, shift or by individual. I think what you are after can be shown in the reconcile view, multiple lines can be selected and then right moused to a menu. Anyway, enjoy your holiday... Bob On 12 August 2018 at 11:4

[GNC-dev] Bug 796725

2018-08-14 Thread Robert Fewell
I have been looking at this one and know what is wrong but not sure if my fix is valid. It is to do with searching for transactions by posted date and returning the wrong number of transactions for the required filter option. When the date entered in the GtkEntry, gnc_date_edit_get_date returns t

Re: [GNC-dev] Bug 796725

2018-08-15 Thread Robert Fewell
27;time64CanonicalDayTime' ) "is on or after" using gnc_dmy2time64() to change entry date to 00:00:00 Regards, Bob On 14 August 2018 at 16:02, John Ralls wrote: > > > > On Aug 14, 2018, at 6:55 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > I h

Re: [GNC-dev] Windows Build not working

2018-09-16 Thread Robert Fewell
cursor navigation by using the arrow keys works. Regards, Bob On Sat, 15 Sep 2018 at 23:56, John Ralls wrote: > > > > On Sep 15, 2018, at 9:47 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > Hi, > > Came across this today when trying to find a build

[GNC-dev] Convert Imap to Flat

2018-11-05 Thread Robert Fewell
Hi, I was poking around with the CSV importer and I noticed the following, this may also be an issue with other importers on first use after creating a new file... With a new empty xml file, I used a one line transaction csv file with appropriate settings and the 'Account' set to 'Assets:Current As

[GNC-dev] Bugs Web site

2019-01-23 Thread Robert Fewell
Hi, Just a couple of observations, there seems to be a missing icon/image to the left of 'New' in the banner. Also I seem to recall a page that had stat's on it like number of bugs against release levels, bug types, open or closed which I can not find. Any body know where it is and how to get ther

[GNC-dev] Windows build server

2019-03-22 Thread Robert Fewell
Hi, Just wondering if any body has setup a windows build environment recently, I mistakenly ran setup-mingw64.ps1 which updated my setup, a good 100 plus packages were updated and now I can not run a build from scratch, builds I think 4 package dependencies and fails on xmlsec. Will investigate fu

Re: [GNC-dev] Windows build server

2019-03-24 Thread Robert Fewell
ied copying to the inst/bin folder but that did not help. Regards, Bob On Sat, 23 Mar 2019 at 02:59, John Ralls wrote: > > > > On Mar 22, 2019, at 2:12 PM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > Hi, > > > > Just wondering if any body ha

Re: [GNC-dev] Windows build server

2019-03-26 Thread Robert Fewell
uild -f jhbuildrc shell > cd $PREFIX/../build/gnucash-git > > It sometimes helps to uninstall; if you've cleared the build directory so > install_manifest.txt is gone it's usually sufficient to > rm -r $PREFIX/lib/gnucash > rm $PREFIX/lib/libgnc* > > Regards, > J

Re: [GNC-dev] Windows build server

2019-03-27 Thread Robert Fewell
Thank you John, could you do one more but just with -Q, sorry I should of tested the command before I asked, looks like -e restricts the list to only ones explicitly installed. Regards, Bob On Tue, 26 Mar 2019 at 21:37, John Ralls wrote: > Here you go. mingw64-config.txt is with q, mingw64-c

[GNC-dev] Windows build

2019-04-11 Thread Robert Fewell
Hi, Does the Windows build server run the tests, I was going to add a unc file path uri to test-gnc-uri-utils.c Can I run them locally, if yes how ? Regards, Bob ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/

[GNC-dev] Windows build

2019-05-13 Thread Robert Fewell
Hi guys, looks like the windows build has been created in fro the last few days, the last one being 10/05/2019 and looking at the logs it is failing with a permission error. Could some one have a look and give it a kick. Some thing I have noticed is the exe has increased in size again on the 28/04

Re: [GNC-dev] Windows build

2019-05-13 Thread Robert Fewell
Derek, Thanks for that and regarding the sorting I never noticed that, just tried it and will save the book mark in that order. Bob On Mon, 13 May 2019 at 11:51, Derek Atkins wrote: > HI, > > On Mon, May 13, 2019 6:33 am, Robert Fewell wrote: > > Hi guys, looks like the windows

Re: [GNC-dev] Release Schedule

2019-05-24 Thread Robert Fewell
I'm OK with the first option but suggest instead of December with all the diversions for Christmas it be the end of January. Has it been decided on a minimum Gtk version for master, there are probably some conditional version statements that can be removed and some CSS that I want to change/rename.

Re: [GNC-dev] Buttons in GnuCash for now and in the future

2019-05-24 Thread Robert Fewell
As I stated in the bug I would prefer no icons or very selective ones but applied consistently across all dialogues in one go. When I migrated all the dialogues I made a conscious decision to remove all icons on all buttons to have a consistent look. You can make the button translatable in the glad

[GNC-dev] Git Push

2019-06-22 Thread Robert Fewell
Hi, I pushed my branch bug797278 to code and I do not think code updated github, I received this message... Enter passphrase for key '/root/.ssh/gnucash-key': Enumerating objects: 46, done. Counting objects: 100% (46/46), done. Compressing objects: 100% (32/32), done. Writing objects: 100% (32/32)

[GNC-dev] Windows nightly not building

2019-07-31 Thread Robert Fewell
Hi, The last Windows nightly built was on the 24/07/2019, could someone have a look and fix. Thanks, Bob ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: [GNC-dev] Windows nightly not building

2019-07-31 Thread Robert Fewell
Thank you John. Bob On Wed, 31 Jul 2019 at 16:29, John Ralls wrote: > > > On Jul 31, 2019, at 2:16 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > Hi, > > The last Windows nightly built was on the 24/07/2019, could someone have > a > > look and

[GNC-dev] Tax Tables

2019-08-26 Thread Robert Fewell
Hi, I got distracted with these warning in my trace file as I like to build/run with an empty one so I know any errors are down to me, these are from an XML file with one open invoice when saving... * 11:58:50 WARN [taxtable_reset_refcount()] Fixing refcount on taxtable 2dca815fad04436cbb549751

[GNC-dev] Bugzilla - Resolved Bugs

2019-09-27 Thread Robert Fewell
Hi, What is the correct way to mark bugs fixed. Should I be marking them as RESOLVED/FIXED if I think I have fixed the reported bug with appropriate text asking for the reporter to test and reopen if not fixed. or leave it as NEEDINFO with some text asking for the reporter to test and update the b

[GNC-dev] To colon or not to colon

2019-10-31 Thread Robert Fewell
Hi, I have PR563 which I want to progress and it has a couple of commits that either add a missing colon or remove a trailing space from a label with a colon next to a entry widget. These will require translation changes so I was wondering if there is a consensus of whether these sort of labels sho

Re: [GNC-dev] Translators: Re: To colon or not to colon

2019-11-04 Thread Robert Fewell
? Regards, Bob On Sun, 3 Nov 2019 at 23:08, Frank H. Ellenberger < frank.h.ellenber...@gmail.com> wrote: > Hi Bob, > > Am Do., 31. Okt. 2019 um 12:11 Uhr schrieb Robert Fewell < > 14ubo...@gmail.com>: > > > > Hi, > > I have PR563 which I want to progress and

Re: [GNC-dev] Translators: Re: To colon or not to colon

2019-11-04 Thread Robert Fewell
> Hi Bob, > > Am 04.11.19 um 12:01 schrieb Robert Fewell: > : > > So, the only other question as part of this is whether the labels should > be > > left aligned or right and again there is a mix of the two in various > > dialogs. > > The page you link

[GNC-dev] Comments in the state file

2019-12-20 Thread Robert Fewell
Hi, Need some advise on this problem I found when trying to fix a budget state file issue... Currently the register full name is being added as a comment to the register sections of the state file based on the group, so we have... #Register state for "Assets:Current Assets:Savings Account" [Regist

Re: [GNC-dev] Comments in the state file

2019-12-20 Thread Robert Fewell
Dec 20, 2019, at 5:50 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > Hi, > > Need some advise on this problem I found when trying to fix a budget > state > > file issue... > > Currently the register full name is being added as a comment to the > &g

Re: [GNC-dev] [GNC] Reports have got broken with commit f66b7ed

2020-02-15 Thread Robert Fewell
Hi, I know what the report problem is, just doing some testing, will hopefully push later or tomorrow. Regards, Bob On Fri, 14 Feb 2020 at 22:59, John Ralls wrote: > > > > On Feb 14, 2020, at 10:33 AM, Peter Zimmerer wrote: > > > > Hi John, > > > > thanks for your prompt response. > > > > Am 1

Re: [GNC-dev] [GNC] Reports have got broken with commit f66b7ed

2020-02-16 Thread Robert Fewell
I have pushed my fix to maint so if you build again it should now work. Regards, Bob On Sat, 15 Feb 2020 at 15:15, Robert Fewell <14ubo...@gmail.com> wrote: > Hi, I know what the report problem is, just doing some testing, will > hopefully push later or tomorrow. > > Regards

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

2020-03-10 Thread Robert Fewell
Jean, That patch was for register2 which is stalled, it has no bearing on the current version. Bob On Tue, 10 Mar 2020 at 16:53, Frank H. Ellenberger < frank.h.ellenber...@gmail.com> wrote: > Jean, > > Am 10.03.20 um 17:41 schrieb Jean Laroche: > > Frank, > > I tried reviving this patch, but git

[GNC-dev] Gnucash on master fails to start

2020-04-01 Thread Robert Fewell
Hi, Rebased one of my branches on master and it now fails to run with this on the terminal... Backtrace: 4 (apply-smob/1 #) In ice-9/boot-9.scm: 2312:4 3 (save-module-excursion #) In ice-9/eval-string.scm: 38:6 2 (read-and-eval # #:lang _) In gnucash/price-quotes.scm: 524:

Re: [GNC-dev] Gnucash on master fails to start

2020-04-01 Thread Robert Fewell
Just noticed fix from Chris, ignore this... Bob On Wed, 1 Apr 2020 at 16:52, Robert Fewell <14ubo...@gmail.com> wrote: > Hi, > > Rebased one of my branches on master and it now fails to run with this on > the terminal... > > Backtrace: >4 (apply-smob

[GNC-dev] Windows master build

2020-04-12 Thread Robert Fewell
Guys, Tried to do a build on my Windows 10 setup after doing some updates to OS and build system and it failed for these reasons... CMakeLists.txt , line 927 and 928 could not find the dll's specified Changing find_library to find_file worked, this maybe due to cmake being updated to 3.17.0 Also

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

2020-04-24 Thread Robert Fewell
Chris, I can not reproduce your exact problem but I have ended up with a blank drop down. Jean Laroche made some changes in this area, may be related, see commit... Merge Jean Laroche's 'fix_autocompletion_master' into master, f74d7c52da378b126a1a0faffaddfb802b44dd8c Regards, Bob On Fri, 24 Ap

[GNC-dev] Windows build fails to run

2020-05-10 Thread Robert Fewell
Hi, Just trying a change but my build failed to run, tried the nightlies and the Windows build 3.902 gf23e3b266 fails to run also but the one before does f1ff78965 All it says "Unspecified fatal error encountered, aborting" Regards, Bob ___ gnucash-devel

Re: [GNC-dev] Windows build fails to run

2020-05-11 Thread Robert Fewell
2\ntdll.dll #38 0x776c7bf4 in ntdll!RtlGetAppContainerNamedObjectPath () from C:\WINDOWS\SYSTEM32\ntdll.dll #39 0x in ?? () (gdb) Regards, Bob On Sun, 10 May 2020 at 18:30, John Ralls wrote: > > > > On May 10, 2020, at 9:30 AM, John Ralls wrote: > > > > > >

Re: [GNC-dev] Windows build fails to run

2020-05-12 Thread Robert Fewell
set to info and then set individual modules to debug when required. I have not tried this yet but will later to see how much is logged. Regards, Bob On Mon, 11 May 2020 at 17:28, John Ralls wrote: > > > > On May 11, 2020, at 4:45 AM, Robert Fewell <14ubo...@gmail.com>

Re: [GNC-dev] Windows build fails to run

2020-05-13 Thread Robert Fewell
> > Bob, > > > > I found that late yesterday afternoon. It seems to be from my change > changing the mapping of log level by log domain from GHashTable to nested > C++ std::vectors. If I don't get it sorted shortly I'll revert that change. > > > > Regar

Re: [GNC-dev] Windows master build fails to run

2020-05-15 Thread Robert Fewell
Chris, I get this when I uninstalled Strawberry Perl, I think it is down to glib-guile.c line 65 static QofLogModule UNUSED_VAR log_module = GNC_MOD_GUILE; Just removed UNUSED_VAR and trying a build to prove. Regards, Bob On Fri, 15 May 2020 at 05:18, Chris Good wrote: > Hi John, > > > > Tryi

Re: [GNC-dev] Windows master build fails to run

2020-05-15 Thread Robert Fewell
e819a9d in vm_regular_engine (thread=0x10fd1f00, vp=0x1136df78, registers=0x105f690, resume=0) at C:/gcdev64/gnucash/master/src/guile-2.2.4.68-65d98/libguile/vm-engine.c:786 On Fri, 15 May 2020 at 11:42, Robert Fewell <14ubo...@gmail.com> wrote: > Chris, > > I get this when I uninstalled Straw

Re: [GNC-dev] view_selection_function in the main_matcher, why was it added?

2020-05-17 Thread Robert Fewell
Jean, I think that is used in rubber banding the list so only valid entries are selected. Regards, Bob On Sun, 17 May 2020 at 02:57, jeanl wrote: > The view_selection_function in the main_matcher was added at > caeea74b5003788a79fd684e50244dac44f11e93 > I'm trying to understand why that was need

[GNC-dev] 'g_signal_handler_disconnect: assertion' on master

2020-05-30 Thread Robert Fewell
Hi, I built master in a different VM and ran Gnucash from there that happened to have and open Invoice and when I closed it I got the following... * 11:52:31 ERROR g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed I tracked this down to a difference in the way the

Re: [GNC-dev] Feedback on GnuCash 3.903

2020-06-05 Thread Robert Fewell
Mark, Yes the saving of column widths has changed, in version 4.0 they are saved per register type so you only have to set the defaults once per type instead of every single register opened, there are menu options under 'Windows' that allow you to save new register widths or clear them. Open regist

Re: [GNC-dev] Feedback on GnuCash 3.903

2020-06-05 Thread Robert Fewell
ary even within each account type. Are you saying that these would > be treated as 2 register types and you are going to blow away all my good > work and just randomly choose one of the open settings as the default when > you remove old configurations? > > Thanks David H. &

Re: [GNC-dev] Feedback on GnuCash 3.903

2020-06-06 Thread Robert Fewell
David, There are 6 different layouts that all registers are based on as described below... REG_TYPE_GROUP_CURRENCY; BANK_REGISTER: CASH_REGISTER: ASSET_REGISTER: CREDIT_REGISTER: LIABILITY_REGISTER: INCOME_REGISTER: EXPENSE_REGISTER: EQUITY_REGISTER: TRADING_REGISTER: REG_TYPE_GROUP_APAR; PAYABLE

Re: [GNC-dev] Feedback on GnuCash 3.903

2020-06-07 Thread Robert Fewell
o in and change the widths of some columns and then scroll up a > couple of pages of txns and decide "meh this isn't looking so good" I just > close the register and re-open it to get the defaults back so that's good. > > Thanks David. > > > > > On Sat, 6 Jun

[GNC-dev] qof_book_is_readonly error in trace file

2020-06-14 Thread Robert Fewell
Hi, If you start gnucash with the --nofile option and then proceed to use the New Account Hierarchy Assistant, when you do the save you get the following error in the trace file 4 times... ERROR gboolean qof_book_is_readonly(const QofBook*): assertion 'book != NULL' failed This I assume is beca

[GNC-dev] Can I edit the github release notice

2020-06-15 Thread Robert Fewell
Hi, Just noticed that the release says you can have multiple transaction associations, the 6th bullet point but it is still only one per transaction. Regards, Bob ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman

Re: [GNC-dev] Can I edit the github release notice

2020-06-15 Thread Robert Fewell
, Bob On Mon, 15 Jun 2020 at 18:29, John Ralls wrote: > > > > On Jun 15, 2020, at 6:43 AM, Derek Atkins wrote: > > > > Hi, > > > > Robert Fewell <14ubo...@gmail.com> writes: > > > >> Hi, > >> > >> Just noticed that the relea

Re: [GNC-dev] Can I edit the github release notice

2020-06-15 Thread Robert Fewell
sociation > items in 3.x, allows setting, changing, and deleting associations." > > Regards, > John Ralls > > > On Jun 15, 2020, at 12:15 PM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > Thank you John, > > Can you change the 6th bullet point th

Re: [GNC-dev] qof_book_is_readonly error in trace file

2020-06-15 Thread Robert Fewell
, at 8:11 AM, John Ralls wrote: > > > > > > > >> On Jun 14, 2020, at 5:16 AM, Robert Fewell <14ubo...@gmail.com> wrote: > >> > >> Hi, > >> > >> If you start gnucash with the --nofile option and then proceed to use > the > >

Re: [GNC-dev] Can I edit the github release notice

2020-06-16 Thread Robert Fewell
Thank you for doing this. Regards, Bob On Tue, 16 Jun 2020 at 00:12, Frank H. Ellenberger < frank.h.ellenber...@gmail.com> wrote: > Updated on www.gnucash.org and github. > Frank > > Am 16.06.20 um 00:22 schrieb Robert Fewell: > > John, > > That's better

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

2020-06-24 Thread Robert Fewell
Adrien, That is a bot surprising, there is a test for the glyphs in the font and if not present should default to 'f' and 'w', code points are.. #define GLYPH_PAPERCLIP "\360\237\223\216" // Codepoint U+1F4CE #define GLYPH_LINK "\360\237\224\227" // Codepoint U+1F517 Regarding the second poin

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

2020-06-24 Thread Robert Fewell
t; default sizes. (and stay that way regardless of how I pull up that or other > bills) > > Regards, > Adrien > > > On Jun 24, 2020 w26d176, at 7:38 AM, Robert Fewell <14ubo...@gmail.com> > wrote: > > > > Adrien, > > That is a bot surprising, there is a test

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

2020-06-24 Thread Robert Fewell
usfiber.net> wrote: > > > > Funny enough, they were 1 or 2px. > > > > In my re-test after using the reset option, I made sure to be careful to > bring them to zero. Those widths weren’t retained at all. > > > > I’ll try again to carefully set them all to ve

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

2020-06-24 Thread Robert Fewell
easier to accomplish dexterity-wise > without having to carefully hit a fine-tuned target. (I’m using a touch > pad, not sure if this is easier or harder with a mouse) > > Regards, > Adrien > > > On Jun 24, 2020 w26d176, at 9:56 AM, Robert Fewell <14ubo...@gmail.com> >

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

2020-06-24 Thread Robert Fewell
I pulled that and > still the fall backs are not there. > > Regards, > Adrien > > > On Jun 24, 2020 w26d176, at 7:38 AM, Robert Fewell <14ubo...@gmail.com> > wrote: > > > > Adrien, > > That is a bot surprising, there is a test for the glyphs in the fon

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

2020-06-25 Thread Robert Fewell
I think for now we should disable it for MacOS until a solution presents itself, maybe I will get a Macbook so I can test this. John, is this right... void gnc_assoc_cell_set_use_glyphs (AssocCell *cell) { #ifdef MAC_INTEGRATION cell->use_glyths = FALSE; #else gboolean use_glyphs = TRUE;

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

2020-06-25 Thread Robert Fewell
Adrian, maybe for a start one could just try and see if you can paste those unicodes or some other into the notes/memo fields, that is how I started and when it worked I thought about using them. Regards, Bob On Thu, 25 Jun 2020 at 02:10, Adrien Monteleone < adrien.montele...@lusfiber.net> wrote:

Re: [GNC-dev] "2" version of source code

2020-07-14 Thread Robert Fewell
Jean, I have been relooking at this and wil give it another go. When I first made the changes, all seemed to be OK but with large transaction lists it was slow. Also if I remember right there was a lot of, it is not the same as the existing which slightly put me off any further progress. I have rec

[GNC-dev] Example CSS file missing from Windows install

2020-07-22 Thread Robert Fewell
Hi, Not sure if this is deliberate or not but the example CSS file is missing from the Windows install. I fixed this locally by adding a line to gnucash-mingw64.iss at line 107 as follows... Source: "@INST_DIR@\share\doc\@PACKAGE@\gtk-3.0.css"; DestDir: "{app}\doc\@PACKAGE@"; Components: main Reg

Re: [GNC-dev] "2" version of source code

2020-08-04 Thread Robert Fewell
schreef Robert Fewell: > > > Also if I remember right there was a lot of, "it is not the same as > > > the existing" which slightly put me off any further progress. > > > > I admit partial blame to this and apologize for it. In the years since I > have

[GNC-dev] Glade file version

2020-09-12 Thread Robert Fewell
While looking at a glade file for a bug fix, I noticed that the version required parameter was at 3.10 and the file generated was with glade version 3.22.2 As the required gtk+ version for Gnucash is greater than 3.22.30, I would like to change the version required to 3.22 and as I have glade 3.36

Re: [GNC-dev] Fwd: gnucash maint: Multiple changes pushed

2020-10-23 Thread Robert Fewell
< frank.h.ellenber...@gmail.com> wrote: > Sorry, I forgot to CC. > > > Weitergeleitete Nachricht > Betreff: gnucash maint: Multiple changes pushed > Datum: Fri, 23 Oct 2020 20:17:31 +0200 > Von: Frank H. Ellenberger > An: Robert Fewell <14ubo...@gmail.com>

[GNC-dev] New branch mistake

2020-11-28 Thread Robert Fewell
Hi Guys, I think I got my bug_branch and branch the wrong way round and created a new branch on code/github of bug309943. Could someone remove / advise on command to do this on code. Regards, Bob ___ gnucash-devel mailing list gnucash-devel@gnucash.org

Re: [GNC-dev] New branch mistake

2020-11-29 Thread Robert Fewell
ctively removing it. > > > > The git devs use odd logic from time to time... > > > > Regards, > > > > Geert > > > > Op zaterdag 28 november 2020 12:38:54 CET schreef Robert Fewell: > > > Hi Guys, > > > > > > I think I got my bug

Re: [GNC-dev] Budgets: Sort accounts by code

2020-12-10 Thread Robert Fewell
Kevin, The current version is 4.2, soon to be 4.3 and in that version there is already an option to show the code column and description with either being sorted. Also on the toolbar is 'All Periods' and with an account selected will populate all cells for that account with a value. You do not say

  1   2   3   >