Re: [Development] 5.4 beta regression, Combination of "do { } while" with nested "if" makes QML JIT compiler crash

2014-11-04 Thread Bernd Lamecker
Most likely the same as https://bugreports.qt-project.org/browse/QTBUG-41766 - Original Message - From: Ola Røer Thorsen [mailto:o...@silentwings.no] To: development [mailto:development@qt-project.org] Sent: Tue, 04 Nov 2014 15:18:39 +0100 Subject: [Development] 5.4 beta regression, Combin

[Development] How to track down CI problems

2014-10-23 Thread Bernd Lamecker
Hi, i tried to find the reason why https://codereview.qt-project.org/#/c/91748/ CI fails. I set up a Windows 7-x86 in a VM using MSVC2010SP1 and compiled Qt 5.4 and QtWebChannel and the test are passing. But off course i have not the complete environment from the CI. Is it possible to trigger

[Development] QWebChannel setTimeout

2014-07-04 Thread Bernd Lamecker
Hi, is there a special reason why you call setTimeout(function() { channel.exec({type: QWebChannelMessageTypes.idle}); }, 0); (Line 179 & 197 in qwebchannel.js) via setTimeout? For me this also works without doing a singleshot. But the setTimeout function is not defined when including qwebchann

[Development] QtWebChannel scope

2014-07-04 Thread Bernd Lamecker
Hi, do you plan to use QtWebChannel only "locally" or will it be possible to use the javascript part to connect a pure QML client to an QObject backend or maybe even use the javascript to connect a NodeJS server to a QObject? Regards, Bernd ___ Develo