summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add QtPdf and QtPdfWidgets modulesMichal Klocek2019-11-252-0/+11
| * | Initial import of qtpdf source codeMichal Klocek2019-11-251-0/+0
| * | Add QPdfPageRenderer classTobias Koenig2019-11-254-1/+191
| * | Add QPdfPageNavigation classTobias Koenig2019-11-254-1/+209
| * | Fix emission of QPdfDocument::pageCountChanged signalTobias Koenig2019-11-251-0/+31
| * | Add 'PageNumberRole' to QPdfBookmarkModelTobias Koenig2019-11-252-0/+25
| * | change the license to LGPLv3 (with the commercial option)Shawn Rutledge2019-11-252-5/+57
| * | Add QPdfBookmarkModel classTobias Koenig2019-11-254-1/+254
| * | Refactor the state handling of QPdfDocumentTobias Koenig2019-11-251-22/+106
| * | Add metaData() accessor method to QPdfDocumentShawn Rutledge2019-11-252-0/+28
| * | Add passwordChanged() signal to QPdfDocumentTobias Koenig2019-11-251-0/+27
| * | Add close() method to QPdfDocumentTobias Koenig2019-11-251-0/+68
| * | Skip build of auto-test when print support is disabled in the Qt buildSimon Hausmann2019-11-251-1/+1
| * | Clean up the loadingSimon Hausmann2019-11-251-4/+11
| * | Provide unit test for password protected PDFsSimon Hausmann2019-11-252-0/+11
| * | Keep reading until all pages are availableSimon Hausmann2019-11-251-2/+4
| * | Provide async loading through QNetworkReplySimon Hausmann2019-11-252-10/+36
| * | Allow loading documents synchronously from a QIODeviceSimon Hausmann2019-11-251-17/+32
| * | Added basic rendering and page size getterSimon Hausmann2019-11-251-2/+8
| * | Implement basic document loading from a fileSimon Hausmann2019-11-253-0/+54
| * | Re-organize the build system to turn this into a full-fledged moduleSimon Hausmann2019-11-251-0/+0
* | | Merge branch '5.14' into 5.15Allan Sandfeld Jensen2020-01-233-28/+85
|\ \ \ | | |/ | |/|
| * | Update navigation actions when load finishes in a subframePeter Varga2020-01-221-7/+26
| * | FIXUP: Un-blacklist tst_qwebenginepage::fullScreenRequested() on WindowsTamas Zakor2020-01-221-20/+40
| * | Merge remote-tracking branch 'origin/5.14.1' into 5.14Allan Sandfeld Jensen2020-01-202-8/+9
| |\ \
| * | | Fix overriding shortcuts in password input fields on WindowsPeter Varga2020-01-151-0/+18
| * | | Fix conversion of tabpanel aria rolePeter Varga2020-01-151-1/+1
* | | | Fix deprecation warningsKirill Burtsev2020-01-191-1/+1
* | | | Merge "Merge remote-tracking branch 'origin/5.14.1' into 5.15"Michael Brüning2020-01-1710-166/+48301
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/5.14.1' into 5.15Michael Brüning2020-01-1710-166/+48301
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Add qtry prefix to webenginepage testMichal Klocek2020-01-171-2/+2
| | * | | Merge 5.14 into 5.14.1Kari Oikarinen2020-01-151-0/+172
| | |\| |
| | | * | Fix crash when handling QEvent::TouchCancelRomain Pokrzywka2020-01-091-0/+172
| | * | | Rework url changed logicMichal Klocek2020-01-142-6/+7
| | |/ /
| | * | Un-blacklist tst_qwebenginepage::fullScreenRequested() on WindowsTamas Zakor2019-12-182-151/+22
| | * | Fix Q(Quick)WebEngineDownloadItem::setDownloadDirectory()Tamas Zakor2019-12-183-7/+134
| | * | Add binary compatibility files for qtwebengineMilla Pohjanheimo2019-12-173-0/+47964
* | | | Fix QFlags warningsAllan Sandfeld Jensen2020-01-175-60/+60
|/ / /
* | | Make tst_origins quieterAllan Sandfeld Jensen2020-01-151-0/+22
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Allan Sandfeld Jensen2019-12-0610-94/+147
|\| |
| * | Merge remote-tracking branch 'origin/5.14.0' into 5.14Allan Sandfeld Jensen2019-12-043-10/+59
| |\ \
| | * | Fix 'setDownloadDirectory' for download item on 'SavePage' actionKirill Burtsev2019-11-291-8/+23
| | * | Favicon touchIconWithSameURL test: fix waiting on wrong spyKirill Burtsev2019-11-281-2/+2
| | * | Update find request id when a new search interrupts an ongoing searchPeter Varga2019-11-281-0/+13
| | * | Fix renderProcessTerminated signalJüri Valdmann2019-11-281-0/+21
| | |/
| * | Stop using loadVisuallyCommitted in tst_qquickwebengineviewgraphicsJüri Valdmann2019-11-292-84/+34
| * | Support accept attribute of file inputSzabolcs David2019-11-295-0/+54
| |/
* | Experimental network-service supportAllan Sandfeld Jensen2019-12-051-0/+8
* | Switch navigationRequested to using NavigationThrottleAllan Sandfeld Jensen2019-11-281-33/+43
|/
* Store favicon URL when serializing QWebEngineHistoryDmitriy Kuminov2019-11-082-0/+9