[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kleopatra/conf
From:       Marc Mutz <mutz () kde ! org>
Date:       2008-04-25 12:49:33
Message-ID: 1209127773.149678.11203.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 801004 by mutz:

Make ocsp signer configuration work, if not nicely so.

 M  +2 -6      smimevalidationconfigurationwidget.cpp  
 M  +6 -2      smimevalidationconfigurationwidget.ui  


--- trunk/KDE/kdepim/kleopatra/conf/smimevalidationconfigurationwidget.cpp \
#801003:801004 @@ -233,10 +233,8 @@
 
     if ( e.mOCSPResponderURLConfigEntry )
         d->ui.OCSPResponderURL->setText( \
                e.mOCSPResponderURLConfigEntry->stringValue() );
-#if 0
     if ( e.mOCSPResponderSignature )
-        d->ui.OCSPResponderSignature->setFingerprint( \
                e.mOCSPResponderSignature->stringValue() );
-#endif
+        d->ui.OCSPResponderSignature->setText/*Fingerprint*/( \
e.mOCSPResponderSignature->stringValue() );  
     // dirmngr-0.9.0 options
     initializeDirmngrCheckbox( d->ui.ignoreServiceURLCB, e.mIgnoreServiceURLEntry );
@@ -305,11 +303,9 @@
     if ( e.mOCSPResponderURLConfigEntry && \
e.mOCSPResponderURLConfigEntry->stringValue() != txt )  \
e.mOCSPResponderURLConfigEntry->setStringValue( txt );  
-#if 0
-    txt = d->ui.OCSPResponderSignature->fingerprint();
+    txt = d->ui.OCSPResponderSignature->text();//fingerprint();
     if ( e.mOCSPResponderSignature && e.mOCSPResponderSignature->stringValue() != \
txt )  e.mOCSPResponderSignature->setStringValue( txt );
-#endif
 
     //dirmngr-0.9.0 options
     saveCheckBoxToKleoEntry( d->ui.ignoreServiceURLCB, e.mIgnoreServiceURLEntry );
--- trunk/KDE/kdepim/kleopatra/conf/smimevalidationconfigurationwidget.ui \
#801003:801004 @@ -6,7 +6,7 @@
     <x>0</x>
     <y>0</y>
     <width>502</width>
-    <height>572</height>
+    <height>579</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout" >
@@ -122,7 +122,11 @@
        </widget>
       </item>
       <item row="1" column="1" >
-       <widget class="QWidget" native="1" name="OCSPResponderSignature" />
+       <widget class="QLineEdit" name="OCSPResponderSignature" >
+        <property name="whatsThis" >
+         <string>Enter here the certificate used to sign responses of the server for \
online validation of certificates (OCSP responder). The certificate is identified by \
its &lt;em>fingerprint&lt;/em>.</string> +        </property>
+       </widget>
       </item>
       <item row="2" column="0" colspan="2" >
        <widget class="QCheckBox" name="ignoreServiceURLCB" >


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic