Re: [Development] All deprecation warnings are P1 for 5.13.0

2019-02-08 Thread Christian Ehrlicher
Am 09.02.2019 um 07:34 schrieb Giuseppe D'Angelo via Development: Hi, Il 09/02/19 02:27, Thiago Macieira ha scritto: Commit 7847e6bc02552fa7fc7f518e5cb3336f667b5a6d in qtbase madee the QT_DEPRECATED and QT_DEPRECATED_X warnings on by default in Qt builds. That means we started seeing lots of

Re: [Development] All deprecation warnings are P1 for 5.13.0

2019-02-08 Thread Giuseppe D'Angelo via Development
Hi, Il 09/02/19 02:27, Thiago Macieira ha scritto: Commit 7847e6bc02552fa7fc7f518e5cb3336f667b5a6d in qtbase madee the QT_DEPRECATED and QT_DEPRECATED_X warnings on by default in Qt builds. That means we started seeing lots of warnings that weren't there in 5.12. Agree with the rest of the ema

[Development] All deprecation warnings are P1 for 5.13.0

2019-02-08 Thread Thiago Macieira
Commit 7847e6bc02552fa7fc7f518e5cb3336f667b5a6d in qtbase madee the QT_DEPRECATED and QT_DEPRECATED_X warnings on by default in Qt builds. That means we started seeing lots of warnings that weren't there in 5.12. ALL such warnings must be fixed by 5.13.0 release. Please treat them as P1 (or P½

Re: [Development] New API design for file system operations

2019-02-08 Thread Volker Hilsheimer
On 8 Feb 2019, at 10:43, Vitaly Fanaskov mailto:vitaly.fanas...@qt.io>> wrote: On 2/7/19 5:03 PM, Volker Hilsheimer wrote: Hi all, TL;DR; we are considering moving file system operations from QFile into a seperate class (or set of classes) for a more consistent and flexible way of moving, co

Re: [Development] New API design for file system operations

2019-02-08 Thread Marco Bubke
+2 On February 8, 2019 11:12:25 Christian Kandeler wrote: > On Thu, 7 Feb 2019 16:03:30 + > Volker Hilsheimer wrote: > >> Thoughts, ideas, and pointers to other frameworks that you believe provide a >> good API are welcome here in this email thread before moving to a dedicated >> JIRA ti

Re: [Development] New API design for file system operations

2019-02-08 Thread Shawn Rutledge
> On 8 Feb 2019, at 11:10, Christian Kandeler wrote: > > On Thu, 7 Feb 2019 16:03:30 + > Volker Hilsheimer wrote: > >> Thoughts, ideas, and pointers to other frameworks that you believe provide a >> good API are welcome here in this email thread before moving to a dedicated >> JIRA tick

Re: [Development] New API design for file system operations

2019-02-08 Thread Daniel Engelke
+1 when I first started, that threw me off as well. Daniel From: Christian Kandeler To: "development@qt-project.org" Sent: 2/8/2019 11:10 AM Subject: Re: [Development] New API design for file system operations On Thu, 7 Feb 2019 16:03:30 + Volker Hilsheimer wrote: > Tho

Re: [Development] New API design for file system operations

2019-02-08 Thread Tor Arne Vestbø
> On 8 Feb 2019, at 10:43, Vitaly Fanaskov wrote: > > Hi, > > I've read QTBUG-47703 very carefully and I think that adding some file > managers is overkill in this particular case. I agree, QFile and QDir are natural places to look for such APIs. Tor Arne _

Re: [Development] New API design for file system operations

2019-02-08 Thread Christian Kandeler
On Thu, 7 Feb 2019 16:03:30 + Volker Hilsheimer wrote: > Thoughts, ideas, and pointers to other frameworks that you believe provide a > good API are welcome here in this email thread before moving to a dedicated > JIRA ticket. My personal pet peeve: Please, let's never again use the term

[Development] HEADS-UP: Qt 5.13 API review

2019-02-08 Thread Jani Heikkinen
Hi all, Just kindly reminder: API review for Qt 5.13 is ongoing. It seems there isn't that much activity yet... br, Jani From: Edward Welbourne Sent: Monday, February 4, 2019 1:38 PM To: Jani Heikkinen; development@qt-project.org Cc: releas...@qt-project.

Re: [Development] New API design for file system operations

2019-02-08 Thread Vitaly Fanaskov
Hi, I've read QTBUG-47703 very carefully and I think that adding some file managers is overkill in this particular case. I would suggest the following changes: 1. Extract an abstract class (i.e., interface) for common file operations 2. Both QFile and QDir should implement this interface