summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add QPdfBookmarkModel classTobias Koenig2019-11-254-1/+407
* Encapsulate locking into QPdfMutexLockerTobias Koenig2019-11-252-12/+24
* Refactor the state handling of QPdfDocumentTobias Koenig2019-11-253-27/+92
* Reduce the critical sections of the PDF mutexTobias Koenig2019-11-251-16/+20
* Add metaData() accessor method to QPdfDocumentShawn Rutledge2019-11-252-1/+110
* Add passwordChanged() signal to QPdfDocumentTobias Koenig2019-11-252-2/+16
* Add close() method to QPdfDocumentTobias Koenig2019-11-252-2/+31
* Prospective build fix for gcc 4.9.1Simon Hausmann2019-11-252-5/+2
* Add license header boilerplateSimon Hausmann2019-11-255-0/+104
* 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
* Fix linking on Mac OS XSimon Hausmann2019-11-251-0/+1
* Clean up the loadingSimon Hausmann2019-11-253-58/+74
* Fix memory leak, destroy page after usageSimon Hausmann2019-11-251-0/+3
* Clean up error handlingSimon Hausmann2019-11-252-16/+11
* Provide unit test for password protected PDFsSimon Hausmann2019-11-252-2/+8
* Keep reading until all pages are availableSimon Hausmann2019-11-253-5/+30
* fix compile errorShawn Rutledge2019-11-251-0/+1
* Fix compilationSimon Hausmann2019-11-251-0/+1
* Fix build on WindowsSimon Hausmann2019-11-252-4/+33
* Prospective fix for namespace buildsSimon Hausmann2019-11-253-0/+12
* Provide async loading through QNetworkReplySimon Hausmann2019-11-254-22/+189
* Sprinkle global locks around the API callsSimon Hausmann2019-11-251-19/+15
* Allow loading documents synchronously from a QIODeviceSimon Hausmann2019-11-253-36/+63
* Added basic rendering and page size getterSimon Hausmann2019-11-252-0/+33
* Implement basic document loading from a fileSimon Hausmann2019-11-256-1/+181
* Fix the build on Windows with MSVCSimon Hausmann2019-11-252-1/+7
* Build the pdfium sources as a separate static librarySimon Hausmann2019-11-252-3/+15
* Generate pdfium.pri at build timeSimon Hausmann2019-11-254-577/+9
* Update to a newer pdfium snapshotSimon Hausmann2019-11-251-4/+0
* Add stub for JS runtime in order to satisfy link dependenciesSimon Hausmann2019-11-252-0/+46
* Re-organize the build system to turn this into a full-fledged moduleSimon Hausmann2019-11-253-0/+679
* Merge remote-tracking branch 'origin/5.14' into 5.15Allan Sandfeld Jensen2019-11-1437-278/+270
|\
| * Code-style cleanup in src/core/netAllan Sandfeld Jensen2019-11-1325-161/+168
| * Doc: Update required Windows 10 SDK version to 10.0.18362Leena Miettinen2019-11-111-2/+2
| * Store favicon URL when serializing QWebEngineHistoryDmitriy Kuminov2019-11-081-6/+20
| * Disable robustness againAllan Sandfeld Jensen2019-11-081-1/+1
| * Deprecate QWebEngineDownloadItem path API properlyTamas Zakor2019-11-051-2/+6
| * Code-style cleanup in src/core/extensionsAllan Sandfeld Jensen2019-11-048-106/+73
* | Merge remote-tracking branch 'origin/5.14' into 5.15Allan Sandfeld Jensen2019-11-0133-86/+157
|\|
| * Merge branch '5.13' into 5.14Allan Sandfeld Jensen2019-10-3013-53/+98
| |\
| | * Merge remote-tracking branch 'origin/5.13.2' into 5.13Allan Sandfeld Jensen2019-10-2814-52/+98
| | |\
| | | * Track request interceptor destroy and update profile io data accordinglyKirill Burtsev2019-10-231-0/+9
| | | * Update ChromiumAllan Sandfeld Jensen2019-10-232-1/+1
| | | * Activate extensions on Linux for GCC version 5.3.1 as wellMichael Bruning2019-10-181-5/+1
| | | * Update ChromiumAllan Sandfeld Jensen2019-10-171-0/+0
| | | * Fix getDisplayMedia crashJüri Valdmann2019-10-171-35/+41