From b2318479c8635af8e022ff4f844e85a1f6b9f4de Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 29 Oct 2016 09:50:28 +0300 Subject: Work in progress on supporting XAdES-compliant signatures for ODF xmlsecurity is such a mess. Too many different classes that actually have more or less identical life-time, with names that smell of delusions of grandeur. "Manager", "security framework controller" etc for stuff that actually exist only during the execution of a simple dialog. And then a "helper" class that actually in on a higher level than a "framework controller". But oh well. Change-Id: I86e461b1bc91a0d8f5b7fb9f13a5be201729df1e --- xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'xmlsecurity/uiconfig') diff --git a/xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui b/xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui index 4eebb5ea6887..10c0685b0aa7 100644 --- a/xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui +++ b/xmlsecurity/uiconfig/ui/digitalsignaturesdialog.ui @@ -139,7 +139,7 @@ 0 - 6 + 7 1 1 @@ -366,6 +366,19 @@ 1 + + + Use XAdES-compliant signature when there is a choice + True + True + True + + + False + 0 + 6 + + True -- cgit