https://bugs.kde.org/show_bug.cgi?id=411864
--- Comment #4 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit c5c2681a5b184b420fa0aea69144ea61480f1103 by Ralf Habacker, on behalf of Sebastian Hegler. Committed on 14/01/2020 at 05:08. Pushed by habacker into branch '4.8'. Add photoTan support Port 7b899b594aec3d4a6b79ef70ee86e232ff5f4dc6 a8a585021206add6c3fe1001af28dda527818674 to 4.8 series. M +91 -9 kmymoney/plugins/kbanking/gwenkdegui.cpp M +10 -1 kmymoney/plugins/kbanking/gwenkdegui.h M +6 -1 kmymoney/plugins/kbanking/widgets/CMakeLists.txt M +3 -4 kmymoney/plugins/kbanking/widgets/chiptandialog.cpp A +114 -0 kmymoney/plugins/kbanking/widgets/phototandialog.cpp [License: GPL (v2/3)] A +71 -0 kmymoney/plugins/kbanking/widgets/phototandialog.h [License: GPL (v2/3)] A +89 -0 kmymoney/plugins/kbanking/widgets/phototandialog.ui https://commits.kde.org/kmymoney/c5c2681a5b184b420fa0aea69144ea61480f1103 --- Comment #3 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit 3bf1e5d82b8731b2b03567853007c50c382b0214 by Ralf Habacker, on behalf of Sebastian Hegler. Committed on 14/01/2020 at 05:07. Pushed by habacker into branch '4.8'. Integrate AqBanking6 This ports the patches cb8895fc0b1e4f57dac0fa836b7cd4e156f314ea 5a1d6fe63be786c527ceeb6259a53c26e4873c12 4b2abb2ee20085d0728c9678e839560b89e0eb96 to the 4.8 series. AqBanking6 is PSD2 capable. M +2 -2 CMakeLists.txt M +13 -13 kmymoney/plugins/kbanking/aqbankingkmmoperators.cpp M +2 -2 kmymoney/plugins/kbanking/aqbankingkmmoperators.h M +63 -235 kmymoney/plugins/kbanking/banking.cpp M +8 -55 kmymoney/plugins/kbanking/banking.hpp M +5 -5 kmymoney/plugins/kbanking/dialogs/kbmapaccount.cpp M +2 -2 kmymoney/plugins/kbanking/dialogs/kbmapaccount.h M +105 -34 kmymoney/plugins/kbanking/gwenkdegui.cpp M +27 -0 kmymoney/plugins/kbanking/gwenkdegui.h M +242 -284 kmymoney/plugins/kbanking/mymoneybanking.cpp M +7 -8 kmymoney/plugins/kbanking/mymoneybanking.h M +19 -19 kmymoney/plugins/kbanking/widgets/kbaccountlist.cpp M +10 -10 kmymoney/plugins/kbanking/widgets/kbaccountlist.h M +45 -57 kmymoney/plugins/kbanking/widgets/kbjoblist.cpp M +9 -9 kmymoney/plugins/kbanking/widgets/kbjoblist.h https://commits.kde.org/kmymoney/3bf1e5d82b8731b2b03567853007c50c382b0214 -- You are receiving this mail because: You are the assignee for the bug.