- 14 Dec, 2020 1 commit
-
-
Albert Astals Cid authored
-
- 13 Dec, 2020 39 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
In addition to being new enough it needs to have NSS support built in
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
...entering the pwd for the certificate store Also Move CertificateStoreImpl to PopplerCertificateStore, since PopplerCertificateStore was declared but never defined and use it in CertificateTools to get the certificate list instead of calling the poppler classes directly
-
Albert Astals Cid authored
Makes more sense
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
This way we don't use nullptr as part for the dialogs, it's always a bit ugly to do so
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
And remove from toolbar, it's not that important it should be there Also increase version
-
Albert Astals Cid authored
* Don't make WidgetAnnotation know about signatures stuff, widget annotations are for multiple things * Don't create an "empty" widget annotation and then call sign on it (which is wrong because widget annotations can be multiple things), just say sign the document with this data (cert, l&f, etc) * Remove the "management" functionality from CertificateTools it was only visual, i.e. it didn't really add/remove certificates * Ask for the NSS password (if needed)
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
and fix a leak meanwhile ^_^
-
Albert Astals Cid authored
Attempting to fix the whole chain of commits is not worth it
-
Albert Astals Cid authored
-
Thorsten Behrens authored
-
Bubli authored
-
Thorsten Behrens authored
-
Thorsten Behrens authored
-
Thorsten Behrens authored
-
Thorsten Behrens authored
-
Thorsten Behrens authored
-
Thorsten Behrens authored
-
Thorsten Behrens authored
- make explicit we're using static QFile func here - QFile::rename doesn't work across filesystems, so instead create it alongside. Might fail if dir is not writeable - can't use QSaveFile, since poppler sign() func wants a filename
-
Thorsten Behrens authored
Move certificate config down into generator code Read available signing certificates from poppler NSS
-
Thorsten Behrens authored
-
Thorsten Behrens authored
WIP - add interfaces and methods to get access to NSS-via-poppler sign certificates, and provide them for signing documents.
-
Thorsten Behrens authored
-
Thorsten Behrens authored
Now poppler offers signing via PDFConverter class. Add some error handling, and store signature in temp file. Document gets reloaded after replacing original file.
-