commit ccaadb2236ce91047b4c955b230586563d2aa7d6 Author: Thomas Baumgart Date: Sun Jan 19 18:45:09 2020 +0100 Bumped version to 5.0.8 commit addf8816916af595afc42328d4752d34ce822038 Author: Thomas Baumgart Date: Sun Jan 19 18:05:35 2020 +0100 Raise minimum required versions for AqBanking and Gwenhywfar commit d6afe9992e906df02b1981b52cd3f30985b6bfa8 Author: Thomas Baumgart Date: Sun Jan 19 18:03:50 2020 +0100 Updated minimum required AqBanking (cherry picked from commit 028d53ec2c3f48bfd87fec8b0d97c5335b845d15) commit 7b60fa22becf58f90029365cde569edfe5acc1ec Author: Thomas Baumgart Date: Sun Jan 19 18:03:22 2020 +0100 Updated minimum required AqBanking and Gwenhywfar versions (cherry picked from commit d8e96afe628041dd0bfc560c5ef8a5acad777dce) commit ab2224b204584c8f0823ed23368144b482366598 Author: Thomas Baumgart Date: Sun Jan 19 10:38:46 2020 +0100 Update memo in non-split transaction when changed in split editor The memo of a non-split transaction was not updated when it was modified inside the split editor. This change will keep the two locations in sync in this scenario. BUG: 326212 FIXED-IN: 5.0.8 commit f507330eee85ca54232daa5a495a8bfdbbde37d6 Author: Thomas Baumgart Date: Sat Jan 18 18:49:23 2020 +0100 Avoid flooding console with AqBanking warnings commit f9bc63cd63408f2fe0c9c467c3e344d065bc4935 Author: Thomas Baumgart Date: Sat Jan 18 14:25:47 2020 +0100 Prevent creation of schedules that are not assigned to an account BUG: 416410 FIXED-IN: 5.0.8 commit f8ae85c34889b0023fe32d6e75569f18f2a8deac Author: Thomas Baumgart Date: Fri Jan 17 19:06:36 2020 +0100 Fix subtotals in investment performance by account report The subtotal rows were attached to the wrong groups. This change fixes the order of the rows. BUG: 416274 FIXED-IN: 5.0.8 commit 8c8a4fbc19541bb8ea9082ca7beca8c0a42ebd07 Author: Thomas Baumgart Date: Thu Jan 16 16:06:12 2020 +0100 KMyMoney correct spelling in widget tooltips Summary: Correct ToolTip spelling in kmymoney.widgets Reviewers: tbaumgart Reviewed By: tbaumgart Differential Revision: https://phabricator.kde.org/D26612 (cherry picked from commit 9f4a8127b0c4151f6a8f1c213b5bb7a489d6a5d4) commit 16e542a4ef150866fa5f89d289e597cfe103c02d Author: Thomas Baumgart Date: Wed Jan 15 20:05:10 2020 +0100 Allow to modify name of loan account The UI elements were present and functional but the value was not stored. This change stores the value provided by the user. BUG: 416269 FIXED-IN: 5.0.8 commit a93ef28170003594a3ec2636c86706a39f6bf867 Author: Thomas Baumgart Date: Wed Jan 15 09:32:23 2020 +0100 Updated minimum required AqBanking and Gwenhywfar versions Update the required versions to the released stable versions that are capable to handle the PSD2 related changes. commit da6ef9745c76af20aa3fa1468b75ba455db7a4e3 Author: Thomas Baumgart Date: Tue Jan 14 21:40:38 2020 +0100 Update the AqBanking and Gwenhywfar versions for AppImage commit 286c3aecb316ab79b5e7115b26a9fdd58f147298 Author: Thomas Baumgart Date: Sat Jan 11 10:04:17 2020 +0100 Fix calculation of columnDate The returned date of columnDate was not correct in certain circumstances so that the price information using this date was incorrect which resulted in false opening balance values in reports. BUG: 414932 FIXED-IN: 5.0.8 commit 09c6b84030de6a3bad2d5571c562c48b0687f767 Author: Thomas Baumgart Date: Thu Jan 9 22:43:10 2020 +0100 Revert "Add some trace messages get more details about paths" This reverts commit 9f64ba4926840be7f7887b665ac34b58af079550. commit c881fd808ddff56e2215a7f1e0bf720f41337361 Author: Thomas Baumgart Date: Thu Jan 9 21:56:20 2020 +0100 Make sure configuration is loaded This is needed to get the setting of IS_APPIMAGE in this module. This amends commit 7eab5dc6dad122dd90fae25789a36c9b329c6a85 commit 9f64ba4926840be7f7887b665ac34b58af079550 Author: Thomas Baumgart Date: Thu Jan 9 20:10:41 2020 +0100 Add some trace messages get more details about paths commit 7eab5dc6dad122dd90fae25789a36c9b329c6a85 Author: Thomas Baumgart Date: Thu Jan 9 19:23:45 2020 +0100 Fix accessing account templates in AppImage version BUG: 416052 FIXED-IN: 5.0.8 commit 8547037f9373f5ae8c5d3d039a2e6f6fe2514c52 Author: Jack Ostroff Date: Sat Jan 4 19:49:05 2020 -0500 Add initial notes on reusing an existing security in a second investment account. Expansion and screenshots to be added later. commit 403d308feba86f9085b40c1c291d6a2a3e4376fe Author: l10n daemon script Date: Fri Jan 3 09:40:58 2020 +0100 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 7a4c060412fc8b4db8633d50ac3dc054310dbde1 Author: Thomas Baumgart Date: Thu Jan 2 12:38:59 2020 +0100 Correctly increment amended number of new tags BUG: 415793 FIXED-IN: 5.0.8 commit c4c0e3c3a0453f806c0fff5de884788c8953bba1 Author: Thomas Baumgart Date: Mon Dec 30 08:48:26 2019 +0100 Avoid duplicate multiplication with price for investments In non forecast reports, the number of shares of investment accounts was multiplied twice with the price due to a change made with commit 83dd7a0d. This change reverts commit 83dd7a0d and fixes the original problem in the right place. BUG: 415668 FIXED-IN: 5.0.8 commit ab30728c4246f94d1fcc35acc9ef7554e706e0a3 Author: Thomas Baumgart Date: Thu Dec 26 12:03:22 2019 +0100 Allow to load files written with previous versions This amends the last commit and allows to read files that contain a matched transaction written with older versions of KMyMoney (prior to the last commit). Without this change the backward compatability was not provided. commit 2ce69c0aa4133714804231e587f196b808eaa3d0 Author: Thomas Baumgart Date: Wed Dec 25 16:53:10 2019 +0100 Fix storage of matched transaction containing a the character < A problem occured if a matched transaction contained the character 'less than' (<). This change eliminates this problem. It does not affect already stored transasction which have to be modified manually. BUG: 415548 FIXED-IN: 5.0.8 commit 9c939386e4a23a7033530a8f1082a626672e3eb8 Author: Thomas Baumgart Date: Wed Dec 25 16:46:43 2019 +0100 Add testcase for < in memo of matched transaction commit 3227834a97fc62537a3b60d91c91de1f7ce2dfe7 Author: Ralf Habacker Date: Sat Dec 21 13:26:16 2019 +0100 checkprinting: avoid incorrect replacement of split values Template parameters for split values are now replaced in descending order. If we replace the template parameter 'SPLITVALUE1' before 'SPLITVALUE10', the latter is erroneously overwritten with the value from the former, followed by '0'. Cherry picked from commit 9ae5d7c17654dc57b396571ddd630305674ff3a2 CCBUG:415411 Reviewed By: tbaumgart Differential Revision: https://phabricator.kde.org/D26134 commit edce864614e258a1b7b6bb6a477b19d7e4ba46c2 Author: Ralf Habacker Date: Sat Dec 21 13:25:25 2019 +0100 Use term 'charge(s)' instead of 'deposit(s)' in reconcilation report for credit card accounts Cherry picked and rebased from commit 8167daf35f22afe9d7b9d64e3e5cd3c3ee84b953. CCBUG:413555 Reviewed By: tbaumgart Differential Revision: https://phabricator.kde.org/D26132 commit a4577f64adb70336f9222c79ed1112086493bd40 Author: Ralf Habacker Date: Sat Dec 21 13:24:35 2019 +0100 Fix 'Summary line of reconcilation uses Deposits/Payments rather than Charges/Payments for credit cards' Cherry picked and reabased from commit dc59d0408b4412f9ea11af329997dccfaaee3938 CCBUG:413555 Reviewed By: tbaumgart Differential Revision: https://phabricator.kde.org/D26132 commit c17568b8c82b59ad72b07d2db4ab7181757b4bfe Author: Thomas Baumgart Date: Fri Dec 20 18:59:39 2019 +0100 Assign bankid to correct split The bankid used to detect duplicate transactions was assigned to the wrong split (the one that identifies the category). This change places the bankid in the split that references the investment account. BUG: 415409 FIXED-IN: 5.0.8 commit de6d2425c6f17f3e98e10e93fedcad2707a30e08 Author: Thomas Baumgart Date: Mon Dec 16 20:53:24 2019 +0100 Keep values stored in splits when editing invest transactions Values stored in splits provided e.g. by online banking plugins were erased when a transaction was edited. This change make sure that this information is remained unmodified. BUG: 415257 FIXED-IN: 5.0.8 commit bfe1cc0d2eae2d8cb020fd5adab1225515475208 Author: l10n daemon script Date: Thu Dec 12 09:19:54 2019 +0100 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 57b2133517a1277e8df255d5c8f3027d0855e9f9 Author: l10n daemon script Date: Thu Dec 12 08:05:27 2019 +0100 GIT_SILENT made messages (after extraction) commit f5b86b78d2d3abd0d29e975b51ee948766994188 Author: Thomas Baumgart Date: Sun Dec 1 14:07:09 2019 +0100 Fix storage of additional institution attributes in SQL backend BUG: 413325 FIXED-IN: 5.0.8 commit 129c9253d192b8d25087b910a38b2f996a19fe19 Author: Thomas Baumgart Date: Sun Dec 1 10:53:50 2019 +0100 Updated Gwenhywfar and AqBanking versions for AppImage Move on to the latest available versions (cherry picked from commit dcddb460f21f93d09c2f216eb3af386bf4979724) commit 4e41de1e4dd9b734507b0594c751b07fdf72ba07 Author: Thomas Baumgart Date: Wed Nov 27 11:20:43 2019 +0100 Fix link: ui.html -> menus.html (cherry picked from commit 96e3d4016a97de1d150659261bd1a80860a19019) commit 91f641f28ea2e6137ad81715e2665f2542fbcbcb Author: Thomas Baumgart Date: Sat Nov 23 09:25:29 2019 +0100 Use URL with transport encryption (cherry picked from commit 107eb87fff109d648bd8169cd2ec47a3a4f3a671) commit 50e93b40be07405ba7a6ea29f69f4b7b426ace3e Author: Thomas Baumgart Date: Sat Nov 23 09:25:08 2019 +0100 Update URLs (cherry picked from commit 0273d51f9080b19d2a49af33cc59427984dee141) commit 2d73384be87dc786fe1aecdd050b3759722e0033 Author: Thomas Baumgart Date: Fri Nov 22 15:04:05 2019 +0100 Fix loading of Finance::Quote supported sources BUG: 414333 FIXED-IN: 5.0.8 commit 54a94f92d15fb5b7627c218b0d735bc9d7eedee6 Author: Thomas Baumgart Date: Sat Nov 9 13:12:55 2019 +0100 Added script to determine build dependencies This script if started in the base directory of a git repository scans all source files and locates the packages from which C/C++ header files are included. commit 036f673f7ad9c2c8f1a30f7aadfa76595e624df1 Author: l10n daemon script Date: Fri Nov 8 09:16:58 2019 +0100 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 d1c3e1f0abdb0cddf5b06fa6b4d8e8dfc1510c73 Author: l10n daemon script Date: Mon Nov 4 09:05:13 2019 +0100 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 d57b05e85ede38d2daa35f7099ff782954de20b3 Author: l10n daemon script Date: Mon Nov 4 07:53:52 2019 +0100 GIT_SILENT made messages (after extraction) commit 962c9bcb3e16660e1c7ba0768b96f7be561b9b6f Author: Thomas Baumgart Date: Sat Nov 2 09:42:25 2019 +0100 Correctly handle splits with differing currency When entering investments the foreign currency detection did not compare a split's currencyId against the transaction commodity. This is now fixed. BUG: 410544 FIXED-IN: 5.0.8 commit 47cbe6d7e177207a792db65e5e1a661fcde993a5 Author: Thomas Baumgart Date: Sat Nov 2 09:37:51 2019 +0100 Correctly identify new transaction A new transaction can be correctly identified by an empty original transaction. commit e7130c06f9a6b9b762396f6bd283eebd29642e77 Author: Thomas Baumgart Date: Sat Nov 2 09:37:21 2019 +0100 Use nullptr instead of 0 commit 4f01d3fc08f7b764e1b01e1a210d4d0fd7a6d7ba Author: Thomas Baumgart Date: Fri Nov 1 19:31:34 2019 +0100 Avoid usage after free as reported by tests commit 05ff3958264c37eaf0adf5b0546b3523edbbfcd4 Author: Thomas Baumgart Date: Sat Oct 26 10:21:38 2019 +0200 Add a general mechanism to make entered password visible Attaching the PasswordToggle widget to a QLineEdit adds an icon to temporarily make the text in the widget visible when needed. commit 63d01341dde66e7fbf5a0423c350f6ba54dc647f Author: Thomas Baumgart Date: Sun Oct 20 17:46:42 2019 +0200 Resolve warning commit 72abb79eb2ec970f13ed7efac203196430a92cfe Author: Thomas Baumgart Date: Sun Oct 20 17:37:58 2019 +0200 KBanking differentiates between account types In case an institution uses the same account number for e.g. for sub-accounts and investment depots KMyMoney was not able to differentiate between the two accounts. This change adds the type to the value used for finding the right account in the KMyMoney account list. Also, information about investments will be added to the statement. Original author: Holger Magnussen commit 78c704f980666c9eba5be903b59bbad457e4ff07 Author: l10n daemon script Date: Sat Oct 19 09:07:14 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 4d0dfde5747a46f3c766f5595f63c8a643c6151f Author: Thomas Baumgart Date: Sun Oct 13 19:53:37 2019 +0200 Added missing includes for AppImage build commit ba6efe936f3969c6c7c61315716c2d951549610d Author: Thomas Baumgart Date: Sun Oct 13 14:03:55 2019 +0200 Update 3rdparty package build definition commit b12311588514dd57dc5909f3a15c0bd7155d8248 Author: Thomas Baumgart Date: Sun Oct 13 13:34:04 2019 +0200 Always build xmlhelper Since ENABLE_XMLSTORAGE has been removed, we always need to build it. This avoids a build failure when SQLSTORAGE is disabled. commit ecc0ee8d1e748d920219d5522d423ebb24c206b2 Author: Thomas Baumgart Date: Sun Oct 13 13:17:49 2019 +0200 Simplify detection of cpu count commit 1d9158e172c6636f992ee9ca05e7a0b67b6b00c5 Author: Thomas Baumgart Date: Sun Oct 13 12:55:17 2019 +0200 Changing the security of a transaction does not update balance When the security of an investment transaction (e.g. buy) is changed from security A to security B, the balance of security A does not get updated. This causes to display false values. This change fixes the problem by first removing the split referencing security A from the list of transactions and then updating the balance. BUG: 411015 FIXED-IN: 5.0.8 commit cc79f5061d4ab99e7f28b55548143f4d32d1d53a Author: Thomas Baumgart Date: Sun Oct 13 12:07:24 2019 +0200 Include config-kmymoney.h where necessary commit df34b5950bb06ee3463ff0385b6b04f1d7273060 Author: Thomas Baumgart Date: Sun Oct 13 11:56:50 2019 +0200 Added cmakedefine for IS_APPIMAGE commit 9432b595bf4d03ce45d2c8470b3276739a17ce47 Author: Thomas Baumgart Date: Sun Oct 13 11:49:13 2019 +0200 Fix icon and css loading when running as AppImage commit ff086a6628a61745261435f2cf75cac645bc0861 Author: Thomas Baumgart Date: Sun Oct 13 10:27:23 2019 +0200 Add appimage support to plugins commit 67e4254bcc9afac358ac4e508ccfafb584f93567 Author: Thomas Baumgart Date: Sun Oct 13 10:00:57 2019 +0200 Fix menu xml file path for appimage builds (cherry picked from commit 029683a649e997d949ce5a1931eddc88cddd98aa) commit 3d888394ae08d46747abebfe7563fd6dec584b31 Author: Thomas Baumgart Date: Sun Oct 13 09:17:02 2019 +0200 Fix minor typo (cherry picked from commit 3c11388f9dc7bfdc85ed8d7638239832c56eb289) commit 490d4ba5d427c93f908adbcc00659f9707b8b9a2 Author: Thomas Baumgart Date: Sun Oct 13 09:16:21 2019 +0200 Apply fixes for appimage commit a121629c8f99dc9feb4279dc952f6d1c14c8a451 Author: Thomas Baumgart Date: Sat Oct 12 09:47:24 2019 +0200 Fix construction of appimage Make sure AqBanking and Gwenhywfar are installed correct commit 65461d923923c4f0b163bc790a63463dbcc8b5b7 Author: Ralf Habacker Date: Fri Oct 11 07:21:07 2019 +0200 Fix 'No display of transactions in the tags view when tags are specified in a split' Since it is currently not clear whether this change will lead to unwanted side effects at other code locations, the new method setConsiderCategorySplits() has been added to enable this functionality. BUG:412429 FIXED-IN:5.0.8 Test Plan: tested on linux with mymoneytransactionsfiltertest Reviewed By: tbaumgart, #kmymoney Differential Revision: https://phabricator.kde.org/D24426 commit af7f973960ec582930f80e7af95a648093fb5943 Author: Thomas Baumgart Date: Wed Oct 9 22:13:33 2019 +0200 Fix some menu ui files commit 2a06e59639e3d7532c40290825e4938ab0b5434f Author: Stefan Vater Date: Sun Oct 6 18:53:46 2019 +0200 Invert the amount for liability accounts in forecast reports commit 83dd7a0d14b9700ca2632bafb8aba4c522d68685 Author: Thomas Baumgart Date: Sun Oct 6 18:52:33 2019 +0200 Show value of opening balance for investments The current implementation did only show the number of shares which needs to be multiplied by the price to gain the value. BUG: 398982 FIXED-IN: 5.0.8 commit 357c10a1fe419ada113477d36c7f8dbaea7c05d8 Author: Thomas Baumgart Date: Sun Oct 6 18:30:26 2019 +0200 Update file header commit 2e0cc2883ae8b112a5503048c2c62a0506fec951 Author: Ralf Habacker Date: Sat Oct 5 18:43:19 2019 +0200 Add documentation to MyMoneyTransactionFilter::setConsiderCategory() commit 90af9750ca9dfe48056453cdc45e024052457c9e Author: Thomas Baumgart Date: Fri Oct 4 14:39:59 2019 +0200 Try to package missing library files into appimage (cherry picked from commit baca47ea3954847f5534095f39c5281657760911) commit cf73ac5c2d12fc75f4db9a1da2a926fdd635bf2d Author: Thomas Baumgart Date: Tue Oct 1 10:44:19 2019 +0200 Fix name of include file commit cfd038c1ac61f39bbfc3e4a7ea25930166b6fc39 Author: Ralf Habacker Date: Tue Oct 1 00:31:50 2019 +0200 release-windows-package: add --unstable option commit 8dd963668e96950655c8a7b00ba269c38a6b2c89 Author: Ralf Habacker Date: Tue Oct 1 00:09:32 2019 +0200 release-windows-package: sync with 4.8 branch commit fdfa3814d9e9ce332c08355146de7af334df9224 Author: Ralf Habacker Date: Mon Sep 30 22:36:30 2019 +0200 Let kmymoney show a warning in case an imported account was already present to be able to see duplicates (cherry picked from commit 35e2f20b53f3dc04b35610eaf81063e2447d2ff9) CCBUG:399364 commit bd16037cd4b1eff9a20c1e9571b913443fbc0656 Author: Thomas Baumgart Date: Mon Sep 30 21:52:31 2019 +0200 Updated some more links of packages (cherry picked from commit ac52211fd0fcb153b5a32b80ea73d41da92f7b2f) commit efebf9f34e8b9cbfe725d8bd76fc8a87d8bf8ad7 Author: Thomas Baumgart Date: Mon Sep 30 21:52:01 2019 +0200 Updated download link for Qt sources (cherry picked from commit 766461a3bbf66b6e68fe0e6f17b335288df45b37) commit 1e592ef01dfc54dd990f5f574dd7313907c088ff Author: Thomas Baumgart Date: Mon Sep 30 21:10:08 2019 +0200 Changed download location for MySQL package (cherry picked from commit 4ff0d54848a5b48d49c7ea28fdd00d73eebf51d1) commit e533e07e6a9a4d8087862181f6bc015617631416 Author: Thomas Baumgart Date: Mon Sep 30 19:40:44 2019 +0200 Fix checksum for 3rdparty source archive The tcl core-8-6-8 has been changed (a file has been added). This changes the checksum. commit 916598b8c2fad54d67a77a18e4d27161255b23de Author: Thomas Baumgart Date: Mon Sep 30 19:38:04 2019 +0200 Fix column for bank answer date when loading database The bank answer date is taken from the wrong column and thus left empty. This change takes the date from the correct column. commit 42e2f29ae53d1e75ab2ee4eece29ff9893f6ee50 Author: Ralf Habacker Date: Fri Sep 27 08:23:42 2019 +0200 cmake: fix bug using mklink when cross compiling An alternative is to use 'cmake -E create_symlink' also on Windows, but this would require increasing the minimum cmake version to 3.13. See https://gitlab.kitware.com/cmake/cmake/merge_requests/2144 for more information. commit 0aa344340cba26a543200142533dadcdfd77512a Author: Thomas Baumgart Date: Sun Sep 29 21:28:07 2019 +0200 Revert "Fix fetchTransactions for sql databases" This reverts commit f77639cd24b0689959e88a0f3dc127f5f09aba9e. KMyMoney does not compile with this commit so I had to revert it. commit f18e626ea2c9b4ad7894ee57afd416b9690bc78b Author: Ralf Habacker Date: Sun Sep 29 20:41:54 2019 +0200 release-windows-package:fix installer package name commit f77639cd24b0689959e88a0f3dc127f5f09aba9e Author: Ralf Habacker Date: Tue Sep 3 23:37:25 2019 +0200 Fix fetchTransactions for sql databases Base implementation by Thomas Baumgart from loval feature branch, adapted to 5.x branch by Ralf Habacker. Implementation verified with mymoneydatabasemgrtest. BUG:410994 FIXED-IN:5.0.7 commit 1216c3c5866dd9bf639216f96726c90ff0931cb5 Author: Ralf Habacker Date: Tue Sep 3 23:12:13 2019 +0200 Fix sql statement case CCBUG:410994 Conflicts: kmymoney/mymoney/sql/mymoneystoragesql.cpp commit 8dfbf51552638f6f1499e5548c34ed25cfd64c9a Author: Ralf Habacker Date: Thu Nov 8 20:32:00 2018 +0100 Add translation context to investment related actions BUG:361865 FIXED-IN:4.8.3,5.0.8 commit 07eb961ab92c8e78d9bd2a2406ad51917f50fd9e Author: Ralf Habacker Date: Tue Jun 12 07:10:44 2018 +0200 Add csv export doc section BUG:395052 FIXED-IN:4.8.3,5.0.8 Reviewed By: ostroffjh Differential Revision: https://phabricator.kde.org/D13400 (cherry picked from commit ee0b21ac9adf473c98e62e3338aa5bc3091da6e5) commit 2d6f2338cf8d1d35c4cd27c37fece75b68dec750 Author: Thomas Baumgart Date: Tue Sep 24 20:51:02 2019 +0200 Updated packaging information for Gwenhywfar and AqBanking commit 938008b5c63022fa7cb77cf1a06f345d18f8e28a Author: Thomas Baumgart Date: Tue Sep 24 20:10:04 2019 +0200 Added test feature for phototan dialog Once we have some real data, we can replace the image commit a8a585021206add6c3fe1001af28dda527818674 Author: Thomas Baumgart Date: Tue Sep 24 14:21:53 2019 +0200 Removed unnecessary code There is no need to initialize a QString with "". commit 7b899b594aec3d4a6b79ef70ee86e232ff5f4dc6 Author: Jürgen Diez Date: Tue Sep 24 14:13:45 2019 +0200 Added phototan support commit d692e91e0277dc4e6bc6aa31c669d8c05181ed7f Author: l10n daemon script Date: Tue Sep 24 07:34:26 2019 +0200 GIT_SILENT made messages (after extraction)