Bug 249454 - Filter links to download by regular expression
Summary: Filter links to download by regular expression
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-29 21:51 UTC by Todd
Modified: 2011-02-10 19:06 UTC (History)
0 users

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 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