gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Thu Mar 10 10:07:14 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/175d404a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/71574b7d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7003a561 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/18065151 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/712d340b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b89723a5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e4e19a4c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cb88fe8f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/97b7c265 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/40c543ef (commit)
	 via  https://github.com/Gnucash/gnucash/commit/acdd5d02 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/26de1385 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/05da881f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/029a6653 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/00c72830 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6e50516c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/17033c64 (commit)
	from  https://github.com/Gnucash/gnucash/commit/0031478d (commit)



commit 175d404a1b986aecb77db5e2882b152cbc1d06a9
Merge: 0031478 71574b7
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Thu Mar 10 15:52:02 2016 +0100

    Merge branch 'maint'
    
    Resolved conflicts:
    	src/core-utils/gnc-features.c
    	src/core-utils/gnc-features.h
    	src/engine/test/CMakeLists.txt
    	src/gnc-module/test/test-dynload.c
    	src/import-export/import-match-map.c

commit 71574b7dde5a81ba0cbd917db5ee1eefd64b8516
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Thu Mar 10 15:30:56 2016 +0100

    Minor tweaks to Bayesian feature flag
    
    - use shorter definition
    - set correctly understood as of 2.6.12 instead of 2.7.0

commit 7003a561712d104e6b72dc5be2c6bdaff0ff20a7
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Mar 10 12:08:40 2016 +0100

    Make gnucash 2.7+ rerun bayesian data conversion whenever needed
    
    Whenever recent 2.6.x versions of gnucash store bayesian data
    in the old format (full account name based), gnucash 2.7+
    should perform a conversion the the new format (guid based)
    on subsequent opening of the file.

commit 18065151223a7a932b7e7831c6d7ab209b78dce7
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Feb 20 13:15:56 2016 +0000

    Allow matching accounts to be found also by their GUID
    which will be used in newer versions. The
    default behaviour is still to create new entries
    under the account fullname.

commit 712d340bf4d7898605e6fb8e6a4a9b52c0372410
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Mar 10 12:05:16 2016 +0100

    Introduce GUID_BAYES feature flag
    
    This will be set by future versions of gnucash (2.7+) when
    they save bayesian data using GUID's instead of full
    account names. The flag will prevent older versions
    (2.6.11 and older) from opening data files with such data.

commit b89723a561d3c5efdee13eeca35bc6132d89eee8
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Thu Mar 3 12:13:36 2016 +0000

    Bug 762971 - Duplicating multiple invoices results in invoices without an ID number
    
    If a duplicated invoice doesn't have an ID (which it won't if multiple invoices are
    duplicated) allocate it (them) the next ID.

commit e4e19a4caa2b9a5673ab227022cb193026a5c301
Author: Mike Evans <mikee at saxicola.co.uk>
Date:   Wed Mar 2 09:23:10 2016 +0000

    Bug - 761172 Importing invoices posts incorrect values.
    
    This looks a rounding error caused by not setting the denominator to an
    appropirate value. I've set it to 100x the currency fraction.
    
    For some reason I removed the call to gnc_numeric_convert() in commit
    564b9874575 I shouldn't have done that. I should have adjusted the denom.

commit cb88fe8f93bffa661c17e9edda3b7fde3d019602
Author: Phil Longstaff <phil.longstaff at yahoo.ca>
Date:   Sun Feb 28 07:42:37 2016 -0500

    Memory leak in gnc-gsettings.c

commit 97b7c26570092d8651f7ea391029ab88fc2cee26
Author: Phil Longstaff <phil.longstaff at yahoo.ca>
Date:   Sun Feb 28 07:31:03 2016 -0500

    Close some more memory leaks

commit 40c543ef2166d0300121a0370343d4e2e9892c73
Author: Phil Longstaff <phil.longstaff at yahoo.ca>
Date:   Sun Feb 28 00:20:55 2016 -0500

    Close some memory leaks identified by valgrind.

commit acdd5d0208b67476671484707afdc96f25d97b87
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Mon Feb 22 16:39:47 2016 +0100

    Bug 744157 - Tip about subaccount is confusing

commit 26de1385630428df87948f17bd947a1a9bf87d63
Author: pmralbuquerque <palbuquerque73 at gmail.com>
Date:   Thu Feb 18 08:41:14 2016 +0000

    Updated translations after TACG translation

commit 05da881fa821929bb550916e963c22e4aaa65aa2
Author: fell <f.ellenberger at online.de>
Date:   Wed Feb 17 03:36:11 2016 +0100

    Update the list of Finance::Quote methods
    
    It is now be close to F::Q 1.38.
    A few methods remain still in unknown:
    Most are aliases.
    Bitcoin* would spam the list,
    MtGox* will be dropped.

commit 029a6653d6cfb6aa2f2e254f05bb36fc60cb0a8c
Author: Sebastien Bourdelin <sebastien.bourdelin at savoirfairelinux.com>
Date:   Thu Feb 11 23:13:45 2016 -0500

    Fix a typo
    
    éargne -> épargne.

commit 00c72830d8c71fb29a26eb3f7a54977bef428d68
Author: fell <f.ellenberger at online.de>
Date:   Tue Feb 9 18:29:35 2016 +0100

    Add comment about replacement of 10000 BYR by 1 BYN
    
    Supplement of commit 10fbd1f

commit 6e50516c1d775bd6bca498b2ea3390eb12125273
Author: RobGowin <robgowin at gmail.com>
Date:   Wed Jan 27 14:50:51 2016 -0600

    cmake - Increase test pass rate on Windows

commit 17033c64d83a7d940b686dea20e6c0c5d79f815b
Author: Prayag Verma <prayag.verma at gmail.com>
Date:   Mon Feb 1 00:10:46 2016 +0530

    Fix Typos in doc/README.translator.txt
    
    Convert file to UTF-8
    Spelling mistakes fixed -
    begining > beginning
    tranlation > translation



Summary of changes:
 CMakeLists.txt                                  |  24 +--
 accounts/fr_CA/acctchrt_basecommune.gnucash-xea |   2 +-
 doc/README.translator.txt                       |  12 +-
 doc/tip_of_the_day.list.in                      |  11 +-
 po/pt.po                                        | 198 ++++++++++++------------
 src/app-utils/gnc-gsettings.c                   |   6 +-
 src/app-utils/gnc-state.c                       |   3 +-
 src/backend/dbi/test/CMakeLists.txt             |  19 ++-
 src/business/business-gnome/dialog-invoice.c    |  10 +-
 src/cmake_modules/GncAddTest.cmake              |  65 +++++---
 src/core-utils/gnc-features.c                   |   1 +
 src/core-utils/gnc-features.h                   |   1 +
 src/core-utils/gnc-filepath-utils.c             |  12 +-
 src/engine/gnc-commodity.c                      |  26 +++-
 src/engine/iso-4217-currencies.xml              |   1 +
 src/engine/test/CMakeLists.txt                  |   8 +-
 src/gnc-module/test/CMakeLists.txt              |  56 +++----
 src/gnc-module/test/test-dynload.c              |   9 +-
 src/gnome-utils/gnc-plugin-menu-additions.c     |  12 ++
 src/gnome-utils/gnc-tree-view.c                 |   1 +
 src/gnome/gnc-plugin-page-budget.c              |   2 +
 src/gnome/gnc-split-reg2.c                      |   1 +
 src/import-export/csv-imp/test/CMakeLists.txt   |  11 +-
 src/libqof/qof/test/CMakeLists.txt              |   9 +-
 src/plugins/bi_import/dialog-bi-import.c        |   9 +-
 25 files changed, 294 insertions(+), 215 deletions(-)



More information about the gnucash-patches mailing list