Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't overwrite downloads by default | Andrea Diamantini | 2012-09-24 | 1 | -2/+3 |
| | |||||
* | Kitchen sink clean up | Andrea Diamantini | 2012-05-27 | 1 | -5/+5 |
| | | | | | | - astyle - copyrights - (some) includes | ||||
* | Add informations to download items | Andrea Diamantini | 2012-05-24 | 1 | -19/+41 |
| | |||||
* | Improve downloads page | Andrea Diamantini | 2012-05-15 | 1 | -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.2 | Andrea Diamantini | 2012-04-20 | 1 | -3/+3 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2012-02-16 | 1 | -1/+1 |
| | | | | | - doublequote_chars - normalize | ||||
* | clean up download management | Andrea Diamantini | 2012-02-05 | 1 | -2/+3 |
| | | | | | Remove one unuseful slot in webpage and better manage download dialog, following rekonq AND KDE settings. | ||||
* | clean up filename content disposition retrieve | Andrea Diamantini | 2012-02-04 | 1 | -40/+0 |
| | |||||
* | Krazy fixes | Andrea Diamantini | 2012-01-19 | 1 | -3/+3 |
| | | | | | | | - QL1S/QL1C - single-char QString efficiency - explicit ctors - normalized signals & slots | ||||
* | (really) fix handling of overwrite, by KIO delegating it | Andrea Diamantini | 2011-12-11 | 1 | -17/+11 |
| | | | | | Copied from kdelibs commit 88e3b372fb9c5398f9 by dfaure. Thanks :) | ||||
* | Download Management ++ | Andrea Diamantini | 2011-11-29 | 1 | -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 up | Andrea Diamantini | 2011-07-25 | 1 | -4/+4 |
| | | | | | | - QL1S - one stupid kDebug less - codingstyle | ||||
* | A round of the "new" astyle 2.01... | Andrea Diamantini | 2011-07-17 | 1 | -4/+4 |
| | |||||
* | Adding DownloadManager class, following Pierre and Benjamin code changes. | Andrea Diamantini | 2011-05-26 | 1 | -0/+105 |
First step in the introduction of the new rekonq pages |