[Development] Qt 5.11.0 released

2018-05-22 Thread Jani Heikkinen
Hi everyone! I am happy to announce that Qt 5.11.0 is released today, see http://blog.qt.io/blog/2018/05/22/qt-5-11-released/ At this time we were ready slightly before originally estimated; big thanks to everyone involved! br, Jani Heikkinen Release Manager The Qt Company

[Development] HEADS UP: Branching from '5.9' to '5.9.6' completed

2018-05-22 Thread Jani Heikkinen
Hi, Branching from '5.9' -> '5.9.6' now done and '5.9' is for Qt 5.9.7. So all changes targeted to Qt 5.9.6 must be done in '5.9.6' from now on. Target is to create Qt 5.9.6 "rc" soon, test it and if all OK release Qt 5.9.6 at the beginning of June. So please make sure all release blockers

[Development] Do we really need Assimp?

2018-05-22 Thread Thiago Macieira
Given the number of warnings in this codebase, I am really skeptical about the quality of the code. Today, compiling with GCC, Clang an ICC, I saw the following warnings scroll by, which are real issues: LWSLoader.cpp:428:14: warning: duplicated ‘if’ condition [-Wduplicated-cond]

Re: [Development] Repository Request: qt/licensing

2018-05-22 Thread Thiago Macieira
On Friday, 18 May 2018 18:18:02 -03 Thiago Macieira wrote: > > Just for clarification: The official source packages contain the licheck > > executables already. My aim is that a git checkout and the source packages > > we provide contain the very same content. > > I understand, but I'm asking you

[Development] WebAssembly

2018-05-22 Thread Phil Bouchard
Way to go Qt! http://blog.qt.io/blog/2018/05/22/qt-for-webassembly/ I suggested this in a previous thread but apparently you already had grips on it. Well good job folks! Sincerely, -Phil www.fornux.com ___ Development mailing list

Re: [Development] Stepping down as maintainer

2018-05-22 Thread Oswald Buddenhagen
On Mon, Apr 09, 2018 at 06:37:23AM +, Alexander Blasche wrote: > All required Jira and https://wiki.qt.io/Maintainers updates have been done. > well, actually, the top-level "gui" item is still naming gunnar. and in jira we have no "gui: other" component at all ... > -- > Alex > >

Re: [Development] Naming convention for (scoped) enums

2018-05-22 Thread Lars Knoll
> On 17 May 2018, at 11:35, Christian Kandeler wrote: > > On Thu, 17 May 2018 08:14:15 + > Alex Blasche wrote: > >> The naming conventions for enums state that each enum value name must repeat >> a part of the enum Type name (for

Re: [Development] Naming convention for (scoped) enums

2018-05-22 Thread Alex Blasche
I updated the enum section: https://wiki.qt.io/API_Design_Principles#Naming_Enum_Types_and_Values -- Alex From: Development on behalf of Lars Knoll Sent: Tuesday, 22 May

[Development] Performing infra upgrade in the CI

2018-05-22 Thread Tony Sarajärvi
Hi I'm performing a small infra upgrade. I'll be upgrading MAAS to the latest version. This shouldn't cause any CI downtime. If something goes badly wrong, I'll just revert my change and let's get back to business as usual. Fingers crossed, -Tony ___