Re: [Development] QTBUG-30440: restricting the SIMD files

2013-08-19 Thread Thiago Macieira
On segunda-feira, 19 de agosto de 2013 07:56:43, Koehne Kai wrote: We recommend people set the environment if they want different flags, besides the stock from their compilers. Where do we recommend this? E.g. http://qt-project.org/doc/qt-5.0/qtdoc/install-x11.html just says to run

[Development] Enabling -Werror developer builds

2013-08-19 Thread Thiago Macieira
Hello Commit ebfd85a499a4382ace09d443b1f35cd6b1848af6 adds support for -Werror, but it hasn't been acted on yet. The commit says: This is enabled only for -developer-builds and only for certain compiler-version combinations that are in a whitelist. It also requires each

Re: [Development] [Feature Request] Websockets

2013-08-19 Thread Christian Gagneraud
On 18/08/13 05:08, Matt Broadstone wrote: On Sat, Aug 17, 2013 at 4:17 AM, Kurt Pattyn pattyn.k...@gmail.com mailto:pattyn.k...@gmail.com wrote: Well, it is a fact that Qt has little to no native support for 'cloud' based client and server 'protocols', like REST, WebSockets,

Re: [Development] New JIRA type 'Feature'? (was RE: FW: Proposal for RFC like feature process)

2013-08-19 Thread Alan Alpert
On Wed, Aug 14, 2013 at 12:03 AM, Koehne Kai kai.koe...@digia.com wrote: Alright, discussion about a new JIRA type 'Feature' went on at https://bugreports.qt-project.org/browse/QTJIRA-233 with two different ideas: 1) That we already have too many issue types in JIRA, and adding another one

Re: [Development] Enabling -Werror developer builds

2013-08-19 Thread Alan Alpert
On Mon, Aug 19, 2013 at 3:14 PM, Thiago Macieira thiago.macie...@intel.com wrote: Hello Commit ebfd85a499a4382ace09d443b1f35cd6b1848af6 adds support for -Werror, but it hasn't been acted on yet. The commit says: This is enabled only for -developer-builds and only for certain

Re: [Development] Enabling -Werror developer builds

2013-08-19 Thread Thiago Macieira
On segunda-feira, 19 de agosto de 2013 15:40:06, Alan Alpert wrote: 2) -Werror is enabled only for certain compiler versions. I'll update the whitelist to have an upper range too. For example, right now it enables - Werror for GCC 4.6 and above. I'm going to introduce an upper limit

Re: [Development] AplicationWindow, QQuickWindow, contentRotation and setting width and height of contentItem

2013-08-19 Thread Alan Alpert
On Fri, Aug 2, 2013 at 11:49 AM, Tomasz Olszak olszak.tom...@gmail.com wrote: You should also be able to work around it inside your ApplicationWindow by hiding the parent property on your content item. Something like property Item parent: null should make it look like the root of the tree.

Re: [Development] Enabling -Werror developer builds

2013-08-19 Thread Alan Alpert
On Mon, Aug 19, 2013 at 4:47 PM, Thiago Macieira thiago.macie...@intel.com wrote: On segunda-feira, 19 de agosto de 2013 15:40:06, Alan Alpert wrote: 2) -Werror is enabled only for certain compiler versions. I'll update the whitelist to have an upper range too. For example, right now it

[Development] MouseArea: updating hover state when the area moves

2013-08-19 Thread Josh Faust
From the MouseArea docs: Warning: This property is not updated if the area moves under the mouse: containsMouse will not change I'm curious what the reasoning behind this is. Is it just a performance optimization? I ask as it makes a number of things not work properly when: * The window

[Development] Windows: Building QtCore without ICU while still using it for QtWebKit?

2013-08-19 Thread Josh Faust
Is there any way to avoid the ICU dependency in QtCore while still building QtWebKit with it? My use-case is thus: * Externally shipping application that does not use QtWebKit, and does not use ICU * Internal tools that do use QtWebKit We'd love to avoid the ICU dependency in the external