summaryrefslogtreecommitdiff
path: root/qt4/src
AgeCommit message (Collapse)AuthorFilesLines
2012-11-230.21.2poppler-0.21.2Albert Astals Cid1-1/+1
2012-11-090.21.1poppler-0.21.1Albert Astals Cid3-3/+3
2012-11-03qt4: Export information about the document form typeFabio D'Urso2-0/+34
This patch also wraps the code that checks the form type and moves it from pdfinfo to the Catalog class.
2012-11-02Implement overprint in qt interfaceThomas Freitag4-46/+95
With minor api fixes by me (Albert Astals Cid)
2012-10-23Merge remote-tracking branch 'origin/poppler-0.20'Albert Astals Cid1-2/+2
2012-10-23Fix the or-ing of flagsAlbert Astals Cid1-2/+2
2012-10-17added accessors for FormWidgetChoice::editChoice property to qt4 frontendAdam Reichold2-0/+38
2012-10-100.20.5poppler-0.20.5Albert Astals Cid1-1/+1
2012-10-08[qt4] make LinkRendition properties availableTobias Koening5-11/+117
Bug #55378
2012-09-25Merge remote-tracking branch 'origin/poppler-0.20'Albert Astals Cid1-1/+2
Conflicts: qt4/src/Makefile.am
2012-09-25Add LCMS_FLAGSAlbert Astals Cid1-1/+2
Fixes compilation when lcms is on non standard locations Bug #55326
2012-09-21Increase sonamespoppler-0.21.0Albert Astals Cid2-2/+2
2012-09-21Version increaseAlbert Astals Cid1-1/+1
2012-09-21Drop the s from AdditionalActionsTypeAlbert Astals Cid3-8/+9
2012-09-16Fix the siblings field correctlyAlbert Astals Cid1-3/+10
Fixes KDE bug #302334
2012-09-11Merge remote-tracking branch 'origin/poppler-0.20'Albert Astals Cid1-1/+1
2012-09-11Make 'additional actions' available in Annotation API of Qt4 frontendTobias Koenig3-2/+168
Bug #53589
2012-09-100.20.40.20.40.20.40.20.4poppler-0.20.4Albert Astals Cid1-1/+1
2012-09-08Merge remote-tracking branch 'origin/poppler-0.20'Albert Astals Cid1-1/+1
Conflicts: glib/poppler-document.cc poppler/PDFDoc.cc poppler/XRef.h utils/HtmlFonts.cc
2012-08-30qt4: unbreak spacingAlbert Astals Cid1-3/+3
2012-08-30qt4: unbreak spacingAlbert Astals Cid1-3/+3
2012-08-30Take into account the embFile returned by the core may be NULLAlbert Astals Cid2-8/+15
2012-08-30Take into account the embFile returned by the core may be NULLAlbert Astals Cid2-8/+15
2012-08-15build: remove extra fontconfig CFLAGS and LIBSPino Toscano1-2/+0
fontconfig is used only in .cpp sources inside the 'poppler' subdirectory, so there is no need to add the include paths for it in other directories; likewise, do not to link to it if not needed
2012-08-110.20.3poppler-0.20.3Albert Astals Cid1-1/+1
2012-07-100.20.2poppler-0.20.2Albert Astals Cid1-1/+1
2012-06-30[qt4] Refactor part of ::search() functionsAlbert Astals Cid2-34/+34
2012-06-30[qt4] add whole-page search method to Poppler::PageAdam Reichold2-0/+53
2012-06-24qt4: Do not hang on malformed /Annots objectsFabio D'Urso1-0/+5
Don't recurse infinitely if the /Annots object contains annotation dictionaries (according to specs, /Annots must contain *references* to annotation dictionaries). Fixes bug #51361
2012-06-24qt4: Do not hang on malformed /Annots objectsFabio D'Urso1-0/+5
Don't recurse infinitely if the /Annots object contains annotation dictionaries (according to specs, /Annots must contain *references* to annotation dictionaries). Fixes bug #51361
2012-06-100.20.1poppler-0.20.1Albert Astals Cid1-1/+1
2012-06-10[qt4] Add accessor methods for poster informationTobias Koenig2-0/+30
2012-06-09qt4: Keep page rotation into account when normalizing annotation coordsFabio D'Urso1-2/+14
If the page is rotated by 90 or 270 degrees, width and height need to be swapped
2012-06-09qt4: Keep page rotation into account when normalizing annotation coordsFabio D'Urso1-2/+14
If the page is rotated by 90 or 270 degrees, width and height need to be swapped
2012-06-09Fix saving to xmlFabio D'Urso1-1/+1
The default icon is Note not comment
2012-06-09Fix saving to xmlFabio D'Urso1-1/+1
The default icon is Note not comment
2012-05-24Added Annot::removeReferencedObjects + Always set annotations' page fieldFabio D'Urso1-8/+0
- Now Page::removeAnnot calls Annot::removeReferencedObjects, which takes care of removing referenced objects (such as the annot popup and the appearance streams). - Previously, Annot's page field was set only if the annotation dictionary contained /P
2012-05-23qt4: Make TextAnnotation ctor publicFabio D'Urso1-1/+1
2012-05-23qt4: Make TextAnnotation ctor publicFabio D'Urso1-1/+1
2012-05-100.20.0poppler-0.20.0Albert Astals Cid1-1/+1
2012-04-29[qt4] the qualified name may be unicode encodedAlbert Astals Cid1-2/+2
2012-04-270.19.4poppler-0.19.4Albert Astals Cid1-1/+1
2012-04-120.19.3poppler-0.19.3Albert Astals Cid3-3/+3
2012-04-12qt4: Remove unimplemented revision setters from public APIFabio D'Urso3-61/+16
2012-04-12[qt4] Mark the dummy stuff as deprecatedAlbert Astals Cid1-2/+2
2012-04-12[qt4] initialize the dummy members here tooAlbert Astals Cid1-1/+3
2012-04-12Add since markersAlbert Astals Cid1-3/+4
2012-04-12Remove unneeded forward declarationAlbert Astals Cid1-2/+1
2012-04-12qt4: Annotation appearance invalidationFabio D'Urso1-0/+34
Call Annot::invalidateAppearance every time the visual aspect is changed
2012-04-12qt4: Added HideAnnotations option to PSConverterFabio D'Urso2-2/+24