summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* PdfSelection: add selectAll() function; use in examplesShawn Rutledge2020-03-116-0/+42
* PDF single-page example: shift content right as the search drawer opensShawn Rutledge2020-02-261-0/+1
* PdfSearchModel: provide ContextBefore and ContextAfterShawn Rutledge2020-02-262-2/+50
* PDF single-page example: move search field to the footerShawn Rutledge2020-02-201-71/+71
* Add PdfScrollablePageView, use it in the pdfviewer exampleShawn Rutledge2020-02-201-45/+30
* PdfMultiPageView: use TableView; horz. scroll; control page positionShawn Rutledge2020-02-201-3/+3
* QtPdf examples: use test.pdf from resources if no file givenShawn Rutledge2020-02-1910-6/+15
* PDF multipage example: move search field to the footerShawn Rutledge2020-02-191-76/+69
* Enable mouse wheel scrolling in single-page PdfPageViewShawn Rutledge2020-02-171-0/+16
* Rearrange PdfPageView.qmlShawn Rutledge2020-02-172-8/+7
* PdfSearchModel: be QALM and find search results on all pagesShawn Rutledge2020-02-175-66/+172
* PDF multipage viewer: iterate search resultsShawn Rutledge2020-02-114-24/+80
* PDF multipage view: track specific link and navigation destinationsShawn Rutledge2020-02-111-2/+2
* Add QPdfDestination; NavigationStack stores page, location and zoomShawn Rutledge2020-02-111-2/+1
* Add zoom and rotation to PdfMultiPageViewShawn Rutledge2020-02-041-7/+6
* Add multipage example to pdf.pro; work with 5.14; fix main.cppShawn Rutledge2020-02-044-8/+9
* Add PdfMultiPageViewShawn Rutledge2020-02-0316-0/+522
* 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
* 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