summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Add missing includes (compile on debian failed)Martin Koller2019-11-251-0/+2
| | * | | Add qdocconf for the QtPdf moduleTobias Koenig2019-11-252-0/+42
| | * | | Fix documentation of QPdfDocument classTobias Koenig2019-11-251-9/+16
| | * | | Port pdfviewer example to QPdfView widgetTobias Koenig2019-11-2510-479/+311
| | * | | Add initial version of QPdfView classTobias Koenig2019-11-255-0/+805
| | * | | Add QPdfPageRenderer classTobias Koenig2019-11-258-2/+646
| | * | | Fix compilation with custom Qt namespaceTobias Koenig2019-11-253-0/+8
| | * | | Exclude qtpdf module from Integrity and uikit based buildsTobias Koenig2019-11-251-2/+2
| | * | | Add QPdfPageNavigation classTobias Koenig2019-11-257-2/+618
| | * | | Add support for render rotation and flagsTobias Koenig2019-11-258-7/+390
| | * | | Fix emission of QPdfDocument::pageCountChanged signalTobias Koenig2019-11-254-9/+49
| | * | | Remove superfluous 'Q' prefix from module nameTobias Koenig2019-11-251-1/+1
| | * | | Make QPdfBookmarkModel usable for QMLTobias Koenig2019-11-252-0/+12
| | * | | Add bookmarks view to pdfviewer exampleTobias Koenig2019-11-253-20/+121
| | * | | Add 'PageNumberRole' to QPdfBookmarkModelTobias Koenig2019-11-254-2/+45
| | * | | 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-2518-82/+968
| | * | | example: QVector instead of QListShawn Rutledge2019-11-251-1/+1
| | * | | replace relative directory paths to permit shadow buildsShawn Rutledge2019-11-252-7/+7
| | * | | replace Q_NULLPTR and Q_DECL_OVERRIDEShawn Rutledge2019-11-254-14/+14
| | * | | pdfviewer: Move QPdfDocument to MainWindowTobias Koenig2019-11-256-46/+68
| | * | | Fix loading of large PDF documentsTobias Koenig2019-11-251-2/+8
| | * | | Add QPdfBookmarkModel classTobias Koenig2019-11-258-2/+661
| | * | | Encapsulate locking into QPdfMutexLockerTobias Koenig2019-11-252-12/+24
| | * | | pdfviewer: Draw white background behind pageTobias Koenig2019-11-251-0/+1
| | * | | pdfviewer: Fix zooming of contentTobias Koenig2019-11-251-0/+1
| | * | | Refactor the state handling of QPdfDocumentTobias Koenig2019-11-254-49/+198
| | * | | Reduce the critical sections of the PDF mutexTobias Koenig2019-11-251-16/+20
| | * | | Add metaData() accessor method to QPdfDocumentShawn Rutledge2019-11-254-1/+138
| | * | | Add passwordChanged() signal to QPdfDocumentTobias Koenig2019-11-253-2/+43
| | * | | Add close() method to QPdfDocumentTobias Koenig2019-11-253-2/+99
| | * | | Prospective build fix for gcc 4.9.1Simon Hausmann2019-11-252-5/+2
| | * | | Skip build of auto-test when print support is disabled in the Qt buildSimon Hausmann2019-11-251-1/+1
| | * | | Exclude from the QNX/iOS/Winphone/WinRT/MinGW buildSimon Hausmann2019-11-251-0/+2
| | * | | Add license header boilerplateSimon Hausmann2019-11-2512-0/+251
| | * | | Remove stray print statementSimon Hausmann2019-11-251-1/+0
| | * | | Smaller coding style fixesTobias Koenig2019-11-253-24/+37
| | * | | Update to newer FPDF upstream versionSimon Hausmann2019-11-256-70/+80
| | * | | Simplify the build system a little bitSimon Hausmann2019-11-252-10/+7
| | * | | Add support for include_dirs in gyp filesSimon Hausmann2019-11-251-9/+33
| | * | | 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 linking on Mac OS XSimon Hausmann2019-11-251-0/+1
| | * | | Fix build with MSVCSimon Hausmann2019-11-251-1/+1
| | * | | Fix small memory leak, don't leak the QPdfDocumentSimon Hausmann2019-11-253-8/+7
| | * | | Clean up the loadingSimon Hausmann2019-11-254-62/+85
| | * | | 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