Re: [Development] Qt 5 types under consideration for deprecation / removal in Qt 6

2019-06-19 Thread Matthew Woehlke
On 19/06/2019 15.03, Giuseppe D'Angelo via Development wrote: > On 19/06/2019 18:42, Matthew Woehlke wrote: >> Mark wants to deprecate Q[E]SDP. That implies eventual removal, which >> absolutely *is* depriving users of something they were previously using. >> (Even just deprecating is requiring

Re: [Development] Qt 5 types under consideration for deprecation / removal in Qt 6

2019-06-19 Thread Giuseppe D'Angelo via Development
On 19/06/2019 18:42, Matthew Woehlke wrote: On 18/06/2019 19.59, Giuseppe D'Angelo via Development wrote: On 18/06/2019 23:27, Matthew Woehlke wrote: So... to be clear, your plan is to deprive Qt users of a (mostly) perfectly good wheel, that *is* being used by said users, and instead tell all

Re: [Development] Qt 5 types under consideration for deprecation / removal in Qt 6

2019-06-19 Thread Matthew Woehlke
On 18/06/2019 19.59, Giuseppe D'Angelo via Development wrote: > On 18/06/2019 23:27, Matthew Woehlke wrote: >> So... to be clear, your plan is to deprive Qt users of a (mostly) >> perfectly good wheel, that *is* being used by said users, and instead >> tell all of those users that they need to go

Re: [Development] Qt 5.13.0 released

2019-06-19 Thread Thiago Macieira
On Wednesday, 19 June 2019 03:59:29 PDT Jani Heikkinen wrote: > I am happy to announce we have released Qt 5.13.0 today. Please read more > information from Lars's release blog post: > https://blog.qt.io/blog/2019/06/19/qt-5-13-released/ > > Once again big thanks to everyone involved! Linux

[Development] Coin production updated to version 1.1

2019-06-19 Thread Aapo Keskimölö
Hi Qt Developers, Coin production has been updated to a soft baseline version v1.0.0 -> 1.1. If you want to see the what has been changed in comparison to the previous **baseline version, you can take a look at our newly auto-generated change logs:  

[Development] Qt 5.13.0 released

2019-06-19 Thread Jani Heikkinen
Hi all, I am happy to announce we have released Qt 5.13.0 today. Please read more information from Lars's release blog post: https://blog.qt.io/blog/2019/06/19/qt-5-13-released/ Once again big thanks to everyone involved! br Jani Heikkinen Release Manager The Qt Company

Re: [Development] Proposing CMake as build tool for Qt 6

2019-06-19 Thread Denis Shienkov
Jean-Michaël Celerier, WOW, many thanks.. :) But, as I can see, with CMake it is very over-complicated (as for me as a noob). For this I need to waste a lot of time to search in google, on stackoverflow and etc. I think, that even a week is not enough for this (to know for all CMake keywords and

Re: [Development] Proposing CMake as build tool for Qt 6

2019-06-19 Thread Jean-Michaël Celerier
Here's a basic one, with which I managed to compile & link simple stuff - disclaimer : based on the ideas found in a google search for "keil" "cmake". I only tested on linux with wine. God is that compiler invocation ugly :) Example project I used (with dummy foo.c/bar.c/"space out" subfolder not

Re: [Development] Qt 5 types under consideration for deprecation / removal in Qt 6

2019-06-19 Thread Thiago Macieira
On Tuesday, 18 June 2019 22:34:02 PDT Mutz, Marc via Development wrote: > I'm not concerned about bugs. I'm concerned that making Qt's pimpl_ptr > public API constrains how Qt itself is implemented. Sure, we can add yet > another pimpl_ptr and make that public again, by the same rationale. But >