https://bugs.kde.org/show_bug.cgi?id=399673
Thomas Baumgart <t...@net-bembel.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit| |https://commits.kde.org/kmy | |money/9561996cdb0188bd7d8eb | |a176ea45f1d7fac91cd --- Comment #1 from Thomas Baumgart <t...@net-bembel.de> --- Git commit 9561996cdb0188bd7d8eba176ea45f1d7fac91cd by Thomas Baumgart. Committed on 12/10/2018 at 14:28. Pushed by tbaumgart into branch '5.0'. Fix QIF import file selection dialog When selecting a file to import the file selection screen defaults to "Import Files" and does not show ".QIF" files. It does show ".qif" files....lower case. As a result, user has to switch to "All Files" view. In addition, when navigating to the directory location of the file to import.....when importing another file.....the previous location is not remembered. User has to navigate to the location again. This change fixes the above mentioned problems. For existing user defined profiles, the filter may be amended to contain "*.qif *.QIF" to show lower and uppercase filenames using the QIF import plugin settings dialog. M +1 -1 kmymoney/plugins/qif/config/mymoneyqifprofile.cpp M +8 -10 kmymoney/plugins/qif/import/kimportdlg.cpp https://commits.kde.org/kmymoney/9561996cdb0188bd7d8eba176ea45f1d7fac91cd -- You are receiving this mail because: You are the assignee for the bug.