Summary: | address bar auto complete don't work on kde5 | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | gilberto cattaneo <puntogil> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | emmanuelpescosta099, kdelibs-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kio/2a506e8ee3ea25eb0b0d6c3323a924a57becb01b | Version Fixed In: | |
Sentry Crash Report: |
Description
gilberto cattaneo
2015-11-07 11:23:25 UTC
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 |