Bug 249454

Summary: Filter links to download by regular expression
Product: [Applications] kget Reporter: Todd <toddrme2178>
Component: generalAssignee: KGet authors <kget>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Todd 2010-08-29 21:51:22 UTC
Version:           unspecified (using KDE 4.5.0) 
OS:                Linux

In the interface to select which links from a list that you want to download, it is possible to filter by specific file types or by wildcards.  I think it would be nice if there was also an option to filter by regular expression (regex).  It would probably use the "filter files here" box.  

Perhaps there could be regex checkbox, but that would increase the size of that row substantially.  Another option would be to change the contains/does not contain dropdown to a menu button (a button that triggers a menu), with a pair of exclusive (radio button) menu entries to switch between "contains" and "does not contain", and separated by a divider a checkbox to enable/disable regex mode.

Reproducible: Didn't try
Comment 1 Matthias Fuchs 2011-02-10 19:06:31 UTC
SVN commit 1219743 by mfuchs:

User can choose between Wildcard (default) and RegExp2 in the conext menu of the LinkView's filterbar.
BUG:249454

 M  +3 -0      conf/kget.kcfg  
 M  +38 -1     ui/linkview/kget_linkview.cpp  
 M  +8 -0      ui/linkview/kget_linkview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1219743