summaryrefslogtreecommitdiff
path: root/src/downloadmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* (really) fix handling of overwrite, by KIO delegating itAndrea Diamantini2011-12-111-17/+11
| | | | | Copied from kdelibs commit 88e3b372fb9c5398f9 by dfaure. Thanks :)
* Download Management ++Andrea Diamantini2011-11-291-0/+144
| | | | | | | | | | | | - let users choose a "default" download dir - Moved download code to download manager - follow dfaure's suggestions about overwrite handling (kdelibs commit 88e3b372fb9c539) - download label notification (for 3 seconds): this can be further improved with an icon... BUG: 271683 BUG: 283177
* clean upAndrea Diamantini2011-07-251-4/+4
| | | | | | - QL1S - one stupid kDebug less - codingstyle
* A round of the "new" astyle 2.01...Andrea Diamantini2011-07-171-4/+4
|
* Adding DownloadManager class, following Pierre and Benjamin code changes.Andrea Diamantini2011-05-261-0/+105
First step in the introduction of the new rekonq pages