summaryrefslogtreecommitdiff
path: root/src/downloadmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* WARNING COMMIT --> FIRST REKONQ 2 IMPORTAndrea Diamantini2012-12-101-263/+0
| | | | Preparing repo to merge rekonq2 code...
* Don't overwrite downloads by defaultAndrea Diamantini2012-09-241-2/+3
|
* Kitchen sink clean upAndrea Diamantini2012-05-271-5/+5
| | | | | | - astyle - copyrights - (some) includes
* Add informations to download itemsAndrea Diamantini2012-05-241-19/+41
|
* Improve downloads pageAndrea Diamantini2012-05-151-0/+36
| | | | | | - remove from list (+ API for DownloadManager to save changes) - open dir in extern app - css
* Clean up headers && fix compilation with (the upcoming) qt 4.8.2Andrea Diamantini2012-04-201-3/+3
|
* Krazy fixesAndrea Diamantini2012-02-161-1/+1
| | | | | - doublequote_chars - normalize
* 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