Re: [Development] [Releasing] Qt 5.13.0 released

2019-06-20 Thread Thiago Macieira
On Thursday, 20 June 2019 13:20:24 PDT Lisandro Damián Nicanor Pérez Meyer wrote: > > I'm also deprecating QResource::isCompressed(): > > https://codereview.qt-project.org/c/qt/qtbase/+/265835 > > this patch is proposed for 5.13.1, but reviewers may ask that it be pushed > > back to 5.14, as 5.13.

Re: [Development] [Releasing] Qt 5.13.0 released

2019-06-20 Thread Lisandro Damián Nicanor Pérez Meyer
On Thu, 20 Jun 2019 at 13:54, Thiago Macieira wrote: > > On Thursday, 20 June 2019 09:29:53 PDT Thiago Macieira wrote: > > Anyway, I think the simplest is that we change rcc's default to zlib, so we > > don't compress with zstd unless asked for. > > https://codereview.qt-project.org/c/qt/qtbase/+/

Re: [Development] How to port from Q_FOREACH to range-based for

2019-06-20 Thread André Pönitz
On Thu, Jun 20, 2019 at 08:44:40AM +, Frederik Gladhorn wrote: > On tirsdag 11. juni 2019 09:48:00 CEST Lars Knoll wrote: > > > On 11 Jun 2019, at 09:35, Olivier Goffart wrote: > > > > > > On 11.06.19 09:17, Lars Knoll wrote: > > > > > >> So, is removing it worth all the hassle to us and our

Re: [Development] [Releasing] Qt 5.13.0 released

2019-06-20 Thread Thiago Macieira
On Thursday, 20 June 2019 09:29:53 PDT Thiago Macieira wrote: > Anyway, I think the simplest is that we change rcc's default to zlib, so we > don't compress with zstd unless asked for. https://codereview.qt-project.org/c/qt/qtbase/+/265834 Can you ask that distributions backport this patch if the

Re: [Development] [Releasing] Qt 5.13.0 released

2019-06-20 Thread Thiago Macieira
On Thursday, 20 June 2019 04:03:03 PDT Lisandro Damián Nicanor Pérez Meyer wrote: > Actually the KDE people advised the contrary: > > > https://mail.kde.org/pipermail/distributions/2019-June/000321.html Ok, would've been nice if someone made that recommendation two days ago. Or a month ago, wh

Re: [Development] [Releasing] Qt 5.13.0 released

2019-06-20 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! El mié., 19 jun. 2019 12:35, Thiago Macieira escribió: > 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-r

[Development] [Announce] Qt Creator 4.10 Beta released

2019-06-20 Thread List for announcements regarding Qt releases and development
We are happy to announce the release of Qt Creator 4.10 Beta! https://blog.qt.io/blog/2019/06/20/qt-creator-4-10-beta-released/ -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin eike.zil...@qt.io http://qt.io Geschäftsführer: Mika Pälsi, Juha Vare

Re: [Development] How to port from Q_FOREACH to range-based for

2019-06-20 Thread Frederik Gladhorn
On tirsdag 11. juni 2019 09:48:00 CEST Lars Knoll wrote: > > On 11 Jun 2019, at 09:35, Olivier Goffart wrote: > > > > On 11.06.19 09:17, Lars Knoll wrote: > > > >> So, is removing it worth all the hassle to us and our users? Q_FOREACH is > >> a macro and it doesn’t really cost us anything to kee