Summary: | auto download without prompt even if same filename exist. | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Alexandre Racine <alexandreracine> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 0.8.5 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexandre Racine
2006-07-05 01:59:30 UTC
SVN commit 1219463 by mfuchs: Adds option to download files without a prompt if they exist already. The files can be either overwritten or automatically renamed. BUG:130272 M +30 -0 conf/dlgadvanced.ui M +9 -0 conf/kget.kcfg M +13 -1 core/urlchecker.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1219463 SVN commit 1219464 by mfuchs: Adds a "Ask for destination if there are no default folders"-option If deselected no dialogs will be shown asking the user for a destination, instead always a destination will be used. Unless KGlobalSettings::downloadPath() is not defined. BUG:130272 M +7 -0 conf/dlggroups.ui M +3 -0 conf/kget.kcfg M +27 -2 ui/newtransferdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1219464 |