Bug 54687 - wildcards does not work after reload
Summary: wildcards does not work after reload
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-15 18:26 UTC by lenz
Modified: 2008-06-26 18:03 UTC (History)
3 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 lenz 2003-02-15 18:26:44 UTC
Version:           3.1.0 (using KDE 3.1.0)
Installed from:    SuSE
Compiler:          gcc version 2.95.3 20010315 (SuSE)
OS:          Linux (i686) release 2.4.20-4GB

If I view the content of a directory by using a wildcard filter
(e.g. file:/home/foo/*.zip) Konqueror correctly displays all *.zip files.

However, it also shows the directories (maybe a feature?),
and it forgets the wildcard when I press "reload" to update
the view (e.g. file:/home/foo/*.zip gets changed to file:/home/foo/ on reload).
Comment 1 John Firebaugh 2003-04-07 05:07:51 UTC
With CVS HEAD, wildcards don't seem to work at all anymore 
Comment 2 lenz 2003-04-10 12:07:14 UTC
So is this a Good or a Bad Thing? Will it be fixed? 
Comment 3 Datschge 2003-04-10 15:15:41 UTC
I'd like to keep wildcard support in general. I also think it'd be more logical/less surprising to keep 
wildcards included after a reload. 
Comment 4 lenz 2004-05-11 13:43:37 UTC
Update: This still happens with KDE 3.2.2 - thanks for the reminder mail!
Comment 5 lenz 2005-10-14 09:00:53 UTC
Any chance that this is now fixed in 3.4.3 and this bug can be closed as a duplicate of bug#107170?
Comment 6 lenz 2006-06-20 09:44:40 UTC
This problem still exists in KDE 3.5.3 - reloading the view removes the wildcard from the URL and it still displays directories, even though they don't match the wildcard expression at all.
Comment 7 George Goldberg 2008-05-04 08:34:10 UTC
In 3.5.9, behaviour is as described. In svn trunk r803492, wildcards in the URL don't seem to have any effect at all.
Comment 8 David Faure 2008-05-04 14:31:21 UTC
Missing feature, I'll have to re-add it.
Comment 9 David Faure 2008-05-05 02:51:25 UTC
Re-added. Bug is still there, will fix.
Comment 10 David Faure 2008-05-05 03:11:43 UTC
SVN commit 804097 by dfaure:

Preserve name filter when reloading
BUG: 54687


 M  +8 -4      konqmainwindow.cpp  
 M  +2 -0      konqmainwindow.h  
 M  +7 -11     konqview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=804097
Comment 11 David Faure 2008-06-26 18:03:57 UTC
Users of the "wildcard filtering feature": please comment in bug 145144 [not here!], whether you think preserving the wildcard when navigating to another directory would be a good or bad idea.