gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Jun 12 19:16:13 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/9c7fa77d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5d3ae6c6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/64837820 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2384af60 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a73f9123 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1f14d0f6 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/00e6ccdd (commit)
	from  https://github.com/Gnucash/gnucash/commit/ffe6044c (commit)



commit 9c7fa77d3b1d161e9319d8b392bb89148318e8b0
Merge: 5d3ae6c 6483782
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jun 12 16:12:48 2018 -0700

    Merge Bob Fewell's 'fixes6' into maint.

commit 5d3ae6c672e95327b8b7476a800e5e9cb6afbb28
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jun 12 16:12:30 2018 -0700

    Fix test-tokenizer failure due to not nulling the GError*.

commit 64837820edbb2eb6f6e4371f73b43f476edd48f0
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jun 10 14:26:39 2018 +0100

    Bug 795831 - When read only threshold set, dates are silently changed
    
    When you have specified a read only threshold, the date is silently
    changed if it's beyond the threshold. There was already code to present
    a dialog informing of this but was disabled so enable it.

commit 2384af6068741641487316b83a6ac5de1454989c
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sun Jun 10 14:24:34 2018 +0100

    Add a dialog to warn users that date is out of range
    
    When the date is out of range present a dialog advising this and also
    advise that date will be reset to this year.

commit a73f9123f9fc936bbbfe0ea05b0cc06c52b9ab6e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Jun 9 15:10:12 2018 +0100

    Fix some indentation in datecell-gnome.c

commit 1f14d0f6296e69ace72ccc9f7042f89d74a16e55
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Jun 9 15:04:27 2018 +0100

    In qof_scan_date returns valid date when day and month are 0
    
    If you start typing a date in the register with the enable autoreadonly
    option starting with a 0, gdate complains when trying to create a valid
    date.

commit 00e6ccdda0fbc5bccbc9167e3f224a8200617061
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Jun 9 15:01:30 2018 +0100

    Bug 796398 - Restrict accelerator keys to valid date range
    
    Valid date range is 01/01/1400 - 31/12/9999 so only allow accelerator
    keys in this range.



Summary of changes:
 gnucash/gnome-utils/dialog-utils.c               | 62 +++++++++++++++-
 gnucash/gnome-utils/dialog-utils.h               |  2 +
 gnucash/import-export/csv-imp/gnc-tokenizer.cpp  |  2 +-
 gnucash/register/register-gnome/datecell-gnome.c | 93 ++++++++++++++----------
 libgnucash/engine/gnc-date.cpp                   |  3 +
 5 files changed, 117 insertions(+), 45 deletions(-)



More information about the gnucash-patches mailing list