Summary: | "Download with KGet" option for Konqueror please for quick download | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Mohd Asif Ali Rizwaan <maarizwan> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mohd Asif Ali Rizwaan
2004-02-10 01:30:32 UTC
I'd like a 'context menu > actions > download with kget' function. I think a nice way would be to have a 'Get all with KGet' and after clicking it a checkbox list should popup, with each downloadable item from the web page in it. the user could apply a filter for .zip or .rpm or whatever or check the boxes for the files which have to be downloaded. the list should have three columns: the checkbox, the filename, and the file location. the dialog should also contain a checkbox 'Remove navigation links' which should hide the .php and .html locations(and others not normally considered downloads). This would be so useful ! Maybe a really simple method would be a "download with ..." in Konqueror's download file dialog. *** This bug has been confirmed by popular vote. *** SVN commit 425646 by pino: Add an action to konqueror contect menu. BUGS: 74777 M +3 -0 Makefile.am A kget_download.desktop --- trunk/KDE/kdenetwork/kget/Makefile.am #425645:425646 @@ -31,6 +31,9 @@ mimedir = $(kde_mimedir)/application mime_DATA =x-kgetlist.desktop +servicemenudir = $(kde_datadir)/konqueror/servicemenus +servicemenu_DATA = kget_download.desktop + EXTRA_DIST = kget.desktop $(mime_DATA) rcdir = $(kde_datadir)/kget |