Bug 130272 - auto download without prompt even if same filename exist.
Summary: auto download without prompt even if same filename exist.
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: 0.8.5
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-05 01:59 UTC by Alexandre Racine
Modified: 2011-02-08 21:38 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 Alexandre Racine 2006-07-05 01:59:30 UTC
Version:           0.8.5 (using KDE KDE 3.5.2)
Installed from:    Ubuntu Packages
OS:                Linux

If some of you ever try the getright program for Windows, there is an option to download a file without any prompt.

Currently, with Konqueror and kget I can right clic on a file to download it. That is great, but each time, it is asking for a filename and if duplicate it will ask again.

It would be great to have an option "no prompt on downloads" and "auto rename if duplicate". The rename method could simply to add 001, 002, 003, to the end of the filenames.
Comment 1 Matthias Fuchs 2011-02-08 21:38:12 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
Comment 2 Matthias Fuchs 2011-02-08 21:38:16 UTC
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