Re: [Development] Missing documentation in Qt 5.12

2018-12-19 Thread Jason H
guess. This is not specific to QImage, it's affecting many classes     Sent: Monday, December 17, 2018 at 6:53 AM From: "Sze Howe Koh" To: "Qt development mailing list" Subject: [Development] Missing documentation in Qt 5.12 Significant chunks are missing from t

Re: [Development] Missing documentation in Qt 5.12

2018-12-19 Thread André Pönitz
On Wed, Dec 19, 2018 at 12:38:48PM +, Martin Smith wrote: > I found the problem. > > There are a few ways I can fix it. Which is preferred. > > 1. Simply merge the inherited members into the list that is already there. > 2. Merge the inherited members into the list but qualified with their ba

Re: [Development] Missing documentation in Qt 5.12

2018-12-19 Thread Jssison via Development
QPaintDevice members > ... > QObject members > ... > > > From: Development on behalf of André > Pönitz > Sent: Tuesday, December 18, 2018 8:43:43 PM > To: Eike Ziller > Cc: Qt development mailing list > Subject: Re: [Development] Missing documentatio

Re: [Development] Missing documentation in Qt 5.12

2018-12-19 Thread Henry Skoglund
On 2018-12-19 19:26, Thiago Macieira wrote: On Wednesday, 19 December 2018 04:38:48 PST Martin Smith wrote: 1. Simply merge the inherited members into the list that is already there. 2. Merge the inherited members into the list but qualified with their base class name. 3. list the inherited memb

Re: [Development] Missing documentation in Qt 5.12

2018-12-19 Thread Thiago Macieira
On Wednesday, 19 December 2018 04:38:48 PST Martin Smith wrote: > 1. Simply merge the inherited members into the list that is already there. > 2. Merge the inherited members into the list but qualified with their base > class name. 3. list the inherited members from each base class all on the > sam

Re: [Development] Missing documentation in Qt 5.12

2018-12-19 Thread Jean-Michaël Celerier
each base class. > > QWidget members > ... > QPaintDevice members > ... > QObject members > ... > > > From: Development on behalf of André > Pönitz > Sent: Tuesday, December 18, 2018 8:43:43 PM > To: Eike Ziller > Cc: Qt develop

Re: [Development] Missing documentation in Qt 5.12

2018-12-19 Thread Martin Smith
Subject: Re: [Development] Missing documentation in Qt 5.12 On Tue, Dec 18, 2018 at 11:49:22AM +, Eike Ziller wrote: > > > > On Dec 18, 2018, at 11:25, Konstantin Shegunov > > wrote: > > > > On Tue, Dec 18, 2018 at 9:39 AM Martin Smith > > wrote: I'll a

Re: [Development] Missing documentation in Qt 5.12

2018-12-18 Thread André Pönitz
On Tue, Dec 18, 2018 at 11:49:22AM +, Eike Ziller wrote: > > > > On Dec 18, 2018, at 11:25, Konstantin Shegunov > > wrote: > > > > On Tue, Dec 18, 2018 at 9:39 AM Martin Smith > > wrote: I'll argue with you about it being a p1. If the problem is > > confined to the all-members list, it's n

Re: [Development] Missing documentation in Qt 5.12

2018-12-18 Thread Eike Ziller
> On Dec 18, 2018, at 11:25, Konstantin Shegunov wrote: > > On Tue, Dec 18, 2018 at 9:39 AM Martin Smith wrote: > I'll argue with you about it being a p1. If the problem is confined to the > all-members list, it's not a p1 problem because the information is still > there via the inherits lin

Re: [Development] Missing documentation in Qt 5.12

2018-12-18 Thread Konstantin Shegunov
On Tue, Dec 18, 2018 at 9:39 AM Martin Smith wrote: > I'll argue with you about it being a p1. If the problem is confined to the > all-members list, it's not a p1 problem because the information is still > there via the inherits links, which are more useful for seeing what is > inherited anyway.

Re: [Development] Missing documentation in Qt 5.12

2018-12-18 Thread André Hartmann
_ From: André Hartmann Sent: Tuesday, December 18, 2018 9:19:07 AM To: Martin Smith; Konstantin Shegunov Cc: Qt development mailing list Subject: Re: [Development] Missing documentation in Qt 5.12 Hi Martin, the all-members list is very useful to get an overview about a class. You're

Re: [Development] Missing documentation in Qt 5.12

2018-12-18 Thread Frederik Schwarzer
ld and cannot do its magic. :) Cheers Frederik > > From: André Hartmann > Sent: Tuesday, December 18, 2018 9:19:07 AM > To: Martin Smith; Konstantin Shegunov > Cc: Qt development mailing list > Subject: Re: [Development] Missing docu

Re: [Development] Missing documentation in Qt 5.12

2018-12-18 Thread Martin Smith
Smith; Konstantin Shegunov Cc: Qt development mailing list Subject: Re: [Development] Missing documentation in Qt 5.12 Hi Martin, the all-members list is very useful to get an overview about a class. You're searching for a function to perform a specific task, that you assume to be in a class. Searchi

Re: [Development] Missing documentation in Qt 5.12

2018-12-18 Thread André Hartmann
Development] Missing documentation in Qt 5.12 Not only are members missing, but links lead noplace. For example in the mentioned page metaObject() goes to http://doc.qt.io/qt-5.12/qwidget.html#metaObject which naturally doesn't exist. From what I can tell nothing that is inherited, beside the thi

Re: [Development] Missing documentation in Qt 5.12

2018-12-17 Thread Martin Smith
should be removed. martin From: Konstantin Shegunov Sent: Monday, December 17, 2018 11:03:50 PM To: Martin Smith Cc: Sze Howe Koh; Qt development mailing list Subject: Re: [Development] Missing documentation in Qt 5.12 Not only are members missing, but

Re: [Development] Missing documentation in Qt 5.12

2018-12-17 Thread Konstantin Shegunov
Not only are members missing, but links lead noplace. For example in the mentioned page metaObject() goes to http://doc.qt.io/qt-5.12/qwidget.html#metaObject which naturally doesn't exist. From what I can tell nothing that is inherited, beside the things explicitly overriden, appear in the list. Al

Re: [Development] Missing documentation in Qt 5.12

2018-12-17 Thread Jean-Michaël Celerier
__ > From: Development on behalf of Sze > Howe Koh > Sent: Monday, December 17, 2018 12:53:36 PM > To: Qt development mailing list > Subject: [Development] Missing documentation in Qt 5.12 > > Significant chunks are missing from the Qt 5.12 documentation: >

Re: [Development] Missing documentation in Qt 5.12

2018-12-17 Thread Martin Smith
From: Development on behalf of Sze Howe Koh Sent: Monday, December 17, 2018 12:53:36 PM To: Qt development mailing list Subject: [Development] Missing documentation in Qt 5.12 Significant chunks are missing from the Qt 5.12 documentation: https://bugreports.qt.io/browse/QTBUG-72357 Could we

[Development] Missing documentation in Qt 5.12

2018-12-17 Thread Sze Howe Koh
Significant chunks are missing from the Qt 5.12 documentation: https://bugreports.qt.io/browse/QTBUG-72357 Could we please have a prominent notice on the website informing users of this issue (and suggest viewing the Qt 5.11 version as a workaround) until a fix lands? Regards, Sze-Howe _