gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Jun 20 13:24:33 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/4b73bb5c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b5b0f603 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5f8f9b9a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/385ca0c3 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/881a39d2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e43e30d0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9591c52b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/78565f79 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3e971662 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5df97ba2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/178013bf (commit)
	 via  https://github.com/Gnucash/gnucash/commit/efaeb99f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9087418f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c5ef629f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/582edc1b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e79d9b5c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2206f0a5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/82c93675 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/81fa7d76 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/aa6854fb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ce83251b (commit)
	from  https://github.com/Gnucash/gnucash/commit/34bab999 (commit)



commit 4b73bb5c501ceff6a215a09856e52c794fba00b0
Merge: 34bab99 b5b0f60
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jun 20 10:26:47 2017 -0700

    Merge branch 'maint'

commit b5b0f60396f1eae56ccb8b9aa6975303d1072853
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 16 15:57:52 2017 -0700

    Correctly store time64 0 in the SQL backend.
    
    The SQL backend ignored time64 0 when saving dates. time64 is a perfectly
    valid timestamp (1970-01-01 00:00:00) and should be stored.

commit 5f8f9b9a8481651ca92ced8bb5d662a53175953d
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 16 15:31:49 2017 -0700

    Clamp time64 values passed to GDateTime functions to the valid range.
    
    Fixes a bug reported on the mailing list wherein a date of 0000-00-00
    in a MySql database would crash GnuCash. Such dates may come from a bad
    conversion of 1970-01-01 or from a crash.

commit 385ca0c3240bfc2ab6cc7eb329052e3acc2c0e45
Author: christopherlam <christopher.lck at gmail.com>
Date:   Sun Jun 4 12:26:46 2017 +0800

    Bug 776396 Further Fix
    
    This commit will further improve the styling of the table element used for foreign
    currencies in any report with foreign currencies or stocks. Adds non-breaking space
    between foreign currency/stock and report currency.

commit 881a39d2eb81dfd5c9f9df9329a9f37cce3482e0
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri May 26 11:34:00 2017 -0700

    Bug 783095 - gnucash-2.6.16 segfaults on startup
    
    Null tip_list after freeing it the first time to prevent double-free,
    then don't iterate over it if contents is NULL. Don't even try to open
    dialog if tip_count < 1. Protect from dereferencing a NULL tip_list in
    gnc_new_tip_number.

commit e43e30d0390653493d680191605b64fcf774c255
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Sun May 21 15:49:30 2017 +0100

    Change from deprecated gncEntrySetDate to gncEntrySetDateGDate.
    Again.

commit 9591c52bf54268933470a57e5465abd79b806505
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Sun May 21 15:38:51 2017 +0100

    Revert "Change from deprecated gncEntrySetDate to gncEntrySetDateGDate."
    Oops, more work required.
    
    This reverts commit 78565f7939b47921c4cd5c3d7cf81c22aea383a2.

commit 78565f7939b47921c4cd5c3d7cf81c22aea383a2
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Sun May 21 15:23:25 2017 +0100

    Change from deprecated gncEntrySetDate to gncEntrySetDateGDate.
    
    Should gncEntrySetDateEntered() similarly be deprecated?

commit 3e9716626f77225f6b23230a0b97a88275e5fb43
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Fri May 19 08:03:12 2017 +0100

    Correct a typo.

commit 5df97ba2a5aa61183a3d6fb03c512f57f9841257
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Thu May 18 19:27:47 2017 +0100

    Use correct column for entry date.
    
    The date opened will be set to today if that column is blank.

commit 178013bf9d35b2fa64d797d27d22febecd8f5d7e
Author: Bert <bert.claesen+github at gmail.com>
Date:   Sat May 13 15:46:07 2017 +0200

    Bug 776396 - Foreign currency reports, amounts are not aligned correctly
    
    Bug 776396 - Foreign currency reports, amounts are not aligned correctly
    
    This commit will improve the styling of the table element used
    for foreign currencies in the Balance sheet report so they
    end up aligned with the other currencies.

commit efaeb99ff11ed126f849cda544065ac115de0ad2
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Wed Aug 10 14:22:48 2016 +0200

    Add XSU to iso-4217-currencies
    
    The future common currency of south america?

commit 9087418f817fc2e5066e3523315e65a2fe172429
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed May 3 16:39:26 2017 +0200

    Drop ifdeffed out code block

commit c5ef629fdcf09861182084a466cd2c7d44e4d8dd
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed May 3 16:38:48 2017 +0200

    Bug 781634 - Alert on missing account currency when opening account

commit 582edc1b31218da1941c8f9efccc857f3750e0e7
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Apr 29 17:51:45 2017 -0700

    CMakeLists.txt: Remove Apple architecture settings.
    
     Those should be passed in as part of CFLAGS/CXXFLAGS.

commit e79d9b5cba01a8c1ca4ac9f975c47dff57fe015c
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Apr 16 16:55:02 2017 -0700

    Updated ar.po from ashalash at msn.com
    
    After removing duplicate translator email addresses and reference to the
    Translation Project's Arabic team.

commit 2206f0a518b63940fbe82c340a3aaa28a16c0d89
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Sat Apr 29 01:27:55 2017 +0200

    Fix wrong displayed position of the verbose flag in gnc-fq-dump

commit 82c9367503a8ca5d630182c7b3c808b3fce707b1
Merge: aa6854f 81fa7d7
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Apr 16 16:59:35 2017 -0700

    Merge branch 'PR140' into maint

commit 81fa7d76c43763643926f8cdff0a3eb1c5b8f981
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Aug 4 14:41:18 2016 -0700

    Adjust CMAKE_C_FLAGS for better release/debug behavior.

commit aa6854fb1b9d7bc6847d6d43e734a7144c23afef
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Apr 10 15:23:25 2017 -0700

    Use the Mac Locale to find the account templates only when building with quartz.

commit ce83251bd06cbaca49070e3d7411629f64eb55d9
Author: Mike Alexander <mta at umich.edu>
Date:   Mon Apr 10 01:53:04 2017 -0400

    Fix a minor typo.



Summary of changes:
 CMakeLists.txt                                   |    10 -
 po/ar.po                                         | 13740 +++++++++++----------
 src/backend/dbi/test/test-backend-dbi-basic.cpp  |     1 +
 src/engine/commodity-table.scm                   |     4 +-
 src/engine/gnc-commodity.h                       |     3 +-
 src/engine/iso-4217-currencies.xml               |    15 +
 src/gnome-utils/dialog-commodity.c               |    86 +-
 src/gnome-utils/dialog-commodity.h               |     9 +-
 src/gnome-utils/dialog-totd.c                    |    61 +-
 src/gnome/assistant-hierarchy.c                  |     6 +-
 src/import-export/qif-imp/assistant-qif-import.c |     2 +-
 src/libqof/qof/gnc-date.cpp                      |    17 +-
 src/libqof/qof/gnc-date.h                        |     3 +-
 src/libqof/qof/test/test-gnc-date.c              |    27 +-
 src/plugins/bi_import/dialog-bi-import.c         |     9 +-
 src/quotes/gnc-fq-dump                           |     3 +-
 src/report/report-system/html-acct-table.scm     |     2 +
 17 files changed, 7336 insertions(+), 6662 deletions(-)



More information about the gnucash-patches mailing list