summaryrefslogtreecommitdiff
path: root/src/downloadmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clean up download managementAndrea Diamantini2012-02-051-2/+3
| | | | | Remove one unuseful slot in webpage and better manage download dialog, following rekonq AND KDE settings.
* clean up filename content disposition retrieveAndrea Diamantini2012-02-041-40/+0
|
* Krazy fixesAndrea Diamantini2012-01-191-3/+3
| | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots
* (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