summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Port pdfviewer example to QPdfView widgetTobias Koenig2018-02-1810-479/+311
* Fix compilation with custom Qt namespaceTobias Koenig2018-02-043-0/+8
* Add support for render rotation and flagsTobias Koenig2017-04-131-1/+1
* Add bookmarks view to pdfviewer exampleTobias Koenig2017-02-213-20/+121
* Improve the PDF viewer example aestheticsJake Petroules2017-01-302-7/+39
* install the pdfviewer example; provide examples subdirs .pro filesShawn Rutledge2017-01-2720-0/+8
* change the license to LGPLv3 (with the commercial option)Shawn Rutledge2016-12-207-42/+147
* example: QVector instead of QListShawn Rutledge2016-12-161-1/+1
* replace Q_NULLPTR and Q_DECL_OVERRIDEShawn Rutledge2016-12-161-1/+1
* pdfviewer: Move QPdfDocument to MainWindowTobias Koenig2016-08-246-46/+68
* pdfviewer: Draw white background behind pageTobias Koenig2016-08-241-0/+1
* pdfviewer: Fix zooming of contentTobias Koenig2016-08-241-0/+1
* Add license header boilerplateSimon Hausmann2016-07-257-0/+147
* QScroller doesn't work unless a gesture is grabbedShawn Rutledge2014-12-161-0/+1
* pdfviewer example: page cache has a page count limitShawn Rutledge2014-12-162-0/+6
* pdfviewer example: QScroller makes kinetic flicking workShawn Rutledge2014-12-162-5/+3
* Fix build with MSVCSimon Hausmann2014-12-161-1/+1
* Fix small memory leak, don't leak the QPdfDocumentSimon Hausmann2014-12-163-8/+7
* pdfviewer example: PageRenderer owns document and thread. SmoothShawn Rutledge2014-12-167-140/+136
* pdfviewer example: stop creating placeholder images in PageCacheShawn Rutledge2014-12-164-18/+14
* Fix compilationSimon Hausmann2014-12-161-3/+0
* pdfviewer example: direct inheritance from QThreadShawn Rutledge2014-12-152-11/+8
* pdfviewer example: add threaded PageCacheShawn Rutledge2014-12-157-35/+172
* pdfviewer example: add rendering statsShawn Rutledge2014-12-152-1/+27
* pdf viewer example: more typical featuresShawn Rutledge2014-12-1514-6/+230
* pdfviewer example: can scroll through pages and render on demandShawn Rutledge2014-12-155-19/+87
* initial single-threaded implementation of pdfviewer exampleShawn Rutledge2014-12-157-0/+264