Re: [Development] Nominating Nikolai Kosjar for Maintainer

2013-12-12 Thread Erik Verbruggen
15 work days have passed, congrats Nikolai! Could someone with more Jira/Gerrit powers than me do the necessary changes to have this take effect? -- Erik. On 19-11-2013 14:37, Erik Verbruggen wrote: Hello everyone, I would like to nominate Nikolai Kosjar for Maintainer of the C/C++ support

Re: [Development] Nominating Nikolai Kosjar for Maintainer

2013-12-12 Thread Blasche Alexander
Hi, Gerrit has been set and http://qt-project.org/wiki/Maintainers updated. Nothing to do in Jira. -- Alex From: development-bounces+alexander.blasche=digia@qt-project.org [development-bounces+alexander.blasche=digia@qt-project.org] on behalf

[Development] [Announce] Qt 5.2 released

2013-12-12 Thread List for announcements regarding Qt releases and development
I’m happy to announce that Qt 5.2 has just been released. For details check out the blog post (http://blog.qt.digia.com/blog/2013/12/12/qt-5-2-released-the-best-qt-yet/) and the material on the web (http://qt-project.org/qt5/qt52 and http://qt.digia.com/Product/Whats-New/Qt-52/). In addition to

Re: [Development] Dropping XP?

2013-12-12 Thread Christoph Cullmann
On terça-feira, 10 de dezembro de 2013 12:30:23, Knight Andrew wrote: I don't think there's much benefit to rushing into this. In the cases where WinRT's native API is wildly different than Win32, we can use a new CPP file. Apart from a cleaner codebase, I don't see much benefit in ripping

Re: [Development] QtQuick - Automatically Repainting Canvas

2013-12-12 Thread Matthias Kleine
On 12/09/2013 05:42 PM, Matthias Kleine wrote: is there an established pattern for repainting a canvas once a property that is accessed during painting changes? If not, I suggest to add a RepaintingCanvas. See the attachment for a naive implementation. Is there a chance for something like

Re: [Development] QtQuick - Automatically Repainting Canvas

2013-12-12 Thread Mitch Curtis
On 12/11/2013 03:16 PM, Matthias Kleine wrote: On 12/09/2013 05:42 PM, Matthias Kleine wrote:///is there an established pattern for repainting a canvas once a property //that is accessed during painting changes? If not, I suggest to add a //RepaintingCanvas. See the attachment for a naive

Re: [Development] Enabling SSE2 by default on x86 builds (32-bit)

2013-12-12 Thread Rex Dieter
Thiago Macieira wrote: 3bis) distro builds Qt once with -no-sse2 and then some libs with -config sse2 How could this be implemented exactly? I know qtbase supports ./configure -(no-)sse2 but how for other modules like qtdeclarative that uses pure qmake? -- Rex

[Development] Maintanance break in CI on Saturday

2013-12-12 Thread Sarajärvi Tony
Hi all! IT will start maintenance work on our CI infrastructure at 9:00 EET. This will cause an hour of downtime for our CI as our Jenkins and network test server will be moved. This will cause any build currently running at that point to fail most likely. After that they will work on

Re: [Development] Enabling SSE2 by default on x86 builds (32-bit)

2013-12-12 Thread Oswald Buddenhagen
On Thu, Dec 12, 2013 at 07:18:55AM -0600, Rex Dieter wrote: Thiago Macieira wrote: 3bis) distro builds Qt once with -no-sse2 and then some libs with -config sse2 How could this be implemented exactly? I know qtbase supports ./configure -(no-)sse2 but how for other modules like

Re: [Development] Enabling CI for QWebChannel

2013-12-12 Thread Milian Wolff
On Wednesday 11 December 2013 07:50:19 Thiago Macieira wrote: On quarta-feira, 11 de dezembro de 2013 16:15:40, Milian Wolff wrote: what do I need to do in order to test coverage for the QWebChannel module enabled? There are so far a few QML tests and benchmarks. I plan to extend this

Re: [Development] Enabling SSE2 by default on x86 builds (32-bit)

2013-12-12 Thread Rex Dieter
Oswald Buddenhagen wrote: On Thu, Dec 12, 2013 at 07:18:55AM -0600, Rex Dieter wrote: Thiago Macieira wrote: 3bis) distro builds Qt once with -no-sse2 and then some libs with -config sse2 How could this be implemented exactly? I know qtbase supports ./configure -(no-)sse2 but

Re: [Development] Enabling SSE2 by default on x86 builds (32-bit)

2013-12-12 Thread Rex Dieter
Rex Dieter wrote: Oswald Buddenhagen wrote: On Thu, Dec 12, 2013 at 07:18:55AM -0600, Rex Dieter wrote: Thiago Macieira wrote: 3bis) distro builds Qt once with -no-sse2 and then some libs with -config sse2 How could this be implemented exactly? I know qtbase supports ./configure

Re: [Development] Enabling SSE2 by default on x86 builds (32-bit)

2013-12-12 Thread Pau Garcia i Quiles
On Wed, Dec 11, 2013 at 10:21 AM, Simon Hausmann simon.hausm...@digia.comwrote: The other option for 5.2 would be to do runtime detection of SSE2 and enable/disable the JIT according to that. I think the main issue with run-time detection is that we need -msse2 -mfpmath=sse in order to

Re: [Development] Enabling SSE2 by default on x86 builds (32-bit)

2013-12-12 Thread Boudewijn Rempt
On Thursday 12 December 2013 Dec 19:06:20 Pau Garcia i Quiles wrote: On Wed, Dec 11, 2013 at 10:21 AM, Simon Hausmann simon.hausm...@digia.comwrote: The other option for 5.2 would be to do runtime detection of SSE2 and enable/disable the JIT according to that. I think the main

Re: [Development] Enabling CI for QWebChannel

2013-12-12 Thread Fält Simo
The first step would be to enable the CI in force success mode so you'd get the errors that would have blocked the integration and you can fix them. OK, and how/where do I do this? Build stage is forced to succeed by adding forcesuccess property in builds configuration in qtqa/testconfig