summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Render PDF link decorations as dashed underlines rather than boxesShawn Rutledge2020-03-042-6/+18
| | * | | PdfMultiPageView: correct the license headerShawn Rutledge2020-03-041-33/+19
| | * | | PdfMultiPageView: update search highlights when results changeShawn Rutledge2020-02-261-1/+13
| | * | | PdfSearchModel: provide ContextBefore and ContextAfterShawn Rutledge2020-02-265-26/+51
| | * | | PdfMultiPageView: highlight current search result when tapped in listShawn Rutledge2020-02-261-1/+2
| | * | | PdfMultiPageView: retain position after pinch zoomShawn Rutledge2020-02-261-7/+36
| | * | | PdfScrollablePageView: move selections and links inside the imageShawn Rutledge2020-02-211-63/+57
| | * | | PdfScrollablePageView: retain position after pinch zoomShawn Rutledge2020-02-211-4/+18
* | | | | Update chromium + simplify snapshotAllan Sandfeld Jensen2020-03-117-154/+9
|/ / / /
* | | | Remove deprecated function name()Jan Arve Sæther2020-03-092-6/+0
* | | | Update accessibility roles and test after 79-basedPeter Varga2020-03-081-18/+23
* | | | Handle new Skia formats toQImageAllan Sandfeld Jensen2020-03-071-0/+20
* | | | Fix separate-debug-info build of QtWebEngineProcessAllan Sandfeld Jensen2020-03-071-1/+11
* | | | Do not force in-process network-serviceAllan Sandfeld Jensen2020-03-061-1/+0
* | | | Merge "Merge remote-tracking branch 'origin/5.14.2' into 5.15"Allan Sandfeld Jensen2020-03-063-31/+43
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/5.14.2' into 5.15Allan Sandfeld Jensen2020-03-053-31/+43
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Update ChromiumMichael Brüning2020-03-041-0/+0
| | * | | Fix deadlocks on WebEngineContext destructionMichal Klocek2020-03-023-30/+42
* | | | | Add plugin placeholder when ppapi can't be loadedTamas Zakor2020-03-058-0/+394
|/ / / /
* | | | Implement deprecated request interceptors for network-serviceAllan Sandfeld Jensen2020-03-053-75/+87
* | | | Improve custom scheme http content-range supportAllan Sandfeld Jensen2020-03-052-15/+49
* | | | Merge remote-tracking branch 'origin/5.14' into 5.15Allan Sandfeld Jensen2020-03-0311-15/+87
|\ \ \ \ | | |_|/ | |/| |
| * | | Update accessibility focus on FocusIn events for QuickPeter Varga2020-03-021-0/+7
| * | | 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 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-2852-246/+330
* | | Adaptations for Chromium 78Allan Sandfeld Jensen2020-02-2863-914/+519
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Allan Sandfeld Jensen2020-02-275-19/+42
|\| |
| * | Clear previous page text selection on new navigation unconditionallyKirill Burtsev2020-02-262-14/+33
| * | Update ChromiumJüri Valdmann2020-02-251-0/+0
| * | Fix event.key for Ctrl key combinations on WindowsPeter Varga2020-02-251-1/+6
| * | 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
* | | 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-2142-159/+3859
|\ \ \ | | |/ | |/|
| * | PdfScrollablePageView: improve positional navigationShawn Rutledge2020-02-201-7/+32
| * | Add PdfScrollablePageView, use it in the pdfviewer exampleShawn Rutledge2020-02-205-1/+253
| * | PdfMultiPageView: use TableView; horz. scroll; control page positionShawn Rutledge2020-02-204-165/+280
| * | QtPdf examples: use test.pdf from resources if no file givenShawn Rutledge2020-02-192-2/+7
| * | 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-171-0/+10
| * | Rearrange PdfPageView.qmlShawn Rutledge2020-02-171-56/+57
| * | 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-1714-155/+729