Re: [Development] Qt 5.4 Alpha released

2014-09-10 Thread haithem rahmani
Hi, Qt 5.4 Alpha release is finally out, see http://blog.qt.digia.com/blog/2014/09/08/qt-5-4-alpha-available/ Alpha is source code delivery only. The plan forward is now to create a beta (including binary packages) during the next few weeks, see Qt 5.4 schedule from

Re: [Development] Memory/Resource leaks in Windows multimedia backend (WMF)

2014-09-10 Thread Cornelius Hald
Could someone help review this patch in Gerrit. I think it only needs another +1 https://codereview.qt-project.org/#/c/94115/ Would be great to get that into Qt 5.3.2 which is due in about 6 days... Thanks! Conny On Tue, 2014-08-12 at 09:33 +0200, Cornelius Hald wrote: Hi! Is there a

[Development] New documentation errors since Qt 5.3.1

2014-09-10 Thread Sze Howe Koh
Hi all, Using qdoc from Qt 5.4.0 Alpha1, I generated documentation from the v5.4.0-alpha1 and v5.3.1 git tags. Then, I diff'ed the qdoc outputs using QDocErrorTracker [1]. Below is a list of errors that are new in Qt 5.4.0 Alpha1. Could those with knowledge of the relevant areas please fix them

Re: [Development] QTBUG-35892. QML XMLHttpRequest does not support the OPTIONS method.

2014-09-10 Thread Thiago Macieira
On Tuesday 09 September 2014 18:24:58 Валерий Котов wrote: I realize that we had this discussion before. But I have to ask. =) Does not it make sense to add method and type in Operations enum for options in case we need some special treatment for OPTIONS verb? Only if we have a method for it

Re: [Development] Qt 5.4 Alpha released

2014-09-10 Thread Thiago Macieira
On Wednesday 10 September 2014 10:03:48 haithem rahmani wrote: So I’m wondering whether the QtWebEngine will be functional or not for embedded platforms in the qt-4.5.0, added to that will it be working with DirectFB QPA/plugin? It's unlikely it will work with DirectFB for now. -- Thiago

Re: [Development] QTBUG-35892. QML XMLHttpRequest does not support the OPTIONS method.

2014-09-10 Thread Richard Moore
On 10 September 2014 21:15, Thiago Macieira thiago.macie...@intel.com wrote: On Tuesday 09 September 2014 18:24:58 Валерий Котов wrote: I realize that we had this discussion before. But I have to ask. =) Does not it make sense to add method and type in Operations enum for options in case