Re: [Interest] Faster QXmlStreamWriter?

2018-04-23 Thread alexander golks
Am Tue, 24 Apr 2018 05:02:20 + schrieb Vadim Peretokin : > On Mon, Apr 23, 2018 at 8:32 AM Thiago Macieira > wrote: > > > On Sunday, 22 April 2018 22:15:48 PDT Vadim Peretokin wrote: > > > Thanks! That helped remove the resize operation from the profiling data, > > > but QBuffer::writeData

Re: [Interest] Faster QXmlStreamWriter?

2018-04-23 Thread Thiago Macieira
On Monday, 23 April 2018 22:02:20 PDT Vadim Peretokin wrote: > > Correct, QBuffer is not optimised for speed. I ran into that while > > developing > > QCborStreamWriter. The solution was to bypass it for speed. > > OK, that's a pity. I'll look into using pugixml instead, and if anyone else > knows

[Interest] Use Qt release DLLs while debugging application

2018-04-23 Thread Hamish Moffatt
This must be an FAQ, but can I use the Qt release mode DLLs while running my application compiled for debug? (In Visual Studio 2015, Qt 5.8). I looked through the mkspecs and it doesn't seem possible. The qtPlatformTargetSuffix function defined in qt_functions.prf always adds the d suffix when

Re: [Interest] Faster QXmlStreamWriter?

2018-04-23 Thread Vadim Peretokin
On Mon, Apr 23, 2018 at 8:32 AM Thiago Macieira wrote: > On Sunday, 22 April 2018 22:15:48 PDT Vadim Peretokin wrote: > > Thanks! That helped remove the resize operation from the profiling data, > > but QBuffer::writeData is still there, and the overall time didn't change > > much. > > > > Is the

[Interest] [Very OT] Re: WebGL platform and audio

2018-04-23 Thread Till Oliver Knoll
> Am 23.04.2018 um 17:58 schrieb Glen Mabey : > > Jesus, > > Thanks for your reply. I've followed your suggestion and created an issue. > Anyone monitoring this thread should be able to vote for it here: > > https://bugreports.qt.io/browse/QTBUG-67896 „... he audio comes out on the machine

Re: [Interest] Interest Digest, Vol 79, Issue 17

2018-04-23 Thread Thiago Macieira
On Monday, 23 April 2018 06:33:59 PDT Roland Hughes wrote: > > That may be, but the correct fix for the problem with libusb-1.0 is to not > > try to type the directory with the '.' in the first place. Which is > > probably why no one else had noticed this: because the problem only shows > > when yo

Re: [Interest] WebGL platform and audio

2018-04-23 Thread Glen Mabey
Jesus, Thanks for your reply. I've followed your suggestion and created an issue. Anyone monitoring this thread should be able to vote for it here: https://bugreports.qt.io/browse/QTBUG-67896 Thank you, Glen From: Jesus Fernandez [jesus.fernan...@qt.io] Sent:

Re: [Interest] Interest Digest, Vol 79, Issue 17

2018-04-23 Thread Roland Hughes
On 04/23/2018 02:15 AM, Thiago Macieira wrote: On Friday, 20 April 2018 12:17:06 PDT Roland Hughes wrote: My understanding is completely correct and the test posted in this thread proved it. Manually creating aa directory under /usr/include had aa show up in QtCreator. Manually creating a.a do

Re: [Interest] QtCreator oddity

2018-04-23 Thread Roland Hughes
On 04/20/2018 02:28 PM, Elvis Stansvik wrote: Roland, I think when you said in your original mail that the problem occurred "When typing in the editor and compiling", everyone though you meant you were getting compilation errors (so not just an auto-completion issue). If this is only about au

Re: [Interest] QtCreator oddity

2018-04-23 Thread Roland Hughes
On 04/23/2018 02:15 AM, Thiago Macieira wrote: On Friday, 20 April 2018 05:19:40 PDT Roland Hughes wrote: DO NOT write that. The correct line for libusb is: #include If that file is not in your default search path, then add it to INCLUDEPATH or via pkg-config. PKGCONFIG += libusb-1.0 The

[Interest] Connecting Signals to Methods

2018-04-23 Thread Oleg Evseev
Hi all, Is there a way to connect signal to function using the connect() method in javascript QML with Qt::UniqueConnection type? --- With regards, Oleg. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/inte

Re: [Interest] WebGL platform and audio

2018-04-23 Thread Jesus Fernandez
Hi Glen, There is no plan ATM to support audio. You could add a suggestion to the Qt bug tracker to request it. Best regards, Jesús From: Interest on behalf of Glen Mabey Sent: Friday, April 13, 2018 22:33 To: interest@qt-project.org Subject: [Interest] W

Re: [Interest] QtCreator oddity

2018-04-23 Thread Christian Kandeler
On Fri, 20 Apr 2018 14:28:01 -0500 Roland Hughes wrote: > On 04/20/2018 08:28 AM, Christian Kandeler wrote: > >> Yes, there is a force here. Having to inform the environment about a > >> directory underneath /usr/include is a force. By design all directories > >> in that tree are searched. > >