summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs
AgeCommit message (Expand)AuthorFilesLines
13 daystdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-1/+0
2024-03-28tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski3-19/+3
2024-03-19tdf#159985 Warn about the need to reload file after changing macro security l...Rafael Lima1-0/+34
2024-03-12Remove SaveODFItem classGabor Kelemen1-29/+0
2024-03-05Related: tdf#152524 eliminate UserData struct name collisionPatrick Luby2-14/+14
2024-02-07Don't reuse CertificateChooser instancesPatrick Luby1-1/+1
2024-02-05Resolves: tdf#156352 disable sorting while adding rowsCaolán McNamara1-1/+2
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
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-12-15xmlsecurity: remove "AdES-compliant signature" checkboxMichael Stahl1-12/+4
2023-12-15xmlsecurity: fix assert in CertificateChooser::ImplInitialize()Michael Stahl1-1/+9
2023-09-19xmlsecurity : simplify DigitalSignatureArnaud VERSINI1-73/+68
2023-08-26Caching Certificates in the CertificateChooser dialog session-wiseTokieSan2-4/+18
2023-08-23Removed Type and Usage Columns from Certificate ChooserTokieSan1-13/+4
2023-08-07xmlsecurity : simplify DigitalSignaturesDialogArnaud VERSINI1-64/+48
2023-07-21loplugin:unusedfieldsNoel Grandin1-5/+1
2023-07-20Added searching and filtering features to certificate chooser dialogTokieSan1-23/+55
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
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski2-4/+4
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-07-28clang-tidy modernize-pass-by-value in xml*Noel Grandin2-4/+6
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara2-10/+10
2022-01-24Make Certificate not found dialog asyncSzymon Kłos1-4/+10
2022-01-24Make View Certificate sub-dialog asyncSzymon Kłos1-2/+11
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 Nabet4-13/+19
2021-10-11loplugin:moveparam in xmlsecurityNoel Grandin2-3/+3
2021-10-11loplugin:moveparam in unotoolsNoel Grandin1-1/+1
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-07-26use officecfg for security optionsNoel Grandin1-12/+12
2021-06-21bundle the FolderPicker instantiations behind a single callCaolán McNamara1-1/+2
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara2-2/+2
2021-05-17gtk4: reenable buttonCaolán McNamara1-4/+4
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 Grandin2-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-1/+1
2020-12-08use proper struct for trusted authorsNoel1-12/+12