Re: [Interest] minimum macOS runtime version for Qt 5.9+ (Jake Petroules)

2017-11-30 Thread Thiago Macieira
On Thursday, 30 November 2017 17:37:22 PST Jake Petroules wrote: > The minimum version for development AND deployment is the same. This is the > same as for all other platforms unless explicitly marked "deployment only" > (as was the case for Windows XP when deployment to that platform was still >

Re: [Interest] minimum macOS runtime version for Qt 5.9+ (Jake Petroules)

2017-11-30 Thread Jake Petroules
> On Nov 30, 2017, at 5:10 PM, Steve Schilz wrote: > > Hi Jake, > > TLDR: > • Please update docs to include mention of deployment target, > • People run older versions sometimes because of inertia of large projects > • Qt support of two versions back matches Apple’s support policy.

Re: [Interest] minimum macOS runtime version for Qt 5.9+ (Jake Petroules)

2017-11-30 Thread Steve Schilz
Hi Jake, TLDR: • Please update docs to include mention of deployment target, • People run older versions sometimes because of inertia of large projects • Qt support of two versions back matches Apple’s support policy. I was looking at this this week, and wanted the same question an

Re: [Interest] Packet arrival-time resolution? QUdpSocket

2017-11-30 Thread Thiago Macieira
On Thursday, 30 November 2017 13:27:16 PST Jason H wrote: > > In more usual units: > > speed of light = 299 792 458 m/s = 299.792458 mm/ns > > speed of sound at STP = ~340 m/s = ~340 mm/ms > > Heh, yeah, "usual" for you. but the 1ft/ns or 1ft/msec makes it 1) easy to > remember and 2) seem

Re: [Interest] Packet arrival-time resolution? QUdpSocket

2017-11-30 Thread Jason H
> Sent: Thursday, November 30, 2017 at 11:27 AM > From: "Thiago Macieira" > To: interest@qt-project.org > Subject: Re: [Interest] Packet arrival-time resolution? QUdpSocket > > On quinta-feira, 30 de novembro de 2017 07:49:15 PST Jason H wrote: > > The speed of light is ~1ft per ns, and your clo

Re: [Interest] mkspecs/features/qt_common.prf

2017-11-30 Thread Thiago Macieira
On quinta-feira, 30 de novembro de 2017 09:13:33 PST Igor Mironchik wrote: > > Where did you get that Qt? > > Official Qt 5.9.3 installed with Qt Online Installer. :-( This is a major issue. The binaries should be rebuilt with an older version of some distribution. > >> Is it known issue? > >

Re: [Interest] mkspecs/features/qt_common.prf

2017-11-30 Thread Igor Mironchik
On 30.11.2017 19:30, Thiago Macieira wrote: On quinta-feira, 30 de novembro de 2017 07:55:09 PST Igor Mironchik wrote: gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5) This is the problem: your GCC is too old. This binary you're running was compiled agianst GCC 6 so you need to use

Re: [Interest] Packet arrival-time resolution? QUdpSocket

2017-11-30 Thread Konstantin Tokarev
30.11.2017, 18:49, "Jason H" : >>  Sent: Wednesday, November 29, 2017 at 11:05 AM >>  From: "Thiago Macieira" >>  To: interest@qt-project.org >>  Subject: Re: [Interest] Packet arrival-time resolution? QUdpSocket >> >>  On Wednesday, 29 November 2017 01:34:05 PST Konrad Rosenbaum wrote: >>  > An

Re: [Interest] mkspecs/features/qt_common.prf

2017-11-30 Thread Thiago Macieira
On quinta-feira, 30 de novembro de 2017 07:55:09 PST Igor Mironchik wrote: > gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5) This is the problem: your GCC is too old. This binary you're running was compiled agianst GCC 6 so you need to use that version. Where did you get that Qt? > I

Re: [Interest] Packet arrival-time resolution? QUdpSocket

2017-11-30 Thread Thiago Macieira
On quinta-feira, 30 de novembro de 2017 07:49:15 PST Jason H wrote: > The speed of light is ~1ft per ns, and your clock is running at ~0.33-1 ns. Uh... that's not the same clock. You're mistaking the CPU cycle clock with the timestamp counter and the real- time clock. They're not the same. Neithe

[Interest] mkspecs/features/qt_common.prf

2017-11-30 Thread Igor Mironchik
Hello, Building Qt 3D Studio... At the beginning got: Unknown options for g++ -Wshift-overflow=2 -Wduplicated-cond I'm on Ubuntu 16.04 gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src

Re: [Interest] Packet arrival-time resolution? QUdpSocket

2017-11-30 Thread Jason H
> Sent: Wednesday, November 29, 2017 at 11:05 AM > From: "Thiago Macieira" > To: interest@qt-project.org > Subject: Re: [Interest] Packet arrival-time resolution? QUdpSocket > > On Wednesday, 29 November 2017 01:34:05 PST Konrad Rosenbaum wrote: > > Any software working on a scale below 10ms nee

Re: [Interest] Is this a know issue? -> Thread 0 Crashed -> CreateFontWithFontURL(__CFURL const*, bool) + 412

2017-11-30 Thread Nuno Santos
Vadim, You are right. No! I didn’t. I was lazy Thanks for your reply. Regards, -- Nuno Santos No dia 30/11/2017, às 13:24, Vadim Peretokin escreveu: > Have you tried searching the place where known issues are listed - the bug > tracker? > > >> On Thu, 30 Nov 2017, 1:23 pm Nuno Santos,

Re: [Interest] Is this a know issue? -> Thread 0 Crashed -> CreateFontWithFontURL(__CFURL const*, bool) + 412

2017-11-30 Thread Vadim Peretokin
Have you tried searching the place where known issues are listed - the bug tracker? On Thu, 30 Nov 2017, 1:23 pm Nuno Santos, wrote: > Hi, > > I have recently update an app to use Qt 5.9.2 on Mac OSX. > > Some users are having this crash stack trace. > > Is this a known issue? > > Regards, > > N

Re: [Interest] QTWebKit Compilation, Qt 5.9.3, MSVC 2015 errors

2017-11-30 Thread Konstantin Tokarev
30.11.2017, 15:08, "Yuri Alexandrov" : > Am I right that 212 branch now requires LibXML2 which was required before? Oh and you can use prebuilt binaries for Qt 5.9 from https://github.com/annulen/webkit/releases/tag/qtwebkit-5.212.0-alpha2 > Yuri > > Sent from Mail for Windows 10 > >

[Interest] Is this a know issue? -> Thread 0 Crashed -> CreateFontWithFontURL(__CFURL const*, bool) + 412

2017-11-30 Thread Nuno Santos
Hi, I have recently update an app to use Qt 5.9.2 on Mac OSX. Some users are having this crash stack trace. Is this a known issue? Regards, Nuno Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.apple.CoreFoundation 0x7fff87461acf _CFRetain + 63 1 com.apple.CoreText 0x7ff

Re: [Interest] QTWebKit Compilation, Qt 5.9.3, MSVC 2015 errors

2017-11-30 Thread Konstantin Tokarev
30.11.2017, 15:08, "Yuri Alexandrov" : > Am I right that 212 branch now requires LibXML2 which was required before? Yes See explanation here: https://github.com/annulen/webkit/wiki/FAQ#why-so-many-dependencies-besides-qt > > Yuri > > Sent from Mail for Windows 10 > > --

Re: [Interest] QTWebKit Compilation, Qt 5.9.3, MSVC 2015 errors

2017-11-30 Thread Yuri Alexandrov
Am I right that 212 branch now requires LibXML2 which was required before? Yuri Sent from Mail for Windows 10 From: Konstantin Tokarev Sent: Thursday, November 30, 2017 2:26:41 PM To: Yuri Alexandrov; interes

Re: [Interest] QTWebKit Compilation, Qt 5.9.3, MSVC 2015 errors

2017-11-30 Thread Yuri Alexandrov
Hi, Thanks a lot! Will try now. I understood already while waiting for an answer reasons it happens =) so I just installed ICU 57 for a while, but I will try now with a newer branch. Regards, Yuri Sent from Mail for Windows 10 ___

Re: [Interest] QTWebKit Compilation, Qt 5.9.3, MSVC 2015 errors

2017-11-30 Thread Konstantin Tokarev
30.11.2017, 13:48, "Yuri Alexandrov" : > Hi, > > I am trying to compile 5.9.1 qtwebkit using Qt 5.9.3 and MSVC 2015 Please use 5.212 branch (http://code.qt.io/cgit/qt/qtwebkit.git/) QtWebKit 5.9 is severely outdated, and it was actually never built in CI with VS2015 so there may be other issue

Re: [Interest] Awkward Javascript problem

2017-11-30 Thread Nuno Santos
Mark, I have found that the object actually exists but when I make two subsequent calls, it fails on the seconds. Look at this: // not working MouseArea { anchors.fill: parent onClicked: { console.log("controller: " + controller); console.log("here1"); controller

Re: [Interest] Awkward Javascript problem

2017-11-30 Thread Mark Tucker
Hi Nuno, Are you attempting to access this "controller" property within a "Component.onCompleted" block of code? With Loaders I've found from experience that there's a brief period of time where the component has been created (and therefore its Component.onCompleted signal fires), but it has n

[Interest] QTWebKit Compilation, Qt 5.9.3, MSVC 2015 errors

2017-11-30 Thread Yuri Alexandrov
Hi, I am trying to compile 5.9.1 qtwebkit using Qt 5.9.3 and MSVC 2015 Wondering if anybody might have an ideas on following errors: C:\projects\qtwebkit\x64_debug\Source\WebCore\plugins\win\PluginPackageWin.cpp(51): note: Types pointed to are unrelated; conversion requires reinterpret_cast

[Interest] Awkward Javascript problem

2017-11-30 Thread Nuno Santos
Hi, I usually register a controller property that points to a Controller classe when I start my Qt apps. I can then access the controller from any point of the code in Javascript: quickView->rootContext()->setContextProperty("controller", &controller); Curiously, I’m having an issue in which i

Re: [Interest] Changing creator editor title bar

2017-11-30 Thread Nikolai Kosjar
On 11/29/2017 08:01 PM, John Weeks wrote: At present, I am looking at an editor split with this title bar: Unfortunately, the Preprocessor menu and the highlighted menu have displaced the Symbols menu so it is not represented by the ">>" symbol indicating that there's more stuff, but you can't

Re: [Interest] lupdate : Compilation Error

2017-11-30 Thread Andy Shaw
You can run it on the command line, use the command prompt provided with the version of Qt you want to use. Otherwise you need to wait until the new version is released. Andy Sudhir Sharma skrev følgende den 30.11.2017, 09.31: Thanks Andy for your response. Yes, it is the same issue

Re: [Interest] lupdate : Compilation Error

2017-11-30 Thread Sudhir Sharma
Thanks Andy for your response. Yes, it is the same issue. Are you aware of any workaround for this? Or I can install new add-in if already released with fix? Not able to figure that out from the Bug details. Regards, Sudhir -Original Message- From: Andy Shaw [mailto:andy.s...@qt.io] S