summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-1/+0
2024-03-28tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-15/+1
2024-03-12Remove SaveODFItem classGabor Kelemen1-29/+0
2024-03-05Related: tdf#152524 eliminate UserData struct name collisionPatrick Luby1-1/+1
2024-02-07Don't reuse CertificateChooser instancesPatrick Luby1-1/+1
2024-02-05tdf#147291 add more default certificate manager application for macOSPatrick Luby1-0/+2
2024-02-02tdf#159307 add default macOS certificate manager applicationsPatrick Luby1-7/+51
2024-01-30tdf#159307 Fix GetCertificateManagerStephan Bergmann1-4/+11
2023-12-15xmlsecurity: remove "AdES-compliant signature" checkboxMichael Stahl1-12/+4
2023-09-19xmlsecurity : simplify DigitalSignatureArnaud VERSINI1-73/+68
2023-08-26Caching Certificates in the CertificateChooser dialog session-wiseTokieSan1-4/+4
2023-08-07xmlsecurity : simplify DigitalSignaturesDialogArnaud VERSINI1-64/+48
2023-07-21loplugin:unusedfieldsNoel Grandin1-5/+1
2023-07-17xmlsecurity : simplify DigitalSignaturesDialog::canAddRemove.Arnaud VERSINI1-7/+1
2023-07-12xmlsecurity: fix deadlock on preloading libsdlo.soMiklos Vajna1-19/+25
2023-07-11Allow selecting a custom certificate managerTokieSan1-71/+89
2023-07-07xmlsecurity : remove deadcode and usage of array templateArnaud VERSINI1-6/+2
2023-06-26xmlsecurity : remove unneccessary static variablesArnaud VERSINI1-11/+7
2023-06-24Certificate Manager button is hidden in case no manager exists.TokieSan1-12/+63
2023-04-22Introduce sal::systools::CoTaskMemAllocated to use RAII for CoTaskMemFreeMike Kaganski1-8/+4
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-28clang-tidy modernize-pass-by-value in xml*Noel Grandin1-2/+3
2022-01-24Make Certificate not found dialog asyncSzymon Kłos1-4/+10
2022-01-24Make View Certificate dialog asyncSzymon Kłos1-2/+7
2022-01-24jsdialog: enable Digital Signatures dialogSzymon Kłos1-1/+13
2021-10-17Simplify vector initialization in xmlsecurityJulien Nabet1-2/+4
2021-10-11loplugin:moveparam in xmlsecurityNoel Grandin1-1/+1
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-1/+1
2021-05-12unused include lineCaolán McNamara1-1/+0
2021-03-03xmlsecurity: avoid exception in DigitalSignaturesDialog::getCertificate()Michael Stahl1-1/+1
2021-03-03xmlsecurity: improve handling of multiple certificates per X509DataMichael Stahl1-6/+6
2021-03-03xmlsecurity: improve handling of multiple X509Data elementsMichael Stahl1-5/+8
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-1/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+3
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-2/+6
2020-09-02xmlsecurity: avoid saying OK when the signature is partialMiklos Vajna1-5/+10
2020-08-31xmlsecurity: fix infobar vs signature dialog inconsistencyMiklos Vajna1-2/+11
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-10/+10
2020-08-02loplugin:flatten in xmlsecurityNoel Grandin1-33/+33
2020-06-05have just one way to set expander imageCaolán McNamara1-1/+1
2020-04-29tdf#131733 Show only CN part of X.509 subject infoGabor Kelemen1-2/+2
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara1-1/+2
2019-09-28loplugin:constmethod in xmlsecurityNoel Grandin1-2/+2
2019-08-14Simplify OUString array initializationMike Kaganski1-10/+11
2019-08-14Don't hardcode "C:\\Program Files (x86)" path on WindowsMike Kaganski1-2/+21
2019-08-13tdf#116085 add more Gpg4Win binary locationsThorsten Behrens1-3/+8
2019-07-31Fix typosAndrea Gelmini1-1/+1
2019-07-21loplugin:referencecasting in xmlsecurityNoel Grandin1-1/+1
2019-05-15xmlsecurity: make DocumentSignatureManager members privateMiklos Vajna1-27/+27