Summary: | Let KGet determine download location | ||
---|---|---|---|
Product: | [Unmaintained] rekonq | Reporter: | Michael Reiher <redm> |
Component: | general | Assignee: | Andrea Diamantini <adjam7> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/rekonq/5a5b8f01c699ec16a82f07b436433dc4e73e4f1b | Version Fixed In: | |
Sentry Crash Report: |
Description
Michael Reiher
2012-08-01 17:59:27 UTC
Right, rekonq says KGet where downloading files. I was not aware about this kget feature and you're the first one pointing me out about it. Trying to fix in time for 1.1 Cool, thanks! Git commit 5a5b8f01c699ec16a82f07b436433dc4e73e4f1b by Andrea Diamantini. Committed on 26/02/2013 at 18:42. Pushed by adjam into branch 'master'. If KGet is selected as download manager, let it decide destination WARNING: to let this work, we had to change rekonq behavior, NOT remembering in rekonq downloads history what has been downloaded via KGet CCMAIL: ericsbinaryworld@gmail.com M +17 -41 src/download/downloadmanager.cpp M +0 -1 src/download/downloadmanager.h http://commits.kde.org/rekonq/5a5b8f01c699ec16a82f07b436433dc4e73e4f1b First of, thanks for taking care of this. Though, when trying it out I noticed that this is not quite what I had in mind (and what Konqueror uses). What I meant is the dialog you get with the showNewTransferDialog() function of the DBUS interface. Could you use this one instead of addTransfer()? This way you get a nice compact dialog with the preselected proper download group (and path) and the chance to select a different group (or manually change the location), instead of the plain file dialog. Sorry, found this out just now. Hi Michael, I'll try to take care in next release cycle. Regards, 2013/3/5 Michael Reiher <redm@gmx.de> > https://bugs.kde.org/show_bug.cgi?id=304387 > > --- Comment #4 from Michael Reiher <redm@gmx.de> --- > First of, thanks for taking care of this. Though, when trying it out I > noticed > that this is not quite what I had in mind (and what Konqueror uses). What I > meant is the dialog you get with the showNewTransferDialog() function of > the > DBUS interface. Could you use this one instead of addTransfer()? > > This way you get a nice compact dialog with the preselected proper download > group (and path) and the chance to select a different group (or manually > change > the location), instead of the plain file dialog. > > Sorry, found this out just now. > > -- > You are receiving this mail because: > You are the assignee for the bug. > Should Michael file a new entry about the new behavior? |