summaryrefslogtreecommitdiff
path: root/qt5
AgeCommit message (Expand)AuthorFilesLines
2021-06-16Remove ENABLE_SPLASH and HAVE_SPLASH (always true)Hubert Figuiere3-13/+5
2021-06-03poppler 21.06.1poppler-21.06.1Albert Astals Cid1-1/+1
2021-06-01poppler 21.06.0poppler-21.06.0Albert Astals Cid2-2/+2
2021-05-15Update (C)Albert Astals Cid6-0/+6
2021-05-15Provides the `wasReconstructed` value to callerMahmoud Khalil6-4/+78
2021-05-14Update (C) of previous commitAlbert Astals Cid1-1/+1
2021-05-14Fancier left/right signature visual representationAlbert Astals Cid2-0/+43
2021-05-08qt: Don't assert when trying to invert singular matricesAlbert Astals Cid1-2/+7
2021-05-02Poppler 21.05.0poppler-21.05.0Albert Astals Cid2-2/+2
2021-04-28Update (C) of previous commitsAlbert Astals Cid2-2/+2
2021-04-25find, glib: Enhance find to support multi-line matchingNelson Benítez León4-36/+147
2021-04-20qt: Allow to pass the border width when signingAlbert Astals Cid2-2/+25
2021-04-20qt: Make sure new signatures are always properly orientedAlbert Astals Cid1-2/+3
2021-04-14qt: QStringToUnicodeGooString don't produce a "fake empty" stringAlbert Astals Cid2-3/+13
2021-04-01Poppler 21.04.0poppler-21.04.0Albert Astals Cid1-1/+1
2021-03-21qt: Fix memory leak when QImage constructor "fails"Albert Astals Cid1-2/+6
2021-03-14refactor Page::getFormWidgets() to use unique_ptrNelson Benítez León1-4/+2
2021-03-09Update (C)Albert Astals Cid1-1/+1
2021-03-09qt: Fix crash in files with malformed signaturesAlbert Astals Cid1-1/+1
2021-03-01Hide symbols by defaultAlbert Astals Cid4-21/+4
2021-03-01Require the newer qt5 provided by the new base CIAlbert Astals Cid4-11/+7
2021-03-01Poppler 21.03.0poppler-21.03.0Albert Astals Cid1-1/+1
2021-02-01poppler 21.02.0poppler-21.02.0Albert Astals Cid1-1/+1
2021-01-18qt: Fix regression in QIODeviceOutStream + MSVCAlbert Astals Cid1-4/+4
2021-01-16qt: Properly export NewSignatureDataAlbert Astals Cid1-2/+2
2021-01-03fuzz the ps converter codeAlbert Astals Cid1-0/+22
2021-01-02poppler 21.01.0poppler-21.01.0Albert Astals Cid2-2/+2
2020-12-30Stop using std::codecvt_utf16 in fromDecimalAlbert Astals Cid1-8/+2
2020-12-30QIODeviceOutStream: allocate memory dynamicallyAlbert Astals Cid1-5/+15
2020-12-29qt: Account for catalog potentially lacking AcroFormAlbert Astals Cid1-2/+5
2020-12-18qt: Mark file internal function as staticAlbert Astals Cid1-1/+1
2020-12-18qt: The signing code will be in 21.01 not 20.12Albert Astals Cid2-9/+9
2020-12-13qt5: Add API to know if NSS support is built inAlbert Astals Cid2-0/+16
2020-12-13qt5: more signature leak fixesAlbert Astals Cid1-2/+2
2020-12-13qt5: Signing: Cleanup after signingAlbert Astals Cid1-2/+15
2020-12-13Fix a few memory leaks in the new signing codeAlbert Astals Cid2-3/+9
2020-12-13qt5: Add CertificateInfo::checkPasswordAlbert Astals Cid2-0/+22
2020-12-13Improvements to adding digital signaturesAlbert Astals Cid7-156/+332
2020-12-13Make getAvailableSigningCertificates return an object and not a pointerAlbert Astals Cid2-4/+5
2020-12-13Make getAvailableSigningCertificates staticAlbert Astals Cid1-2/+2
2020-12-13Use slightly more modern PPKMS filterThorsten Behrens1-1/+1
2020-12-13Export setNSSDir to have that externally configurableThorsten Behrens2-0/+21
2020-12-13Make qt5/src/poppler-form.cc build w/o NSSThorsten Behrens1-2/+18
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-13Consistently use CERT nickname to reference keysThorsten Behrens2-0/+14
2020-12-13Add getAvailableSigningCertificates() for NSS keysThorsten Behrens2-7/+34
2020-12-13Move sign() method to PDFConvertThorsten Behrens3-12/+38
2020-12-13Add certificateCN and passwordKatarina Behrens2-4/+4
2020-12-13Pass widget annotation to sign down the chainKatarina Behrens2-2/+11