summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
| * Add PdfNavigationStack for forward/back navigationShawn Rutledge2020-02-031-4/+27
| * PdfPageView: Add zoom-to-fit and zoom-to-width featuresShawn Rutledge2020-02-034-1/+41
| * Add QPdfSelection and QQuickPdfSelectionShawn Rutledge2020-01-303-0/+24
| * Use SpinBox for page navigation to get jump-to-page featureShawn Rutledge2020-01-301-13/+13
| * Doc: Add docs for the Qt PDF Viewer exampleLeena Miettinen2020-01-281-0/+108
* | Merge remote-tracking branch 'origin/5.14' into 5.15Allan Sandfeld Jensen2020-02-191-9/+22
|\ \
| * | Example 'quicknanobrowser' improvementsKirill Burtsev2020-02-081-9/+22
* | | Merge remote-tracking branch 'origin/wip/qtpdf' into 5.15Michael Brüning2020-01-2734-0/+1376
|\ \ \ | |/ / |/| / | |/
| * Add rotation actions to the QML pdf viewer exampleShawn Rutledge2020-01-234-0/+28
| * Add QPdfSearchModel, QML PdfSearchModel and PdfPageViewShawn Rutledge2020-01-2313-0/+382
| * Add QtPdf and QtPdfWidgets modulesMichal Klocek2019-11-252-1/+3
| * Port pdfviewer example to QPdfView widgetTobias Koenig2019-11-2510-479/+311
| * Fix compilation with custom Qt namespaceTobias Koenig2019-11-253-0/+8
| * Add support for render rotation and flagsTobias Koenig2019-11-251-1/+1
| * Add bookmarks view to pdfviewer exampleTobias Koenig2019-11-253-20/+121
| * Improve the PDF viewer example aestheticsJake Petroules2019-11-252-7/+39
| * install the pdfviewer example; provide examples subdirs .pro filesShawn Rutledge2019-11-2519-0/+6
| * change the license to LGPLv3 (with the commercial option)Shawn Rutledge2019-11-257-42/+147
| * example: QVector instead of QListShawn Rutledge2019-11-251-1/+1
| * replace Q_NULLPTR and Q_DECL_OVERRIDEShawn Rutledge2019-11-251-1/+1
| * pdfviewer: Move QPdfDocument to MainWindowTobias Koenig2019-11-256-46/+68
| * pdfviewer: Draw white background behind pageTobias Koenig2019-11-251-0/+1
| * pdfviewer: Fix zooming of contentTobias Koenig2019-11-251-0/+1
| * Add license header boilerplateSimon Hausmann2019-11-257-0/+147
| * QScroller doesn't work unless a gesture is grabbedShawn Rutledge2019-11-251-0/+1
| * pdfviewer example: page cache has a page count limitShawn Rutledge2019-11-252-0/+6
| * pdfviewer example: QScroller makes kinetic flicking workShawn Rutledge2019-11-252-5/+3
| * Fix build with MSVCSimon Hausmann2019-11-251-1/+1
| * Fix small memory leak, don't leak the QPdfDocumentSimon Hausmann2019-11-253-8/+7
| * pdfviewer example: PageRenderer owns document and thread. SmoothShawn Rutledge2019-11-257-140/+136
| * pdfviewer example: stop creating placeholder images in PageCacheShawn Rutledge2019-11-254-18/+14
| * Fix compilationSimon Hausmann2019-11-251-3/+0
| * pdfviewer example: direct inheritance from QThreadShawn Rutledge2019-11-252-11/+8
| * pdfviewer example: add threaded PageCacheShawn Rutledge2019-11-257-35/+172
| * pdfviewer example: add rendering statsShawn Rutledge2019-11-252-1/+27
| * pdf viewer example: more typical featuresShawn Rutledge2019-11-2514-6/+230
| * pdfviewer example: can scroll through pages and render on demandShawn Rutledge2019-11-255-19/+87
| * initial single-threaded implementation of pdfviewer exampleShawn Rutledge2019-11-257-0/+264
* | Fix build of simplebrowser against 5.12Peter Varga2019-11-288-0/+45
* | Example 'LifeCycle': fix import statement and shared context warningKirill Burtsev2019-11-283-3/+3
* | Doc: Fix documentation warningsTopi Reinio2019-11-202-6/+5
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Allan Sandfeld Jensen2019-10-225-8/+8
* Improve QWebEngineFindTextResult APIv5.14.0-beta2Peter Varga2019-10-193-6/+6
* Add example for QQuickWebEngineTooltipRequestSzabolcs David2019-10-1013-1/+78
* Move lifecycle docs to features pageJüri Valdmann2019-10-101-65/+2
* Merge remote-tracking branch 'origin/5.13' into 5.14Allan Sandfeld Jensen2019-09-243-28/+34
|\
| * Fix snippet in notification exampleAllan Sandfeld Jensen2019-08-293-28/+34
* | Remove usages of deprecated APIsSona Kurazyan2019-09-094-5/+6
* | Allow deferring QWebEngineCertificateError handlingKirill Burtsev2019-09-051-15/+27
* | Introduce findTextFinished signalPeter Varga2019-08-238-5/+226