Bug 354981 - address bar auto complete don't work on kde5
Summary: address bar auto complete don't work on kde5
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-07 11:23 UTC by gilberto cattaneo
Modified: 2015-12-12 22:08 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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