Re: [Development] Missing documentation in Qt 5.12

2018-12-17 Thread Martin Smith
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. My own opinion is that the all-members list should be remov

Re: [Development] Build system for Qt 6

2018-12-17 Thread Kevin Kofler
Christian Gagneraud wrote: > Fairly interesting indeed, and very surprising too, this WIN32/Android > stuff was fixed last week, i didn't invent it. > Maybe, we ran into bad luck. The bug you ran to only hits you when ALL 3 of the following conditions are satisfied: 1. Windows build host, 2. non-

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] Qt6/Qt5 coinstallability (Linux distributions)

2018-12-17 Thread Alexander Neundorf
On 2018 M12 16, Sun 14:34:44 CET Thiago Macieira wrote: > On Sunday, 16 December 2018 13:47:36 PST Alexander Neundorf wrote: > > I also don't mind having moc6 etc. directly in bin/, instead of being > > hidden in libexec. Well, I actually prefer if they are in bin/, because > > there they are easy

Re: [Development] Missing documentation in Qt 5.12

2018-12-17 Thread Jean-Michaël Celerier
I've also noticed the same for QCoreApplication and QApplication : http://doc.qt.io/qt-5/qapplication-members.html http://doc.qt.io/qt-5/qcoreapplication-members.html --- Jean-Michaël Celerier http://www.jcelerier.name On Mon, Dec 17, 2018 at 3:29 PM Martin Smith wrote: > Are the missing

Re: [Development] Missing documentation in Qt 5.12

2018-12-17 Thread Martin Smith
Are the missing chunks always in the all-members list? In the case of QWidget, it inherits QObject and QPaintDevice. Those pages look correct to me, but the all-members pages are missing some inherited members. Are there other missing chunks? martin Fro

Re: [Development] Build system for Qt 6

2018-12-17 Thread Christian Gagneraud
On Mon, 17 Dec 2018 at 21:43, Jean-Michaël Celerier wrote: > > CMake doesn't support (very well) cross-compilation for android on > > Windows for example, > > fairly interesting considering that Android Studio uses CMake: > https://developer.android.com/studio/projects/add-native-code Fairly int

[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 _

[Development] Qt infra "weekly" report

2018-12-17 Thread Tony Sarajärvi
Hi State of the CI * We're still running Ubuntu 17.10. * The setup of the secondary CI network is complete (as far as we know currently) * There was a small bug in MAAS which took some time to find which delayed my work for about a day. I'm back on track and new hosts in new network

Re: [Development] Build system for Qt 6

2018-12-17 Thread Jean-Michaël Celerier
> Does pkg-config and cmake works on Qnx and Windows? Can you cross > compile for iOS, tvOS, ... using CMake? > Has it been ever tried once? Seriously, it's a google search away: https://github.com/leetal/ios-cmake > CMake doesn't support (very well) cross-compilation for android on > Windows for