Re: [Interest] parallel asynchrone action

2019-03-04 Thread Elvis Stansvik
Den mån 4 mars 2019 16:34Sylvain Pointeau skrev: > On Sun, Mar 3, 2019 at 10:56 PM Elvis Stansvik wrote: > >> There should be no such delay in QFutureWatcher. I've never seen that, >> and I've used QtConcurrent::run/mapped + QFutureWatcher quite a lot. >> >> I would investigate that before makin

[Interest] Adding/Tweaking camera support

2019-03-04 Thread Jason H
I have a USB camera that does not work with Qt. I'm not sure I should file a bug just yet, as it's not really a standard camera. Below is the code and the output. How can I go about diagnosing the issue? It's detected and it uses gstreamer/v4l. The error messages aren't that informative. imp

Re: [Interest] parallel asynchrone action

2019-03-04 Thread Sylvain Pointeau
On Sun, Mar 3, 2019 at 10:56 PM Elvis Stansvik wrote: > There should be no such delay in QFutureWatcher. I've never seen that, > and I've used QtConcurrent::run/mapped + QFutureWatcher quite a lot. > > I would investigate that before making my own mechanism. > I am on macos, on which OS are you

Re: [Interest] iPhone XS App area

2019-03-04 Thread Jason H
Thanks Ekke,   I filed: https://bugreports.qt.io/browse/QTBUG-74202     Sent: Saturday, March 02, 2019 at 10:06 AM From: "ekke" To: "Jason H" Cc: interest@qt-project.org Subject: Re: [Interest] iPhone XS App area from this bug comment https://bugreports.qt.io/browse/QTBUG-64574?focusedC

[Interest] Getting desktop winId without widgets dependency?

2019-03-04 Thread Alexander Ivash
I don't see such an API.. What I'm missing? ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

[Interest] Fixing up console.log() in QtWebEngine

2019-03-04 Thread Steve Atkins
In a normal web browser console.log() takes one or more values as parameters and renders them for the user in some appropriate way. If the first parameter is a string containing %s style escapes it'll do some printf style formatting of the remaining parameters. ( https://developers.google.com/w