Hi I use KDE 5.15.0 and Dolphin 15.08.1 on Fedora 23 i686. Putting /home/[USER NAME]/. into address bar of KDE5 Dolphin, should indeed offer to auto complete for everything starting with "." (as was the case for KDE4) but this does not happen, any ideas? thanks in advance regards Reproducible: Always
Thanks for the bug report, I can reproduce the problem! This is a problem in KUrlCompletion which lives in KIO, I'll reassign it to KIO. Review-Request: https://git.reviewboard.kde.org/r/125988/
Git commit 2a506e8ee3ea25eb0b0d6c3323a924a57becb01b by David Faure, on behalf of Emmanuel Pescosta. Committed on 12/12/2015 at 22:08. Pushed by dfaure into branch 'master'. Add autocompletion for '.' input which offers all hidden files/folders* Currently KUrlCompletion only offers autocompletion for hidden folders when you input at least one additional character after the dot. With this patch all hidden folders will be offered when only a dot is present. This behaviour is test covered. But the fix requires Qt >= 5.6.0. (5.6.0-alpha doesn't have the fix, so the version check is for 5.6.1) Change-Id: I2ef4bfdfe3eb681b9e0e71f7183047c79cd968b0 REVIEW: 125988 M +91 -2 autotests/kurlcompletiontest.cpp M +3 -10 src/widgets/kurlcompletion.cpp http://commits.kde.org/kio/2a506e8ee3ea25eb0b0d6c3323a924a57becb01b