Re: [Development] Supported compilers for Qt 6

2019-08-14 Thread Konstantin Tokarev
14.08.2019, 23:53, "Allan Sandfeld Jensen" : > On Tuesday, 13 August 2019 18:13:05 CEST Thiago Macieira wrote: >>  On Tuesday, 13 August 2019 00:50:48 PDT Friedemann Kleint wrote: >>  > Hi, >>  > >>  > > VC++ 2019 >>  > >>  > Just for the record, this compiler still has a number of optimizer

Re: [Development] Supported compilers for Qt 6

2019-08-14 Thread Allan Sandfeld Jensen
On Tuesday, 13 August 2019 18:13:05 CEST Thiago Macieira wrote: > On Tuesday, 13 August 2019 00:50:48 PDT Friedemann Kleint wrote: > > Hi, > > > > > VC++ 2019 > > > > Just for the record, this compiler still has a number of optimizer bugs, > > see https://bugreports.qt.io/browse/QTQAINFRA-2875

Re: [Development] Supported compilers for Qt 6

2019-08-14 Thread Mutz, Marc via Development
On 2019-08-13 09:50, Friedemann Kleint wrote: > VC++ 2019 Just for the record, this compiler still has a number of optimizer bugs, see https://bugreports.qt.io/browse/QTQAINFRA-2875 . Also JFTR: Peppe found one of the bugs rumoured to be a MSVC bug was a problem in _our_ code, the

Re: [Development] Qt PDF as a new TP module for Qt 5.14

2019-08-14 Thread Thiago Macieira
On Wednesday, 14 August 2019 09:36:44 PDT Allan Sandfeld Jensen wrote: > On Wednesday, 14 August 2019 17:00:51 CEST Shawn Rutledge wrote: > > > On 14 Aug 2019, at 16:41, Thiago Macieira > > > wrote: > > > > > > If it uses the already-compiled qtwebengine, then there may be a way. > > > > I

Re: [Development] Qt PDF as a new TP module for Qt 5.14

2019-08-14 Thread Allan Sandfeld Jensen
On Wednesday, 14 August 2019 17:00:51 CEST Shawn Rutledge wrote: > > On 14 Aug 2019, at 16:41, Thiago Macieira > > wrote: > > > > If it uses the already-compiled qtwebengine, then there may be a way. > > I think the point of bundling qtpdf into the qtwebengine repository is that > they will be

Re: [Development] Qt PDF as a new TP module for Qt 5.14

2019-08-14 Thread Shawn Rutledge
On 13 Aug 2019, at 18:11, Thiago Macieira mailto:thiago.macie...@intel.com>> wrote: On Tuesday, 13 August 2019 02:20:04 PDT Shawn Rutledge wrote: When it comes to Qt Quick, either solution can be exposed either as a subclass of QImageIOHandler (so that it “just works” as an image format) or

Re: [Development] Qt PDF as a new TP module for Qt 5.14

2019-08-14 Thread Thiago Macieira
On Wednesday, 14 August 2019 08:00:51 PDT Shawn Rutledge wrote: > > On 14 Aug 2019, at 16:41, Thiago Macieira > > wrote: > > > > If it uses the already-compiled qtwebengine, then there may be a way. > > I think the point of bundling qtpdf into the qtwebengine repository is that > they will be

Re: [Development] Qt PDF as a new TP module for Qt 5.14

2019-08-14 Thread Shawn Rutledge
> On 14 Aug 2019, at 16:41, Thiago Macieira wrote: > > If it uses the already-compiled qtwebengine, then there may be a way. I think the point of bundling qtpdf into the qtwebengine repository is that they will be built together, from the same sources. I hope it also means that the same

Re: [Development] Qt PDF as a new TP module for Qt 5.14

2019-08-14 Thread Thiago Macieira
On Tuesday, 13 August 2019 22:40:29 PDT Allan Sandfeld Jensen wrote: > On Wednesday, 14 August 2019 07:09:33 CEST Thiago Macieira wrote: > > On Tuesday, 13 August 2019 16:04:38 PDT Allan Sandfeld Jensen wrote: > > > That is exactly the same Chromium does. Except we already put the work > > > into

[Development] Repo request for Qt Quick 3D module

2019-08-14 Thread Andy Nichols
Hello everyone, As The Qt Company announced today on our blog, we have been working on creating a unified graphics story for our 2D and 3D Qt Quick API's and tooling. Part of this story is introducing a new module and API for defining 3D content in Qt Quick.