summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Switch QWebEngineFileSystemAccessRequest to std::shared_ptrAllan Sandfeld Jensen2022-08-093-10/+7
* Disable accessibility for guest viewsPeter Varga2022-08-091-0/+17
* Adaptations for Chromium 102Allan Sandfeld Jensen2022-08-0658-259/+274
* Adaptations for Chromium 100Allan Sandfeld Jensen2022-08-0659-255/+276
* Update ChromiumMichal Klocek2022-08-021-0/+0
* Inline move assign and add swapAllan Sandfeld Jensen2022-07-132-3/+3
* Use SPDX license identifiersLucie Gérard2022-07-0819-441/+46
* Doc: Do not advertise Qt module includeKai Köhne2022-07-0812-60/+0
* Doc: Fix linking issues on Qt PDF documentationTopi Reinio2022-07-065-28/+13
* Highlight the multipage pdf viewer exampleShawn Rutledge2022-07-061-0/+2
* Fix build on Mac with native spellchecking enabledSzabolcs David2022-06-281-1/+1
* Update .clang-format and fix messed up stylePeter Varga2022-06-252-14/+19
* Fix method checkAllan Sandfeld Jensen2022-06-241-1/+1
* Adapt FaviconDriverQt to Chromium 98Peter Varga2022-06-242-58/+128
* Various clean-upsPeter Varga2022-06-2448-151/+71
* Use SPDX license identifiersLucie Gérard2022-06-23524-19450/+1054
* Remove widget from QWebEnginePagePrivateAllan Sandfeld Jensen2022-06-223-37/+23
* Cleanup item delegate logicAllan Sandfeld Jensen2022-06-226-75/+63
* Minor. Remove superfluous checkMichal Klocek2022-06-211-4/+0
* Fix build of gn with clang-cl on WindowsPeter Varga2022-06-211-1/+6
* Update docs and do not recommend to use msys2 or cygwinMichal Klocek2022-06-211-0/+2
* Do not use the native dialog to show the color picker on macOSMichael Brüning2022-06-201-0/+4
* Fix assert on devtoolsAllan Sandfeld Jensen2022-06-201-0/+1
* Support HTML5 <datalist> elementPeter Varga2022-06-2027-16/+1339
* Find modern Chrome, Chromium and Firefox CDM modulesAllan Sandfeld Jensen2022-06-201-5/+49
* Fix accessibility bounds with HighDPI scaling modesAllan Sandfeld Jensen2022-06-161-0/+2
* Protect against default profile being deleted before its pagesAllan Sandfeld Jensen2022-06-144-3/+13
* Update ChromiumAllan Sandfeld Jensen2022-06-134-0/+13
* Apply url request interceptor on websocket connect as wellAllan Sandfeld Jensen2022-06-124-0/+83
* Fix 'flaky' gn install stepMichal Klocek2022-06-121-0/+3
* Add QtWebChannel dependency to QtWebEngineMarco Bubke2022-06-121-0/+1
* doc: Document QPdfBookmarkModel and QPdfLinkModelShawn Rutledge2022-06-113-1/+95
* doc: Add docs for PdfStyleShawn Rutledge2022-06-111-0/+57
* Avoid extra window after change of pageAllan Sandfeld Jensen2022-06-111-5/+21
* Fix printing/no-printing buildsMichal Klocek2022-06-112-1/+6
* Pass archiver to gn buildMichal Klocek2022-06-111-0/+1
* Do not reset favicon for same document navigationsPeter Varga2022-06-111-4/+4
* Switch from QT_NO macros to feature checksAllan Sandfeld Jensen2022-06-1010-33/+33
* Create a RWHV delegate in coreAllan Sandfeld Jensen2022-06-1023-1177/+1173
* Fix build without openglAllan Sandfeld Jensen2022-06-091-1/+1
* Do not compile v8 for pdf by defaultMichal Klocek2022-06-041-0/+1
* Fix issues in PdfLinkDelegateShawn Rutledge2022-06-041-3/+8
* Add PdfLinkDelegate instead of link decoration style propertiesShawn Rutledge2022-06-048-81/+121
* Rename QPdfLinkModel::Role::Rect to RectangleShawn Rutledge2022-06-046-21/+24
* Add link role to QPdfLinkModel, providing a QPdfLink instanceShawn Rutledge2022-06-047-59/+74
* Redefine PdfSearchModel.currentResult as document-based; use PdfLinkShawn Rutledge2022-06-045-62/+59
* Use QPdfLink in PageNavigator jump() / jumped(); QML viewsShawn Rutledge2022-06-046-27/+114
* Rename QQuickPdfSelection fromPoint/toPoint properties to from and toShawn Rutledge2022-06-045-53/+53
* Give QPdfPageNavigator::jump() a default value for zoomShawn Rutledge2022-06-042-3/+3
* Add QPdfDocument::pageLabel(int) and pageModel propertyShawn Rutledge2022-06-043-0/+119