summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Allan Sandfeld Jensen2020-03-0414-37/+105
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Allan Sandfeld Jensen2020-03-0314-37/+105
| |\
| | * Update accessibility focus on FocusIn events for QuickPeter Varga2020-03-021-0/+7
| | * Stabilize tst_QQuickWebEngineView::transparentWebEngineViewsJüri Valdmann2020-02-282-19/+14
| | * Stabilize tst_QWebEnginePage::localStorageVisibility()Kirill Burtsev2020-02-281-2/+4
| | * Invalidate accessible interfaces on destruction of view or pagePeter Varga2020-02-2710-14/+78
| | * Suppress error message on ACCESSIBILITY_EVENTS permission typePeter Varga2020-02-271-1/+2
* | | Fix building with latest qtbaseAllan Sandfeld Jensen2020-03-031-1/+1
* | | Enable tst_QWebEngineProfile::changeUseForGlobalCertificateVerificationJüri Valdmann2020-03-031-2/+0
* | | Fix accessibility test for table elementsAllan Sandfeld Jensen2020-03-031-121/+119
|/ /
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-032-7/+7
* | Fix cookie persistency settingsAllan Sandfeld Jensen2020-03-031-2/+2
* | Update user-agent without replacing entire network contextAllan Sandfeld Jensen2020-03-032-4/+9
* | Improvements to dynamic update of profilesAllan Sandfeld Jensen2020-03-022-9/+20
* | Adaptations for Chromium 79Allan Sandfeld Jensen2020-02-2859-363/+440
* | Handle recursive DEPSAllan Sandfeld Jensen2020-02-284-18/+34
* | Adaptations for Chromium 78Allan Sandfeld Jensen2020-02-2865-922/+525
* | Merge remote-tracking branch 'origin/5.14' into 5.15Allan Sandfeld Jensen2020-02-2712-125/+332
|\|
| * Clear previous page text selection on new navigation unconditionallyKirill Burtsev2020-02-263-32/+61
| * Update ChromiumJüri Valdmann2020-02-251-0/+0
| * Fix event.key for Ctrl key combinations on WindowsPeter Varga2020-02-252-12/+35
| * Fix build: remove dependency on Qt private headerThiago Macieira2020-02-241-3/+6
| * Fix docs for page url request interceptorsMichal Klocek2020-02-211-4/+3
| * Add more tests for profile settingsJüri Valdmann2020-02-185-79/+236
* | Fix use-after-free in CustomURLLoaderJüri Valdmann2020-02-261-13/+14
* | Fix changing profile settings with network serviceJüri Valdmann2020-02-264-20/+37
* | Merge remote-tracking branch 'origin/wip/qtpdf' into 5.15v5.15.0-beta1Shawn Rutledge2020-02-2174-210/+4837
|\ \
| * | PdfScrollablePageView: improve positional navigationShawn Rutledge2020-02-201-7/+32
| * | PDF single-page example: move search field to the footerShawn Rutledge2020-02-201-71/+71
| * | Add PdfScrollablePageView, use it in the pdfviewer exampleShawn Rutledge2020-02-206-46/+283
| * | PdfMultiPageView: use TableView; horz. scroll; control page positionShawn Rutledge2020-02-205-168/+283
| * | QtPdf examples: use test.pdf from resources if no file givenShawn Rutledge2020-02-1912-8/+22
| * | PDF multipage example: move search field to the footerShawn Rutledge2020-02-191-76/+69
| * | Fix PdfLinkModel's location y coordinate; add PdfMultiPageView tooltipShawn Rutledge2020-02-192-1/+11
| * | Guard against crash in QQuickPdfSearchModel::setDocument()Shawn Rutledge2020-02-191-1/+1
| * | Enable mouse wheel scrolling in single-page PdfPageViewShawn Rutledge2020-02-172-0/+26
| * | Rearrange PdfPageView.qmlShawn Rutledge2020-02-173-64/+64
| * | Fix operators and includes in QPdfDestinationShawn Rutledge2020-02-172-12/+20
| * | Use a timer to update PdfSearchModel in the backgroundShawn Rutledge2020-02-173-0/+21
| * | PdfSearchModel: be QALM and find search results on all pagesShawn Rutledge2020-02-1719-221/+901
| * | PDF multipage viewer: iterate search resultsShawn Rutledge2020-02-115-56/+148
| * | PDF multipage view: track specific link and navigation destinationsShawn Rutledge2020-02-113-14/+41
| * | PDF multipage view: add vertical scrollbarShawn Rutledge2020-02-111-0/+1
| * | Add QPdfDestination; NavigationStack stores page, location and zoomShawn Rutledge2020-02-1110-54/+447
| * | Add zoom and rotation to PdfMultiPageViewShawn Rutledge2020-02-042-20/+88
| * | Add multipage example to pdf.pro; work with 5.14; fix main.cppShawn Rutledge2020-02-044-8/+9
| * | Temporarily use MouseArea for links in Pdf(Multi)PageViewShawn Rutledge2020-02-042-14/+16
| * | Add PdfMultiPageViewShawn Rutledge2020-02-0320-0/+705
| * | Add PdfNavigationStack for forward/back navigationShawn Rutledge2020-02-036-12/+307
| * | PdfPageView: Add zoom-to-fit and zoom-to-width featuresShawn Rutledge2020-02-035-2/+97