| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA mark src/core [3/6] | Kaloyan Chehlarski | 2025-09-25 | 1 | -0/+1 |
| * | Use printf-like syntax for qFatal, qWarning and qInfo where appropriate | Peter Varga | 2025-03-11 | 1 | -1/+2 |
| * | Fix QWebEngineDownloadRequest::pause() | Szabolcs David | 2025-02-24 | 1 | -5/+7 |
| * | Replace QStringLiteral with shorter u""_s notation | Peter Varga | 2025-02-21 | 1 | -1/+1 |
| * | Use QL1SV where QString conversion is not needed | Peter Varga | 2025-02-21 | 1 | -1/+1 |
| * | Use QStringList::append() where the string can be moved into the list | Peter Varga | 2025-02-21 | 1 | -3/+3 |
| * | Fix download behavior when network error occurs | Szabolcs David | 2025-02-18 | 1 | -13/+23 |
| * | Do not assign the first part of string in case of concatenations | Peter Varga | 2025-02-14 | 1 | -1/+1 |
| * | Remove unnecessary QString conversions | Peter Varga | 2025-02-13 | 1 | -2/+1 |
| * | Use unicode character literals | Peter Varga | 2025-02-08 | 1 | -1/+1 |
| * | Unify and modernize Latin1 string literals | Peter Varga | 2025-02-08 | 1 | -2/+4 |
| * | Make download API asynchronous | Szabolcs David | 2024-10-24 | 1 | -100/+113 |
| * | Adaptations for Chromium 122 | Michal Klocek | 2024-06-07 | 1 | -26/+31 |
| * | Allow cancelling automatically accepted download requests | Szabolcs David | 2023-10-17 | 1 | -2/+5 |
| * | Support auto accepting non-HTML saves when a path was specified | Szabolcs David | 2023-10-01 | 1 | -1/+6 |
| * | Support filePath argument of save() when saving non-HTML files | Szabolcs David | 2023-10-01 | 1 | -3/+15 |
| * | Improve QWebEngineDownloadRequest::isSavePageDownload() | Szabolcs David | 2023-09-28 | 1 | -15/+23 |
| * | Fix initialization of QWebEngineDownloadRequest::totalBytes for Widgets | Peter Varga | 2023-03-01 | 1 | -1/+1 |
| * | Adaptations for 106-based | Allan Sandfeld Jensen | 2022-11-28 | 1 | -3/+0 |
| * | Adaptations for 104-based | Allan Sandfeld Jensen | 2022-11-28 | 1 | -0/+3 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -3/+3 |
| * | Adaptations for Chromium 102 | Allan Sandfeld Jensen | 2022-08-04 | 1 | -0/+3 |
| * | Adaptations for Chromium 100 | Allan Sandfeld Jensen | 2022-08-04 | 1 | -2/+2 |
| * | Various clean-ups | Peter Varga | 2022-06-24 | 1 | -4/+0 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-22 | 1 | -38/+2 |
| * | Adaptations for Chromium 92 | Allan Sandfeld Jensen | 2021-12-02 | 1 | -6/+6 |
| * | Workaround for downloading file into the root directory on Windows | Peter Varga | 2021-10-12 | 1 | -0/+8 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Allan Sandfeld Jensen | 2021-02-02 | 1 | -2/+5 |
| |\ |
|
| | * | Do not extract download file names from certain url schemes | Michael Brüning | 2021-01-22 | 1 | -2/+5 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Allan Sandfeld Jensen | 2021-01-25 | 1 | -0/+3 |
| |\| |
|
| | * | Adaptations for Chromium 85 | Allan Sandfeld Jensen | 2021-01-13 | 1 | -0/+3 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Allan Sandfeld Jensen | 2020-09-14 | 1 | -19/+24 |
| |\| |
|
| | * | Chromium 81-based adaptations | Allan Sandfeld Jensen | 2020-09-09 | 1 | -19/+24 |
| * | | Remove obsolete, deprecated api from qwebenginedownloaditem | Michal Klocek | 2020-08-18 | 1 | -14/+2 |
| |/ |
|
| * | Adaptations for Chromium 80 | Allan Sandfeld Jensen | 2020-04-07 | 1 | -24/+4 |
| * | Adaptations for Chromium 79 | Allan Sandfeld Jensen | 2020-02-28 | 1 | -4/+2 |
| * | Fix 'setDownloadDirectory' for download item on 'SavePage' action | Kirill Burtsev | 2019-11-29 | 1 | -1/+1 |
| * | Add API to change download directory path and file name | Tamas Zakor | 2019-07-05 | 1 | -22/+9 |
| * | Add API to get the suggested download file name | Tamas Zakor | 2019-05-16 | 1 | -3/+7 |
| * | Merge branch '5.12' into 5.13 | Allan Sandfeld Jensen | 2019-04-09 | 1 | -2/+9 |
| |\ |
|
| | * | Normalize download path on Windows | Peter Varga | 2019-04-05 | 1 | -1/+1 |
| | * | Fix timestamp deduplication for Windows | Peter Varga | 2019-03-28 | 1 | -2/+9 |
| | * | Fix incrementing download ID | Tamas Zakor | 2019-02-28 | 1 | -2/+6 |
| * | | Normalize download path on Windows | Allan Sandfeld Jensen | 2019-03-26 | 1 | -1/+1 |
| * | | Adaptations for Chromium 73 | Allan Sandfeld Jensen | 2019-03-23 | 1 | -1/+1 |
| * | | Fix incrementing download ID | Tamas Zakor | 2019-02-14 | 1 | -2/+6 |
| * | | Add API to set default download path | Tamas Zakor | 2019-01-30 | 1 | -1/+1 |
| |/ |
|
| * | Remove download items internally when API objects are deleted | Allan Sandfeld Jensen | 2019-01-21 | 1 | -10/+20 |
| * | Fix uniquifying download filename | Tamas Zakor | 2019-01-02 | 1 | -8/+8 |
| * | Fallback to Latin-1 if ASCII and UTF-8 doesn't work | Allan Sandfeld Jensen | 2018-09-05 | 1 | -1/+2 |