Re: [Development] RFC: more liberal 'auto' rules?

2015-12-14 Thread Olivier Goffart
On Saturday 5. December 2015 00:57:23 Bubke Marco wrote: > > You are basically assuming that there's no need for you to write sane > > code to start with because during your development work you have a > > decent IDE to help you out. This assumption is wrong, independent > > of the existence of

Re: [Development] qtdeclarative 5.6 CI status

2015-12-14 Thread Hausmann Simon
The crisis is over and resolved - happy staging :) Simon Original Message From: Hausmann Simon Sent: Monday, December 14, 2015 15:34 To: development@qt-project.org Subject: [Development] qtdeclarative 5.6 CI status Hi, I can see how people keep trying to integrate changes into

[Development] QML Memory leak.

2015-12-14 Thread Polepalli, Ravikiran
Hi All, I'm working on a project and I'm affected by Memory leak in QML. https://bugreports.qt.io/browse/QTBUG-42055 https://bugreports.qt.io/browse/QTBUG-28712 I tried to run the test application(qml available in ticket) on a target board. In the application QML Object is created and destroyed

Re: [Development] qtdeclarative 5.6 CI status

2015-12-14 Thread Sean Harmer
On Monday 14 Dec 2015 14:34:07 Hausmann Simon wrote: > Hi, > > I can see how people keep trying to integrate changes into qtdeclarative's > 5.6 branch. Until https://codereview.qt-project.org/#/c/143824/ lands, all > those attempts of integrating changes are going to fail, unfortunately :)

Re: [Development] New Qt5.6 Beta snapshot available

2015-12-14 Thread Koehne Kai
> -Original Message- > From: Development [mailto:development-boun...@qt-project.org] On > Behalf Of Al-Khanji Louai > Sent: Tuesday, December 15, 2015 12:12 AM > To: development@qt-project.org; Florian Bruhin > Cc: anto...@gmx.de > Subject: Re: [Development] New

[Development] qtdeclarative 5.6 CI status

2015-12-14 Thread Hausmann Simon
Hi, I can see how people keep trying to integrate changes into qtdeclarative's 5.6 branch. Until https://codereview.qt-project.org/#/c/143824/ lands, all those attempts of integrating changes are going to fail, unfortunately :) Simon ___

Re: [Development] Nominating Pasi Keränen for Approver status

2015-12-14 Thread Blasche Alexander
>I'd like to nominate Pasi Keränen as Approver in the Qt Project. He is Congratulation. The Gerrit and Jira rights have been updated. -- Alex ___ Development mailing list Development@qt-project.org

Re: [Development] New Qt5.6 Beta snapshot available

2015-12-14 Thread anton
So if I understand right, in a Qt Widgets Application I can no more embed a Html/Browser component anymore. I have to use QML instaed since WebView seems to be QML only (if I understood the docs). Anton PS: By the way: where can I see the roadmap of Qt? Ziller Eike wrote: > >> On Dec 12,

Re: [Development] New Qt5.6 Beta snapshot available

2015-12-14 Thread Florian Bruhin
* anton [2015-12-14 19:11:15 +0100]: > So if I understand right, > in a Qt Widgets Application I can no more embed > a Html/Browser component anymore. You can use QtWebEngine instead which is the successor of QtWebKit, and based on Chromium: http://wiki.qt.io/QtWebEngine