[Interest] Get intermediate data during http get

2024-01-19 Thread Christophe Thomas
Hello, I’m currently adding support for a satellite connexion which gives me an internet access thru a wifi link to an existing app that is coded using Qt 5. The goal is to download a file from different servers that I don’t always manage using http get requests. As the link is slow and subject

Re: [Interest] SSL & Let's Encrypt certificate expiration

2021-10-07 Thread Christophe THOMAS
Hello So without the flag OpenSSL would use another store ? One located locally or embedded inside OpenSSL? Christophe > Le 7 oct. 2021 à 01:37, Thorsten Glaser a écrit : > > On Wed, 6 Oct 2021, Hamish Moffatt via Interest wrote: > >> The OpenSSL blog writes that this unfortunately doesn't

Re: [Interest] SSL & Let's Encrypt certificate expiration

2021-10-06 Thread Christophe Thomas
OK Also on this device, we find the ISRG_Root_X3.pem that is expired. So this is a bit puzzling Christophe Le mer. 6 oct. 2021 à 02:06, Hamish Moffatt via Interest < interest@qt-project.org> a écrit : > On 6/10/21 06:13, Thiago Macieira wrote: > > On Tuesday, 5 October 2021 11:45:23 PDT

Re: [Interest] SSL & Let's Encrypt certificate expiration

2021-10-05 Thread Christophe Thomas
, making the test with openssl binary useless I guess. Regards, Christophe Le mar. 5 oct. 2021 à 21:16, Thiago Macieira a écrit : > On Tuesday, 5 October 2021 11:45:23 PDT Christophe Thomas wrote: > > For the cert chain we are currently using the default LE setting so we > > cu

Re: [Interest] SSL & Let's Encrypt certificate expiration

2021-10-05 Thread Christophe Thomas
Hello, For the cert chain we are currently using the default LE setting so we currently provide the X1 Cross signed with expired X3. Netherless, the issue is that strangely we need to force caCertificate load in order to have the connexion accepted. Regards, Christophe Le mar. 5 oct. 2021 à

Re: [Interest] QtLocation plugin - geoservices

2019-07-21 Thread Christophe Thomas
ent=webmail> Garanti sans virus. www.avast.com <https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> Le ven. 19 juil. 2019 à 17:43, Christophe Thomas a écrit : > Hello, > > So I've created my own

Re: [Interest] QtLocation plugin - geoservices

2019-07-19 Thread Christophe Thomas
signals to do the communication. But my issue is to have either the server (or the app) access the internal of plugin or the opposit: make the plugin have access to the server. Any idea ? Regards, Christophe Le jeu. 18 juil. 2019 à 13:36, Christophe THOMAS a écrit : > Great, just did the bu

Re: [Interest] QtLocation plugin - geoservices

2019-07-18 Thread Christophe THOMAS
est/googlemaps > > 1.you dont have to build whole Qt sources to build the plugin but you have to > have Qt private headers installed (ie. Qt SDK installed) > 2. just run 'make install' afler plugin is built. this will install plugin to > appropriate folders in Qt > > br >

[Interest] QtLocation plugin - geoservices

2019-07-18 Thread Christophe Thomas
Hello I would like to create my own QtLocation plugin providing geoservices. My idea is to start from osm plugin to understand how plugin are structured and keep only the map/chart part (only the OnlineMappingFeature and the entry class QGeoTileMappingManagerEngine) For now my main issue is the

Re: [Interest] Sample Code for Apple TV and Apple Watch Qt Garage demos at Qt World Summit 2016

2018-10-17 Thread Christophe THOMAS
Hello, Pretty interested too in having some qt code running on an Apple Watch. My current understanding is that displaying something is hard and anyway qwidget and qml is not feasible? Thx Christophe > Le 17 oct. 2018 à 14:38, Jeffrey Brendecke a > écrit : > > > >>> On Oct 17, 2018, at

Re: [Interest] Linux openssl 1.1.0 versus 1.0.X

2018-09-16 Thread Christophe Thomas
Hello, >From the comment of Giuseppe I understand that we could go with just a package installation. I've an ubuntu 18.04 (not installed from scratch but from an upgrade of 16.04). When I look in /usr/lib/x86_64-linux-gnu/, I have several libssl => libssl.so (symlink to libssl.so.1.1) =>

Re: [Interest] Integrate crypto in Qt project

2018-01-30 Thread Christophe Thomas
Hello, Thx again to all of you for your great ideas, just to close the subject, wanted to point to this : https://github.com/randombit/botan As a just needed a way to deal with big int, I took part of the code comming from above link and manage DSA manually. Regards, Chris

Re: [Interest] Integrate crypto in Qt project

2018-01-08 Thread Christophe Thomas
Thanks a lot for all your comments, I'm starting to investigate all these libs, one of my concern is to be able to use it on a wide range of plateforme. Curent code is running on linux, windows, macos, ios, android, rpi thanks to Qt. Christophe 2018-01-08 22:10 GMT+01:00 Jason H

Re: [Interest] Integrate crypto in Qt project

2018-01-08 Thread Christophe Thomas
y. So stay clear of low-level functions. At least > for the moment. > > On Sun, January 7, 2018 19:00, Christophe Thomas wrote: > > I'm working on a projects that needs to integrate following crypto > > functions: > > - validate signature > > If you have a choice of si

[Interest] Integrate crypto in Qt project

2018-01-07 Thread Christophe Thomas
Hello, I'm working on a projects that needs to integrate following crypto functions: - validate signature - compute hash ==> I found QCryptographiqueHash - manage certificate ==> I found QSslCertificate - do some decryption/encryption using blowfish ==> I found some simple C++ implementation that

Re: [Interest] Apps crashing with ios8

2014-10-20 Thread Christophe Thomas
hello, I've move to 5.4, and also made some more test trying to find where and why my app was crashing. It finally turned out it was all our code fault, due to a NULL pointer somewhere. Thx all Chris, 2014-10-18 7:24 GMT+02:00 Christophe THOMAS oxygen77...@gmail.com: Do you mean when you

Re: [Interest] Apps crashing with ios8

2014-10-17 Thread Christophe THOMAS
. In 8.0.1 my application works fine. Em , Christophe Thomas escreveu: Hello, How can I get this ? In attached file the console log Chris 2014-10-16 9:54 GMT+02:00 Gustavsen Richard richard.gustav...@theqtcompany.com: ​Do you have a stack trace? -Richard

Re: [Interest] Apps crashing with ios8

2014-10-16 Thread Christophe Thomas
-project.org interest-bounces+richard.gustavsen=theqtcompany@qt-project.org på vegne av Christophe Thomas oxygen77...@gmail.com *Sendt:* 15. oktober 2014 21:57 *Til:* interest@qt-project.org *Emne:* [Interest] Apps crashing with ios8 Hello, Now that I can build again my app for ios8

Re: [Interest] Buiding lib on ios 8

2014-10-15 Thread Christophe Thomas
this Chris 2014-10-15 10:36 GMT+02:00 Tor Arne Vestbø tor.arne.ves...@digia.com: What's the output of xcode-select ? Do you have .qmake.cache or .qmake.stash files in your build dir? tor arne On 14/10/14 21:48, Christophe Thomas wrote: Hello, I'm trying to build a working app for ios 8

Re: [Interest] Buiding lib on ios 8

2014-10-15 Thread Christophe THOMAS
Hello, Not sure what I did but finally it's working Thx Christophe Le 15 oct. 2014 à 19:08, Christophe Thomas oxygen77...@gmail.com a écrit : Hello, xcode-select -p gives: /Applications/Xcode.app/Contents/Developer xcodebuild -sdk iphoneos -version Path gives: /Applications

[Interest] Buiding lib on ios 8

2014-10-14 Thread Christophe Thomas
Hello, I'm trying to build a working app for ios 8. It used to build on Ios 7.1. - I've done the update of xcode to move to new version and add support for ios8 - I'm using Qt 5.3.2: output of qmake -v gives: QMake version 3.0 Using Qt version 5.3.2 in /Users/thomas/Qt/5.3/ios/lib - I've cleaned

Re: [Interest] QtQuick app for iOS - customizing app name and icon

2014-05-26 Thread Christophe Thomas
I've added icon using the information from: http://qt-project.org/forums/viewthread/34652 Currently iOS MKSPEC is preventing changing the launch screen, so you need to either create a custom plist or change the file default_post.prf from Qt5,3/5,3/ios/mkspecs/macx-ios-clang/features to prevent

[Interest] QWidget resize on ios

2014-05-06 Thread Christophe Thomas
Dear all, I'm currently porting an app working on desktop on ios. I'm having trouble setting a fixed size to QDialog, I've tryed using dialog-resize(...) or even dialog-setFixedSize(..) with a size smaller than my iPad screen but the QDialog keeps beeing displayed in full screen. I've tryed