Re: [Development] FW: Tracing for applications

2019-12-09 Thread Arnaud Clère
Hi, Le lun. 9 déc. 2019 à 22:05, Lukast dev a écrit : > But stack sampling sometimes sucks because you don't see if the function was > called million times and thus it shows up in the profile > or it is called once and is expensive and thus it shows up as hot spot. > That's the benefit of

Re: [Development] Development Digest, Vol 99, Issue 17

2019-12-09 Thread Arnaud Clère
Hi, Le lun. 9 déc. 2019 à 16:34, a écrit : > > Should I go on creating a QTQAINFRA issue for that? > > You can create a QTQAINFRA ticket, although that will just help in it > not being forgotten by the admins. The decision on creating the new repo > happens here on the mailing list. Yes, that

Re: [Development] FW: Tracing for applications

2019-12-09 Thread Lukast dev
> Now, since the minitrace example seems to target MSVC, may I ask if > you tried Visual Studio performance analysis? Yes, I also have experience with Intel VTune that works quite nicely. There I enjoy flame graphs being done with this script from Intel VTune output file:

Re: [Development] New repo as playground for potential "serialization" module?

2019-12-09 Thread Kari Oikarinen
On 6.12.2019 19.36, Arnaud Clère wrote: > Hi, > > Thiago suggested below that I submit my API proposal for serialization > outside of QtCore to see whether it makes sense. > I understood it would require a new repo as a playground for a kind of > "preview" module. > Should I go on creating a

Re: [Development] Stepping down as Qt for macOS maintainer (but don't worry)

2019-12-09 Thread Jason H
I, for one, welcome our new Norwegian overlord. > Sent: Monday, December 09, 2019 at 6:33 AM > From: "Morten Sørvig" > To: "Qt development mailing list" > Subject: [Development] Stepping down as Qt for macOS maintainer (but don't > worry) > > Hello all, > > I’d like to formally step down as

Re: [Development] Stepping down as Qt for macOS maintainer (but don't worry)

2019-12-09 Thread coroberti .
On Mon, Dec 9, 2019 at 2:32 PM Tor Arne Vestbø wrote: > > > > On 9 Dec 2019, at 12:57, Timur Pocheptsov wrote: > > Oh, but please, do not fix the grammar-bot to enforce this spelling of macOS! > > > Don’t worry, it will be a pain-free transition: >

Re: [Development] Stepping down as Qt for macOS maintainer (but don't worry)

2019-12-09 Thread Tor Arne Vestbø
On 9 Dec 2019, at 12:57, Timur Pocheptsov mailto:timur.pochept...@qt.io>> wrote: Oh, but please, do not fix the grammar-bot to enforce this spelling of macOS!  Don’t worry, it will be a pain-free transition: https://gist.github.com/torarnv/d558710a236711eb274c03bba59704e0  Cheers, Tor

Re: [Development] Stepping down as Qt for macOS maintainer (but don't worry)

2019-12-09 Thread Timur Pocheptsov
Oh, but please, do not fix the grammar-bot to enforce this spelling of macOS!  Best regards, Timur. From: Development on behalf of Tor Arne Vestbø Sent: Monday, December 9, 2019 12:47 PM To: Christian Kandeler Cc: development@qt-project.org Subject: Re:

Re: [Development] Stepping down as Qt for macOS maintainer (but don't worry)

2019-12-09 Thread Tor Arne Vestbø
> On 9 Dec 2019, at 12:40, Christian Kandeler wrote: > > Is it required for this job to have an ø in your name? Yes. The official name of the platform will be macØS going forward. > On Mon, 9 Dec 2019 11:33:16 + > Morten Sørvig wrote: > >> I’d like to formally step down as Qt for macOS

Re: [Development] Stepping down as Qt for macOS maintainer (but don't worry)

2019-12-09 Thread Christian Kandeler
On Mon, 9 Dec 2019 11:33:16 + Morten Sørvig wrote: > I’d like to formally step down as Qt for macOS maintainer, and suggest that > Tor Arne Vestbø takes over in my place. He’s already maintaining Qt for iOS > (and QPA), and has done a lot of good work on macOS over the past couple of >

[Development] Stepping down as Qt for macOS maintainer (but don't worry)

2019-12-09 Thread Morten Sørvig
Hello all, I’d like to formally step down as Qt for macOS maintainer, and suggest that Tor Arne Vestbø takes over in my place. He’s already maintaining Qt for iOS (and QPA), and has done a lot of good work on macOS over the past couple of years. Cheers, Morten

Re: [Development] Metatype system in Qt6

2019-12-09 Thread Olivier Goffart
On 05.12.19 21:19, d3fault wrote: On 12/5/19, Olivier Goffart wrote: That will not be working anymore if the MyType is only worward declared. The user will have to do one of these: 1. #include "MyType.h" in the header 2. Q_DECLARE_OPAQUE_POINTER(MyType *) 3. Q_MOC_INCLUDE("MyType.h")