gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Jun 28 19:48:23 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/9a8ed932 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/77988a72 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6fe4b8ff (commit)
	 via  https://github.com/Gnucash/gnucash/commit/74fa5562 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ddf84d07 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9303d7dd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/53b45262 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/72f630e8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d3933f7c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8291c299 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9c71a6cc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2d68c815 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1b3f7112 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5ed88771 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3e37be81 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/71297be8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2375270e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a6da796c (commit)
	from  https://github.com/Gnucash/gnucash/commit/3ded9f9b (commit)



commit 9a8ed9323ca784a00f5b665136c61a9660b62715
Merge: 3ded9f9 77988a7
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jun 28 16:22:53 2016 -0700

    Merge branch 'maint'

commit 77988a72f52a60e409af15319f8664c86a504d74
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jun 28 15:27:01 2016 -0700

    Fix incomplete function name from 74fa556.

commit 6fe4b8ff8ea5dac4dc93c6eb2129eed80cc607ff
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 27 21:40:24 2016 -0700

    Reset release date to 28 June.

commit 74fa5562868c9af0a8ffa98d7fe7d01dc27b8cc3
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 27 21:38:35 2016 -0700

    containsString wasn't introduced until OS X 10.10.

commit ddf84d072549de5a562d75693c85e6f0845c8602
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Jun 25 12:04:40 2016 -0700

    Release 2.6.13

commit 9303d7dd0c8c44c6102ee3888f455f31ad4c56d5
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 24 15:47:42 2016 -0700

    Update translations from the translation project.
    
    Updated: Dutch, Serbian

commit 53b4526262111c2cae68625ce352b8c749163969
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jun 23 14:50:36 2016 -0700

    Remove automatch_store_transactions() from import-main-matcher.
    
    There hasn't been a clist to iterate through since 2002, calling
    gnc_import_TransInfo_refresh_destacc immediately after
    gnc_import_TransInfo_set_destacc(...TRUE) is a no-op, and refresh_model_row
    gets called immediately after run_account_picker_dialog_returns.
    
    As a side benefit this might fix bug 757078.

commit 72f630e8e32e427bdc84540c71e85feb19d72c89
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jun 23 09:41:51 2016 -0700

    Bug 760021 - File "Save As" to an existing file...overwrites without warning.
    
    Save_may_clobber_data was looking at the wrong fullpath.

commit d3933f7c835ba1f80de002bb887b110948705876
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jun 23 09:41:48 2016 -0700

    Bump CMake version to current.

commit 8291c2991c721b00dee6469497e2893c4893d089
Author: John Ralls <jralls at ceridwen.us>
Date:   Wed Jun 22 16:33:16 2016 -0700

    Bug 761672 - Transfer made to placeholder account

commit 9c71a6cc64647940e33b4d2d90f0ccb03de72a0e
Author: John Ralls <jralls at ceridwen.us>
Date:   Wed Jun 22 16:25:55 2016 -0700

    Bug 764248 - saved-reports-2.4-backup line endings unconventional

commit 2d68c81575e72b607edbeae273e9f9f3dd55ce97
Author: goodvibes2 <chris.good at ozemail.com.au>
Date:   Wed Jun 22 09:33:44 2016 +1000

    Update README to refer to wiki Submitting_Patches as per github
     discussion re this file.

commit 1b3f711287261dd43318f9f6046a0097b0e3bd1b
Author: John Ralls <jralls at ceridwen.us>
Date:   Wed Jun 22 12:47:26 2016 -0700

    Bug 748983 - Crash after opening money transfer dialog twice
    
    Prevent re-entrance by checking that the static pointers, the second
    freeing of which caused the crash. Set said pointers to NULL after
    freeing them to make the dialog ready for the next invocation.

commit 5ed887715b22b9fbd68040e0970f7f91a5943ea1
Author: goodvibes2 <chris.good at ozemail.com.au>
Date:   Mon Jun 20 19:45:28 2016 +1000

    Bug 637004 Optionally allow customer and vendor address info to display
      Use an internal option to hold receivable/payable flag,
      remove trailing spaces.

commit 3e37be8144c6ea9e4f87db387a92b292ca467dd7
Author: goodvibes2 <chris.good at ozemail.com.au>
Date:   Sat Jun 18 08:55:27 2016 +1000

    Bug 637004 Optionally allow customer and vendor address info to display
      in the Receivable Aging and Payable Aging reports so can be copied
      and pasted into a spreadsheet for use in mail merge.

commit 71297be88eb18201417b380515a65a5b1cf7b583
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 20 16:11:13 2016 -0700

    Fix Travis test failure in gnc_iso8601_to_timespec_gmt.
    
    Can't reproduce failure on local systems, so this is a bit of a shot in the dark.

commit 2375270eb782a23ce4ad58715b4daab28d2e5bed
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 20 15:29:21 2016 -0700

    Fix gnc_iso8601_to_timespec_gmt test failure.
    
    Triggered by colon in the zone string.

commit a6da796c94cd3985835238cd5f31694e9f7aa2da
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 20 12:59:21 2016 -0700

    Bug 767824 - Some UTC timezones incorrectly recognized on Windows 7
    
    Reset minutes-only timezones to +0000 (UTC) and adjust the time
    according to the time zone error.



Summary of changes:
 ChangeLog                                   |   234 +-
 NEWS                                        |    66 +-
 README                                      |    14 +-
 po/nl.po                                    | 11932 ++++++++++++-------------
 po/sr.po                                    | 11991 +++++++++++++-------------
 src/backend/xml/gnc-backend-xml.cpp         |     6 +-
 src/bin/gnucash-bin.c                       |     3 +-
 src/gnome-utils/dialog-transfer.c           |     5 +-
 src/import-export/import-main-matcher.c     |    28 +-
 src/libqof/CMakeLists.txt                   |     2 +-
 src/libqof/qof/gnc-datetime.cpp             |    21 +
 src/report/business-reports/aging.scm       |   258 +-
 src/report/business-reports/payables.scm    |     9 +
 src/report/business-reports/receivables.scm |    21 +
 src/report/report-system/gnc-report.c       |     9 +-
 15 files changed, 12599 insertions(+), 12000 deletions(-)



More information about the gnucash-patches mailing list