[Development] HEADS-UP: Branching from '5.12' to '5.12.8' done

2020-03-23 Thread Jani Heikkinen
Hi! Branching from '5.12' to '5.12.8' is now done and all changes targeted to Qt 5.12.8 release must be done in '5.12.8' . As usual no any nice to haves in release branch anymore; just fixes for release blockers. And as earlier staging in '5.12.8' is restricted to release team only. br, Jani

[Development] Qt 5.15.0-beta2 released

2020-03-23 Thread Jani Heikkinen
Hi everyone! We have released Qt 5.15.0 beta2 today. As earlier you can get it via online installer. src packages are also available in Qt Account and download.qt.io. Delta to beta1 attached. Please make sure you will report all findings in Jira. And make sure all Qt 5.15.0 release blockers ar

Re: [Development] QVariant container API

2020-03-23 Thread Ulf Hermann
Hi, We have the same problem in QML: We want to support user-defined containers as transparently as possible, with as little "registration" overhead as possible. Currently there is a fixed set of pre-defined containers you pass between QML and C++ code. See [1] for the relevant rant. I've bee