Re: [Interest] JS numbers to qint64

2017-07-13 Thread Ilya Diallo
2017-07-13 8:03 GMT+02:00 Shantanu Tushar : > Thanks for the reply everyone, so the takeaway is so always store 64-bit > ints as strings in JavaScript, I'll start making that change in our > codebase. > > However, I'm still curious on how `console.log` got the output right and > it the precision l

Re: [Interest] [QT3D] access geometry data of a loaded model

2017-07-13 Thread doe
Thanks Oleg, that gives me a good hint. In fact, even better is the example in qt3d\tests\manual\assimp-cpp Which exactly does what I need: It creates the entity tree with material, GeometryRenderer etc. from a interactively loaded model with sceneloader and lists the entity tree recursively.

Re: [Interest] [QT3D] access geometry data of a loaded model

2017-07-13 Thread Sean Harmer
On Thursday, 13 July 2017 12:06:39 BST d...@john-online.info wrote: > Thanks Oleg, > > that gives me a good hint. > In fact, even better is the example in > > qt3d\tests\manual\assimp-cpp > > Which exactly does what I need: > It creates the entity tree with material, GeometryRenderer etc. > from

Re: [Interest] [planet.qt.io] Testing 123...

2017-07-13 Thread Giuseppe D'Angelo
Il 13/07/2017 07:56, konstan...@podsvirov.pro ha scritto: Hello guys! Where our Qt Planet? Server work, but without content. I've reported the issue through the official channels (this is a community mailing list, as such it may not be read by the right people): https://bugreports.qt.io/br

[Interest] Qt for Windows & openssl

2017-07-13 Thread Alexander Ivash
Is there are reasons for not including openssl libraries into Qt binary packages? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt for Windows & openssl

2017-07-13 Thread Andrew Ialacci
It’s some licensing thing between Qt and OpenSSL. You have to download the Open SSL binaries and place them in your application folder or statically link the libraries yourself. On 7/13/17, 8:44 AM, "Interest on behalf of Alexander Ivash" wrote: Is there are reasons for not including

Re: [Interest] Qt for Windows & openssl

2017-07-13 Thread Samuel Gaist
> On 13 Jul 2017, at 14:44, Alexander Ivash wrote: > > Is there are reasons for not including openssl libraries into Qt > binary packages? > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt for Windows & openssl

2017-07-13 Thread Alexander Ivash
Got it, thank you for the quick response. 2017-07-13 15:48 GMT+03:00 Samuel Gaist : > >> On 13 Jul 2017, at 14:44, Alexander Ivash wrote: >> >> Is there are reasons for not including openssl libraries into Qt >> binary packages? >> ___ >> Interest maili

Re: [Interest] Qt for Windows & openssl

2017-07-13 Thread Nikos Chantziaras
On 13/07/17 15:44, Alexander Ivash wrote: Is there are reasons for not including openssl libraries into Qt binary packages? Note that the online installer does include them. Twice, actually. Once in Qt Creator, and once in MinGW (if you install that.) They're older versions though, so it's s