Bug 354981

Summary: address bar auto complete don't work on kde5
Product: [Frameworks and Libraries] frameworks-kio Reporter: gilberto cattaneo <puntogil>
Component: generalAssignee: 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: Version Fixed In:

Description gilberto cattaneo 2015-11-07 11:23:25 UTC
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
Comment 1 Emmanuel Pescosta 2015-11-07 20:15:13 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/
Comment 2 David Faure 2015-12-12 22:08:47 UTC
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