summaryrefslogtreecommitdiff
path: root/qt5
AgeCommit message (Collapse)AuthorFilesLines
2014-12-040.29.0poppler-0.29.0Albert Astals Cid1-1/+1
2014-11-040.28.1poppler-0.28.1Albert Astals Cid1-1/+1
2014-11-040.28.0poppler-0.28.0Albert Astals Cid3-3/+3
2014-11-04Don't ship the moc filesHib Eris1-1/+0
2014-11-03Update (C)Albert Astals Cid4-4/+4
2014-10-31Include windows.h, not Windows.hHib Eris1-1/+1
Fixes building on file systems that are case sensitive, e.g. when cross compiling on Linux for win32. https://bugs.freedesktop.org/show_bug.cgi?id=79407
2014-08-21Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid1-1/+1
2014-08-210.26.4poppler-0.26.4Albert Astals Cid1-1/+1
2014-08-12Makefile.am cleanupsHib Eris3-106/+78
Bug #79411
2014-07-20Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid1-1/+1
2014-07-200.26.3poppler-0.26.3Albert Astals Cid1-1/+1
2014-07-11Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid1-5/+2
2014-07-11Fix compilation of Qt5 frontend with MinGWAki Koskinen1-5/+2
2014-07-09Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid2-1/+4
2014-07-06Add poppler-forms, stress-threads-qt, test-render-to-file to .gitignoreHib Eris1-0/+3
https://bugs.freedesktop.org/show_bug.cgi?id=79744
2014-06-190.26.2poppler-0.26.2Albert Astals Cid1-1/+1
2014-06-06Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid1-1/+1
2014-05-230.26.1poppler-0.26.1Albert Astals Cid1-1/+1
2014-05-11Qt: Add a new page->annotations() call that let's you specify subtypesAlbert Astals Cid4-5/+69
This way we don't return annotations you may not be interested in
2014-04-250.26.0poppler-0.26.0Albert Astals Cid1-1/+1
2014-04-14qt: Fix missing ! in TextAnnotation::setInplaceIntentFabio D'Urso1-1/+1
CID #16814
2014-04-14Initialize tmpBufLenAlbert Astals Cid1-2/+2
CID #16957 It isn't really needed since locateFont always returns a fontLoc with a non null path if fontLoc itself is not null, but it doesn't hurt either
2014-04-100.25.3poppler-0.25.3Albert Astals Cid4-4/+4
2014-04-06qt5: remove m_fontInfoIterator from DocumentPino Toscano2-4/+0
it was used by the deprecated scanForFonts API, which was not provided in poppler-qt5
2014-04-05Merge remote-tracking branch 'origin/poppler-0.24'Pino Toscano1-2/+1
2014-04-05qt4/qt5: remove extra qDebugpoppler-0.24Pino Toscano1-1/+0
2014-04-05qt4/qt5: fix some kinds of OCG modelsPino Toscano1-1/+1
properly pass parent and child when building the tree
2014-03-270.25.2poppler-0.25.2Albert Astals Cid4-3/+4
2014-03-04Qt: Expose document-supplied text directionAdam Reichold2-1/+26
2014-02-18Some error() usage fixesFabio D'Urso1-3/+3
2014-02-05pdftps: fix DocumentMedia/Page/Media/PageBBox DSC commentsAdrian Johnson1-0/+1
Bug 72312
2014-01-27[qt] Improve compilation under Win 8 with Visual Studio 2012Bogdan Cristea2-2/+9
Bug #73111
2014-01-26qt4/qt5: add GCC visibility export attributesPino Toscano1-0/+3
this does no actual changes to the exported symbols, but can help in hiding symbols if the right GCC flags for symbols visibility are specified
2014-01-26qt4/qt5: improve naming of internal export/import macrosPino Toscano1-6/+6
use something less generic than LIB_EXPORT/LIB_IMPORT
2014-01-030.25.1poppler-0.25.1Albert Astals Cid1-1/+1
2014-01-020.24.5poppler-0.24.5Albert Astals Cid1-1/+1
2013-12-28GooString format: Added some tests + improved documentationFabio D'Urso1-0/+66
2013-12-12Arthur font rendering improvementsDominik Haumann1-9/+9
The patch does does the following: - use NoPen to fill the glyphs - since SplashPath seems to bitwise OR stop and start of path, closing a subpath needs to happen before starting a path. Arthur needs serious work but this is a definite improvement in all the files i've tried it on
2013-12-12qt: Simple silly test program to save to fileAlbert Astals Cid3-1/+77
Allows us to do some quick arthur testing
2013-12-110.25.0poppler-0.25.0Albert Astals Cid1-1/+1
2013-11-270.24.4poppler-0.24.4Albert Astals Cid1-1/+1
2013-11-15destionation -> destinationAlbert Astals Cid1-1/+2
And this is why the xml based api has to die Bug #71643 Found by Hib
2013-10-260.24.3poppler-0.24.3Albert Astals Cid1-1/+1
2013-10-10Return empty if getXRef()->copy() failsAlbert Astals Cid1-0/+6
Seems this can happen by looking at the backtrace in https://bugs.kde.org/show_bug.cgi?id=325810
2013-09-270.24.2poppler-0.24.2Albert Astals Cid1-1/+1
2013-08-260.24.1poppler-0.24.1Albert Astals Cid1-1/+1
2013-08-26Fix typoAlbert Astals Cid1-1/+1
2013-07-290.24.0poppler-0.24.0Albert Astals Cid1-1/+1
2013-07-190.23.4poppler-0.23.4Albert Astals Cid1-1/+1
2013-07-020.23.3poppler-0.23.3Albert Astals Cid1-1/+1