commit 542269ed89e93e6c8cec2da5590e1bf2bcb2ab25 Author: Thomas Baumgart Date: Sun Aug 18 09:31:36 2019 +0200 Bumped version to 5.0.6 commit ab92d1e117a1d88cabf184ca5319c4924399fc60 Author: Thomas Baumgart Date: Sun Aug 18 08:45:21 2019 +0200 Do not move all splits of a transaction In KMyMoney, in a transaction with multiple splits, where more than one split is assigned to the same category, attempts to change only one split to a new category changes all splits with the same category to the new category. This change only moves the selected transaction. Also, it only removes those accounts from the list that are not referenced by the selected splits which was detected during the course of the fix of the original problem. BUG: 411030 FIXED-IN: 5.0.6 commit 457e01f18d985d5e7121477df2dda2525e933d04 Author: Thomas Baumgart Date: Sat Aug 17 12:15:01 2019 +0200 Finish db queries at another spot Amending commit 48c0b11ef and finish queries at another spot to resolve a problem I have with the SQLCIPHER version to update a DB of an older version. commit 81c97785c1f985c09732923101feac64e59389c3 Author: Thomas Baumgart Date: Wed Aug 14 15:28:55 2019 +0200 Finish db queries at a few more spots Amending commit 48c0b11ef and finish queries at more spots to resolve a problem I have with the AppImage to update a DB of version 8. commit cd00fe960c70c6cd905cdafc2575598020bfbbc6 Author: Thomas Baumgart Date: Sat Aug 10 18:29:14 2019 +0200 Raise minimum required version of AqBanking the German online banking users have to use a registered software from mid-September onwards and the institutions are allowed according to EU regulations to reject/refuse access by non-registered client applications. To be able to support this process KMyMoney requires a newer version of AqBanking which has been released lately. commit c1d97f88cc88893a0a4b83df78fccefea71e3ed0 Author: Thomas Baumgart Date: Thu Aug 8 18:02:41 2019 +0200 Added registration with ZKA (https://www.hbci-zka.de/) German banks soon require the application to be registered with ZKA in order to use the their FinTS interface. This implements the necessary functionality to be in line with the requirements. commit 62d145cb8e3fe120029423eac3a0f7a92df1811e Author: l10n daemon script Date: Wed Aug 7 08:37:50 2019 +0200 SVN_SILENT made messages (.desktop file) - always resolve ours In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop" commit 1e4db1595f7f1751f7f4c4139047e581f20d7647 Author: Ralf Habacker Date: Tue Aug 6 11:19:23 2019 +0200 Fix 'Hardly distinguishable line colors in reports' The color palette used for a diagram can now be modified in individual reports. Note: In KReportConfigurationFilterDlg::slotSearch there is redundant code for casting eMyMoney::Report::ChartPalette to int which is already implemented in xmlstoragehelper.cpp. BUG:408361 FIXED-IN:4.8.4,5.0.6 Differential Revision: https://phabricator.kde.org/D22293 commit abe9706b94f659834f298a68724b63219fbe557a Author: l10n daemon script Date: Sun Aug 4 08:43:32 2019 +0200 SVN_SILENT made messages (.desktop file) - always resolve ours In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop" commit f6f9c91059572559a8944d97ab77492b72269832 Author: l10n daemon script Date: Sun Aug 4 07:30:54 2019 +0200 GIT_SILENT made messages (after extraction) commit 634b25f32767258ba72b4fa3b5402a0260f4becd Author: l10n daemon script Date: Wed Jul 31 08:59:16 2019 +0200 SVN_SILENT made messages (.desktop file) - always resolve ours In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop" commit 48c0b11efdcfa43217fc247443afda0d9b7a61c4 Author: Thomas Baumgart Date: Mon Jul 22 07:37:04 2019 +0200 Finish queries so that they do not block the db layout update process https://stackoverflow.com/questions/17057420/qt-sqlite-unable-to-fetch-row-database-locked gave me the necessary hint to find the cause. BUG: 410091 FIXED-IN: 5.0.6 commit b48fc8588f1fd98b116fce21ebfda6416f558146 Author: Luca Beltrame Date: Sun Jul 21 09:10:44 2019 +0200 Fix build with Qt 5.13 Yet another case of QMap no longer being included. commit 7860a61708df1dc18e99694cfa4d123d95958585 Author: Thomas Baumgart Date: Thu Jul 11 15:15:08 2019 +0200 Use a higher price precision for Indonesian Rupiah The default of 4 decimals is not enough for prices of the Indonesian Rupiah. So I lifted the default to 10 decimals for new files. For existing files and older versions of the application one can use the currency editor to adjust the value manually.