[Development] Qt 5.14.0-beta2 released

2019-10-24 Thread Jani Heikkinen
Hi everyone! We have released Qt 5.14.0 beta2 today. As earlier you can get it via online installer. Delta to beta1 attached. And as usual please make sure you will report all findings in Jira. Please make sure all Qt 5.14.0 release blockers are visible in release blocker list

Re: [Development] QWidget font settings propagation parent to child

2019-10-24 Thread Henry Skoglund
On 2019-10-24 08:13, Giuseppe D'Angelo via Development wrote: Il 23/10/19 16:28, Henry Skoglund ha scritto: Question: is this hit or miss font propagation on Windows and Mac a bug or a feature? If it's a feature, could it be documented? Please do some extra investigation: who's setting those

Re: [Development] CI is quite unstable on windows

2019-10-24 Thread Ville Voutilainen
On Thu, 24 Oct 2019 at 09:18, Bogdan Vatra via Development wrote: > > Hi, > > I'm trying to integrate https://codereview.qt-project.org/c/qt/qtbase/+/ > 278646 but it always fails on windows in the very same place. > Can an windows expert to check these tests and if they can't be >

Re: [Development] qtwebglplugin fails to build in Coin on Windows (5.13.2 branch)

2019-10-24 Thread Jesus Fernandez
I don't have a Windows machine to test, but after checking the code, I see no difference in the font database private API on Windows. The files were not renamed, and the private module wasn't changed. El jue., 24 oct. 2019 a las 2:22, Konstantin Tokarev () escribió: > Following error had

[Development] CI is quite unstable on windows

2019-10-24 Thread Bogdan Vatra via Development
Hi, I'm trying to integrate https://codereview.qt-project.org/c/qt/qtbase/+/ 278646 but it always fails on windows in the very same place. Can an windows expert to check these tests and if they can't be fixed/reliable, then blacklist them on windows? Thanks. Cheers, BogDan.

Re: [Development] QWidget font settings propagation parent to child

2019-10-24 Thread Giuseppe D'Angelo via Development
Il 23/10/19 16:28, Henry Skoglund ha scritto: Question: is this hit or miss font propagation on Windows and Mac a bug or a feature? If it's a feature, could it be documented? Please do some extra investigation: who's setting those fonts? * Is it the style, e.g. in QStyle::polish(QWidget*)? *