Massimo-B

Results 199 comments of Massimo-B

No, I don't see the map pane at all. I tried scaling and moving but it does not seem to exist.

> Please try this: Open `Edit/Preferences/Behavior` and select `Override disable GPU` Exit `Preferences` Exit Geeqie Restart Geeqie. This has solved the issue, thanks. What disadvantage do I have with disabled...

As of today there are generic serialize() and deserialize() methods on every type. I did not find any note about that in https://docs.kdab.com/kdsoap/latest Are those methods used to create XML...

We don't have the complete SOAP XML. The SOAP service provides ``` void asyncSendFile( const N1__DocumentType& document ); ``` where we have the XML of that document. KDSOAP would be...

David, what is the current status of WS-Security on KDSoap?

Thanks for the hint. It's not done in https://github.com/KDAB/KDSoap/blob/master/testtools/httpserver_p.cpp#L164 but in setupSslServer() https://github.com/KDAB/KDSoap/blob/master/testtools/httpserver_p.cpp#L150 Difference to my KDSoap code is, here a QSslSocket is used and this one is setting up...

Hi, thanks for your comment. We learned that the server requires an intermediate CA certificate additionally added to the TLS handshake. Old Qt4 is not able to do that, Qt5...

Also discussed on https://stackoverflow.com/questions/50694429/curl-with-client-certificate-authentication https://curl.haxx.se/mail/archive-2018-06/0005.html

You mean non-public intermediates, but this one is an intermediate from the CA that is public. For instance Firefox already has this one installed. Curiously Firefox does add it to...

Thanks for asking... I won't stop you dropping Qt4 support :) We have dropped KDSoap for now due to the mentioned issues with Qt4 and missing WS-Security. The simple Soap...