summaryrefslogtreecommitdiff
path: root/qt5/src/poppler-annotation.cc
AgeCommit message (Expand)AuthorFilesLines
2021-03-01Require the newer qt5 provided by the new base CIAlbert Astals Cid1-2/+2
2020-12-18qt: Mark file internal function as staticAlbert Astals Cid1-1/+1
2020-12-13Improvements to adding digital signaturesAlbert Astals Cid1-47/+13
2020-12-13Use slightly more modern PPKMS filterThorsten Behrens1-1/+1
2020-12-13Render signature rect and signer contentThorsten Behrens1-2/+6
2020-12-13Make sure setAcroForm() is called before using Form in any wayThorsten Behrens1-3/+1
2020-12-13Expose form widget to the related widget annotationKatarina Behrens1-0/+19
2020-12-13Use different ctor to be able to set more annot propertiesKatarina Behrens1-2/+4
2020-12-13Add default appearance and empty appearance streamKatarina Behrens1-4/+2
2020-12-13Add basic signature field properties except for appearanceKatarina Behrens1-1/+1
2020-12-13Add stub of signature field/widget annotationKatarina Behrens1-1/+18
2020-12-13Add empty-ish AcroFields dictionary if not there yetKatarina Behrens1-1/+5
2020-11-28qt5: Fix division by 0 in broken filesAlbert Astals Cid1-0/+8
2020-10-29clang: Warn about weak-vtablesAlbert Astals Cid1-6/+8
2020-08-24qt5: Be a bit more stubborn converting dates that come from xmlAlbert Astals Cid1-4/+14
2020-08-24qt5/6: Make Annotation::setModification/CreationDate work on existing annotsAlbert Astals Cid1-17/+20
2020-07-03Run clang-formatAlbert Astals Cid1-2247/+1751
2020-02-26Update (C) of last commitAlbert Astals Cid1-1/+1
2020-02-26Handle LinkAction objects by std::unique_ptrsOliver Sander1-2/+3
2019-12-02Enable modernize-use-overrideAlbert Astals Cid1-6/+6
2019-09-30Run clang-tidy on CIAlbert Astals Cid1-1/+1
2019-07-17qt5: Simplify code that creates an invalid RefAlbert Astals Cid1-2/+1
2019-04-28qt5: Fix regression in annotation handlingAlbert Astals Cid1-1/+1
2019-04-05Use Ref::INVALID moreAlbert Astals Cid1-3/+3
2019-03-22Update (C) of past commitsAlbert Astals Cid1-1/+1
2019-03-21Don't error out if there's no DA in FreeText annotationTobias Deiminger1-3/+6
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-7/+7
2018-11-09exclude some function-args-by-value and function-args-by-refAlbert Astals Cid1-1/+1
2018-10-31qt5: Fix crash when adding Highlight AnnotationsAlbert Astals Cid1-1/+1
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-1/+1
2018-10-21Update (C)Albert Astals Cid1-0/+1
2018-10-08Port AnnotPath to use std::vector<AnnotCoord> instead of std::unique_ptr<Anno...Adam Reichold1-4/+4
2018-10-08annots: Use std::unique_ptr instead of new/deleteCarlos Garcia Campos1-23/+16
2018-09-24More constAlbert Astals Cid1-1/+1
2018-09-02Add missing (C)Albert Astals Cid1-0/+2
2018-09-02More review fixesTobias Deiminger1-32/+53
2018-09-02Fix open review comments from #50Tobias Deiminger1-1/+1
2018-09-02Add annotation font colorDileep Sankhla1-40/+61
2018-05-18qt5: remove duplicate codeAlbert Astals Cid1-14/+1
2018-04-16Add support for hide actionAndre Heinecke1-0/+6
2018-04-05Add some more constAlbert Astals Cid1-2/+3
2018-02-21Fix warnings due to unhandled link types in XML serialization of annotations ...Adam Reichold1-6/+14
2018-02-02Fix some -Wshadow warningsAlbert Astals Cid1-9/+9
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-30/+30
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-1/+13
2018-01-03qt5: make the check for rendition a bit earlierAlbert Astals Cid1-6/+3
2018-01-03qt5: Do not assume all Screen annotation actions are RenditionsAlbert Astals Cid1-1/+5
2017-03-09Add override markersAlbert Astals Cid1-28/+28
2015-09-08Qt5: Minor optimizationsAlbert Astals Cid1-305/+307
2015-08-14Add basic support for RichMedia annotations to Qt frontendsTobias Koenig1-1/+615