Re: [Interest] QueuedConnection, QByteArray, reserve, capacity

2017-05-31 Thread Yuri Alexandrov
Hi, >It you shrink too much, then it releases the memory. (where "too much" may be >"less than half", I'd have to check the sources) I think it would be great if this thing is documented (may be we can have a flag to be able to disable this optimization), as sometimes it’s pretty useful to mak

Re: [Interest] Build Qt itself on Windows 8.1, target Windows >= 7

2017-05-31 Thread Elvis Stansvik
2017-05-31 18:10 GMT+02:00 Thiago Macieira : > On Wednesday, 31 May 2017 05:42:30 PDT Elvis Stansvik wrote: >> Hi all, >> >> I'm about to build Qt from source on Windows 8.1 using Visual Studio >> 2015 Build Tools. >> >> I want the resulting libraries to be usable with Windows >= 7. Do I >> need to

Re: [Interest] Qt 5.9.0 and OpenSSL 1.1.0f

2017-05-31 Thread Bob Hood
On 5/31/2017 12:48 PM, Konstantin Tokarev wrote: 31.05.2017, 21:12, "Thiago Macieira" : On Wednesday, 31 May 2017 09:51:20 PDT Bob Hood wrote: However, when I try to build Qt 5.9.0 using OpenSSL 1.1.0f (current release) with this configuration: 1.1 is not supported. Don't try. Use latest r

Re: [Interest] Qt 5.9.0 and OpenSSL 1.1.0f

2017-05-31 Thread Bob Hood
On 5/31/2017 12:12 PM, Thiago Macieira wrote: On Wednesday, 31 May 2017 09:51:20 PDT Bob Hood wrote: However, when I try to build Qt 5.9.0 using OpenSSL 1.1.0f (current release) with this configuration: 1.1 is not supported. Don't try. Well.. that would explain that. :) Thanks, Thiago. ___

Re: [Interest] Qt 5.9.0 and OpenSSL 1.1.0f

2017-05-31 Thread Konstantin Tokarev
31.05.2017, 21:12, "Thiago Macieira" : > On Wednesday, 31 May 2017 09:51:20 PDT Bob Hood wrote: >>  However, when I try to build Qt 5.9.0 using OpenSSL 1.1.0f (current release) >>  with this configuration: > > 1.1 is not supported. Don't try. Use latest release from 1.0.2 series instead. > > --

Re: [Interest] Qt 5.9.0 and OpenSSL 1.1.0f

2017-05-31 Thread Thiago Macieira
On Wednesday, 31 May 2017 09:51:20 PDT Bob Hood wrote: > However, when I try to build Qt 5.9.0 using OpenSSL 1.1.0f (current release) > with this configuration: 1.1 is not supported. Don't try. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technolog

Re: [Interest] QueuedConnection, QByteArray, reserve, capacity

2017-05-31 Thread Konstantin Shegunov
On Wed, May 31, 2017 at 7:10 PM, Thiago Macieira wrote: > I *think* we wrote the optimisation that a BlockingQueuedConnection does not > copy, but again I'd have to check the sources. I have checked them in connection to this related thread[1] and as far as I can see there's no copying taking pla

[Interest] Qt 5.9.0 and OpenSSL 1.1.0f

2017-05-31 Thread Bob Hood
I am building Qt 5.9.0 under Windows with OpenSSL. I have been building previous versions using OpenSSL 1.0.1h (the "heartbleed" patch). I am using this configurationwith Qt 5.9.0: Configure: configure -opensource -confirm-license -prefix Q:\Qt\5.9.0\64_dll -mp -release -nomake examples

Re: [Interest] "Object destroyed during incubation"

2017-05-31 Thread ekke
Am 31.05.17 um 18:05 schrieb Nuno Santos: > Yes, it works! > > I was setting it to asynchronous so it could take advantage of > threaded loading. Is this a bad assumption? no. this is my workaround for https://bugreports.qt.io/browse/QTBUG-50992 to use Loader async false see also: https://bugrep

Re: [Interest] Build Qt itself on Windows 8.1, target Windows >= 7

2017-05-31 Thread Thiago Macieira
On Wednesday, 31 May 2017 05:42:30 PDT Elvis Stansvik wrote: > Hi all, > > I'm about to build Qt from source on Windows 8.1 using Visual Studio > 2015 Build Tools. > > I want the resulting libraries to be usable with Windows >= 7. Do I > need to pass any special configure options for this? I'm th

Re: [Interest] QueuedConnection, QByteArray, reserve, capacity

2017-05-31 Thread Thiago Macieira
On Wednesday, 31 May 2017 02:15:47 PDT qtl...@wadefalk.se wrote: > First of all, i think reserve() seems not to be reliable for keeping the > promise of the container's size and memory buffer integrity even under > normal simple conditions. After having reserved a certain size and then > modi

Re: [Interest] "Object destroyed during incubation"

2017-05-31 Thread Nuno Santos
Yes, it works! I was setting it to asynchronous so it could take advantage of threaded loading. Is this a bad assumption? Thanks! Regards, Nuno > On 31 May 2017, at 16:36, ekke wrote: > > asynchronous: false should help > > ekke > > Am 31.05.17 um 17:21 schrieb Nuno Santos: >> Hi, >> >>

Re: [Interest] "Object destroyed during incubation"

2017-05-31 Thread ekke
asynchronous: false should help ekke Am 31.05.17 um 17:21 schrieb Nuno Santos: > Hi, > > I was long waiting for Qt 5.9 to have a fix for the following bug: > > https://bugreports.qt.io/browse/QTBUG-50992 > > Today I have installed the latest version of Qt 5.9 and the problem > remains. I was usin

[Interest] "Object destroyed during incubation"

2017-05-31 Thread Nuno Santos
Hi, I was long waiting for Qt 5.9 to have a fix for the following bug: https://bugreports.qt.io/browse/QTBUG-50992 Today I have installed the latest version of Qt 5.9 and the problem remains. I was using this in the way below before this bug showed

[Interest] Can someone update Maintenance Tool icon please?

2017-05-31 Thread Nuno Santos
Hi Qt Team, First of all congratulations for the Qt 5.9 release! :) One question… when will you update the icon of Maintenance Tool? :) Regards, Nuno ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/inte

[Interest] Auto QML generation using a drawing?

2017-05-31 Thread Jason H
I was reading this paper https://arxiv.org/pdf/1705.07962.pdf about generating code from UI by feeding it into a neural network. I was thinking it would be cool if we could take hand-drawn or Balsamic or other prototyping tool output to create the QML code. The github repo already has code for A

[Interest] HiDPI issues under Windows 10

2017-05-31 Thread Etienne Sandré-Chardonnal
Dear all, I just purchased a 4K monitor and plugged it on a Windows 10 system in order to test my Qt Desktop application with high DPI displays. The system scaling is set to 200%. I have set the Qt::AA_EnableHighDpiScaling as explained in the doc, and the app display gets scaled. However, I have

[Interest] Build Qt itself on Windows 8.1, target Windows >= 7

2017-05-31 Thread Elvis Stansvik
Hi all, I'm about to build Qt from source on Windows 8.1 using Visual Studio 2015 Build Tools. I want the resulting libraries to be usable with Windows >= 7. Do I need to pass any special configure options for this? I'm thinking of the _WIN32_WINNT macro [1] which should be set to 0x0601 for Wind

[Interest] QueuedConnection, QByteArray, reserve, capacity

2017-05-31 Thread qtlist
Hello! It is my first post here, so I hope I am not violating any rules and forgive me if I am. But I don't have any mail history so I have no idea if this is a subject already being discussed. Please let me know if I'm doing something wrong. I discovered one thing that really surprise