summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QPdfDocument: use enum classesShawn Rutledge2022-05-2410-110/+94
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-163-3/+3
* Refactor custom handlersAllan Sandfeld Jensen2022-05-1512-14/+360
* Keep page's zoom level on loading new urlsKirill Burtsev2022-05-156-8/+30
* Fix software backend detectionAllan Sandfeld Jensen2022-05-141-1/+21
* Add NavigateOnDrop settingsAllan Sandfeld Jensen2022-05-135-5/+37
* Fix touch input for widget's delegate for html popupKirill Burtsev2022-05-122-6/+20
* Fix touch input for html's popup in quick implKirill Burtsev2022-05-121-6/+8
* Update ChromiumAllan Sandfeld Jensen2022-05-121-0/+0
* QtWebEngine: replace qSwap with member-swap where possibleMarc Mutz2022-05-113-3/+3
* Doc: Update Platform NotesKai Köhne2022-05-111-4/+3
* Cleanup custom touch handles implementationMichal Klocek2022-05-108-150/+62
* Add QtQuick dependency to QtWebEngineMarco Bubke2022-05-091-0/+2
* Use qualified imports to avoid prototype loopsMarco Bubke2022-05-093-7/+6
* Add convenience constructors to QWebEngineViewAllan Sandfeld Jensen2022-05-092-0/+36
* Fix sandbox on framework buildsMichal Klocek2022-05-093-10/+22
* Update ChromiumMichal Klocek2022-05-091-0/+0
* Find CUPS for printing on LinuxAllan Sandfeld Jensen2022-05-061-1/+2
* Quick: Add support for replacing touch handles with delegatesBalazs Egedi2022-05-0421-81/+394
* Clean up documentationAllan Sandfeld Jensen2022-05-036-13/+14
* Fix leak if loader error is seen firstAllan Sandfeld Jensen2022-05-031-1/+6
* Fix read-after-free on EGL extensionsAllan Sandfeld Jensen2022-05-024-16/+16
* Fix missing dictionaries in case of user bundlesMichal Klocek2022-04-301-0/+7
* Support cross-compilation on macOSMichal Klocek2022-04-305-6/+8
* doc: Add docs for PdfScrollablePageView and PdfPageViewShawn Rutledge2022-04-292-2/+438
* Fix navigation to non-local URLsAllan Sandfeld Jensen2022-04-261-1/+8
* QPdfBookmarkModel: add location and zoom rolesShawn Rutledge2022-04-242-4/+56
* doc: Add docs for QPdfViewShawn Rutledge2022-04-233-11/+98
* Support setting page to nullptr to unsetAllan Sandfeld Jensen2022-04-221-0/+3
* Fix documentation of getter functionsAllan Sandfeld Jensen2022-04-222-24/+66
* Turn QPdfBookmarkModel::Role into an enum classShawn Rutledge2022-04-222-18/+19
* PdfMultiPageView: fix PdfNavigationStack.onJumped horizontal scrollingShawn Rutledge2022-04-221-3/+1
* PdfMultiPageView: re-layout when size changesShawn Rutledge2022-04-221-0/+2
* QtPDF: Get styles working again; remove visible hyperlink adornmentsShawn Rutledge2022-04-206-37/+30
* Introduce http status code domain for loading infoKirill Burtsev2022-04-187-5/+18
* doc: Add more docs to PdfPageImage and PdfSelectionShawn Rutledge2022-04-172-0/+23
* doc: Add Qt Quick details to the Qt PDF module page; clarify examplesShawn Rutledge2022-04-171-0/+22
* Fix granted file access after local/remote access cleanupAllan Sandfeld Jensen2022-04-141-3/+16
* Fix fatal error in getCurrentKeyboardLayout()Martin Negyokru2022-04-131-19/+6
* Add manual tests for PdfPageViewShawn Rutledge2022-04-121-24/+7
* PdfQuick: deal with loading a different documentShawn Rutledge2022-04-126-1/+40
* QPdfDocument: qCDebug time for FPDF_InitLibrary and FPDF_DestroyLibraryShawn Rutledge2022-04-121-2/+8
* Improve namespaces in browser_accessibilityAllan Sandfeld Jensen2022-04-121-49/+40
* Do not store CF_HTML header in QMimeDataPeter Varga2022-04-081-1/+10
* doc: fix QtPDF doc warnings and mistakesShawn Rutledge2022-04-086-8/+9
* Move QQuickPdfNavStack core into QPdfNavigationStack; use in QPdfViewShawn Rutledge2022-04-0813-529/+406
* Resolve status code for http response with failureKirill Burtsev2022-04-073-13/+28
* Fix location of WebEngineProcess on build machines for framework buildsMichal Klocek2022-04-072-6/+17
* Fix build with libc++Qt Submodule Update Bot2022-04-071-0/+19
* doc: begin adding docs for MultiPageView component and exampleShawn Rutledge2022-04-075-8/+232