summaryrefslogtreecommitdiffstats
path: root/src/webengine/api/qquickwebenginedownloaditem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove download properly on profile destruction to avoid use after freeKirill Burtsev2019-02-191-2/+0
* Set download state to finished when cancelling or destroying the download itemKirill Burtsev2019-02-191-4/+16
* Doc: Fix type of WebEngineDownloadItem::view propertyKirill Burtsev2019-02-191-1/+3
* Remove download items internally when API objects are deletedAllan Sandfeld Jensen2019-01-211-0/+2
* Add QWebEngineDownloadItem page/view accessorAllan Sandfeld Jensen2018-08-021-0/+15
* Rename BrowserAdapterClient to ProfileAdapterClientMichal Klocek2018-07-091-35/+35
* Rename BrowserContextAdapter to ProfileAdapterMichal Klocek2018-07-091-3/+3
* Doc: Remove broken link from web engine download item docsLeena Miettinen2018-03-131-1/+1
* Expand docs for WebEngineDownloadItemJüri Valdmann2018-03-121-6/+69
* Fixup merge of downloadType from 5.10.1Allan Sandfeld Jensen2018-02-211-7/+20
* Deprecate download typeJüri Valdmann2018-01-021-13/+20
* Implement pause and resume action in Download ItemsAllan Sandfeld Jensen2017-06-231-0/+82
* Doc: Fix QtWebEngine version numberKai Koehne2017-04-101-2/+2
* Doc: Fix link errorNico Vertriest2017-03-281-3/+3
* Merge remote-tracking branch 'origin/5.8' into devAllan Sandfeld Jensen2017-01-181-0/+2
|\
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Allan Sandfeld Jensen2017-01-161-0/+2
| |\
| | * Doc: Describe WebEngineDownloadItem.DownloadCancelled enum valueLeena Miettinen2016-12-221-0/+2
* | | Add methods for textual description of DownloadInterruptReasonViktor Engelmann2017-01-121-0/+15
* | | Merge branch '5.8' into devAllan Sandfeld Jensen2016-12-211-3/+1
|\| |
| * | Improve WebEngineDownloadItem documentationKai Koehne2016-12-201-3/+1
| |/
* / Add DownloadInterruptReason to Q(Quick)WebEngineDownloadItemViktor Engelmann2016-12-071-0/+85
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-3/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-241-3/+3
| |\
| | * Doc: Fix types of \qmlpropertyKai Koehne2016-09-191-3/+3
* | | Doc: Replace external w3schools link with standard oneKai Koehne2016-09-261-1/+1
* | | Fix documentation for new WebEngineDownloadItem::type enumerationKai Koehne2016-09-261-7/+10
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-9/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-161-4/+4
| |\|
| | * Doc: Add type name to enumeration values to follow the doc conventionLeena Miettinen2016-08-091-4/+4
| * | Doc: Add type name to enumeration values added in Qt WebEngine 1.3Leena Miettinen2016-08-081-5/+9
* | | Add a DownloadType enum property to WebEngineDownloadItemAdam Kallai2016-06-221-0/+24
|/ /
* | Merge branch '5.6' into 5.7Allan Sandfeld Jensen2016-04-111-0/+1
|\|
| * Revision DownloadItem.mimeTypeKai Koehne2016-04-051-0/+1
* | Mark revision of WebEngineDownloadItem::savePageFormatKai Koehne2016-04-051-0/+1
* | Unify license header usage.Jani Heikkinen2016-02-011-11/+14
* | Merge branch '5.6' into devAllan Sandfeld Jensen2016-01-121-2/+14
|\|
| * Make QQuickWebEngineProfile publicKai Koehne2015-12-121-1/+1
| * Remove explicit version \inqmlmoduleKai Koehne2015-12-101-1/+1
| * Make the MIME-type of downloads availableAllan Sandfeld Jensen2015-12-071-0/+12
* | Add web action for saving the current web pageJoerg Bornemann2015-12-111-0/+29
|/
* Doc: Fix a number of documentation warningsTopi Reinio2015-09-231-1/+1
* Break destruction cycle between DownloadItem and WebEngineProfileKai Koehne2015-09-041-4/+7
* Doc: edit WebEngineDownload docsLeena Miettinen2015-08-271-34/+17
* Fix QQuickWebEngineDownloadItem member initializatonAdam Kallai2015-04-141-0/+2
* Add namespace to internal QtWebEngine APIAllan Sandfeld Jensen2015-03-021-0/+3
* Update copyright headersJani Heikkinen2015-02-161-7/+7
* Update QML download API to match widgets and add documentationAndras Becsi2015-02-061-24/+163
* Add DownloadItemInfo to BrowserContextAdapterClientAndras Becsi2015-01-201-2/+1
* Add QML download APIAndras Becsi2015-01-121-0/+134